:root {
    --Avarel-gold: #C98524;
    --Avarel-gold-light: #E7B767;
    --Avarel-ink: #17110B;
    --Avarel-forest: #2F3A24;
    --Avarel-ivory: #F8F2E8;
    --Primary: var(--Avarel-gold);
    --Secondary: var(--Avarel-ink);
    --Bg-light: var(--Avarel-ivory);
    --Text-primary: #21180F;
    --Text-secondary: #6F6252;
    --Text-muted: #8A7E70;
    --font-main: "Plus Jakarta Sans", sans-serif;
    --font-main2: "Red Hat Display", sans-serif;
    --font-main3: "Rethink Sans", sans-serif;
    --font-main4: "Manrope", sans-serif;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--font-main2);
    font-weight: 600;
}

.text-caption-1 {
    font-size: 15px;
    line-height: 22px;
}

.font-main {
    font-family: var(--font-main);
}

.font-2 {
    font-family: var(--font-main2);
}

.font-3 {
    font-family: var(--font-main3);
}

.font-4 {
    font-family: var(--font-main4);
}

.header.style-3 .site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0;
}

.header.style-3 .site-logo img.logo_header {
    width: 154px;
    height: 44px;
    max-height: 44px;
    object-fit: contain;
}

.footer.style-default .footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
}

.footer.style-default .footer-logo img.main-logo {
    width: 154px;
    height: 44px;
    max-height: 44px;
    object-fit: contain;
}

.footer.style-default .footer-about p {
    display: block;
    max-width: 260px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px;
    line-height: 21px;
}

.top-nav-mobile .site-logo img.main-logo {
    width: 154px;
    height: 44px;
    max-height: 44px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .header.style-3 .site-logo img.logo_header,
    .top-nav-mobile .site-logo img.main-logo {
        width: 154px;
        height: 44px;
        max-height: 44px;
    }

    .footer.style-default .footer-logo img.main-logo {
        width: 154px;
        height: 44px;
        max-height: 44px;
    }
}

.main-menu .navigation>li:hover::after {
    color: var(--Primary);
}

.tf-container {
    max-width: 1320px;
}

