html,
body {
    overflow-x: hidden;
}



.hero-slider img,
.partners-track img {
    -webkit-user-drag: none;
    /* Chrome, Safari */
    user-drag: none;
    pointer-events: none;
    /* 🔥 stops image ghost */
    user-select: none;
}


.partners-track img {
    -webkit-user-drag: none;
    /* Chrome / Safari */
    user-drag: none;
    user-select: none;
    pointer-events: none;
    /* 🔥 stops tiny image preview */
}

/* ================= TOP BAR ================= */
.top-bar {
    background: #fff;
    position: relative;
}

.icon_name {
    text-transform: uppercase;
    font-size: 20px;
    width: 170px;
    color: #573481;
}

.top-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1120px;
    height: 0.5px;
    background: #000;
}

/* ================= CONTAINER ================= */
.container {
    max-width: 1100px;
    margin: auto;
    padding: 14px 20px;
}

/* ================= HEADER ================= */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainlogo {
    display: flex;
    align-items: center;
    margin-left: -45px;
}

/* LOGO */
.mainlogo img {
    height: 85px;

}

/* RIGHT SIDE */
.header-right {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* ================= INFO BOX ================= */
.info-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ICON */
.h_icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e33a5b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_icon i {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

/* HOVER */
.info-box:hover .h_icon i {
    color: #6c2db5;
}

/* TEXT */
.text_num span {
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: #6c2db5;
    display: block;

}

.text_num p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat', sans-serif;


}

#para {
    margin-top: 15px;
}

/* ================= CONTACT BUTTON ================= */
.contact-btn {
    background: #6c2db5;
    color: #fff;
    border: none;
    padding: 12px 26px;
    font-size: 15px;
    font-weight: 200;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 80px;
    font-family: 'Montserrat', sans-serif;
}

/* ================= NAVBAR ================= */
.navbar {
    background: #fff;
}

.nav-content {
    max-width: 1100px;
    margin: auto;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* MENU */
.menu a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #e94b64;
    text-decoration: none;
    margin-right: 22px;
}

.social span {
    color: #6929b6;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* SOCIAL */
.social {
    display: flex;
    align-items: center;
    gap: 10px;
}


.fa-facebook {
    width: 36px;
    height: 36px;
    background: #e94b64;
    border-radius: 50%;

    position: relative;
    /* 🔑 */
    display: inline-block;
}

/* center the icon itself */
.fa-facebook::before {
    color: #fff;
    font-size: 16px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 🔥 perfect center */
}


.instagram_header {
    width: 36px;
    height: 36px;
    background: #e94b64;
    border-radius: 50%;

    position: relative;
    display: inline-block;
}

/* center the Font Awesome icon */
.instagram_header::before {
    color: #fff;
    font-size: 16px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
}

/* SLIDER */
.hero-slider {
    width: 100%;
    height: 410px;
    position: relative;
}

.slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.slide.active {
    display: block;
}

.about_ul {
    margin-top: 15px;
}

.about_para {
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    font-weight: 500;
}

/* ARROWS */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: transparent;
    border: none;
    color: #ccc;
    cursor: pointer;
    z-index: 10;
}

.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

/* DOTS (4 buttons like screenshot) */
.dots {
    position: absolute;
    bottom: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;



}

.dot {
    width: 8px;
    height: 8px;
    background: #cfcfcf;
    border-radius: 50%;
    cursor: pointer;

}

.dot.active {
    background: #000;
}

/* ===== DESKTOP INSURANCE BENEFITS ===== */
.insurance-benefits-section {
    padding: 80px 40px;

}

.insurance-benefits-card {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 26px;
    /* padding: 70px 40px; */
    padding: 65px 49px;
    display: flex;

    border: 0.5px rgb(236, 226, 226) solid;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);

}


/* LEFT TITLE */
.benefits-left h2 {
    font-size: 43px;
    font-family: "Work Sans", sans-serif;
    margin-top: 60px;
    font-weight: 800;
    line-height: 1.15;
    color: #0f0f0f;
    width: 500px;

}

/* RIGHT LIST */
.benefits-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    margin-left: 100px;
    width: 530px;

}

/* ITEM */
.benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
}

/* ICON */
.benefit-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff4ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

/* TEXT */
.benefit-text h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.benefit-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgb(28, 16, 24);
}


/* OPTIONAL VERTICAL LINE */
.benefits-right::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eee;
}



/* RESPONSIVE */


.about-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Image Stack */
.image-stack {
    position: relative;
    width: 100%;
    max-width: 540px;
}

/* Main Image */
.img-main {
    width: 100%;
    border-radius: 28px;
    display: block;
}

