:root {
    --intro-primary: #A89788;
    --intro-dark: #5E524A;
    --intro-olive: #A4A888;
    --intro-soft: #F7F5F1;
    --intro-card: #FFFFFF;
    --intro-border: #E8E2DA;
    --intro-muted: #91877D;
    --intro-accent: #C8B6A6;
    --intro-danger: #B86B5E;
}

body {
    background: var(--intro-soft);
    color: var(--intro-dark);
}

.body-content {
    background:
        radial-gradient(circle at 12% 8%, rgba(168, 151, 136, .12), transparent 26%),
        radial-gradient(circle at 85% 18%, rgba(164, 168, 136, .14), transparent 25%),
        var(--intro-soft);
}

header {
    background: rgba(255, 255, 255, .88) !important;
    border: 1px solid rgba(232, 226, 218, .8);
    border-radius: 0 0 26px 26px;
    box-shadow: 0 14px 35px rgba(94, 82, 74, .10);
    backdrop-filter: blur(14px);
}

.the-logo {
    filter: drop-shadow(0 8px 18px rgba(94, 82, 74, .14));
}

.nav_bar a {
    border-radius: 999px;
    color: var(--intro-dark) !important;
    font-weight: 800;
    padding: 10px 14px;
}

.nav_bar a:hover,
.nav_bar a.active {
    background: rgba(168, 151, 136, .14);
    color: var(--intro-dark) !important;
}

.dropdown-toggle {
    background: var(--intro-soft);
    border: 1px solid var(--intro-border);
    border-radius: 999px;
    color: var(--intro-dark);
    font-weight: 800;
    padding: 10px 16px;
}

.dropdown-menu {
    border: 1px solid var(--intro-border);
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(94, 82, 74, .12);
    overflow: hidden;
}

.dropdown-item {
    color: var(--intro-dark);
    font-weight: 700;
}

.dropdown-item:hover {
    background: var(--intro-soft);
}

.close-open-nav > div span {
    background: var(--intro-dark) !important;
}

.owl-index {
    background: var(--intro-soft);
}

.info_owl {
    background:
        linear-gradient(135deg, rgba(94, 82, 74, .92), rgba(168, 151, 136, .76)),
        var(--intro-primary);
    border-radius: 0 0 42px 42px;
    overflow: hidden;
}

.img_owl_index {
    border-radius: 38px;
    box-shadow: 0 22px 45px rgba(94, 82, 74, .24);
    overflow: hidden;
}

.img_owl_index::after {
    background: linear-gradient(90deg, rgba(94, 82, 74, .18), rgba(164, 168, 136, .08)) !important;
}

.ads_wol {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 26px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .08);
    max-width: 560px;
    padding: 30px;
    backdrop-filter: blur(10px);
}

.ads_wol h3 {
    color: #fff !important;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.45;
}

.ads_wol p {
    color: rgba(255, 255, 255, .86) !important;
    font-size: 16px;
    line-height: 1.9;
}

.hero-actions {
    gap: 12px;
    margin-top: 22px;
}

.hero-actions .btn-main {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    min-width: 145px;
    width: auto;
}

.btn-main {
    background: linear-gradient(135deg, var(--intro-primary), var(--intro-olive)) !important;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 25px rgba(168, 151, 136, .26);
    color: #fff !important;
    font-weight: 900;
    min-height: 48px;
}

.btn-main-w {
    background: rgba(255, 255, 255, .95) !important;
    color: var(--intro-dark) !important;
}