.header.style-3 {
    background-color: rgba(248, 242, 232, 0.96);
    top: 14px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    max-width: 1320px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.header.style-3 .header-inner {
    min-height: 72px;
    padding: 0 24px !important;
    border-radius: 18px;
    gap: 28px;
    background-color: rgba(248, 242, 232, 0.98);
}

.header.style-3.header-fixed {
    border-bottom: 1px solid rgba(201, 133, 36, 0.18);
    box-shadow: 0 12px 28px rgba(23, 17, 11, 0.08);
}

.header.style-3:not(.header-fixed) {
    background-color: transparent;
}

.header.style-3:not(.header-fixed) .header-inner {
    background-color: rgba(23, 17, 11, 0.62);
    border: 1px solid rgba(231, 183, 103, 0.22);
}

.header.style-3 .main-menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.header.style-3 .main-menu .navigation {
    gap: 24px;
}

.header.style-3 .main-menu .navigation > li {
    padding: 20px 0;
}

.header.style-3 .navigation li a {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
}

.header.style-3 .text-menu .toggle {
    display: inline-block;
}

.header.style-3 .text-menu .toggle .text {
    display: inline !important;
    opacity: 1 !important;
    transform: none !important;
}

.header.style-3 .text-menu .toggle .text:nth-child(2) {
    display: none !important;
}

.header.style-3 .text-menu .toggle .text .word,
.header.style-3 .text-menu .toggle .text .char {
    display: inline !important;
    margin: 0 !important;
    transform: none !important;
}

.header.style-3 .navigation li.has-child::after {
    color: currentColor;
}

.header.style-3.header-fixed .navigation > li > a,
.header.style-3.header-fixed .header-contact,
.header.style-3.header-fixed .header-contact a,
.header.style-3.header-fixed .header-contact p {
    color: var(--Text-primary) !important;
}

.header.style-3:not(.header-fixed) .navigation > li > a,
.header.style-3:not(.header-fixed) .header-contact,
.header.style-3:not(.header-fixed) .header-contact a,
.header.style-3:not(.header-fixed) .header-contact p {
    color: var(--White) !important;
}

.header.style-3.header-fixed .tf-btn.style-border-2 {
    border-color: var(--Primary);
    color: var(--Secondary);
}

.header.style-3:not(.header-fixed) .tf-btn.style-border-2 {
    border-color: var(--Primary);
    color: var(--White);
}

.header.style-3.header-fixed .tf-btn.style-border-2 .bg-effect,
.tf-btn.btn-bg-1,
.btn-hover-animate-2.btn-bg-1::after {
    background-color: var(--Primary);
}

.header.style-3 .header-right {
    flex: 0 0 auto;
    gap: 18px;
}

.header.style-3 .header-contact {
    padding-right: 22px;
    margin-right: 4px;
    border-right: 1px solid rgba(201, 133, 36, 0.22);
}

.header.style-3 .tf-btn {
    min-height: 44px;
    padding: 11px 24px;
    border-radius: 999px;
    white-space: nowrap;
}

.header.style-3 .tf-btn span:first-child {
    color: inherit !important;
    opacity: 1 !important;
}

.tf-btn.btn-bg-1 {
    color: var(--Secondary);
}

@media (max-width: 1199px) {
    .header.style-3 .main-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .header.style-3 {
        width: calc(100% - 24px);
        top: 10px;
    }

    .header.style-3 .header-inner {
        min-height: 64px;
        padding: 0 16px !important;
        border-radius: 14px;
    }
}

.split-text,
.split-text *,
.wow {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
}

.hero-banner-3 .content {
    padding-top: 130px;
}

.hero-banner-3 .content h1.title {
    max-width: 760px;
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: 1.08;
}

.hero-banner-3 .right {
    max-width: 620px;
}

.hero-banner-3 .right .tf-btn {
    margin-right: 12px;
    margin-bottom: 12px;
}

.hero-banner-3 .right .style-border-2 {
    border-color: rgba(231, 183, 103, 0.92);
}

.hero-banner-3 .right .style-border-2 span:first-child {
    color: var(--White);
}

.hero-banner-3 .content h1.title,
.hero-banner-3 .right {
    opacity: 1;
    filter: none;
}

@media (max-width: 991px) {
    .hero-banner-3 .content {
        padding-top: 120px;
    }

    .hero-banner-3 .content h1.title {
        font-size: 42px;
        line-height: 1.1;
    }
}

@media (max-width: 575px) {
    .hero-banner-3 .content {
        padding-top: 110px;
    }

    .hero-banner-3 .content h1.title {
        font-size: 28px;
        line-height: 1.08;
    }

    .hero-banner-3 .right p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-banner-3 .right .tf-btn {
        width: 100%;
        justify-content: center;
    }
}

.page-layout-v04 .content {
    padding: 210px 0 120px;
}

.page-layout-v04 .img-style img {
    height: 100%;
    min-height: 430px;
}

@media (max-width: 1440px) {
    .page-layout-v04 .content {
        padding: 190px 0 105px;
    }
}

@media (max-width: 1199px) {
    .page-layout-v04 .content {
        padding: 175px 0 90px;
    }
}

@media (max-width: 991px) {
    .page-layout-v04 .content {
        padding: 150px 0 70px;
    }

    .page-layout-v04 .img-style img {
        min-height: 330px;
    }
}

@media (max-width: 575px) {
    .page-layout-v04 .content {
        padding: 145px 0 55px;
    }

    .page-layout-v04 .img-style img {
        min-height: 305px;
    }
}

.blog-post-detail .tf-article-navigation,
.blog-post-detail .reply-comment,
.blog-post-detail .leave-comment {
    display: none;
}

.section-service-4.v2 .tf-grid-layout>.service-item:nth-child(n+4) {
    display: none;
}

.section-service-4 .swiper-wrapper>.swiper-slide:nth-child(n+4) {
    display: none;
}

.section-service-4 .service-item.style-1 .img-style img {
    display: block;
    width: 100%;
    height: 440px;
    min-height: 0;
    object-fit: cover;
}

.section-service-4 .service-item.style-1 .content {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 178px;
    padding: 24px 28px;
    background-color: rgba(23, 17, 11, 0.94);
}

.section-service-4 .service-item.style-1 .title {
    display: block;
    margin: 0 !important;
    line-height: 1.25;
    white-space: normal;
}

.section-service-4 .service-item.style-1 .content .wrap {
    display: block;
    max-height: none;
    margin-top: 12px;
    overflow: visible;
    opacity: 1;
    transform: none;
    transition: none;
}

.section-service-4 .service-item.style-1 .content .wrap p,
.section-service-4 .service-item.style-1 .content .wrap a,
.section-service-4 .service-item.style-1:hover .content .wrap p,
.section-service-4 .service-item.style-1:hover .content .wrap a {
    opacity: 1;
    transform: none;
}

@media (max-width: 767px) {
    .section-service-4 .service-item.style-1 .img-style img {
        height: 340px;
    }

    .section-service-4 .service-item.style-1 .content {
        min-height: 188px;
        padding: 18px 22px;
    }
}

#menu-mobile-menu li.active>a {
    color: var(--Primary);
}