/* Overlay Image (small one) */
.img-overlay {
    position: absolute;
    bottom: -45px;
    right: -35px;
    width: 55%;
    border-radius: 22px;
    border: 6px solid #fff;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* Stats Card */

.stats-icon {
    width: 48px;
    height: 38px;
    background: #fff;
    color: #6c2db5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.stats-card h3 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Work Sans", sans-serif;
    margin: 0;
}

.stats-card p {
    font-size: 12px;
    margin: 0;
}

.partners-section {
    padding: 60px 0;
    background: #fff;
}

.partners-title {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 42px;
    margin-bottom: 30px;
}

/* VIEWPORT */
.partners-slider {
    max-width: 850px;
    margin: auto;
    overflow: hidden;
}

.partners-track {
    display: flex;
    gap: 25px;
    /* adjusted so 4 fit */
}

/* BIG IMAGE – NO BACKGROUND */
.partners-track img {
    width: 200px;
    /* increased */
    height: 150px;
    /* increased */
    padding: 0;
    /* 🔥 no padding */
    object-fit: contain;
    border-radius: 0;
    /* 🔥 no rounded bg feel */
    background: none;
    /* 🔥 bg removed */
}







.para_text1 {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.2px;
    font-family: Montserrat, sans-serif;
    color: black;
    width: 450px;
}

.para_text2 {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 19.2px;
    font-family: Montserrat, sans-serif;
    color: black;
}

.about-section {
    background: #fff4f6;
    padding-top: 280px;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden;
}

.about-scale {
    transform: scale(1.25);
    /* 🔥 increase size */
    transform-origin: center;
}


/* Decorative curved lines in background */
.about-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: 100px;
    width: 400px;
    height: 500px;

    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.about-container {
    width: 100%;
    max-width: 1020px;
    /* ✅ your required width */
    margin: 0 auto;
    /* padding-left: 15px; */
    padding-right: 15px;

    display: flex;

    align-items: center;
    position: relative;
    z-index: 1;
}


/* LEFT CONTENT */
.about-left {
    flex: 1;
    margin-left: 60px;
}

.about-left h2 {
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    /* ← was 31px */
    font-weight: 700;
    line-height: 51px;
    /* ← missing before */
    color: rgb(28, 16, 24);
    /* exact inspector color */
}

.about-text {
    font-size: 13px;
    color: #333;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /* line-height: 1.7; */
}

.about-text strong {
    color: #1a0f1e;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

/* Features */
.feature {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-top: 14px;
    /* margin-bottom: 20px; */
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

/* .feature-icon.pink {
    background: linear-gradient(135deg, #ffe5ec 0%, #ffd1dc 100%);
}

.feature-icon.purple {
    background: linear-gradient(135deg, #f3e7ff 0%, #e5d4ff 100%);
} */

.feature-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.feature div h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    color: #1a0f1e;

}

.feature div p {
    font-size: 13.5px;
    color: black;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    margin-top: 7px;
    width: 350px;
    font-weight: 500;
}

.feature div p strong {
    font-weight: 600;
    color: #1a0f1e;
}

.about-btn {
    margin-top: 35px;
    background: #d33d5a;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;

    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rba(233, 75, 100, 0.3);
}

.about-btn:hover {
    background-color: #6929b6;
}

/* RIGHT CONTENT */
.about-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.image-stack {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.innerimg {
    position: absolute;
    bottom: 70px;
    left: -20px;
    width: 400px;
    height: auto;
    z-index: 1;
    opacity: 1;
}

.inneryello {
    position: absolute;
    top: -100px;
    width: 250px;
    height: auto;
    left: -40px;
    z-index: 1;
    opacity: 1;
}

.img-main {
    width: 100%;
    border-radius: 24px;
    position: relative;
    z-index: 3;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: block;
    bottom: 100px
}

.image-overlay {
    position: absolute;
    bottom: 15px;
    right: -0px;
    width: 58%;
    border-radius: 18px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 3;
    display: block;
}





/* RESPONSIVE */

/* SECTION */
.services-section {
    background: #ffffff;
    padding: 210px 20px;
}

.services-scale {
    transform: scale(1.35);
    /* 🔥 increase size */
    transform-origin: center;
}

/* GRID */
.services-container {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    align-items: stretch;
}

/* CARD */
.service {
    box-sizing: border-box;
    min-height: 300px;
    padding: 15px 20px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* REMOVE RIGHT BORDER */
.service:nth-child(3n) {
    border-right: none;
}

/* REMOVE BOTTOM BORDER */
.service:nth-last-child(-n+3) {
    border-bottom: none;
}

/* INTRO CARD */
.service.intro h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #1a0f1e;
    font-family: "Montserrat", sans-serif;
}

.service.intro p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    width: 240px;


}

.view-link {
    margin-top: 20px;
    color: #6c2db5;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
}

/* ICON */
.service_icon {
    width: 50px;
    height: auto;
    margin-bottom: 5px;
    color: #6c2db5;
    transition: color 0.3s ease;
}







/* TITLE */
.service h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1a0f1e;
}

/* TEXT */
.service p {
    font-size: 14.5px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;

    color: black;
}

.service .key {
    font-size: 14.5px;
    margin-bottom: 6px;
    margin-top: 6px;
    color: black;
}

.service p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    width: 230px;
}

.service span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    margin-top: 9px;
    margin-bottom: 19px;
}


/* HIGHLIGHT CARD */
.service.highlight {
    background: #6c2db5;
    color: #fff;

}

.service.highlight h3,
.service.highlight p,
.service.highlight li,
.service.highlight strong {
    color: white;
    margin-top: 5px;
}

.service.highlight .icon {
    color: #fff;
}



.service:not(.intro):hover .icon {
    color: #fff;
}


/* SMALL TEXT */
.service small {
    margin-top: 8px;
    font-size: 12px;
    color: #777;
}



.auction-section {
    background: #ffffff;
    padding: 140px 150px;
}

.auction-scale {
    transform: scale(1.45);
    /* 🔥 increase size */
    transform-origin: center;
}


.auction-container {
    max-width: 900px;
    margin: auto;
    display: flex;

    align-items: center;
}

/* LEFT */
.auction-left {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.bg-card {
    position: absolute;
    top: -78px;
    left: 59px;
    width: 59%;
    height: 112%;
    background: #6d2db5;
    border-radius: 16px;
    z-index: 1;
}

/* .image-card {
  position: relative;
  z-index: 2;
  border-radius: 26px;
  left: 20px;
  overflow: hidden;
  box-shadow: 0 25px 45px rgba(0,0,0,0.18);
} */

.image-card img {
    position: relative;
    width: 75%;
    z-index: 2;
    display: block;
    left: 94px;
    top: -40px;
    border-radius: 26px;
}

/* RIGHT */
.auction-right {
    flex: 1;

}

.auction-right h2 {
    font-size: 31px;
    font-weight: 700;
    color: #1a0f1e;

    /* margin-bottom: 20px; */
}

.intro-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(28, 16, 24);
    color: black;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 400px;
}

/* FEATURES */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.check {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    /* ✅ square with soft corners */
    border: 2px solid #7a7f8c;
    /* grey border */
    color: #7a7f8c;
    /* check color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
    flex-shrink: 0;
    line-height: 1;
}


.feature-item h4 {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: rgb(28, 16, 24);
    /* margin-bottom: 6px; */
}

.feature-item p {

    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: black;
    line-height: 15px;
    margin-top: 5px;
    width: 300px;
}

/* CTA BUTTON */
.cta-btn {
    background: #e94b64;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover {
    background-color: #6c2db5;
    ;
}

/* RESPONSIVE */

/* SECTION */
.term-section {
    background: #ffffff;
    padding: 180px 20px;
    /* padding-bottom: 80px; */
}

.term-scale {
    transform: scale(1.35);
    /* 🔥 increase size */
    transform-origin: center;
}

/* CONTAINER */
.term-container {
    width: 100%;
    max-width: 920px;
    /* SAME AS OTHER SECTIONS */
    margin: 0 auto;
    display: flex;
    /* clean spacing */
    align-items: center;
}

/* LEFT */
.term-left {
    flex: 1.1;
    margin-left: 40px;
}

.term-left h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    color: #1a0f1e;
    margin-bottom: 10px;
    width: 380px;
    margin-left: 0px;
}

.term-text {
    font-size: 12px;
    width: 420px;
    line-height: 17px;
    font-family: Montserrat, sans-serif;
    color: black;
    margin-bottom: 18px;
    font-weight: 500;
}

.term-text strong {
    font-weight: 700;
}

.tc {
    font-size: 10px;
    color: black;
}

/* RIGHT */
.term-right {
    flex: 0.9;
    display: flex;
    justify-content: center;
}

.term-right img {
    width: 100%;
    max-width: 420px;
    /* SAME visual scale as image */
    height: auto;
    margin-right: 100px;
}

