@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #FFFDF9;
    font-family: 'Lora', serif;
}



.hero-page2 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.hero-page2-container {
    width: 100%;
    position: relative;
    height: 820px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-page2-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-page2-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-page2-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -100%, rgba(0, 0, 0, 0.811634) 35.84%, #000000 139.18%);
}

.hero-overlay-top {
    opacity: 28%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.811634) 44.84%, #000000 139.18%);
    z-index: 47;
}

.hero-page2-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px 35px;
    text-align: center;
}

.hero-page2-title {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.hero-page2-desc span {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 1120px;
    margin: 0 auto;
}

.hero-page2-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width:1024px) {
    .hero-page2-container {
        height: 500px;
    }

    .hero-page2-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.811634) 54.84%, #000000 185.18%);
    }

    .hero-page2-title {
        font-size: 28px;
    }

    .hero-page2-desc {
        font-size: 13px;
        line-height: 22px;
        max-width: 600px;
    }

    .hero-page2-desc span {
        font-size: 13px;
        line-height: 22px;
        max-width: 600px;
    }
}

@media (max-width:991px) {
    .hero-page2-container {
        height: 450px;
    }

    .hero-page2-title {
        font-size: 26px;
    }

    .hero-page2-desc {
        font-size: 13px;
        line-height: 22px;
        max-width: 550px;
    }

    .hero-page2-desc span {
        font-size: 13px;
        line-height: 22px;
        max-width: 550px;
    }
}

@media (max-width:768px) {
    .hero-page2-container {
        height: 400px;
    }

    .hero-page2-title {
        font-size: 24px;
    }

    .hero-page2-desc {
        font-size: 12px;
        line-height: 20px;
        max-width: 500px;
        padding: 0 10px;
    }

    .hero-page2-desc span {
        font-size: 12px;
        line-height: 20px;
        max-width: 500px;
    }

    .hero-page2-content {
        width: 95%;
        padding: 20px 15px;
    }
}

@media (max-width:576px) {
    .hero-page2-container {
        height: 350px;
    }

    .hero-page2-title {
        font-size: 20px;
    }

    .hero-page2-desc {
        font-size: 11px;
        line-height: 16px;
        max-width: 100%;
        padding: 0 15px;
    }

    .hero-page2-desc span {
        font-size: 11px;
        line-height: 16px;
        max-width: 100%;
        padding: 0 15px;
    }

    .hero-page2-content {
        width: 100%;
        padding: 15px 20px;
    }
}

@media (max-width:400px) {
    .hero-page2-container {
        height: 300px;
    }

    .hero-page2-title {
        font-size: 17px;
    }

    .hero-page2-desc {
        font-size: 10px;
        line-height: 16px;
        padding: 0 10px;
    }

    .hero-page2-desc span {
        font-size: 10px;
        line-height: 16px;
        padding: 0 10px;
    }
}

.brand-marquee-section {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.brand-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.brand-marquee-track {
    display: flex;
    width: max-content;
    animation: brandMarquee 25s linear infinite;
}

.brand-logo-box {
    width: 302.47px;
    height: 132.6px;
    flex: 0 0 302.47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}

.brand-logo-box img {
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 65%;
    object-fit: contain;
    display: block;
}

.brand-logo-box:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

@keyframes brandMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width:1024px) {
    .brand-logo-box {
        width: 25vw;
        flex: 0 0 25vw;
        height: 100.6px;
    }

    .brand-marquee-track {
        animation-duration: 22s;
    }
}

@media (max-width:768px) {
    .brand-logo-box {
        width: 33.333333vw;
        flex: 0 0 33.333333vw;
        height: 100.6px;
    }

    .brand-logo-box img {
        max-width: 72%;
        max-height: 62%;
    }

    .brand-marquee-track {
        animation-duration: 20s;
    }
}

@media (max-width:480px) {
    .brand-logo-box {
        width: 50vw;
        flex: 0 0 50vw;
        height: 100.6px;
    }

    .brand-logo-box img {
        max-width: 70%;
        max-height: 60%;
    }

    .brand-marquee-track {
        animation-duration: 18s;
    }
}

