﻿@font-face {
    font-family: 'Playfair Display', serif;
    src: url(http://www.anaveer.in/honda/font/MYRIADPRO-REGULAR.OTF) format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Playfair Display', serif;
    background: #000;
    /* overflow-x: hidden;hkjte */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
}

p {
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
/* ======toggle=========*/
.color-active {
    background-color: #1157d53d;
    backdrop-filter: blur(15px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    z-index: 40;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-tagline {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    margin-top: 2px;
    max-width: 260px;
    line-height: 15px;
}


.logo {
    height: 50px;
    width: auto;
    margin-right: 10px;
}

.brand-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.carousel-inner {
    position: relative;
}

    .carousel-inner::before {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: clamp(80px, 20vh, 180px);
        background: linear-gradient(to top, #020202, transparent);
        z-index: 1;
    }

.carousel-caption {
    /*    bottom: 25px;*/
    bottom: clamp(20px, 6vh, 60px);
    z-index: 2;
}

    .carousel-caption h5 {
        font-size: 45px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 25px;
    }

    /*.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;

}*/

    .carousel-caption p {
        max-width: 900px;
        margin: auto;
        font-size: clamp(0.9rem, 2.5vw, 1.2rem);
        line-height: 1.6;
        padding: 0 1rem;
    }


.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-toggler {
    background: #fff;
}

.navbar-nav {
    text-align: center;
}

.nav-link {
    padding: .2rem 1rem;
}

    .nav-link.active, .nav-link:focus {
        color: #fff;
    }

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

/* ignore the code below */


.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}

    .link-area a {
        text-decoration: none;
        color: #fff;
        font-size: 25px;
    }

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 20px;
    }

        .carousel-caption p {
            max-width: 100%;
        }
}


/* -----------about------------ */
.About-1 {
    background-image: url(../climbing/images/pexels-cottonbro-9665176.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    max-width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*.About-1::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #020202, transparent);
    z-index: 1000;
}*/

.project_text_sub {
    color: #b08b45;
}

.image-box_about {
    display: flex;
}

.image_1 {
    padding: 10px;
    width: 26%;
}

.image_2 {
    padding: 10px;
    width: 30%;
}

/*---------------- service -------------------*/

.service {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.great_section {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

/* .great_section::after {
    position: absolute;
    content: "";
    background: #a01c2b;
    width: 5%;
    height: 3px;
    left: 47%;
    right: 0px;
    top: 122%;
    bottom: 0px;
} */

.text-center p {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

.text {
    color: white;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay a i {
    padding: 10px 12px;
    position: absolute;
    bottom: 31%;
    left: 44%;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #ffffff1f;
    color: #fff;
}

/* ======design-swipe====== */

.swiper-container {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center;
    transition: box-shadow 0.45s cubic-bezier(.22, .61, .36, 1), transform 0.45s cubic-bezier(.22, .61, .36, 1);
    /*    will-change: transform;*/
}

.swiper-slide-active a {
    padding: 10px 20px;
    background: rgba(255,255,255,0.8);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer !important;
    transition: 0.3s;
}

@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 25px 45px rgba(0, 180, 255, 0.24), 0 0 55px rgba(0, 180, 255, 0.14), inset 0 0 0 1px rgba(255,255,255,0.05);
    }

    50% {
        box-shadow: 0 30px 60px rgba(0, 180, 255, 0.34), 0 0 75px rgba(0, 180, 255, 0.22), inset 0 0 0 1px rgba(255,255,255,0.08);
    }
}

.swiper-slide-active button:hover {
    background: white;
    transform: scale(1.05);
}


.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}



.card-title {
    margin-top: 20px; /* 🔑 button er niche */
    color: #ffffff; /* bright white */
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0,0,0,0.7); /* image er upor clear dekhabe */
}

/* ===== Active / Center slide only ===== */
.swiper-slide-active,
.swiper-slide-duplicate-active {
    animation: glowPulse 4s ease-in-out infinite;
    transform: translateY(-8px);
}

/* ===== Hover pause (desktop only) ===== */
/*@media (hover: hover) {
    .swiper-slide-active:hover {
        animation-play-state: paused;
    }
}*/

/* ===== Mobile optimization ===== */
@media (max-width: 768px) {
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        box-shadow: 0 18px 32px rgba(0, 180, 255, 0.20), 0 0 40px rgba(0, 180, 255, 0.12), inset 0 0 0 1px rgba(255,255,255,0.04);
        transform: translateY(-4px);
        animation-duration: 5s;
    }
}

/* ---------------------video----------------------- */
.inspire {
    padding: 20px 0px;
    /* background-image: url(../climbing/images/pexels-wasifmehmood997-15573400.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative; */
}

/* .inspire::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #020202, transparent);
    z-index: 1000;
} */

.wrapper {
    width: 100%;
    float: none !important;
    display: block;
    margin: 0 auto !important;
    padding-left: 15px;
    max-width: 1280px;
    padding-right: 15px;
}

.relative {
    position: relative;
}

h2 {
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.youtube-videos {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.HomeVideoInner {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.StoryVideo video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/
.HomeVideoTitleSection {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
}

    .HomeVideoTitleSection .SectionTitle {
        width: 100%;
    }

    .HomeVideoTitleSection .SectionContent {
        width: 100%;
        padding-top: 240px;
    }

.HomeVideoTitleSection {
    max-width: 630px;
    padding: 50px 60px;
    height: 100%;
    background-color: rgb(255 255 255 / 25%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

    .HomeVideoTitleSection:not(.animate_it) {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }

    .HomeVideoTitleSection.animate_it {
        animation: inView 2s;
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);
    }

    .HomeVideoTitleSection.animate_reverse {
        animation: outView 2s;
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }

/*.StoryVideo {
    max-height: 500px;
}

    .StoryVideo video {
        width: 100%;
        height: 100%;
        object-fit: fill;
        position: absolute;
    }*/

.StoryVideo {
    width: 100%;
    height: 500px; /* EXACT same height as before */
    position: relative;
}

    .StoryVideo iframe.yt-video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        object-fit: contain;
    }

.Video-playbtn {
    cursor: pointer;
    width: 89px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    border-radius: 50%;
    background-color: rgb(221 24 69 / 1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .HomeVideoTitleSection {
        padding: 50px 0px;
    }
}

@keyframes inView {
    0% {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }

    to {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);
    }
}

@keyframes outView {
    0% {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);
    }

    to {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }
}

@media (max-width: 992px) {
    ..HomeVideoTitleSection {
        padding: 50px 0px;
    }
}

/* ===================secure===================== */



.total-text {
    position: relative;
    top: 0;
    text-align: left;
}

.paragraph_text {
    color: #fff;
    font-size: 16px !important;
    font-weight: lighter !important;
}

.pb-2, .py-2 {
    padding-bottom: 5.5rem !important;
}

.project_text {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    position: relative;
}

/* .project_text::after {
    position: absolute;
	content: "";
	background: #a01c2b;
	width: 6%;
	height: 7%;
	top: 138%;
	bottom: 0;
	left: 0;
	right: 0;
} */

.about_image img {
    height: 100%;
}

.more_btn {
    color: #fff;
    background-color: #a01c2b;
    padding: 12px 30px 12px 30px;
    font-size: 14PX;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    border: none;
}

@media (max-width: 992px) {
    .inspire {
        height: auto;
    }
}


/* ======================Team=========================== */
.text_team {
    font-size: 40px;
    color: #fff;
    line-height: 2px;
    text-align: center;
    position: relative;
}

/* .text_team::after {
    position: absolute;
    content: "";
    background: #a01c2b;
    width: 191px;
    height: 3px;
    left: 482px;
    right: 0px;
    top: 31px;
} */

.ag-format-container {
    width: 1142px;
    margin: 0 auto;
}

.ag-container-shops {
    padding: 60px 0;
    overflow: hidden;
}

.ag-card-bg {
    height: 100%;
    width: 200%;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -50%;
    -webkit-transition: height .6s;
    -moz-transition: height .6s;
    -o-transition: height .6s;
    transition: height .6s;
}

.ag-shop-card_box-wrap {
    padding: 15px;
}

.ag-shop-card_box {
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.ag-shop-card_body {
    display: block;
    height: 250px;
    width: 300px;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
}

.ag-shop-card-body_link {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
}

.ag-shop-card-body_img {
    /*max-width: 100%;*/
    max-width: 180px;
}

.ag-shop-card_footer {
    padding: 15px 30px;
    border: 0;
    background-color: #FFF;
    position: relative;
}

.ag-shop-card-footer_title {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    font-size: 14px;
    color: #690911;
    font-family: 'Roboto', sans-serif;
}

.ag-shop-card-footer_products {
    display: block;
    line-height: 1.3;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.ag-shop-card-footer_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    background-color: #ff7b1a;
    position: absolute;
    right: 30px;
    /*top: 15px;*/
    top: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ag-shop-card-footer_arrow {
    max-width: 16px;
}


@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}


/*---------------- footer -------------------*/

.footer_image {
    background: #262d3d;
    height: 445px;
}

.footer_bottom_text {
    padding: 18px 0px;
}

.Elements-section h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 20px;
}

.Elements-section A {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

/* .Products-section {
    padding: 0px 30px;
} */

.Products-section h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 20px;
}

.Products-section a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.footer_text img {
    margin-bottom: 30px;
}

.footer_text p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.flex {
    display: flex;
    border-color: #000;
}

.directions_btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    border: 1px solid #a01c2b;
    padding: 4px 21px;
}

/* .footer_bottom a {
	text-align: center;
} */

@media (max-width: 575.98px) {

    #contatti {
        padding-bottom: 800px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 450px;
        }

    /* .footer_image {
	height: auto;
} */
}


@media (min-width: 576px) {

    #contatti {
        padding-bottom: 800px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 450px;
        }

    /* .footer_image {
height: auto;
} */

}

@media (min-width: 768px) {

    #contatti {
        padding-bottom: 350px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 550px;
        }

    /* .footer_image {
	height: auto;
} */

}

