:root {
    --accent-color: #c86626;
    --default-font: "Raleway", sans-serif;
    --heading-font: "Cinzel", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default-font);
}

.font_inter {
    font-family: "Inter", sans-serif;
}

.contact-info-item .icon-box {
    background-color: #fcf9ef;
}

.vision-mission-item .icon-box {
    background: #fcf9ef;
}

.hero::before {
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgb(0 0 0 / 30%) 1%);
}

.page-header {
    padding: 180px 0 80px;
}

header.main-header {
    background: rgba(31, 25, 20, 0.40);
    backdrop-filter: blur(10px);
}

.btn-default.btn-highlighted {
    background-color: #fff !important;
    color: #432001 !important;
}

.main-menu ul li a {
    text-transform: uppercase !important;
}

.project-featured-image img {
    aspect-ratio: auto;
}

.navbar {
    padding: 6px 0;
}

.btn-default::before {
    color: #432001;
}

.section-title p {
    font-weight: 500 !important;
}

.contact-info-content p {
    font-weight: 500 !important;

}

.contact-info-content a {
    font-weight: 500 !important;
}

.why-choose-item-content p {
    font-weight: 500 !important;
}

.why-choose-item .icon-box {
    background-color: var(--divider-color);
}

.hero {
    background: none;
    padding: 250px 0 250px;
}

.how-work-company-slider {
    border-top: none;
}

.copper_btn {
    background: linear-gradient(145deg, #BA8A43, #EECF77, #B77E36);
    color: #432001;
}
.slicknav_btn {
    background: linear-gradient(145deg, #BA8A43, #EECF77, #B77E36);
}
.slicknav_menu{
    background: linear-gradient(145deg, #BA8A43, #EECF77, #B77E36);
}
.btn-default::before {
    filter: invert(100%) sepia(52%) saturate(531%) hue-rotate(359deg) brightness(96%) contrast(91%);
}
.btn-default.btn-highlighted::after {
    background: linear-gradient(145deg, #BA8A43, #EECF77, #B77E36);
}
.bg-none {
    background: none !important;
}

.how-we-work-content h3 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.how-we-work-content h3 span {
    font-size: 24px;
    color: var(--accent-color);
}

.footer-contact-content a {
    pointer-events: auto;
    cursor: pointer;
}

.vision-mission {
    padding: 80px 60px;
    /* background: linear-gradient(180deg, var(--primary-color) 100%, var(--white-color) 40%); */
    background: linear-gradient(180deg, #e1e6e7 100%, var(--white-color) 40%);
}

.vision-mission-item {
    width: 100%;
}

.image-anime:after {
    content: "";
    transform: translate(50%, 50%) rotate(45deg);
    z-index: 1;
}

.post-entry h2 {
    font-weight: 500;
    font-size: 24px;
}

.section-title h2 {
    font-size: 38px;
    font-weight: 400;
}

.page-header-box h1 {
    font-size: 60px;
}

.clmp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-entry ul li {
    font-size: 16px;
    font-weight: 400;
}

body {
    font-weight: 250;
}

.rating-counter h2 {
    font-size: 70px;
}

.section-title h2 {
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .vision-mission {
        padding: 15px 0 15px;
    }

    .post-social-sharing ul li a {
        width: 26px;
        height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .tcul_cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .tcul_cta .btn-default {
        margin: 0px !important;
    }

    .how-work-company-slider .company-logo img {
        width: 150px;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }
}

.why-choose-us {
    padding-bottom: 10px !important;
}

/* Add this in your mousecursor.css file */
.cursor {
    display: none !important;
}

.cursor,
.magic-cursor,
.cb-cursor {
    display: none !important;
}



.cb-cursor {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    transform: translate(-50%, -50%);
    will-change: transform;
}

.cb-cursor img.cursor-img {
    width: 32px;
    /* Adjust as needed */
    height: 32px;
    display: block;
}

.cb-cursor.-visible {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.cb-cursor.-active img {
    transform: scale(0.9);
}

.cb-cursor.-pointer img {
    filter: brightness(1.5);
}