
/* =========================================================
   Varanasipandit.in - Home / Index Page
   Professional responsive CSS
   Works with the existing Index.cshtml classes.
   ========================================================= */

:root {
    --vp-primary: #8b2f1f;
    --vp-primary-dark: #5c1d14;
    --vp-primary-soft: #a94729;
    --vp-gold: #d9a441;
    --vp-gold-light: #f3cf78;
    --vp-cream: #fffaf2;
    --vp-section: #f8f1e7;
    --vp-text: #30241e;
    --vp-muted: #71645b;
    --vp-white: #fff;
    --vp-green: #15915b;
    --vp-border: rgba(139, 47, 31, .13);
    --vp-shadow: 0 18px 50px rgba(67, 37, 22, .09);
    --vp-shadow-hover: 0 25px 60px rgba(67, 37, 22, .15);
    --vp-radius: 22px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--vp-text);
    background: #fff;
}

section {
    position: relative;
}

.container {
    position: relative;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.btn-primary-custom {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    padding: 13px 25px !important;
    color: var(--vp-white) !important;
    background: linear-gradient(135deg, var(--vp-primary), var(--vp-primary-soft)) !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 25px rgba(139, 47, 31, .22);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
    color: var(--vp-white) !important;
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow: 0 16px 32px rgba(139, 47, 31, .28);
}

.btn-whatsapp {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0 !important;
    border-radius: 999px !important;
    color: var(--vp-white) !important;
    background: linear-gradient(135deg, #12834f, #20a968) !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 25px rgba(21, 145, 91, .18);
    transition: transform .25s ease, box-shadow .25s ease;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: var(--vp-white) !important;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(21, 145, 91, .25);
}

.btn-light {
    border: 0 !important;
    border-radius: 999px !important;
    color: var(--vp-primary-dark) !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

/* =========================================================
   HERO SLIDER
   ========================================================= */

.hero-slider {
    position: relative;
    overflow: hidden;
    background: #24130e;
}

#mainSlider,
#mainSlider .carousel-inner,
#mainSlider .carousel-item {
    min-height: 720px;
}

.hero-slide {
    position: relative;
    min-height: 720px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 75% 25%, rgba(215, 164, 65, .16), transparent 30%),
        linear-gradient(
            90deg,
            rgba(28, 12, 7, .86) 0%,
            rgba(42, 17, 10, .70) 42%,
            rgba(42, 17, 10, .28) 100%
        );
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 720px;
    padding-top: 90px;
    padding-bottom: 100px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: var(--vp-gold-light);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .03em;
}

.hero-content h1,
.hero-content h2 {
    max-width: 850px;
    margin: 0 0 20px;
    color: var(--vp-white);
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    line-height: 1.08;
    font-weight: 500;
    text-shadow: 0 5px 25px rgba(0,0,0,.25);
}

.hero-content h2 {
    font-size: clamp(2.35rem, 5vw, 4.7rem);
}

.hero-content h1 strong,
.hero-content h2 strong {
    color: var(--vp-gold-light);
    font-weight: 900;
}

.hero-content p {
    max-width: 690px;
    margin: 0;
    color: rgba(255,255,255,.90);
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.85;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 31px;
}

.hero-buttons .btn {
    min-height: 54px;
}

#mainSlider .carousel-indicators {
    z-index: 4;
    bottom: 28px;
    margin-bottom: 0;
}

#mainSlider .carousel-indicators button {
    width: 30px;
    height: 4px;
    margin: 0 4px;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,.45);
}

#mainSlider .carousel-indicators button.active {
    width: 48px;
    background: var(--vp-gold-light);
}

#mainSlider .carousel-control-prev,
#mainSlider .carousel-control-next {
    z-index: 4;
    width: 8%;
}

#mainSlider .carousel-control-prev-icon,
#mainSlider .carousel-control-next-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    background-color: rgba(0,0,0,.30);
    background-size: 45%;
    backdrop-filter: blur(7px);
}

/* =========================================================
   QUICK BOOKING STRIP
   ========================================================= */

.booking-strip {
    position: relative;
    z-index: 5;
    margin-top: -38px;
    margin-bottom: 20px;
}

.booking-strip .container {
    padding: 0 15px;
}

.booking-strip .container > .row {
    padding: 25px 30px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 22px;
    background:
        linear-gradient(135deg, #fffdf9, #fff6e8);
    box-shadow: var(--vp-shadow);
}

.mini-label {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--vp-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.booking-strip h2 {
    margin: 0 0 6px;
    color: var(--vp-text);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 850;
}

.booking-strip p {
    margin: 0;
    color: var(--vp-muted);
    line-height: 1.6;
}

/* =========================================================
   COMMON SECTION
   ========================================================= */

.section-padding {
    padding: 90px 0;
}

.section-heading {
    max-width: 800px;
    margin: 0 auto 45px;
}

.section-heading > span {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--vp-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0 0 14px;
    color: var(--vp-text);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.25;
    font-weight: 850;
}

.section-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--vp-muted);
    font-size: 16px;
    line-height: 1.85;
}