.card-team.style-1::after {
    background: linear-gradient(180deg, rgba(23, 17, 11, 0) 46.28%, rgba(23, 17, 11, 0.58) 73.14%, var(--Secondary) 99.74%);
}

.section-faqs .accordion-item {
    background-color: var(--Bg-light);
}


.blog-item.v-list .img-style {
    border-radius: 0;
}

.blog-post-3 .blog-item.style-default .img-style {
    display: block;
    height: 284px;
    overflow: hidden;
}

.blog-post-3 .blog-item.style-default .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-3 .tf-grid-layout > .blog-item:nth-child(n+4),
.blog-post-2 .d-grid.gap_30 > .blog-item:nth-child(n+4),
.blog-post-2 .sidebar-latest-post,
.blog-post-2 .sidebar-tags,
.blog-post-2 .wg-pagination {
    display: none !important;
}

.blog-item.v-list .tag {
    padding: 0;
    background-color: var(--Primary) !important;
    color: var(--Secondary);
}

.section-insights .blog-item.style-1 .img-style {
    display: block;
    height: 260px;
    overflow: hidden;
}

.section-insights .blog-item.style-1 .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-insights-1 .swiper-wrapper {
    justify-content: center;
}

.section-insights-1 .blog-item.style-default .img-style {
    display: block;
    height: 284px;
    overflow: hidden;
}

.section-insights-1 .blog-item.style-default .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .blog-post-3 .blog-item.style-default .img-style {
        height: 245px;
    }

    .section-insights .blog-item.style-1 .img-style {
        height: 230px;
    }

    .section-insights-1 .blog-item.style-default .img-style {
        height: 245px;
    }
}

@media (max-width: 767px) {
    .blog-post-3 .blog-item.style-default .img-style {
        height: 245px;
    }

    .section-insights .blog-item.style-1 .img-style {
        height: 240px;
    }

    .section-insights-1 .blog-item.style-default .img-style {
        height: 240px;
    }
}

.footer.style-default {
    background:
        linear-gradient(180deg, rgba(201, 133, 36, 0.08), rgba(23, 17, 11, 0) 32%),
        var(--Secondary);
}

.footer.style-default .footer-body {
    padding-top: 54px;
    padding-bottom: 52px;
}

.footer.style-default .footer-body .row {
    align-items: flex-start;
}

.footer.style-default .footer-menu-list {
    gap: 10px !important;
}

.footer.style-default .footer-contact .info {
    margin-bottom: 0;
}

.footer.style-default .footer-bottom {
    border-top-color: rgba(201, 133, 36, 0.24);
}