.chantilly-section {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    background: #FFFFFF;
}

.chantilly-container {
    width: 100%;
    max-width: 1321px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 45px;
}

.chantilly-left {
    flex: 1;
    position: relative;
    z-index: 5;
    padding-top: 30px;
}

.chantilly-card {
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    max-height: 226px;
    width: 752px;
    background: #fff;
    padding: 40px 40px;
    position: relative;
    margin-right: -210px;
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.chantilly-subtitle {
    display: block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #404093;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.chantilly-title {
    font-family: "Lora", serif;
    font-size: 42px;
    line-height: 100%;
    font-weight: 400;
    color: #18171C;
}

.chantilly-content {
    margin-left: 35px;
    max-width: 555px;
    margin-top: 30px;
}

.chantilly-content p {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #222;
    margin-bottom: 0px;
}

.chantilly-right {
    width: 710px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.chantilly-img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.img-one {
    position: relative;
    z-index: 1;
}

.img-two {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
    z-index: 2;
}

.chantilly-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, .12) 0%,
            rgba(255, 255, 255, .35) 25%,
            rgba(255, 255, 255, .50) 50%,
            rgba(255, 255, 255, .35) 75%,
            rgba(255, 255, 255, .12) 100%);
    backdrop-filter: blur(3px);
}

.chantilly-right:hover .chantilly-overlay {
    animation: overlayForward 4s linear forwards;
}

.chantilly-right.leave .chantilly-overlay {
    animation: overlayReverse 4s linear forwards;
}

@keyframes overlayForward {
    0% {
        left: -100%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 1;
    }
}

@keyframes overlayReverse {
    0% {
        left: 100%;
        opacity: 1;
    }

    100% {
        left: -100%;
        opacity: 0;
    }
}

@media(max-width:1200px) {
    .chantilly-container {
        gap: 25px;
    }

    .chantilly-card {
        width: 600px;
        padding: 30px;
        margin-right: -240px;
    }

    .chantilly-title {
        font-size: 36px;
    }

    .chantilly-right {
        width: 578px;
    }

    .chantilly-content p {
        font-size: 13px;
        line-height: 24px;
    }

    .chantilly-left {
        padding-top: 15px;
    }

    .chantilly-content {
        margin-top: 15px;
    }
}

@media(max-width:1023px) {
    .chantilly-section {
        padding: 80px 20px;
    }

    .chantilly-container {
        flex-direction: column-reverse;
        gap: 45px;
    }

    .chantilly-right {
        max-height: 550px;
        width: 100%;
        max-width: 750px;
    }

    .chantilly-card {
        width: 100%;
        margin-right: 0;
        padding: 35px;
        box-shadow: none;
    }

    .chantilly-content {
        max-width: 100%;
        margin-top: 35px;
        margin-left: 0;
    }
}

@media(max-width:768px) {
    .chantilly-title {
        font-size: 34px;
    }

    .chantilly-card {
        padding: 30px;
    }

    .chantilly-content p {
        font-size: 17px;
        line-height: 30px;
        text-align: center;
    }
}

@media(max-width:480px) {
    .chantilly-section {
        padding: 60px 15px;
    }

    .chantilly-card {
        padding: 12px;
    }

    .chantilly-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .chantilly-subtitle {
        font-size: 12px;
    }

    .chantilly-content p {
        font-size: 13px;
        line-height: 22px;
        text-align: center;
    }

    .chantilly-content {
        margin-top: 20px;
    }
}