@media (min-width: 992px) {
    #contatti {
        padding-bottom: 200px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 530px;
        }
}

@media (max-width: 992px) {
    .footer_image {
        height: auto;
    }
}


#author a {
    color: #fff;
    text-decoration: none;
}



/*************Contact Page**********************/
/**02.02.2026**/
/*************Arnab**********************/

/* HERO SECTION */
.hero {
    position: relative;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.9)), url("../images/contactus.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: bgMove 20s infinite alternate linear;
}

@keyframes bgMove {
    from {
        background-position: center top;
    }

    to {
        background-position: center bottom;
    }
}

.hero h1 {
    font-size: 3.5rem;
    letter-spacing: 2px;
    color: whitesmoke;
}

.hero p {
    color: #d4af37;
    margin-top: 10px;
}

/* FOG EFFECT */
.fog {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(255,255,255,.08),transparent 60%);
    animation: fogMove 18s linear infinite;
    pointer-events: none;
}

@keyframes fogMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(50%);
    }
}

/* CONTACT SECTION */
.contact-section {
    padding: 100px 20px;
    display: flex;
    justify-content: center;
}

.contact-wrapper {
    max-width: 1100px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
}

/* LEFT INFO */
.contact-info {
    background: #0f0f0f;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 0 40px rgba(212,175,55,.12);
}

    .contact-info h2 {
        color: #d4af37;
        margin-bottom: 20px;
    }

    .contact-info p {
        color: #bbb;
        margin-bottom: 30px;
        line-height: 1.6;
    }

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .info-item i {
        font-size: 22px;
        color: #d4af37;
        margin-right: 15px;
    }

    .info-item span {
        color: #eee;
    }