/* =========================================================
   SERVICE CARDS
   ========================================================= */

.service-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 31px 28px 27px;
    overflow: hidden;
    border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius);
    background: var(--vp-white);
    box-shadow: 0 10px 34px rgba(67,37,22,.065);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--vp-primary), var(--vp-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.service-card::after {
    content: "ॐ";
    position: absolute;
    right: 14px;
    bottom: -35px;
    color: rgba(139,47,31,.045);
    font-family: serif;
    font-size: 125px;
    line-height: 1;
    pointer-events: none;
}

.service-card:hover {
    transform: translateY(-9px);
    border-color: rgba(139,47,31,.23);
    box-shadow: var(--vp-shadow-hover);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 18px;
    color: var(--vp-primary);
    background: linear-gradient(135deg, #fff0d2, #fff9ef);
    font-size: 25px;
    box-shadow: inset 0 0 0 1px rgba(139,47,31,.07);
    transition: transform .25s ease, background .25s ease;
}

.service-card:hover .service-icon {
    transform: translateY(-3px) rotate(-3deg);
    background: linear-gradient(135deg, #ffe3b0, #fff1d4);
}

.service-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--vp-text);
    font-size: 21px;
    font-weight: 850;
}

.service-card p {
    position: relative;
    z-index: 1;
    min-height: 76px;
    margin: 0 0 19px;
    color: var(--vp-muted);
    font-size: 15px;
    line-height: 1.75;
}

.service-card > a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vp-primary);
    font-weight: 850;
    text-decoration: none;
}

.service-card > a i {
    transition: transform .2s ease;
}

.service-card > a:hover i {
    transform: translateX(5px);
}

/* =========================================================
   WHY CHOOSE US
   ========================================================= */

.why-section {
    padding: 95px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(215,164,65,.14), transparent 26%),
        linear-gradient(135deg, #fff9f0, #f8eee1);
}

.why-section::before {
    content: "ॐ";
    position: absolute;
    right: 4%;
    top: 4%;
    color: rgba(139,47,31,.045);
    font-family: serif;
    font-size: 280px;
    line-height: 1;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--vp-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.why-section h2 {
    margin: 0 0 17px;
    color: var(--vp-text);
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.25;
    font-weight: 850;
}

.why-section > .container > .row > .col-lg-6:first-child > p {
    max-width: 650px;
    color: var(--vp-muted);
    line-height: 1.85;
}

.feature-list {
    display: grid;
    gap: 17px;
    margin-top: 29px;
}

.feature-list > div {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.feature-list i {
    flex: 0 0 auto;
    margin-top: 4px;
    color: var(--vp-primary);
    font-size: 20px;
}

.feature-list strong {
    color: var(--vp-text);
    font-size: 16px;
}

.feature-list span {
    color: var(--vp-muted);
    line-height: 1.65;
}

.booking-card {
    position: relative;
    padding: 38px;
    overflow: hidden;
    border-radius: 25px;
    color: var(--vp-white);
    background:
        radial-gradient(circle at 90% 10%, rgba(243,207,120,.24), transparent 28%),
        linear-gradient(145deg, var(--vp-primary-dark), var(--vp-primary));
    box-shadow: 0 25px 55px rgba(92,29,20,.20);
}

.booking-card::after {
    content: "ॐ";
    position: absolute;
    right: 15px;
    bottom: -55px;
    color: rgba(255,255,255,.07);
    font-family: serif;
    font-size: 190px;
    pointer-events: none;
}

.booking-card .mini-label {
    position: relative;
    z-index: 1;
    color: var(--vp-gold-light);
}

.booking-card h3 {
    position: relative;
    z-index: 1;
    margin: 8px 0 12px;
    color: var(--vp-white);
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    line-height: 1.25;
    font-weight: 850;
}

.booking-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    color: rgba(255,255,255,.82);
    line-height: 1.75;
}

.booking-card .btn {
    position: relative;
    z-index: 2;
    min-height: 53px;
}

/* =========================================================
   PROCESS
   ========================================================= */

.process-row {
    position: relative;
}

.process-row::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 17%;
    right: 17%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--vp-gold), transparent);
    opacity: .5;
}

.process-card {
    position: relative;
    height: 100%;
    min-height: 220px;
    padding: 36px 28px 28px;
    border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius);
    background: var(--vp-white);
    box-shadow: 0 12px 35px rgba(67,37,22,.07);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

.process-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--vp-shadow-hover);
}

.process-number {
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    margin: -4px auto 20px;
    border: 5px solid #fff8ee;
    border-radius: 50%;
    color: var(--vp-white);
    background: linear-gradient(135deg, var(--vp-primary), var(--vp-gold));
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(139,47,31,.18);
}

.process-card h3 {
    margin: 0 0 10px;
    color: var(--vp-text);
    font-size: 20px;
    font-weight: 850;
}

.process-card p {
    max-width: 300px;
    margin: 0 auto;
    color: var(--vp-muted);
    line-height: 1.75;
    font-size: 15px;
}