/* STATS */
.term-stats {
    width: 100%;
    max-width: 920px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.stat h3 {
    font-size: 42px;

    font-weight: 800;
    color: #1a0f1e;
    margin-bottom: 6px;
}

.stat p {
    font-size: 14px;
    color: black;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}

/* RESPONSIVE */

.quote-section {
    background: #6c2db5;
    padding: 90px 20px;
    margin-top: 20px;
}

.quote-scale {
    transform: scale(1.25);
    /* 🔥 increase size */
    transform-origin: center;
}

.quote-container {
    width: 100%;
    max-width: 920px;
    margin: auto;
    display: flex;
    gap: 80px;
    align-items: center;
    padding-top: 70px;
}

.sh-stats-section {
    padding: 80px 20px;
    background: #f5f1fb;
}

.sh-stats-card {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 28px;
    padding: 60px 40px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    box-shadow: 0 18px 45px rgba(99, 60, 140, 0.18);
}

.sh-stat-item {
    text-align: center;
    flex: 1;
}

.sh-stat-value {
    font-size: 48px;
    font-weight: 800;
    color: #6a2c91;
    margin-bottom: 8px;
}

.sh-stat-label {
    font-size: 14px;
    letter-spacing: 1px;
    color: #6b6b6b;
}


/* LEFT */
.quote-left {
    flex: 1;
    color: #fff;
}

.quote-left h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 14px;
}

.quote-sub {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 35px;
    max-width: 520px;

}

/* FORM */
.quote-form {
    max-width: 420px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
    margin-left: 78px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;

}

.form-group.full {
    margin-bottom: 25px;
    margin-left: 78px;
}

label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;

}

label span {
    color: #ffb3bd;
}

input,
select,
textarea {
    padding: 14px 14px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #ffffff;
}

textarea {
    resize: none;
    height: 140px;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* BUTTON */
.send-btn {
    background: #4a6cf7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-left: 78px;
    margin-bottom: 50px;
}

.send-btn:hover {
    background: #3b5be0;
}

/* RIGHT IMAGE */
.quote-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.quote-right img {
    width: 100%;
    max-width: 360px;
    border-radius: 18px;
    margin-left: 78px;
    margin-top: -250px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

/* RESPONSIVE */

.testimonial-section {
    /* padding: 80px 20px; */

    text-align: center;
    transform: scale(1.05);
    background-color: #f7f9fb;
    transform-origin: top center;
    height: 600px;
    padding: 50px 20px;
}

.testimonial-title {
    font-size: 42px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    color: #0f172a;
    text-align: start;
    margin-left: 150px;
}

/* slider */
.testimonial-slider {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
}

.testimonial-card {
    min-width: calc((100% - 48px) / 3);
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stars {
    color: #f6b01e;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.review {
    font-size: 15px;
    line-height: 1.7;
    color: #1f2937;
    margin-bottom: 30px;
    text-align: left;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.user img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.user span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

/* dots */
.testimonial-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;

}

.testimonial-dots span {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.testimonial-dots span.active {
    background: #2563eb;
}

/* RESPONSIVE */

/* SECTION */
.comic-section {
    width: 100%;
}

.comic-section {
    width: 100%;
    padding: 40px 0;
}

.comic-scale {
    transform: scale(1.0);
    /* adjust if needed */
    transform-origin: center;
}

/* WRAPPER — 930px */
.comic-wrapper {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;

    display: flex;
    /* 🔥 horizontal */
    gap: 12px;
    overflow-x: auto;
    /* scroll if needed */
    scrollbar-width: none;
    /* hide scrollbar (Firefox) */
}

.comic-wrapper::-webkit-scrollbar {
    display: none;
    /* hide scrollbar (Chrome) */
}

/* ALL IMAGES SAME SIZE */
.comic-wrapper img {
    flex: 0 0 auto;
    /* prevent shrinking */
    width: 300px;
    /* SAME WIDTH */
    height: 260px;
    /* SAME HEIGHT */
    object-fit: cover;

    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

/* HOVER */
.comic-wrapper img:hover {
    transform: scale(1.03);
}




.footer {
    background: #23201e;
    color: white;
    padding: 60px 20px;


    font-size: 15px;
}

.footer-scale {
    transform: scale(1.15);
    /* adjust if needed */
    transform-origin: center;
}

.footer-container {
    width: 100%;
    max-width: 920px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 60px;
    margin-top: 80px;
}

/* LOGO */
.footer-logo {
    width: 120px;
    margin-bottom: 30px;
}

/* HEADINGS */
.footer h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

/* ABOUT TEXT */
.about-text {
    line-height: 1.7;
    margin-bottom: 30px;
    color: white;
}

/* SOCIAL ICON */
.social-icon {
    width: 34px;
    height: 34px;
    border: 1px solid #444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #e94b64;
    border-color: #e94b64;
    color: #fff;
}

/* LISTS */
.footer ul {
    list-style: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.footer ul li {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.footer ul li a {
    color: white;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Inter', sans-serif;
}

/* 🔥 PINK HOVER */
.footer ul li a:hover {
    color: #e94b64;
}

/* CONTACT */
.contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
    transition: color 0.3s ease;
    color: #bdbdbc;
}

.contact-item span {
    line-height: 1.6;
}

.contact-item:hover {
    color: #e94b64;
}

/* FOOTER BOTTOM */
.footer-bottom {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: rgb(220, 217, 217);
    position: relative;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    /* 👈 line length */
    height: 1px;
    background-color: #333;
    margin-top: -16px;

}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}


.slider {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.slides {
    width: 100%;
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.slide.active {
    display: block;
}

/* arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: #999;
    cursor: pointer;
    padding: 10px;
    /* user-select: none; */
}

.arrow:hover {
    color: #7b3fe4;
}

.left {
    left: 20px;
}

.right {
    right: 20px;
}

/* dots */
.dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background: #7b3fe4;
}





.about-hero {
    width: 100%;
    min-height: 400px;


    /* 🔥 PERFECT COLOR BLEND */
    background:
        linear-gradient(90deg,
            rgba(107, 33, 168, 1) 0%,
            rgba(107, 33, 168, 0.98) 30%,
            rgba(107, 33, 168, 0.92) 45%,
            rgba(107, 33, 168, 0.80) 60%,
            rgba(107, 33, 168, 0.60) 72%,
            rgba(107, 33, 168, 0.35) 82%,
            rgba(107, 33, 168, 0.15) 92%,
            rgba(107, 33, 168, 0.05) 100%),
        url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

/* TEXT AREA */
.about-content {
    max-width: 600px;
    margin-top: 40px;
    padding-left: 160px;
    color: #fff;
}

.about-content h1 {
    font-size: 56px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 20px;


}

.about-content p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    /* line-height: 10px; */
    width: 470px;
    color: black;
    font-weight: 500;
}



.about-collage {
    padding: 80px 40px;
    background: #fff5f5;
}

.about-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* IMAGE COLLAGE */
.image-collage {
    position: relative;
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

/* COMMON IMAGE STYLE */
.image-collage .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;

}

/* LEFT TALL IMAGE */
.image-collage .tall {
    grid-row: span 2;
    height: 620px;
    position: relative;
    z-index: 10;
}

/* RIGHT TOP IMAGE (OVERLAPS) */
.image-collage .top {
    position: absolute;
    top: 20px;
    left: 40px;

    width: 500px;
    height: 350px;

    z-index: 5;
}

/* RIGHT BOTTOM IMAGE */
.image-collage .bottom {
    margin-top: 120px;
    height: 280px;
    z-index: 0;
    position: absolute;
    margin-left: 50px;




}

/* SMALL IMAGE (OPTIONAL) */
.image-collage .small {
    position: absolute;
    bottom: 70px;
    right: -20px;
    width: 220px;
    height: 260px;
    z-index: 10;
}

.image-collage .hand {
    position: absolute;
    bottom: 0px;
    right: -20px;
    width: 220px;
    height: 260px;
    z-index: 10;
}

.image-collage .blank {
    position: absolute;
    padding-bottom: 80px;
}

/* STATS CARD */
.stats-card {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    background: #6d28d9;
    /* Purple */
    color: #fff;

    padding: 15px 35px;
    border-radius: 18px;
    margin-top: 160px;
    width: fit-content;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    z-index: 20;
    margin-right: 150px;

}

.about_card {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    background: #6d28d9;
    /* Purple */
    color: #fff;


    padding: 20px 65px;
    border-radius: 18px;
    margin-top: 450px;
    width: fit-content;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    z-index: 20;
    margin-left: 270px;
}

/* ICON CIRCLE */
.stats-icon {
    width: 48px;
    height: 48px;
    margin-left: -46px;
    background: #ffffff;
    color: #6d28d9;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;

}

/* TEXT */
.stats-text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;



}

.stats-text p {
    margin: 4px 0 0;
    font-size: 14px;

    opacity: 0.95;
    font-family: "Montserrat", sans-serif;
}


/* RIGHT CONTENT */
.about-content h2 {
    font-size: 42px;
    /* margin-bottom: 20px; */
    color: #000;
    font-family: "Work Sans", sans-serif;
}

.about-content p {
    font-size: 16px;
    line-height: 1.5;
    /* margin-bottom: 15px; */
    color: #000;
    font-family: "Montserrat", sans-serif;
}

#pname {
    color: white;
}

.about-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000;

}

.about-content li {
    margin-bottom: 10px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.about-content .highlight {
    font-weight: 600;
}


.mvf-section {
    padding: 80px 40px;
    background: #ffffff;
}

.mvf-container {
    max-width: 1200px;
    margin: auto;
}

.mvf-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
}

.mvf-row.reverse {
    grid-template-columns: 1fr 1.1fr;
}

/* TEXT */
.mvf-text h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 46px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #111;

}

.mvf-text p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    color: black;
    font-weight: 500;
    margin-bottom: 14px;
}