/* FORM */
.contact-form-box {
    position: relative;
    background: rgba(20,20,20,.85);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 0 50px rgba(0,0,0,.8);
}

    .contact-form-box::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 14px;
        padding: 1px;
        background: linear-gradient(135deg,#d4af37,transparent);
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
    }

.contact-form h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #d4af37;
}

/* INPUT */
.form-group {
    position: relative;
    margin-bottom: 22px;
}

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 14px 45px 14px 15px;
        background: #111;
        border: none;
        border-radius: 8px;
        color: #fff;
        outline: none;
    }

    .form-group i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #d4af37;
    }

    .form-group textarea {
        resize: none;
    }

/* BUTTON */
.contact-form button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 30px;
    background: #d4af37;
    font-size: 1rem;
    cursor: pointer;
    transition: .3s;
}

    .contact-form button:hover {
        background: #e1b734;
        box-shadow: 0 0 20px rgba(212,175,55,.7);
    }

/* REVEAL */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 1s ease;
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

/* RESPONSIVE */
@media(max-width:900px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}



/************************About us Page Start ******************/

/*.about-banner {
    position: relative; 
    width: 100%;
    height: 762px;
    overflow: hidden;
}

.about-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #020202, transparent);
    z-index: 39;
}

.about-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.about-banner h1 {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    about-banner h1 {
        font-size: 2rem;
        padding: 0 10px;
    }
}*/
/* ABOUT BANNER */
.about-banner {
    position: relative;
    width: 100%;
    height: min(80vh, 760px);
    overflow: hidden;
}

    .about-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* GRADIENT OVERLAY */
    .about-banner::before {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: clamp(90px, 22vh, 180px);
        background: linear-gradient(to top, #020202, transparent);
        z-index: 1;
    }

    /* BANNER TEXT */
    .about-banner h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: clamp(1.8rem, 4vw, 3.5rem);
        text-align: center;
        text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.85);
        z-index: 2;
        padding: 0 1rem;
        line-height: 1.2;
        width: 100%;
        max-width: 90%;
    }