@media (max-width: 991px) {
    .footer.style-default .footer-body {
        padding-top: 44px;
        padding-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .footer.style-default .footer-about {
        padding-bottom: 28px;
    }

    .footer.style-default .footer-about p {
        max-width: none;
    }
}

.footer.style-default .footer-heading,
.footer.style-default .text_primary-color {
    color: var(--Primary) !important;
}

.footer.style-default a:hover,
.hover-underline-link.text_primary-color {
    color: var(--Avarel-gold-light) !important;
}

.page-layout-v04::after,
.hero-banner-3::after {
    background: linear-gradient(90deg, rgba(23, 17, 11, 0.72), rgba(23, 17, 11, 0.34));
}

.section-overview .col-content.vision::after {
    background: linear-gradient(180deg, rgba(23, 17, 11, 0.08) 18%, rgba(23, 17, 11, 0.44) 58%, rgba(23, 17, 11, 0.88) 100%);
}

.section-overview .col-content.vision img {
    object-position: 54% center;
}

.sidebar-item.banner {
    background-color: var(--Primary);
    overflow: hidden;
}

.sidebar-item.banner .text_secondary-color,
.sidebar-item.banner .tf-btn span {
    color: var(--Secondary) !important;
}

.service-detail-3 .banner .shape {
    right: -96px;
    bottom: -104px;
    width: 360px;
    height: 360px;
    opacity: 0.14;
}

.service-detail-3 .banner .shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tf-sidebar .sidebar-title,
.content-inner h4,
.heading-section .sub,
.text_primary-color {
    color: var(--Primary) !important;
}

.accordion-item.style-2.active,
.accordion-item.style-2:hover {
    border-color: rgba(201, 133, 36, 0.4);
}

.accordion-item.style-2.active .accordion-faqs-content p,
.accordion-item.style-2:hover .accordion-faqs-content p {
    color: var(--Bg-light) !important;
}

.accordion-item.style-2.active .accordion-faqs-content .text_secondary,
.accordion-item.style-2:hover .accordion-faqs-content .text_secondary {
    color: var(--Bg-light) !important;
}


.tf-sidebar .list-categories a::after {
    background: var(--Secondary);
    height: 1px;
}

.tf-sidebar .tags-list a:hover {
    color: var(--Secondary);
}

.tf-article-navigation .item {
    max-width: unset;
}

.post-detail .tags-list.style-2 a:hover {
    background-color: var(--Primary);
    border-color: var(--Primary);
    color: var(--Secondary);
}

.form-leave-comment fieldset input:focus,
.form-leave-comment textarea:focus {
    border-color: var(--Secondary);
}

.form-leave-comment .tf-check {
    border: 1px solid var(--Text-secondary);
}

.section-faqs-1 .heading-section .sub {
    margin-bottom: 5px;
}

.section-overview .col-content.mission .shape {
    right: -70px;
    bottom: -90px;
    width: 360px;
    height: 360px;
    opacity: 0.14;
}

.section-overview .col-content.mission .shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.blog-item.style-4.v-list .content {
    gap: 9px;
}

@media (min-width: 992px) {
    .section-faqs .accordion-wrap {
        padding-left: 15px;
    }
}

.avarel-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 130;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 999px;
    background: #25d366;
    color: var(--White);
    font-size: 0;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(14, 55, 32, 0.22);
}