.why-visit-section {
    width: 100%;
    min-height: 100vh;
    background-image: url("https://storeyourcode.com/demo/ITM/wp-content/uploads/2026/08/Mask-group-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0 25px;
    position: relative;
    overflow: hidden;
}

.why-visit-container {
    width: 100%;
    max-width: 1321px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.why-visit-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.why-visit-heading h2 {
    margin: 0 0 6px;
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    color: #18171C;
    text-transform: uppercase;
}

.why-visit-heading p {
    margin: 0 auto;
    max-width: 650px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #18171C;
}

.why-visit-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    align-items: stretch;
}

.why-visit-card {
    width: 100%;
    min-height: 400px;
    padding: 45px 20px 18px;
    box-sizing: border-box;
    background: rgba(247, 244, 239, 0.90);
    border: 1px solid rgba(120, 120, 120, 0.35);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.why-visit-card:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.why-visit-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.why-visit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.why-visit-card h3 {
    width: 100%;
    margin: 0 0 15px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    color: #51422E;
    text-align: center;
}

.why-visit-card p {
    width: 100%;
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    color: #51422E;
    text-align: center;
}

.why-visit-button-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.why-visit-button {
    width: 286px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CBAA6A;
    color: #fff;
    text-decoration: none;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.why-visit-button:hover {
    background: #b99657;
}

@media (max-width: 1200px) {
    .why-visit-card {
        min-height: 370px;
        padding: 38px 16px 18px;
    }

    .why-visit-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }

    .why-visit-card h3 {
        font-size: 21px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .why-visit-card p {
        font-size: 13px;
        line-height: 27px;
    }

    .why-visit-button-wrap {
        margin-top: 20px;
    }

    .why-visit-button {
        width: 250px;
        height: 55px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .why-visit-section {
        padding: 50px 0 30px;
    }

    .why-visit-container {
        padding: 0 18px;
    }

    .why-visit-heading {
        margin-bottom: 22px;
    }

    .why-visit-heading h2 {
        font-size: 38px;
    }

    .why-visit-heading p {
        font-size: 13px;
        line-height: 18px;
        max-width: 600px;
    }

    .why-visit-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .why-visit-card:nth-child(7) {
        grid-column: 1;
    }

    .why-visit-card:nth-child(8) {
        grid-column: 2;
    }

    .why-visit-card {
        min-height: 350px;
        padding: 24px 16px 18px;
    }

    .why-visit-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 10px;
    }

    .why-visit-card h3 {
        font-size: 22px;
        line-height: 100%;
        margin-bottom: 9px;
    }

    .why-visit-card p {
        font-size: 13px;
        line-height: 28px;
    }

    .why-visit-button-wrap {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .why-visit-section {
        padding: 50px 0 30px;
    }

    .why-visit-container {
        padding: 0 12px;
    }

    .why-visit-heading {
        margin-bottom: 25px;
        padding: 0 5px;
    }

    .why-visit-heading h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .why-visit-heading p {
        font-size: 10px;
        line-height: 17px;
        max-width: 500px;
    }

    .why-visit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .why-visit-card {
        min-height: 265px;
        padding: 22px 12px 16px;
        border-radius: 5px;
    }

    .why-visit-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }

    .why-visit-card h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 8px;
    }

    .why-visit-card p {
        font-size: 12px;
        line-height: 25px;
    }

    .why-visit-button-wrap {
        margin-top: 22px;
    }

    .why-visit-button {
        width: 200px;
        height: 56px;
        font-size: 15px;
    }
}

@media (max-width: 567px) {
    .why-visit-section {
        padding: 45px 0 25px;
    }

    .why-visit-container {
        padding: 0 10px;
    }

    .why-visit-heading {
        margin-bottom: 22px;
        padding: 0 4px;
    }

    .why-visit-heading h2 {
        font-size: 27px;
        line-height: 1.2;
    }

    .why-visit-heading p {
        font-size: 10px;
        line-height: 16px;
    }

    .why-visit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .why-visit-card {
        min-height: 250px;
        padding: 20px 10px 14px;
    }

    .why-visit-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 9px;
    }

    .why-visit-card h3 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .why-visit-card p {
        font-size: 11px;
        line-height: 22px;
    }

    .why-visit-button-wrap {
        margin-top: 20px;
    }

    .why-visit-button {
        width: 145px;
        height: 40px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .why-visit-section {
        padding: 40px 0 25px;
    }

    .why-visit-container {
        padding: 0 8px;
    }

    .why-visit-heading {
        margin-bottom: 20px;
        padding: 0 3px;
    }

    .why-visit-heading h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .why-visit-heading p {
        font-size: 9px;
        line-height: 15px;
    }

    .why-visit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .why-visit-card {
        min-height: 235px;
        padding: 18px 8px 12px;
    }

    .why-visit-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 8px;
    }

    .why-visit-card h3 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 7px;
    }

    .why-visit-card p {
        font-size: 10px;
        line-height: 19px;
    }

    .why-visit-button-wrap {
        margin-top: 18px;
    }

    .why-visit-button {
        width: 140px;
        height: 38px;
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .why-visit-section {
        padding: 35px 0 20px;
    }

    .why-visit-container {
        padding: 0 6px;
    }

    .why-visit-heading {
        margin-bottom: 18px;
    }

    .why-visit-heading h2 {
        font-size: 21px;
        line-height: 1.2;
    }

    .why-visit-heading p {
        font-size: 8.5px;
        line-height: 14px;
    }

    .why-visit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .why-visit-card {
        min-height: 220px;
        padding: 15px 6px 10px;
    }

    .why-visit-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 7px;
    }

    .why-visit-card h3 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .why-visit-card p {
        font-size: 9px;
        line-height: 17px;
    }

    .why-visit-button-wrap {
        margin-top: 16px;
    }

    .why-visit-button {
        width: 135px;
        height: 36px;
        font-size: 10px;
    }
}