/* MOBILE FINE TUNE */
@media (max-width: 768px) {
    .about-banner {
        height: 65vh;
    }

        .about-banner h1 {
            top: 55%;
        }
}

/*==============members=====================*/
.textimoial-slide {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-container {
    width: 100%;
    max-width: 56rem;
    padding: 2rem;
}

.testimonial-grid {
    display: grid;
    gap: 5rem;
}

.image-container {
    position: relative;
    width: 100%;
    height: 24rem;
    perspective: 1000px;
}

.testimonial-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.25rem;
}

.designation {
    font-size: 0.875rem;
    color: #b08b45;
    margin-bottom: 2rem;
}

.quote {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.75;
}

.arrow-buttons {
    display: flex;
    gap: 1rem;
    padding-top: 3rem;
}

.arrow-button {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .arrow-button:hover {
        background-color: #00a6fb;
    }

    .arrow-button svg {
        width: 1.25rem;
        height: 1.25rem;
        fill: #f1f1f7;
        transition: transform 0.3s;
    }

    .arrow-button:hover svg {
        fill: #ffffff;
    }

.prev-button:hover svg {
    transform: rotate(-12deg);
}

.next-button:hover svg {
    transform: rotate(12deg);
}

@media (min-width: 768px) {
    .testimonial-grid {
        grid-template-columns: 1fr 1fr;
    }

    .arrow-buttons {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .testimonial-image {
        transform: none !important;
    }
}






/* ==========team============== */
.scroll-container {
    /* height: 100svh; */
    height: 60svh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #121212;
}

    .scroll-container .infinite-scroll-wrapper {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

.infinite-scroll-wrapper .infinite-scroll-content {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    animation: scroll 100s linear infinite;
    width: 100%;
    gap: 16px;
}

.infinite-scroll-wrapper .infinite-scroll-items {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    gap: 16px;
}

.infinite-scroll-items .item-wrap {
    position: relative;
    min-width: 238px;
    height: 315px;
    flex-shrink: 0;
    overflow: hidden;
}

.item-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.item-wrap .text {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    color: #fff;
    font-weight: 500;
}

.item-wrap:hover img {
    transform: scale(1.05);
}

@media (min-width: 1024px) {
    .infinite-scroll-wrapper:hover .infinite-scroll-content {
        animation-play-state: paused;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

#about-hills {
    scroll-margin-top: 90px; /* navbar height */
}

.maps iframe {
    width: 100%;
    height: 90vh;
    border: 0;
    display: block;
}

/************************About us Page end ******************/