.avarel-whatsapp-float::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.02 3.2C8.96 3.2 3.22 8.9 3.22 15.9c0 2.25.6 4.45 1.72 6.38L3.1 29l6.9-1.8a12.9 12.9 0 0 0 6.02 1.5c7.06 0 12.8-5.7 12.8-12.75S23.08 3.2 16.02 3.2Zm0 23.35c-1.98 0-3.9-.53-5.6-1.55l-.4-.24-4.08 1.07 1.09-3.96-.26-.41a10.5 10.5 0 0 1-1.62-5.56c0-5.82 4.88-10.55 10.87-10.55 5.98 0 10.86 4.73 10.86 10.55 0 5.82-4.88 10.55-10.86 10.55Zm5.96-7.9c-.33-.16-1.93-.95-2.23-1.06-.3-.11-.52-.16-.73.16-.22.32-.84 1.05-1.03 1.26-.19.22-.38.24-.7.08-.33-.16-1.38-.5-2.63-1.62-.97-.85-1.63-1.9-1.82-2.22-.19-.32-.02-.5.14-.66.14-.14.33-.38.49-.57.16-.19.22-.32.33-.54.11-.22.05-.4-.03-.57-.08-.16-.73-1.72-1-2.36-.26-.62-.53-.54-.73-.55h-.62c-.22 0-.57.08-.87.4-.3.32-1.14 1.1-1.14 2.69s1.17 3.12 1.33 3.34c.16.22 2.31 3.48 5.6 4.88.78.34 1.39.54 1.86.69.78.25 1.5.21 2.06.13.63-.09 1.93-.77 2.2-1.52.27-.75.27-1.39.19-1.52-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.02 3.2C8.96 3.2 3.22 8.9 3.22 15.9c0 2.25.6 4.45 1.72 6.38L3.1 29l6.9-1.8a12.9 12.9 0 0 0 6.02 1.5c7.06 0 12.8-5.7 12.8-12.75S23.08 3.2 16.02 3.2Zm0 23.35c-1.98 0-3.9-.53-5.6-1.55l-.4-.24-4.08 1.07 1.09-3.96-.26-.41a10.5 10.5 0 0 1-1.62-5.56c0-5.82 4.88-10.55 10.87-10.55 5.98 0 10.86 4.73 10.86 10.55 0 5.82-4.88 10.55-10.86 10.55Zm5.96-7.9c-.33-.16-1.93-.95-2.23-1.06-.3-.11-.52-.16-.73.16-.22.32-.84 1.05-1.03 1.26-.19.22-.38.24-.7.08-.33-.16-1.38-.5-2.63-1.62-.97-.85-1.63-1.9-1.82-2.22-.19-.32-.02-.5.14-.66.14-.14.33-.38.49-.57.16-.19.22-.32.33-.54.11-.22.05-.4-.03-.57-.08-.16-.73-1.72-1-2.36-.26-.62-.53-.54-.73-.55h-.62c-.22 0-.57.08-.87.4-.3.32-1.14 1.1-1.14 2.69s1.17 3.12 1.33 3.34c.16.22 2.31 3.48 5.6 4.88.78.34 1.39.54 1.86.69.78.25 1.5.21 2.06.13.63-.09 1.93-.77 2.2-1.52.27-.75.27-1.39.19-1.52-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.avarel-whatsapp-float:hover {
    color: var(--White);
    transform: translateY(-2px);
}

.progress-wrap {
    display: none !important;
}

.footer-contact > div:not(.info),
.sidebar-author .tf-social,
.fixed-thumb-wrap,
.share .tf-social,
.wrap-social {
    display: none !important;
}

.form-request fieldset select {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid var(--Line);
    border-radius: 4px;
    background-color: var(--White);
    color: var(--Text-primary);
    font-size: 15px;
    line-height: 22px;
}

.form-contact select.style-line-bottom {
    width: 100%;
    height: 54px;
    border: 0;
    border-bottom: 1px solid var(--Line);
    border-radius: 0;
    background-color: transparent;
    color: var(--Text-primary);
    font-size: 15px;
    line-height: 22px;
}

.form-request fieldset select:focus,
.form-contact select.style-line-bottom:focus {
    outline: none;
    border-color: var(--Secondary);
}

.avarel-service-details {
    background: var(--White);
}

.service-details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px;
}

.service-details-column h5 {
    color: var(--Text-primary);
    font-weight: 700;
}

.service-detail-copy:not(:last-child) {
    margin-bottom: 48px;
}

.service-detail-copy h4,
.service-copy-list h5 {
    color: var(--Text-secondary);
}

.service-detail-copy p,
.service-copy-list p {
    color: var(--Text);
}

.service-detail-3 .wrap-thumb .thumb {
    aspect-ratio: 630 / 360;
}

.service-detail-3 .wrap-thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-pricing-6 .heading-section .desc {
    max-width: 760px;
}

.avarel-quote-card {
    height: 100%;
}

.avarel-quote-card .quote-label {
    font-size: 36px;
    line-height: 1.1;
}

.avarel-quote-card .tf-btn span:first-child {
    white-space: normal;
    text-align: center;
}

@media (max-width: 767px) {
    .avarel-whatsapp-float {
        right: 16px;
        bottom: 22px;
        width: 54px;
        height: 54px;
    }

    .service-details-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .service-detail-copy:not(:last-child) {
        margin-bottom: 28px;
    }

    .service-detail-3 .wrap-thumb .thumb {
        aspect-ratio: 4 / 3;
    }

    .avarel-quote-card .quote-label {
        font-size: 30px;
    }
}