/* =========================================================
   FAQ
   ========================================================= */

.faq-section {
    background: #fffaf4;
}

.faq-accordion {
    max-width: 920px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid var(--vp-border);
    border-radius: 16px !important;
    background: var(--vp-white);
    box-shadow: 0 8px 25px rgba(67,37,22,.05);
}

.faq-accordion .accordion-button {
    padding: 21px 23px;
    color: var(--vp-text);
    background: var(--vp-white);
    font-weight: 800;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--vp-primary);
    background: #fff5e5;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 0 23px 22px;
    color: var(--vp-muted);
    line-height: 1.8;
}

.faq-accordion .accordion-body strong {
    color: var(--vp-primary);
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.final-cta {
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 110%, rgba(243,207,120,.16), transparent 35%),
        linear-gradient(135deg, #4e190f, var(--vp-primary-dark) 50%, #7b291c);
}

.final-cta::before,
.final-cta::after {
    content: "ॐ";
    position: absolute;
    color: rgba(255,255,255,.035);
    font-family: serif;
    line-height: 1;
}

.final-cta::before {
    left: 4%;
    top: 20%;
    font-size: 220px;
}

.final-cta::after {
    right: 4%;
    bottom: -40px;
    font-size: 260px;
}

.final-cta .section-kicker {
    position: relative;
    z-index: 1;
    color: var(--vp-gold-light);
}

.final-cta h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: var(--vp-white);
    font-size: clamp(2.1rem, 5vw, 3.7rem);
    font-weight: 900;
}

.final-cta p {
    position: relative;
    z-index: 1;
    margin: 0 auto 28px;
    color: rgba(255,255,255,.82);
    line-height: 1.8;
}

.final-cta .btn {
    position: relative;
    z-index: 2;
    min-width: 170px;
    min-height: 53px;
}

/* =========================================================
   GENERAL TYPOGRAPHY / LINKS
   ========================================================= */

.service-card a,
.booking-card a,
.final-cta a {
    text-decoration: none;
}

a {
    transition: color .2s ease;
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    #mainSlider,
    #mainSlider .carousel-inner,
    #mainSlider .carousel-item,
    .hero-slide {
        min-height: 650px;
    }

    .hero-content {
        min-height: 650px;
        padding-top: 75px;
        padding-bottom: 85px;
    }

    .booking-strip {
        margin-top: -25px;
    }

    .booking-strip .container > .row {
        padding: 22px;
    }

    .section-padding {
        padding: 72px 0;
    }

    .why-section {
        padding: 75px 0;
    }

    .process-row::before {
        display: none;
    }
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .hero-slide,
    #mainSlider,
    #mainSlider .carousel-inner,
    #mainSlider .carousel-item {
        min-height: 610px;
    }

    .hero-content {
        min-height: 610px;
        align-items: flex-start;
        padding: 65px 20px 90px;
    }

    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(27,12,7,.84),
                rgba(35,15,9,.62)
            );
    }

    .eyebrow {
        font-size: 12px;
        line-height: 1.5;
    }

    .hero-content h1,
    .hero-content h2 {
        max-width: 100%;
        font-size: 2.35rem;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-buttons {
        width: 100%;
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    #mainSlider .carousel-control-prev,
    #mainSlider .carousel-control-next {
        display: none;
    }

    #mainSlider .carousel-indicators {
        bottom: 18px;
    }

    .booking-strip {
        margin-top: 0;
        padding: 15px 0;
        background: var(--vp-section);
    }

    .booking-strip .container > .row {
        border-radius: 18px;
        padding: 22px 18px;
    }

    .booking-strip .btn {
        width: 100%;
    }

    .section-padding {
        padding: 60px 0;
    }

    .section-heading {
        margin-bottom: 32px;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .service-card {
        min-height: auto;
        padding: 27px 23px 25px;
    }

    .service-card p {
        min-height: auto;
    }

    .why-section {
        padding: 65px 0;
    }

    .why-section::before {
        font-size: 160px;
        right: -20px;
    }

    .booking-card {
        padding: 29px 23px;
    }

    .process-card {
        min-height: auto;
    }

    .faq-accordion .accordion-button {
        padding: 18px;
        font-size: 15px;
    }

    .faq-accordion .accordion-body {
        padding: 0 18px 19px;
        font-size: 14px;
    }

    .final-cta {
        padding: 70px 0;
    }

    .final-cta::before {
        font-size: 140px;
        left: -35px;
    }

    .final-cta::after {
        font-size: 160px;
        right: -30px;
    }

    .final-cta .btn {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .hero-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 2rem;
    }

    .eyebrow {
        max-width: 100%;
        padding: 7px 12px;
    }

    .booking-strip h2 {
        font-size: 1.4rem;
    }

    .section-heading h2,
    .why-section h2 {
        font-size: 1.8rem;
    }

    .service-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .booking-card h3 {
        font-size: 1.65rem;
    }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

:focus-visible {
    outline: 3px solid rgba(217,164,65,.65);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