.mvf-image img {
    border-radius: 20px;
}

/* IMAGE */
.mvf-image.founder {
    width: 100%;
    max-width: 550px;
    height: 550px;

    display: flex;
    align-items: center;
    /* vertical alignment */
    justify-content: flex-start;
    /* LEFT */
    overflow: hidden;
    margin-left: 20px;

}

.h3_founder {
    margin-top: 20px;
}

/* FOUNDER IMAGE */
.mvf-image.founder img {
    width: 430px;
    /* 👈 control image size here */
    height: auto;
    /* keep full image */
    object-fit: contain;
    margin: 0;
    position: relative;
    left: 130px;
    top: 40px;
    border-radius: 0;
}



.founder_text {
    width: 500px;
    text-align: justify;
    margin-top: 70px;
    margin-left: -30px;
}


.service-hero {
    width: 100%;
    min-height: 460px;

    /* 🔥 PERFECT COLOR BLEND */
    background:
        linear-gradient(90deg,
            rgba(107, 33, 168, 1) 0%,
            rgba(107, 33, 168, 0.98) 30%,
            rgba(107, 33, 168, 0.92) 45%,
            rgba(107, 33, 168, 0.80) 60%,
            rgba(107, 33, 168, 0.60) 72%,
            rgba(107, 33, 168, 0.35) 82%,
            rgba(107, 33, 168, 0.15) 92%,
            rgba(107, 33, 168, 0.05) 100%),
        url("https://snowhills.in/wp-content/uploads/2025/12/dewvh-llpwc.jpg");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.service-content {
    width: 500px;
    margin-left: 160px;
}

.service-content h1 {
    color: white;
    font-size: 70px;
    font-weight: 800;
    padding-top: 40px;
    font-family: "Work Sans", sans-serif;

}

.service-content p {
    color: white;
    font-size: 20px;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;

}



.services-grid-section {
    padding: 80px 40px;
    background: #fff;
}

.services-grid {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e5e5e5;
}

.service-box {
    padding: 30px 28px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.service-box:nth-child(3n) {
    border-right: none;
}

.service-box h3 {
    margin: 12px 0 10px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
}

.service-box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.service-box strong {
    display: block;
    margin-top: 14px;
    font-size: 14px;
}

.service-box ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.service-box li {
    font-size: 14px;
    margin-bottom: 6px;
}

.service-box small {
    font-size: 12px;
}


.service-box .icon {
    font-size: 28px;
    margin-bottom: 10px;
}

/* HIGHLIGHTED CARD */
.service-box.highlight {
    background: #6d28d9;
    color: #fff;
    height: 440px;
}

.service-box.highlight p,
.service-box.highlight li,
.service-box.highlight strong {
    color: #fff;
}

/* REMOVE ANY RED CIRCLE / BADGE FROM ICONS */
/* .service-box .icon::before,
.service-box .icon::after,
.service-box .icon span,
.service-box .icon .badge {
  display: none !important;
  content: none !important;
} */


.cta-section {
    padding: 80px 40px;
    background: #ffffff;
}

/* MAIN BOX */
.cta-box {
    max-width: 1200px;
    margin: auto;
    padding: 50px 40px;

    background: #fffaf0;
    border-radius: 26px;
    border: 1px solid #eee;

    text-align: center;
    position: relative;
    overflow: hidden;
}

/* FAINT SHIELD ICON */
.cta-bg-icon {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.05;
    font-size: 180px;
    color: #000;
}

/* TEXT */
.cta-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 28px;
    line-height: 1.3;
    font-family: Montserrat, sans-serif;

}

/* BUTTON AREA */
.cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* PRIMARY BUTTON */
.btn-primary {
    background: #e11d48;
    color: #fff;
    padding: 14px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary:hover {
    background: #be123c;
}

/* LINK BUTTON */
.btn-link {
    text-decoration: none;
    font-weight: 600;
    color: #111;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.btn-link:hover {
    text-decoration: underline;
}




.career-cta {
    padding: 80px 40px;
    background: #ffffff;
}

.career-box {
    max-width: 1200px;
    margin: auto;
    padding: 60px;

    background: linear-gradient(135deg, #5b2d82, #7a4ca5);
    border-radius: 28px;

    color: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

/* BADGE */
.badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* HEADING */
.career-box h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 22px;
    color: white;

}

/* TEXT */
.career-box p {
    max-width: 720px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* BUTTONS */
.career-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* APPLY BUTTON */
.btn.apply {
    background: #ffffff;
    color: #5b2d82;
}

/* WHATSAPP BUTTON */
.btn.whatsapp {
    background: #4ade80;
    color: #064e3b;
}

/* HOVER */
.btn:hover {
    transform: translateY(-2px);
    transition: 0.3s;
}


.stats-section {
    padding: 80px 30px;
    background: #f7f4fb;
}

/* MAIN CARD */
.stats-box {
    max-width: 1200px;
    margin: auto;
    padding: 50px 40px;

    background: #ffffff;
    border-radius: 24px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

    box-shadow: 0 20px 50px rgba(120, 82, 178, 0.18);
}

/* EACH STAT */
.stat-item {
    text-align: center;
}

/* BIG TEXT */
.stat-item h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    color: #6d28d9;
    /* purple */
}

/* LABEL */
.stat-item p {
    margin-top: 8px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #6b7280;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}



.why-partner {
    padding: 90px 30px;
    background: #f7f4fb;
    text-align: center;
}

.why-partner h2 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
}

.why-partner .subtitle {
    font-size: 20px;
    color: #6b7280;
    margin-bottom: 50px;
}

/* GRID */
.partner-grid {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

/* CARD */
.partner-card {
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 18px;
    height: 240px;



    text-align: left;

    box-shadow: 0 18px 40px rgba(120, 82, 178, 0.15);
}

/* ICON PLACEHOLDER */
.icon-box {
    background: #623388;
    border-radius: 12px;
    margin-bottom: 16px;
}

/* TITLE */
.partner-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #623388;
    margin-bottom: 10px;

}

/* TEXT */
.partner-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.icon-box {
    width: 44px;
    height: 44px;
    background: #623388;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
}


.journey-section {
    padding: 100px 30px;
    background: #f6f3fb;
    text-align: center;
}

/* Heading */
.journey-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #111;
}

/* Subtitle */
.journey-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 60px;
}

/* Grid */
.journey-grid {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Card */
.journey-card {
    background: #ffffff;
    padding: 50px 36px;
    border-radius: 22px;
    position: relative;

    box-shadow: 0 25px 60px rgba(120, 82, 178, 0.18);
}

/* Number Circle */
.step-badge {
    width: 56px;
    height: 50px;
    border-radius: 50%;
    background: #623388;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 700;

    margin: 0 auto 26px auto;
}

/* Card Title */
.journey-card h3 {
    font-size: 32px;
    font-weight: 800;
    color: #623388;
    margin-bottom: 14px;
}

/* Card Text */
.journey-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #4b5563;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}



.benefits-section {
    padding: 80px 30px;
    background: #f6f3fb;
}

/* MAIN CARD */
.benefits-box {
    max-width: 1200px;
    margin: auto;
    padding: 40px 50px;
    background: #ffffff;
    border-radius: 20px;
    border-left: 4px solid #623388;

    box-shadow: 0 20px 60px rgba(120, 82, 178, 0.18);
}

/* TITLE */
.benefits-box h2 {
    font-size: 32px;
    font-weight: 800;
    color: #623388;
    margin-bottom: 28px;
}

/* LIST */
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* LIST ITEM */
.benefits-list li {
    position: relative;
    padding: 14px 0 14px 44px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #374151;
    line-height: 1.6;

    border-bottom: 1px solid #eee;
}

/* REMOVE LAST BORDER */
.benefits-list li:last-child {
    border-bottom: none;
}

/* CHECK ICON */
.benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 26px;
    height: 26px;

    background: #623388;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 700;
}

.advisor-journey-section {
    padding: 140px 20px;
    background: #f6f3fb;
}

/* 🔹 Layer 2 – Big White Container */
.advisor-bg-layer {
    max-width: 1300px;
    margin: auto;
    background: #ffffff;
    padding: 70px;
    border-radius: 26px;

    box-shadow: 0 30px 80px rgba(120, 82, 178, 0.25);
    position: relative;
}

/* Heading */
.advisor-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #5b2c83;
}