.swati-section {
    width: 100%;
    padding: 0px 0;
    overflow: hidden;
}

.swati-container {
    width: 100%;
    max-width: 1321px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.swati-left {
    flex: 0 0 743px;
    max-width: 743px;
}

.swati-left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.swati-right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swati-icon {
    width: 99px;
    height: 43px;
    display: block;
    margin-bottom: 85px;
}

.swati-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    color: #404093;
    margin-bottom: 30px;
}

.swati-desc {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    color: #000000;
    margin-bottom: 35px;
}

.swati-desc strong {
    font-weight: 600;
}

.swati-quote {
    font-family: "Lora", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #404093;
    max-width: 470px;
    margin-bottom: 40px;
}

.swati-btn {
    width: 286px;
    height: 56px;
    background: #CBAA6A;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
}

.swati-btn:hover {
    background: #b99657;
}

@media (max-width:1200px) {
    .swati-section {
        padding: 80px 20px;
    }

    .swati-container {
        gap: 40px;
    }

    .swati-left {
        flex: 0 0 620px;
        max-width: 620px;
    }

    .swati-left img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .swati-title {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .swati-desc {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .swati-quote {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 40px;
    }
}

@media (max-width:1025px) {
    .swati-section {
        padding: 0px 20px;
    }

    .swati-container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        max-width: 900px;
    }

    .swati-left {
        flex: none;
        max-height: 830px;
        width: 100%;
        max-width: 743px;
    }

    .swati-left img {
        width: 100%;
        max-height: 830px;
        display: block;
        object-fit: cover;
    }

    .swati-right {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .swati-icon {
        margin: 0 auto 50px;
    }

    .swati-title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .swati-desc {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .swati-quote {
        max-width: 700px;
        margin: 0 auto 40px;
        font-size: 26px;
        line-height: 30px;
    }

    .swati-btn {
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .swati-section {
        padding: 0px 15px;
    }

    .swati-container {
        gap: 40px;
    }

    .swati-title {
        font-size: 36px;
    }

    .swati-desc {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 30px;
    }

    .swati-quote {
        margin: 0 auto 25px;
        font-size: 24px;
        max-width: 380px;
        line-height: 1.4;
    }
}

@media (max-width:480px) {
    .swati-section {
        padding: 0px 15px;
    }

    .swati-container {
        gap: 35px;
    }

    .swati-left {
        max-width: 100%;
    }

    .swati-icon {
        width: 80px;
        height: auto;
        margin-bottom: 18px;
    }

    .swati-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .swati-desc {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    .swati-quote {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .swati-btn {
        width: 100%;
        max-width: 210px;
    }
}

.testimonial-v2-section {
    width: 100%;
    max-width: 1920px;
    margin: 100px auto 40px;
    background: #404093;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.testimonial-v2-container {
    display: flex;
    align-items: stretch;
    min-height: 760px;
}

.testimonial-v2-left {
    width: 42%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.testimonial-v2-image {
    position: absolute;
    width: 135%;
    height: 125%;
    object-fit: contain;
}

.testimonial-v2-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(63deg, rgba(69, 69, 159, .12) 62%, rgba(69, 69, 159, .38) 90%, rgba(69, 69, 159, .75) 91%, rgba(69, 69, 159, .97) 142%);
}

.testimonial-v2-content {
    position: relative;
    z-index: 5;
    padding: 48px 42px;
    max-width: 500px;
}

.testimonial-v2-subtitle {
    display: block;
    color: #FFFFFF;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    font-weight: 500;
}

.testimonial-v2-content h2 {
    color: #FFFFFF;
    font-family: 'Lora', sans-serif;
    font-size: 42px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 24px;
}

.testimonial-v2-content p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.9;
    opacity: .95;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.testimonial-v2-right-scroll {
    width: 58%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 760px;
    padding: 20px 20px 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    scroll-behavior: smooth;
}

.testimonial-v2-right-scroll::-webkit-scrollbar {
    width: 6px;
}

.testimonial-v2-right-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.testimonial-v2-right-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.testimonial-v2-right-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.testimonial-v2-right-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.08);
}

.testimonial-v2-right-scroll .testimonial-v2-card {
    flex-shrink: 0;
    width: 100%;
}

.testimonial-v2-right-scroll .testimonial-v2-bottom-fade {
    display: none;
}

@media (min-width:992px) {
    .testimonial-v2-right-scroll {
        display: flex !important;
    }

    .testimonial-v2-right {
        display: none !important;
    }
}

@media (max-width:991px) {
    .testimonial-v2-right-scroll {
        display: none !important;
    }

    .testimonial-v2-right {
        display: none !important;
    }
}

.testimonial-v2-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
    padding: 34px 25px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(6px);
    transition: .35s;
}

.testimonial-v2-card:hover {
    background: rgba(255, 255, 255, .08);
}

.testimonial-v2-card-text {
    flex: 1;
    color: #ffff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    opacity: 1;
}

.testimonial-v2-user {
    width: 150px;
    text-align: left;
    flex-shrink: 0;
}

.testimonial-v2-user h4 {
    color: #ffff;
    font-size: 24px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.testimonial-v2-user span {
    color: #ffff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    opacity: .8;
}

.testimonial-v2-slider-wrapper {
    display: none;
}

.testimonial-v2-navigation {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
}

.testimonial-v2-prev,
.testimonial-v2-next {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #45459F;
    cursor: pointer;
    font-size: 20px;
    transition: .35s;
}

.testimonial-v2-prev:hover,
.testimonial-v2-next:hover {
    background: #ececff;
}

@media (max-width:1024px) {
    .testimonial-v2-card {
        height: 160px;
        gap: 6px;
        padding: 15px 20px;
    }

    .testimonial-v2-card-text {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial-v2-user h4 {
        font-size: 20px;
    }

    .testimonial-v2-content {
        padding: 22px 30px;
        max-width: 515px;
    }

    .testimonial-v2-content h2 {
        margin-bottom: 10px;
        font-size: 35px;
    }

    .testimonial-v2-image {
        width: 155%;
        height: 132%;
    }
}

@media (max-width:991px) {
    .testimonial-v2-container {
        display: block;
        min-height: auto;
    }

    .testimonial-v2-slider-wrapper {
        display: block;
        padding: 40px 25px 70px;
    }

    .testimonial-v2-left {
        width: 100%;
        height: 650px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .testimonial-v2-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .testimonial-v2-overlay {
        background: linear-gradient(104deg, rgba(69, 69, 159, .12) -19%, rgba(69, 69, 159, .35) 90%, rgba(69, 69, 159, .72) 100%, rgba(69, 69, 159, .95) 99%);
    }

    .testimonial-v2-content {
        max-width: 650px;
        padding: 45px 30px;
        margin: auto;
    }

    .testimonial-v2-subtitle {
        font-size: 13px;
        letter-spacing: 4px;
    }

    .testimonial-v2-content h2 {
        font-size: 44px;
        line-height: 1.15;
        margin: 20px 0;
    }

    .testimonial-v2-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .testimonialV2Swiper {
        overflow: hidden;
    }

    .testimonialV2Swiper .swiper-slide {
        height: auto;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card {
        background: rgba(255, 255, 255, .08);
        padding: 32px;
        display: block;
        min-height: 280px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card-text {
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 35px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user {
        width: 100%;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user h4 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .testimonial-v2-navigation {
        margin-top: 35px;
    }

    .testimonial-v2-prev,
    .testimonial-v2-next {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width:576px) {
    .testimonial-v2-section {
        margin: 50px auto;
        padding: 0;
    }

    .testimonial-v2-left {
        height: 520px;
    }

    .testimonial-v2-content {
        padding: 25px 20px;
        max-width: 100%;
    }

    .testimonial-v2-subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .testimonial-v2-content h2 {
        font-size: 30px;
        line-height: 1.2;
        margin: 18px 0;
    }

    .testimonial-v2-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .testimonial-v2-slider-wrapper {
        padding: 30px 15px 50px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card {
        padding: 24px;
        min-height: 260px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-card-text {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user h4 {
        font-size: 22px;
    }

    .testimonial-v2-slider-wrapper .testimonial-v2-user span {
        font-size: 14px;
    }

    .testimonial-v2-navigation {
        margin-top: 25px;
        gap: 15px;
    }

    .testimonial-v2-prev,
    .testimonial-v2-next {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    .testimonial-v2-image {
        left: 0px;
        width: 156%;
        height: 109%;
    }
}

.gallery-showcase-section {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

.gallery-showcase-container {
    width: 100%;
    max-width: 1321px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-showcase-heading {
    max-width: 930px;
    margin: 0 auto 60px;
    text-align: center;
}

.gallery-showcase-subtitle {
    display: block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #404093;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.gallery-showcase-title {
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    color: #18171C;
    margin-bottom: 18px;
}

.gallery-showcase-desc {
    max-width: 930px;
    margin: 0 auto;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #555;
}

.gallery-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px;
    margin-bottom: 35px;
    align-items: stretch;
}

.gallery-row-two {
    grid-template-columns: 1fr 2fr;
}

.gallery-card {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.gallery-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.gallery-big {
    align-self: start;
}

.gallery-small {
    align-self: start;
}

.gallery-row:last-child {
    margin-bottom: 0;
}

@media (max-width:1200px) {
    .gallery-showcase-section {
        padding: 80px 0;
    }

    .gallery-showcase-container {
        padding: 0 18px;
    }

    .gallery-showcase-heading {
        margin-bottom: 50px;
    }

    .gallery-showcase-title {
        font-size: 46px;
    }

    .gallery-showcase-desc {
        font-size: 16px;
        line-height: 28px;
        max-width: 600px;
    }

    .gallery-row {
        gap: 30px;
        margin-bottom: 30px;
    }

    .gallery-row-one {
        grid-template-columns: 1.85fr 1fr;
    }

    .gallery-row-two {
        grid-template-columns: 1fr 1.85fr;
    }

    .gallery-row-three {
        grid-template-columns: 1.85fr 1fr;
    }

    .gallery-card img {
        width: 100%;
        display: block;
        object-fit: cover;
    }
}

@media (max-width:1023px) {
    .gallery-showcase-section {
        padding: 70px 0;
    }

    .gallery-showcase-container {
        padding: 0 20px;
    }

    .gallery-showcase-heading {
        max-width: 100%;
        margin-bottom: 45px;
    }

    .gallery-showcase-title {
        font-size: 40px;
    }

    .gallery-showcase-desc {
        max-width: 700px;
        font-size: 17px;
        line-height: 30px;
    }

    .gallery-row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .gallery-row-one .gallery-big {
        order: 1;
    }

    .gallery-row-one .gallery-small {
        order: 2;
    }

    .gallery-row-two .gallery-big {
        order: 1;
    }

    .gallery-row-two .gallery-small {
        order: 2;
    }

    .gallery-row-three .gallery-small {
        order: 1;
    }

    .gallery-row-three .gallery-big {
        order: 2;
    }

    .gallery-card {
        width: 100%;
    }

    .gallery-card img {
        width: 100%;
        height: 500px;
        display: block;
        object-fit: cover;
    }
}

@media (max-width:480px) {
    .gallery-showcase-section {
        padding: 60px 0;
    }

    .gallery-showcase-container {
        padding: 0 15px;
    }

    .gallery-showcase-heading {
        margin-bottom: 35px;
    }

    .gallery-showcase-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .gallery-showcase-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .gallery-showcase-desc {
        font-size: 15px;
        line-height: 26px;
    }

    .gallery-row {
        gap: 16px;
        margin-bottom: 16px;
    }

    .gallery-card {
        border-radius: 0;
        overflow: hidden;
    }

    .gallery-card img {
        width: 100%;
        height: 325px;
        display: block;
        object-fit: cover;
    }
}

.tent-collection-section {
    width: 100%;
    max-width: 1920px;
    margin: 60px auto;
    padding: 45px 20px;
    background: #F5F5F5;
    overflow: hidden;
}

.tent-collection-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.tent-heading {
    text-align: center;
    margin-bottom: 45px;
}

.tent-heading span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 10%;
    color: #404093;
    margin-bottom: 15px;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.tent-title {
    font-size: 42px;
    line-height: 100%;
    color: #18171C;
    margin-bottom: 18px;
    font-weight: 400;
    font-family: 'Lora', serif;
}

.tent-subtitle {
    max-width: 740px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #18171C;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.tentSwiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
}

.tentSwiper .swiper-wrapper {
    align-items: stretch;
}

.tentSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.tent-card {
    width: 100%;
    max-width: 447px;
    height: 628px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.4s ease;
}

.tent-front {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.tent-front img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.tent-card:hover .tent-front img {
    transform: scale(1.05);
    filter: brightness(.9);
}

.tent-front p {
    font-size: 26px;
    color: #222;
    margin-top: 22px;
    text-align: left;
    font-family: 'Bricolage Grotesque', sans-serif;
    transition: color 0.3s ease;
}

.tent-card:hover .tent-front p {
    color: #CBAA6A;
}

.tentSwiper .swiper-button-next,
.tentSwiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #CBAA6A;
    transition: .35s;
}

.tentSwiper .swiper-button-next:after,
.tentSwiper .swiper-button-prev:after {
    font-size: 35px;
    font-weight: 700;
}

.tentSwiper .swiper-button-prev {
    left: calc(50% - 65px);
    top: auto;
    bottom: 0;
}

.tentSwiper .swiper-button-next {
    right: calc(50% - 65px);
    top: auto;
    bottom: 0;
}

@media(max-width:1024px) {
    .tent-collection-section {
        padding: 60px 20px;
    }

    .tent-heading {
        margin-bottom: 50px;
    }

    .tent-title {
        font-size: 44px;
    }

    .tent-subtitle {
        max-width: 650px;
        font-size: 14px;
    }

    .tent-card {
        max-width: 340px;
        height: 520px;
    }

    .tent-front img {
        height: 455px;
    }

    .tent-front p {
        font-size: 24px;
        margin-top: 18px;
    }
}

@media (max-width:991px) {
    .tent-collection-section {
        padding: 60px 20px;
    }

    .tent-heading {
        margin-bottom: 40px;
    }

    .tent-title {
        font-size: 38px;
    }

    .tent-subtitle {
        font-size: 14px;
        max-width: 600px;
    }

    .tentSwiper {
        padding-bottom: 30px;
    }

    .tent-card {
        max-width: 100%;
        height: 500px;
    }

    .tent-front img {
        height: 430px;
    }

    .tent-front p {
        font-size: 22px;
        margin-top: 16px;
    }
}

@media (max-width:767px) {
    .tent-collection-section {
        padding: 60px 15px;
    }

    .tent-heading {
        margin-bottom: 35px;
    }

    .tent-title {
        font-size: 32px;
    }

    .tent-subtitle {
        font-size: 13px;
        line-height: 1.7;
    }

    .tent-card {
        height: 430px;
    }

    .tent-front img {
        height: 360px;
    }

    .tent-front p {
        font-size: 20px;
    }
}

@media (max-width:576px) {
    .tent-collection-section {
        padding: 10px 15px;
    }

    .tent-title {
        font-size: 28px;
    }

    .tent-subtitle {
        font-size: 12px;
    }

    .tent-card {
        height: 360px;
    }

    .tent-front img {
        height: 295px;
    }

    .tent-front p {
        font-size: 18px;
    }

    .tentSwiper .swiper-button-next,
    .tentSwiper .swiper-button-prev {
        display: flex;
    }
}



/* ============================================
   ANIMATION CLASSES - SAME AS PAGE 1
   ============================================ */
.animate-heading {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-heading.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-text {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-image {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.gallery-row.gallery-row-2 {
    grid-template-columns: 1fr 2fr;
}

.gallery-row.gallery-row-2 .gallery-card.gallery-big {
    order: 1;
}

.animate-btn {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 40%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.3) 60%,
            transparent 100%);
    transition: left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    z-index: 1;
}

.animate-btn:hover::before {
    left: 100%;
}

.animate-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.animate-btn.experts-btn:hover {
    background: #3E3128 !important;
    border-color: #3E3128 !important;
    color: #fff !important;
}

.animate-btn.testimonial-v2-prev:hover,
.animate-btn.testimonial-v2-next:hover {
    background: #ececff !important;
}

.animate-btn.footer-social a:hover {
    background: #fff !important;
    color: #2f1e18 !important;
}

.footer-social .animate-btn::before {
    display: none;
}

.logo img:hover,
.footer-logo img:hover,
.badge img:hover {
    transform: none !important;
    filter: none !important;
}

img:not(.logo img):not(.footer-logo img):not(.badge img):hover {
    transform: scale(1.04);
    filter: brightness(1.06);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}


.testimonial-v2-image.animate-image {
    transition: opacity 1s ease, transform 1s ease;
}

.testimonial-v2-image.animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.experts-bg .animate-image {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.experts-bg .animate-image.visible {
    opacity: 1;
    transform: scale(1);
}

.hero-page2-bg .animate-image {
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.hero-page2-bg .animate-image.visible {
    opacity: 1;
    transform: scale(1);
}



* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img.animate-image,
video.animate-image,
iframe.animate-image {
    display: block;
}

/* ============================================
   CTA-STYLE BUTTON HOVER EFFECT
   (Same as .cta-btn from Page 1)
   Applied to: .why-visit-button, 
   .swati-btn, .testimonial-v2-prev, 
   .testimonial-v2-next, .footer-social a
   EXCEPT: .experts-btn
   ============================================ */

.why-visit-button,
.swati-btn,
.testimonial-v2-prev,
.testimonial-v2-next,
.footer-social a {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.why-visit-button::before,
.swati-btn::before,
.testimonial-v2-prev::before,
.testimonial-v2-next::before,
.footer-social a::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
    pointer-events: none;
}

.why-visit-button:hover::before,
.swati-btn:hover::before,
.testimonial-v2-prev:hover::before,
.testimonial-v2-next:hover::before,
.footer-social a:hover::before {
    transform: scale(1);
}

.why-visit-button:hover,
.swati-btn:hover,
.footer-social a:hover {
    background: #b08b49 !important;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2) !important;
}

/* Override for testimonial buttons - keep white background on hover */
.testimonial-v2-prev:hover,
.testimonial-v2-next:hover {
    background: #ececff !important;
    box-shadow: 0 8px 30px rgba(69, 69, 159, 0.3), inset 0 2px 20px rgba(255, 255, 255, 0.2) !important;
}

/* Override for footer social icons */
.footer-social a:hover {
    filter: brightness(1.15) !important;
}

.footer-social a::before {
    display: none;
}