.btn-main:hover {
    background: linear-gradient(135deg, var(--intro-dark), var(--intro-primary)) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.sec-padd {
    padding-bottom: 75px;
    padding-top: 75px;
}

.trust-section {
    margin-top: -55px;
    position: relative;
    z-index: 8;
}

.trust-stats-card {
    background: rgba(255, 255, 255, .95);
    border: 1px solid var(--intro-border);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(94, 82, 74, .14);
    padding: 22px;
    backdrop-filter: blur(10px);
}

.trust-stat {
    padding: 16px 10px;
    text-align: center;
}

.trust-stat i {
    align-items: center;
    background: var(--intro-soft);
    border-radius: 18px;
    color: var(--intro-primary);
    display: inline-flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    margin-bottom: 10px;
    width: 54px;
}

.trust-stat strong {
    color: var(--intro-dark);
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.trust-stat span {
    color: var(--intro-muted);
    display: block;
    font-weight: 800;
    margin-top: 8px;
}

.trust-badges {
    margin-top: 22px;
}

.trust-badge {
    background: #fff;
    border: 1px solid var(--intro-border);
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(94, 82, 74, .08);
    height: 100%;
    padding: 24px;
    transition: .2s ease;
}

.trust-badge:hover {
    transform: translateY(-5px);
}

.trust-badge i {
    align-items: center;
    background: rgba(164, 168, 136, .16);
    border-radius: 18px;
    color: var(--intro-olive);
    display: inline-flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    margin-bottom: 15px;
    width: 58px;
}

.trust-badge h5,
.journey-step h5 {
    color: var(--intro-dark);
    font-weight: 900;
}

.trust-badge p,
.journey-step p {
    color: var(--intro-muted);
    line-height: 1.9;
}

.the_title h3,
.info_JM h4 {
    color: var(--intro-dark) !important;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 14px;
}

.the_title p,
.grey-color,
.info_JM p {
    color: var(--intro-muted) !important;
    font-size: 15px;
    line-height: 2;
}

.bacg_section {
    background:
        linear-gradient(135deg, rgba(94, 82, 74, .96), rgba(168, 151, 136, .9)) !important;
    position: relative;
}

.bacg_section .the_title h3,
.bacg_section .the_title p {
    color: #fff !important;
}

.bacg_section2 {
    background: #fff !important;
}

.box-servess {
    border: 1px solid rgba(232, 226, 218, .95);
    border-radius: 26px !important;
    box-shadow: 0 14px 32px rgba(94, 82, 74, .09);
    min-height: 255px;
    overflow: hidden;
    padding: 30px 24px !important;
}

.box-servess::after {
    background: rgba(164, 168, 136, .16) !important;
    border-radius: 50%;
    height: 95px;
    width: 95px;
}

.box-servess:hover {
    box-shadow: 0 20px 42px rgba(94, 82, 74, .15);
    transform: translateY(-6px);
}

.box-servess:hover::after {
    background: rgba(164, 168, 136, .08) !important;
}

.box-servess h6 {
    color: var(--intro-dark);
    font-size: 18px;
    font-weight: 900;
}

.box-servess p {
    line-height: 1.9;
}

.img_info_JM img:first-of-type,
.img_info_JM img:last-of-type {
    border: 8px solid #fff;
    border-radius: 34px;
    box-shadow: 0 18px 40px rgba(94, 82, 74, .15);
}

.how_work {
    gap: 18px;
}

.how_work li {
    background: #fff;
    border: 1px solid var(--intro-border);
    border-radius: 24px;
    box-shadow: 0 12px 28px rgba(94, 82, 74, .08);
    padding: 22px;
}

.how_work li img {
    background: var(--intro-soft);
    border-radius: 20px;
    padding: 12px;
}

.how_work li div {
    color: var(--intro-dark);
    font-weight: 900;
}

.journey-section {
    background:
        radial-gradient(circle at 10% 10%, rgba(168, 151, 136, .12), transparent 25%),
        #fff;
}

.journey-timeline {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.journey-step {
    background: #fff;
    border: 1px solid var(--intro-border);
    border-radius: 26px;
    box-shadow: 0 14px 32px rgba(94, 82, 74, .08);
    padding: 28px 22px;
    position: relative;
    text-align: center;
}

.journey-number {
    align-items: center;
    background: linear-gradient(135deg, var(--intro-primary), var(--intro-olive));
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 34px;
}

.journey-icon {
    align-items: center;
    background: var(--intro-soft);
    border-radius: 22px;
    color: var(--intro-primary);
    display: inline-flex;
    font-size: 28px;
    height: 74px;
    justify-content: center;
    margin-bottom: 16px;
    width: 74px;
}

.nav-pills .nav-link {
    border: 1px solid var(--intro-border);
    border-radius: 999px;
    color: var(--intro-dark);
    font-weight: 800;
    margin: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: var(--intro-primary) !important;
    color: #fff !important;
}

.accordion .card {
    border: 1px solid var(--intro-border);
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(94, 82, 74, .06);
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion .card-header {
    background: #fff !important;
}

.accordion .card-header button {
    color: var(--intro-dark);
    font-weight: 900;
    padding: 18px;
}

.accordion .card-header button[aria-expanded="true"] {
    color: var(--intro-primary) !important;
}

.accordion .card-body {
    color: var(--intro-muted);
    line-height: 2;
}

.form-content {
    background: #fff;
    border: 1px solid var(--intro-border);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(94, 82, 74, .10);
    padding: 30px;
}

.form-control {
    background: var(--intro-soft);
    border: 1px solid var(--intro-border);
    border-radius: 16px;
    color: var(--intro-dark);
    min-height: 52px;
    padding: 12px 16px;
}

textarea.form-control {
    min-height: 150px;
}

.form-control:focus {
    background: #fff;
    border-color: var(--intro-primary);
    box-shadow: 0 0 0 .2rem rgba(168, 151, 136, .14) !important;
}

footer {
    background: linear-gradient(135deg, var(--intro-dark), var(--intro-primary)) !important;
    border-radius: 42px 42px 0 0;
    margin-top: 35px;
    overflow: hidden;
}

.under_footer {
    background: rgba(0, 0, 0, .12) !important;
}

.social-m a {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.social-m a:hover {
    background: #fff;
    color: var(--intro-dark) !important;
}

.loader {
    background: var(--intro-soft);
}

.floating-whatsapp {
    align-items: center;
    background: #25D366;
    border-radius: 50%;
    bottom: 28px;
    box-shadow: 0 14px 30px rgba(37, 211, 102, .32);
    color: #fff !important;
    display: flex;
    font-size: 28px;
    height: 62px;
    justify-content: center;
    left: 28px;
    position: fixed;
    width: 62px;
    z-index: 999;
}

.floating-whatsapp:hover {
    color: #fff !important;
    transform: translateY(-4px);
}

.mobile-sticky-cta {
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--intro-border);
    border-radius: 20px 20px 0 0;
    bottom: 0;
    box-shadow: 0 -10px 25px rgba(94, 82, 74, .12);
    display: none;
    gap: 10px;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 998;
}

.mobile-sticky-cta a {
    align-items: center;
    background: var(--intro-soft);
    border-radius: 16px;
    color: var(--intro-dark) !important;
    display: flex;
    flex: 1;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
}

.mobile-sticky-cta a:last-child {
    background: linear-gradient(135deg, var(--intro-primary), var(--intro-olive));
    color: #fff !important;
}

@media (max-width: 991.98px) {
    header {
        border-radius: 0 0 20px 20px;
    }

    .nav_bar {
        background: rgba(255, 255, 255, .97) !important;
        box-shadow: 0 18px 35px rgba(94, 82, 74, .14);
    }

    .nav_bar li {
        margin: 12px 20px !important;
    }

    .ads_wol {
        margin: 0 auto;
        padding: 22px;
    }

    .ads_wol h3 {
        font-size: 25px;
    }

    .sec-padd {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .the_title h3,
    .info_JM h4 {
        font-size: 25px;
    }

    .trust-section {
        margin-top: -30px;
    }

    .trust-stat strong {
        font-size: 22px;
    }

    .trust-badge {
        margin-bottom: 15px;
    }

    .journey-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .hero-actions {
        align-items: stretch !important;
        flex-direction: column;
    }

    .hero-actions .btn-main {
        width: 100%;
    }

    .trust-stats-card {
        padding: 10px;
    }

    .journey-timeline {
        grid-template-columns: 1fr;
    }

    .floating-whatsapp {
        bottom: 86px;
        height: 54px;
        left: 18px;
        width: 54px;
    }

    .mobile-sticky-cta {
        display: flex;
    }

    footer {
        padding-bottom: 72px;
    }
}