.advisor-subtitle {
    text-align: center;
    font-size: 15px;
    color: #6b7280;
    margin: 14px 0 36px;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 14px 36px;
    background: #66d36e;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 14px;
    font-size: 16px;
}

/* 🔹 Layer 2 Inner */
.advisor-outer-box {
    margin-top: 60px;
    padding: 50px;
    background: #ffffff;
    border-radius: 22px;

    box-shadow: 0 20px 60px rgba(120, 82, 178, 0.15);
    position: relative;
    z-index: 1;
}

/* Divider text */
.form-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #5b2c83;
}

.form-subtext {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin: 10px 0 40px;
}

/* 🔹 Layer 3 – Floating Form Card */
.advisor-inner-box {
    max-width: 660px;
    margin: auto;
    padding: 56px 44px;
    background: #ffffff;
    border-radius: 20px;

    box-shadow: 0 15px 45px rgba(120, 82, 178, 0.18);
    position: relative;
    z-index: 2;
}

/* Form Title */
.form-title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #2d0f3f;
}

/* Form Inputs */
.advisor-form input,
.advisor-form textarea {
    width: 100%;
    padding: 18px 16px;
    margin-bottom: 76px;
    border-radius: 10px;
    border: 1px solid #e5dbf7;
    font-size: 14px;
    outline: none;
    background: #faf8ff;
}

.advisor-form textarea {
    resize: none;
    height: 110px;
}

/* Submit Button */
.submit-btn {
    display: block;
    margin: 20px auto 0;
    padding: 10px 28px;
    background: #ffffff;
    color: #e11d48;
    border: 2px solid #e11d48;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
}



.contact-hero {
    width: 100%;
    min-height: 360px;

    /* 🔥 PERFECT COLOR BLEND */
    background:
        linear-gradient(90deg,
            rgba(107, 33, 168, 1) 0%,
            rgba(107, 33, 168, 0.98) 30%,
            rgba(107, 33, 168, 0.92) 45%,
            rgba(107, 33, 168, 0.80) 60%,
            rgba(107, 33, 168, 0.60) 72%,
            rgba(107, 33, 168, 0.35) 82%,
            rgba(107, 33, 168, 0.15) 92%,
            rgba(107, 33, 168, 0.05) 100%),
        url("https://snowhills.in/wp-content/uploads/2025/12/pnwzraubeeo.jpg");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.contact-content {
    max-width: 600px;
    padding-left: 180px;
    color: #fff;

}

.contact-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-content p {
    font-size: 18px;
    line-height: 1.8;
    width: 650px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* SECTION */
.contact-section {
    padding: 50px 20px;

}

/* MAIN WRAPPER */
.contact-main {
    max-width: 1200px;
    margin: auto;
    position: relative;

    display: flex;
    /* 🔥 KEY */
    justify-content: center;
    align-items: flex-start;
}


/* LEFT CARD */
.contact-info {
    position: relative;
    /* ❌ remove absolute */
    width: 360px;
    background: #fffaf0;
    padding: 40px 28px;
    border-radius: 26px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    z-index: 2;
    margin-right: -120px;
    position: relative;
    /* 👈 overlap on purple box */
    left: 100px;
}

.contact-info h2 {
    font-size: 38px;
    margin-bottom: 12px;
}

.subtitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
}

/* INFO ITEMS */
.info-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item strong {
    display: block;
    font-size: 15px;
}

.info-item span {
    font-size: 14px;
    line-height: 1.5;
}

/* QR */
.qr {
    text-align: center;
    margin-top: 30px;
}

.qr img {
    width: 100px;
}

.qr p {
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* RIGHT FORM */
.contact-form {
    background: #6c2db5;
    max-width: 600px;
    /* 👈 control width */
    margin: 0 auto;
    /* center it */
    padding: 60px 80px 60px 120px;
    border-radius: 32px;
    min-height: 620px;
    margin-top: -20px;

}

/* FORM */
form {
    max-width: 520px;
}

.row {
    display: flex;
    gap: 24px;
    margin-bottom: 22px;
}

.field {
    flex: 1;
}

.field.full {
    margin-bottom: 30px;
}

label {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
}

label span {
    color: #ff3b3b;
}

input,
select,
textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
}

textarea {
    height: 140px;
    resize: none;
}

/* BUTTON */
button {
    background: #4a6cf7;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.hamburger {
    display: none;
}


.map-section {
    padding: 40px 20px;
    background: #fff;
}

.map-container {
    max-width: 1100px;
    margin: auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* MAP */
.map-container iframe {
    width: 100%;
    height: 420px;
    border: 0;
}


/* =====================

/* =====================
   MOBILE RESPONSIVE FIX
===================== */

/* =====================
   STEP 1: MOBILE HEADER
===================== */



/* ===============================
   ✅ FINAL MOBILE RESPONSIVE FIX
   (Put at END of CSS)
================================ */

@media (max-width: 768px) {

    /* ================= HEADER ================= */
    .header-right,
    .social {
        display: none !important;
    }

    .hamburger {
        display: block !important;
        position: absolute;
        right: 16px;
        top: -220%;
        transform: translateY(-50%);
        font-size: 26px;
        cursor: pointer;
        z-index: 1000;
        color: white;
    }

    .nav-content {
        position: relative;
    }

    .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        z-index: 9999;
    }

    .menu.active {
        display: flex;
    }

    .menu a {
        padding: 14px 20px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    /* ================= RESET ALL SCALES ================= */
    * {
        transform: none !important;
    }

    /* ================= GLOBAL ================= */
    section {
        padding: 40px 16px !important;
    }

    /* ================= HERO ================= */
    .hero-slider,
    .slider {
        height: 180px;
    }

    /* ================= INSURANCE BENEFITS : MOBILE ================= */
    @media (max-width: 480px) {

        .insurance-benefits-section {
            padding: 30px 15px;
        }

        .insurance-benefits-card {
            padding: 28px 20px;
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        /* TITLE */
        .benefits-left h2 {
            font-size: 23px;
            /* line-height: 1.25; */
            text-align: center;

        }

        /* LIST */
        .benefits-right {
            gap: 24px;
        }

        /* REMOVE VERTICAL LINE ON MOBILE */
        .benefits-right::before {
            display: none;
        }

        /* ITEM */
        .benefit-item {
            gap: 14px;
        }

        /* ICON */
        .benefit-icon {
            width: 44px;
            height: 44px;
            font-size: 20px;
        }

        /* TEXT */
        .benefit-text h4 {
            font-size: 16px;
            margin-bottom: 4px;
        }

        .benefit-text p {
            font-size: 13.5px;
            line-height: 1.6;
        }
    }

    /* ================= ABOUT HERO ================= */
    .about-hero {
        min-height: 300px;
        background-position: center;
    }

    .about-content {
        padding: 0 16px;
        max-width: 100%;
        text-align: center;
    }

    .about-content h1 {
        font-size: 30px;
    }

    .about-content p {
        font-size: 14px;
    }

    /* ================= ABOUT COLLAGE ================= */
    .about-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .image-collage {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .image-collage .img,
    .image-collage .top,
    .image-collage .bottom,
    .image-collage .small,
    .image-collage .blank {
        position: static !important;
        width: 100%;
        height: auto;
    }

    .stats-card {
        position: static !important;
        margin: 20px auto 0;
    }

    /* ================= ABOUT CONTENT ================= */
    .about-content h2 {
        font-size: 26px;
    }

    .about-content p,
    .about-content li {
        font-size: 14px;
    }

    /* ================= MISSION / VISION / FOUNDER ================= */
    .mvf-row,
    .mvf-row.reverse {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mvf-text h3 {
        font-size: 28px;
    }

    .mvf-text p {
        font-size: 14px;
    }

    .mvf-image img {
        height: auto;
    }

    /* ================= SERVICES ================= */
    .services-container {
        grid-template-columns: 1fr !important;
    }

    .service {
        min-height: auto;
    }

    /* ================= AUCTION ================= */
    .auction-container {
        flex-direction: column;
        gap: 30px;
    }

    .bg-card {
        display: none;
    }

    .image-card img {
        width: 100%;
        left: 0;
    }

    /* ================= TERM ================= */
    .term-container {
        flex-direction: column;
    }

    .term-stats {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    /* ================= QUOTE ================= */
    .quote-container {
        flex-direction: column;
        gap: 30px;
    }

    .form-row,
    .form-group.full,
    .send-btn,
    .quote-right img {
        margin-left: 0;
    }

    /* ================= TESTIMONIAL ================= */
    .testimonial-card {
        min-width: 100%;
    }

    /* ================= COMIC ================= */
    .comic-wrapper {
        overflow-x: auto;
    }

    /* ================= FOOTER ================= */
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom::before {
        width: 90%;
    }

    .footer-logo {
        margin-left: -3px;
    }




}

@media (max-width: 768px) {
    .partners-title {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .partners-track {
        gap: 0px;
        animation-duration: 18s;
    }

    .partners-track img {
        height: 50px;
    }

}

/* ===== ABOUT SECTION : MOBILE ONLY ===== */
@media (max-width: 768px) {

    .about-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .about-left h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .para_text1,
    .para_text2 {
        font-size: 14px;
        line-height: 1.6;
    }

    .feature {
        gap: 10px;
        margin-top: 14px;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
    }

    .about-btn {
        width: 100%;
        text-align: center;
    }

    /* RIGHT SIDE FIX */
    .about-right {
        width: 100%;
    }

    .image-stack {
        width: 100%;
    }

    .img-main {
        width: 100%;
        border-radius: 12px;
    }

    /* Hide decorative images on mobile */
    .image-overlay,
    .innerimg,
    .inneryello {
        display: none;
    }

    /* Stats card mobile safe */


}


/* ===== CONTACT FORM : MOBILE FLEX CARD ===== */
@media (max-width: 768px) {

    /* HERO */
    .contact-hero {
        min-height: 230px;
        padding: 30px 15px;

    }

    form {
        margin-left: -40px;
    }


    .contact-content h1 {
        font-size: 28px;
        margin-left: -130px;
    }

    .contact-content p {
        font-size: 14px;
        line-height: 1.5;
        margin-left: -130px;
        width: 330px;
    }

    /* STACK LEFT & RIGHT */
    .contact-main {
        flex-direction: column;
        gap: 25px;
    }

    /* FORM ROWS STACK */
    .row {
        flex-direction: column;
        gap: 0;
    }

    /* CARD SPACING */
    .contact-info {
        padding: 22px;
        margin-left: -81px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* ICON & TEXT */
    .info-item {
        align-items: flex-start;
    }

    .icon {
        font-size: 18px;
    }

    /* INPUTS */
    input,
    select,
    textarea {
        font-size: 14px;
        width: 200px;
    }

    textarea {
        height: 90px;
    }

    /* BUTTON */
    button {
        padding: 12px;
        font-size: 15px;
    }

    /* QR */
    .qr {
        text-align: center;
    }

    .qr img {
        width: 120px;
    }
}

@media (max-width: 480px) {

    .contact-content h1 {
        font-size: 24px;
    }

    .contact-content p {
        font-size: 13px;
    }

    label {
        font-size: 13px;
    }
}

/* ================= MOBILE BENEFITS (PHONE ONLY) ================= */

/* ================= PARTNERS – MOBILE ONLY ================= */
/* ============ PARTNERS SLIDER (MOBILE ONLY) ============ */
@media (max-width: 480px) {

    .partners-slider {
        overflow: hidden;
    }

    .partners-track {
        display: flex;
        width: max-content;
        gap: 20px;
        transition: transform 0.6s ease;

    }

    .partners-track img {
        width: 45vw;
        /* 2 logos visible */
        max-width: 160px;
        flex-shrink: 0;
        object-fit: contain;
    }
}

/* ================= ABOUT SECTION – MOBILE ONLY ================= */
@media (max-width: 480px) {

    .about-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    /* LEFT CONTENT */
    .about-left {
        align-items: center;
    }

    .about-left h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .para_text1,
    .para_text2 {
        font-size: 13.5px;
        line-height: 1.6;
        max-width: 100%;
    }

    /* FEATURES STACKED */
    .feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin-top: 18px;
    }

    .feature h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .feature p {
        font-size: 13px;
        line-height: 1.5;
    }

    .feature-icon {
        margin-bottom: 6px;
    }

    /* BUTTON CENTER */
    .about-btn {
        margin: 18px auto 0;
        display: inline-block;
    }

    /* RIGHT SIDE HIDE IMAGES */
    .about-right {
        display: none;
    }
}

/* ================= SERVICES SECTION – MOBILE ONLY ================= */
@media (max-width: 480px) {

    .services-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /* ALL SERVICE CARDS */
    .service {
        width: 100%;
        text-align: center;
        padding: 22px 18px;
        border-radius: 18px;
    }

    /* INTRO CARD */
    .service.intro {
        text-align: center;
    }

    .service.intro h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .service.intro p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .view-link {
        display: inline-block;
        margin-top: 10px;
    }

    /* ICON */
    .service_icon {
        width: 70px;
        height: auto;
        margin: 0 auto 10px;
        display: block;
    }

    /* TITLES */
    .service h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    /* TEXT */
    .service p,
    .service span,
    .service small {
        font-size: 13px;
        line-height: 1.6;
    }

    /* KEY BENEFITS */
    .service .key {
        margin-top: 12px;
        font-weight: 600;
    }

    /* REMOVE EXTRA WIDE TEXT */
    .service span {
        display: block;
        margin-top: 6px;
    }
}

/* ================= AUCTION SECTION – MOBILE CARD STYLE ================= */
@media (max-width: 480px) {

    .auction-container {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    /* IMAGE CARD */
    .auction-left {
        order: 1;
        display: flex;
        justify-content: center;
    }

    .bg-card {
        display: none;
    }

    .image-card {
        width: 100%;
        max-width: 330px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }

    .image-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* CONTENT */
    .auction-right {
        order: 2;
        padding: 0 12px;
    }

    .auction-right h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .intro-text {
        font-size: 13.5px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    /* FEATURES CENTER STACKED */
    .feature-list {
        display: flex;
        flex-direction: column;
        gap: 22px;
        text-align: center;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .check {
        font-size: 18px;
        color: #6a1bb0;
    }

    .feature-item h4 {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .feature-item p {
        font-size: 13px;
        line-height: 1.5;
    }

    /* BUTTON */
    .cta-btn {
        margin: 26px auto 0;
        display: inline-block;
    }
}

/* ================= TERM SECTION – MOBILE ONLY ================= */
@media (max-width: 480px) {

    .term-container {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    /* LEFT TEXT */
    .term-left h2 {
        font-size: 22px;
        line-height: 1.35;
        margin-bottom: 12px;
    }

    .term-text {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .tc {
        display: block;
        margin-top: 10px;
    }

    /* IMAGE */
    .term-right {
        order: 2;
        display: flex;
        justify-content: center;
    }

    .term-right img {
        width: 100%;
        max-width: 330px;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    /* STATS GRID */
    .term-stats {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        text-align: center;
    }

    .stat {
        padding: 16px 10px;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .stat h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .stat p {
        font-size: 12.5px;
    }
}

/* ============ GET A QUOTE – FULL MOBILE RESET ============ */
@media (max-width: 480px) {

    /* CONTAINER */
    .quote-container {
        display: flex;
        flex-direction: column;
        padding: 20px 16px;
        /* side spacing */
    }

    /* FORM */
    .quote-left {
        order: 1;
        width: 100%;
        position: static !important;
        text-align: left;
        margin-left: 35px;
    }

    /* STACK ROWS */
    .form-row {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin: 0;
        /* ❗ remove offset */
    }

    .form-group {
        width: 100%;
    }

    /* INPUTS – FULL WIDTH */
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .form-group textarea {
        min-height: 120px;
    }

    /* BUTTON */
    .send-btn {
        width: 100%;
        margin: 16px 0 0;
    }

    /* IMAGE */
    .quote-right {
        order: 2;
        width: 100%;
        margin-top: 24px;
        position: static !important;
    }

    .quote-right img {
        width: 100%;
        max-width: 320px;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 18px;
    }
}

/* ============ COMIC IMAGES – PHONE COLUMN ONLY ============ */
@media (max-width: 480px) {

    .comic-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .comic-wrapper img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        object-fit: cover;
    }

    .comic-wrapper .big_width {
        width: 100%;
    }
}

/* ============ ABOUT HERO – PHONE ONLY ============ */
@media (max-width: 480px) {

    .about-hero {
        min-height: 45vh;
        padding: 40px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        top: -145px;
        /* pulls hero UP under header */
        z-index: 1;
    }

    .about-content h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    #pname {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }
}

/* ============ ABOUT COLLAGE – SHOW ONLY 3 IMAGES (PHONE ONLY) ============ */
@media (max-width: 480px) {

    /* Stack layout cleanly */
    .image-collage {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    /* SHOW only main images */
    .image-collage .img.tall,
    .image-collage .img.top,
    .image-collage .img.hand {
        display: block;
    }

    /* HIDE decorative / extra images */
    .image-collage .img.blank,
    .image-collage .img.bottom,
    .image-collage .img.small,
    .image-collage .inneryello,
    .image-collage .innerimg {
        display: none !important;
    }

    /* Make images full width */
    .image-collage .img img {
        width: 100%;
        height: auto;
        border-radius: 18px;
        object-fit: cover;
    }

    /* Optional: hide floating stats card on phone */
    .about_card {
        display: none;
    }
}

/* ===== PARTNERS SLIDER – PHONE (2 BY 2) ===== */
@media (max-width: 480px) {

    .partners-slider {
        overflow: hidden;
        width: 100%;
    }

    .partners-track {
        display: flex;
        gap: 16px;
        transition: transform 0.6s ease;
        will-change: transform;
    }

    .partners-track img {
        width: calc(50% - 8px);
        /* 2 images visible */
        flex-shrink: 0;
        object-fit: contain;
    }
}

@media (max-width: 480px) {

    .service-hero {
        min-height: 45vh;
        padding: 40px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        top: -145px;
        /* pulls hero UP under header */
        z-index: 1;
    }

    .service-content h1 {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 10px;

    }

    #service_p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;

    }

    .service-content {
        margin-left: 30px;
    }
}

/* ========== SERVICES GRID – COLUMN FORMAT (PHONE ONLY) ========== */
@media (max-width: 480px) {

    .services-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .service-box {
        width: 100%;
        padding: 18px 16px;
        border-radius: 14px;


    }

    /* ICON ON TOP */
    .service_icon {
        margin-bottom: 10px;
        margin: 0 0 10px 0;
        /* remove auto centering */
        display: block;
    }

    .service_icon img {
        width: 76px;
        height: auto;
    }

    /* HEADINGS */
    .service-box h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    /* TEXT */
    .service-box p,
    .service-box li,
    .service-box small {
        font-size: 13px;
        line-height: 1.6;
    }

    /* LIST CLEANUP */
    .service-box ul {
        padding-left: 18px;
        margin-top: 6px;
    }

    /* HIGHLIGHT CARD */
    .service-box.highlight {
        text-align: left;
    }
}


/* ========== CTA SECTION – MOBILE ONLY ========== */
@media (max-width: 480px) {

    .cta-section {
        padding: 40px 16px;
    }

    .cta-box {
        position: relative;
        padding: 32px 20px;
        text-align: center;
        overflow: hidden;
    }

    /* BACKGROUND ICON */
    .cta-bg-icon {
        font-size: 90px;
        opacity: 0.08;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* TITLE */
    .cta-box h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 22px;
    }

    /* ACTIONS STACK */
    .cta-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .btn-primary,
    .btn-link {
        width: 100%;
        text-align: center;
    }
}

/* ================= SH STATS : PHONE ONLY ================= */
@media (max-width: 480px) {

    .sh-stats-section {
        padding: 30px 15px;
    }

    .sh-stats-card {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .sh-stat-item {
        text-align: center;
        padding: 16px 10px;
    }

    .sh-stat-value {
        font-size: 32px;
        line-height: 1.2;
        font-weight: 600;
    }

    .sh-stat-label {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
}

/* ================= WHY PARTNER : PHONE ONLY ================= */
@media (max-width: 480px) {

    .why-partner {
        padding: 40px 45px;
        text-align: center;
    }

    .why-partner h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    .why-partner .subtitle {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    /* GRID → STACK */
    .partner-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .partner-card {
        padding: 48px 25px;
        border-radius: 14px;
        text-align: left;
    }

    .icon-box {
        font-size: 26px;
        margin-bottom: 27px;

    }

    .partner-card h4 {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .partner-card p {
        font-size: 17.5px;
        line-height: 1.6;
    }
}

/* ================= JOURNEY CARD : PHONE ONLY ================= */
@media (max-width: 480px) {

    .journey-grid {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .journey-card {
        background: #ffffff;
        border-radius: 18px;
        padding: 70px 46px;
        text-align: center;
        position: relative;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);

    }

    .step-badge {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: #7c3aed;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;

        position: absolute;
        top: 17px;
        left: 45%;
        transform: translateX(-50%);
        box-shadow: 0 6px 18px rgba(124, 58, 237, 0.35);
    }

    .journey-card h3 {
        margin-top: 12px;
        font-size: 21px;
        font-weight: 800;
        color: #6d28d9;
        margin-bottom: 10px;

    }

    .journey-card p {
        font-size: 15.5px;
        line-height: 1.6;
        color: #666;
    }
}

/* ================= ADVISOR JOURNEY : PHONE ONLY ================= */
@media (max-width: 480px) {

    .advisor-journey-section {
        padding: 40px 15px;
    }

    .advisor-bg-layer {
        padding: 35px 18px;
        text-align: center;
        border-radius: 20px;
    }

    .advisor-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .advisor-subtitle {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    /* WHATSAPP BUTTON */
    .whatsapp-btn {
        display: inline-block;
        width: 100%;
        padding: 14px 0;
        font-size: 15px;
        border-radius: 30px;
        margin-bottom: 25px;
    }

    /* OUTER BOX */
    .advisor-outer-box {
        padding: 22px 16px;
        border-radius: 18px;
        margin-top: 10px;
    }

    .form-heading {
        font-size: 18px;
    }

    .form-subtext {
        font-size: 13.5px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    /* INNER FORM BOX */
    .advisor-inner-box {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .form-title {
        font-size: 26px;
        margin-bottom: 14px;
    }

    /* FORM */
    .advisor-form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .advisor-form input,
    .advisor-form textarea {
        width: 80%;
        padding: 12px 14px;
        font-size: 14px;
        border-radius: 8px;
        margin-left: 55px;
    }

    .advisor-form textarea {
        min-height: 100px;
        resize: none;
    }

    /* SUBMIT BUTTON */
    .submit-btn {
        width: 80%;
        padding: 14px 0;
        font-size: 15px;
        border-radius: 30px;
        margin-top: 8px;
    }
}



@media (max-width: 480px) {

    .contact-hero {
        min-height: 45vh;
        padding: 40px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        top: -145px;
        /* pulls hero UP under header */
        z-index: 1;
    }

    .contact-content h1 {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 10px;

    }

    #contact {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;

    }

    .service-content {
        margin-left: 30px;
    }
}