/*-- =================== BANNER SECTION  ==================== --*/

/* .preview-title,
.preview-text {
    display: none !important;
} */
.single-banner {
    height: auto;
}

.single-banner a {
    display: block;
}

.single-banner img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .single-banner img {
        height: auto;
    }
}

/*-- =================== ABOUT US SECTION ====================== --*/
.about-us.page-about-us {
    background: transparent;
}

/* .about-us {
    padding: 40px 0;
} */

.about-us-images {
    position: relative;
    background-image: url(../images/about-us-bg-shape.svg);
    background-repeat: no-repeat;
    background-position: left 60px bottom 40px;
    background-size: auto;
    padding-right: 100px;
    padding-bottom: 180px;
    margin-right: 30px;
}

.about-us .text-anime-style-2 {
    font-weight: 700;
}

.about-img-1 figure,
.about-img-2 figure {
    display: block;
}

.about-img-1 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
    border-radius: 20px;
}

.about-img-2 {
    position: absolute;
    width: 100%;
    max-width: 300px;
    bottom: 0px;
    right: 0;
    z-index: 1 !important;
}

.about-img-2 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
    border-radius: 20px;
}

.about-us-content-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.about-us-content-list {
    margin-bottom: 30px;
}

.about-us-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-us-content-list ul li {
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    padding-left: 30px;
    margin-bottom: 15px;
}

.about-us-content-list ul li:last-child {
    margin-bottom: 0;
}

.about-us-content-list ul li::before {
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--second);
    display: inline-block;
    top: 2px;
    left: 0;
}

.about-us .section-title {
    margin-bottom: 30px;
}

.about-us .section-title h2 {
    font-size: 50px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-weight: 700;
}

.about-us .section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}


@media(max-width:991.5px) {

    .about-us {
        padding: 30px 0 20px 0px;
    }

    .about-us-images {
        margin: 0 0 30px 0;
    }

    .about-us-content-list {
        margin-bottom: 30px;
    }

    .about-us .section-title h2 {
        font-size: 34px;
    }
}


@media(max-width:767.5px) {

    .about-us-images {
        background-position: left 10px bottom 10px;
        background-size: 20% auto;
        padding: 10px 45px 100px 0;
    }

    .about-img-2 {
        max-width: 240px;
    }

    .experience-counter {
        height: 102px;
        width: 102px;
    }

    .experience-counter h3 {
        font-size: 22px;
    }

    .experience-counter p {
        font-size: 12px;
        line-height: 1.1em;
    }

    .about-us-content-body {
        gap: 0px;
    }

    .about-us-content-body::before {
        display: none;
    }

    .about-us-content-info {
        width: 100%;
        border-bottom: 1px solid var(--divider-color);
        /* padding-bottom: 15px;
        margin-bottom: 15px; */
    }

    .about-us-content-list {
        margin-bottom: 20px;
    }

    .about-us-contact-list {
        width: 100%;
    }

    .about-us-content-list ul li {
        margin-bottom: 10px;
    }

    .about-us-content-list ul li::before {
        font-size: 18px;
        top: 3px;
    }

    .about-us .section-title h2 {
        font-size: 26px;
    }
}


/*-- ================= Counter Section  ================= --*/
.about-us {
    background: url('../images/spacee-2.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.about-counter-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 280px;
}


.about-counter-item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 10px;
}

.about-counter-item {
    text-align: center;
}

.about-counter-item .icon-box {
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
    width: 40px;
}

.about-counter-content h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #fff;
}

.about-counter-content p {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4;
}

.about-tagline {
    text-align: center;
    /* margin-top: 30px; */
    padding-top: 80px;
}

@media(max-width:1307.5px){
    .about-tagline{
        padding-top: 50px;
    }
}

@media(max-width:1199.5px){
    .about-tagline{
        padding-top: 80px;
    }
}

@media(max-width:991.5px){
    .about-tagline{
        padding-top: 0px;
    }
}


.about-tagline h3 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
}

.about-tagline h3 span {
    font-weight: 700;
    color: #fff;
}

/* Responsive */

@media(max-width:1199.5px) {
    .about-counter-list {
        margin-bottom: 200px;
    }
}

@media (max-width: 991px) {
    .about-counter-list {
        margin-bottom: 30px;
    }

    .about-counter-item {
        width: 50%;
        /* 2 counters per row */
    }

    .about-counter-content h2 {
        font-size: 32px;
    }

    .about-tagline h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .about-counter-item {
        width: 50%;
        /* 1 counter per row */
        justify-content: flex-start;
    }

    .about-counter-item .icon-box {
        font-size: 32px;
    }

    .about-counter-content h2 {
        font-size: 26px;
    }

    .about-tagline h3 {
        font-size: 20px;
    }

    .about-counter-item {
        text-align: start;
    }
}

/* Large Desktop */
@media(max-width:1199.5px) {

    .about-us {
        height: 550px;
        /* padding-top: 70px; */
    }

}

/* Tablet */
@media (max-width: 991px) {

    .about-us {
        height: auto;
        padding: 40px 20px;
    }

    .about-counter-item {
        width: 50%;
    }

}


/* 767px - 2 2 layout */
@media (max-width: 767px) {

    .about-us {
        height: auto;
        padding: 20px 20px;
    }

    .about-counter-item {
        width: 50%;
    }

}


/* Mobile */
@media(max-width:576px) {

    /* .about-us {
        height: auto;
        padding: 40px 20px;
    } */

    .about-counter-item {
        width: 100%;
    }

}

/* ================= empanelment here ============== */
.empanelment h1 {
    margin-bottom: 30px;
}

.empanelment h2 {
    font-size: 28px;
    /* default for small mobile */
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.empanelment h2 span {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.client-logo-box {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo-box img {
    max-width: 100%;
    max-height: 55px;
    /* default size */
    object-fit: contain;
    transition: 0.3s;
}

.client-3 img {
    max-width: 100%;
    max-height: 100px;
}

.client-logo-box-2 img {
    max-width: 100%;
    max-height: 80px;
    /* default size */
    object-fit: contain;
    transition: 0.3s;
}

.client-2 img {
    max-width: 100%;
    height: 300px !important;
    /* default size */
    object-fit: contain;
    transition: 0.3s;
}

/* Tablet */
@media (max-width: 768px) {
    .client-logo-box img {
        max-height: 60px;
        /* smaller logos */
    }

    .client-logo-box-2 img {
        max-width: 100%;
        max-height: 50px;
        /* default size */
        object-fit: contain;
        transition: 0.3s;
    }


}

/* Mobile */
@media (max-width: 576px) {
    .client-logo-box {
        padding: 8px;
        /* less spacing */
    }

    .client-logo-box img {
        max-height: 38px;
        /* even smaller logos */
    }


    .client-logo-box-2 img {
        max-width: 100%;
        max-height: 60px;
        /* default size */
        object-fit: contain;
        transition: 0.3s;
    }
}

/* Tablet */
@media (max-width: 576px) {
    .empanelment h2 {
        font-size: 25px;
    }

    .empanelment h2 span {
        font-size: 36px;
    }

}

/* Small Desktop / Laptop */
@media (min-width: 768px) {
    .empanelment h2 {
        font-size: 38px;
    }

    .empanelment h2 span {
        font-size: 40px;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .empanelment h2 {
        font-size: 42px;
        /* fix size */
    }

    .empanelment h2 span {
        font-size: 42px;
    }
}


/*-- ============== Testimonial Area  =============== --*/
.testimonials-area {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgba(var(--bs-primary-rgb), .05) 100%);

}

.testimonials-area .testimonials-item {
    border-radius: 12px;
    background-color: #ffffff;
    padding: 30px;
    text-align: left;
    position: relative;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonials-area .testimonials-item .top {
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px;
}

.testimonials-area .testimonials-item .top img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60px;
    border-radius: 50%;
}

.testimonials-area .testimonials-item .top h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--black);
}

.testimonials-area .testimonials-item .top span {
    color: var(--black);
    font-size: 15px;
}

.testimonials-area .testimonials-item p {
    font-size: 16px;
    color: var(--black);
    font-style: italic;
    margin-bottom: 15px;
}

.testimonials-area .testimonials-item ul {
    padding: 0;
    margin: 0;
}

.testimonials-area .testimonials-item ul li {
    display: inline-block;
    list-style: none;
}

.testimonials-area .testimonials-item ul li i {
    color: var(--second);
    font-size: 16px;
}

/* Swiper Pagination */

.ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonials-slider {
    padding-bottom: 60px;
}

.testimonials-slider .swiper-pagination {
    text-align: center;
    bottom: 10px !important;
}

.testimonials-slider .swiper-pagination-bullet {
    background: #02123a;
    opacity: 1;
    /* width: 15px;
    height: 15px; */
    margin: 0 8px;
    border-radius: 50%;
}

.testimonials-slider .swiper-pagination-bullet-active {
    background: var(--second);
}

.testimonials-area .section-title {
    margin-bottom: 40px;
    text-align: center;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-area .section-title .top {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.testimonials-area .section-title .top .top-title {
    font-size: 75px;
    line-height: 75px;
    color: #b6b5b5;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    display: block;
    opacity: 0.1;
}

.testimonials-area .section-title .top .sub-title {
    display: block;
    font-weight: 600;
    color: var(--second);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 20px;
}

.testimonials-area .section-title h2 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 700;
}

.testimonials-area .section-title p {
    margin-top: 10px;
    margin-bottom: 0;
}

.testimonials-area .testimonials-item {
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonials-area .testimonials-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
}

.testimonials-area .testimonials-item img:hover {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .testimonials-area .testimonials-item img {
        height: 180px;
    }
}

@media only screen and (max-width: 767.5px) {
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .testimonials-area {
        text-align: center;
    }

    .testimonials-area .testimonials-img img {
        position: relative;
        right: 0;
        margin-bottom: 30px;
    }

    .testimonials-area .testimonials-slider {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-area .testimonials-item {
        text-align: center;
        padding: 10px;
    }

    .testimonials-area .testimonials-item .top {
        padding-left: 0;
    }

    .testimonials-area .testimonials-item .top img {
        position: relative;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-area .testimonials-item .top h3 {
        font-size: 20px;
    }

    .testimonials-area .section-title {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .testimonials-area .section-title .top .top-title {
        font-size: 35px;
        line-height: 35px;
    }

    .testimonials-area .section-title .top .sub-title {
        top: 12px;
        font-size: 17px;
    }

    .testimonials-area .section-title h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .testimonials-area {
        text-align: center;
    }

    .testimonials-area .testimonials-img img {
        position: relative;
        right: 0;
        margin-bottom: 30px;
    }

    .testimonials-area .testimonials-slider {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-area .testimonials-item {
        text-align: center;
        padding: 30px 30px 30px 30px;
    }

    .testimonials-area .testimonials-item .top {
        padding-left: 0;
    }

    .testimonials-area .testimonials-item .top img {
        position: relative;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-area .section-title {
        margin-bottom: 30px;
    }

    .testimonials-area .section-title h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonials-area .testimonials-img img {
        max-width: 85px;
    }
}

@media only screen and (min-width: 1800px) {
    .testimonials-area .testimonials-img img {
        max-width: 410px;
    }
}

/* Make close button smaller */
.mfp-close {
    font-size: 20px !important;
    /* default 28px hota hai */
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* Make navigation arrows smaller */
.mfp-arrow {
    transform: scale(0.6);
    /* Shrinks arrow buttons */
}

/* Position arrows closer inside image */
.mfp-arrow-left {
    left: 10px;
}

.mfp-arrow-right {
    right: 10px;
}

/* Mobile specific adjustments */
@media (max-width: 767px) {
    .mfp-close {
        font-size: 18px !important;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .mfp-arrow {
        transform: scale(0.4);
        /* even smaller on mobile */
    }
}


.blog-like-sec {
    background: url(../images/tat-bg.png);
}


.blog-like-sec h1 span {
    font-weight: 700;
    color: var(--second);
}

/* Blog Card Base */
.blog-card {
    background: #ffffff;
    /* default white */
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Fixed image height */
.blog-img {
    height: 220px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card body */
.blog-body {
    padding: 28px 26px;
    flex-grow: 1;
}

/* Text colors (normal) */
.blog-body h2 {
    color: var(--main-colour);
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-body p {
    color: #333;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* 🔥 Bottom → Top Colour Sweep (ROOT COLORS) */
.blog-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--main-colour);
    transition: all 0.7s ease;
    z-index: 0;
}

/* Hover Trigger */
.blog-card:hover::before {
    bottom: 0;
}


.card-blogg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--second);
    transition: all 0.7s ease;
    z-index: 0;
}

/* Hover Trigger */
.card-blogg:hover::before {
    bottom: 0;
}

/* Content above sweep */
.blog-card * {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

/* Text on hover */
.blog-card:hover h2,
.blog-card:hover p {
    color: #ffffff;
}

/* Lift effect */
.blog-card:hover {
    /* transform: translateY(-12px); */
    box-shadow: 0 28px 65px rgba(120, 39, 48, 0.35);
}

/* Image zoom on hover */
.blog-card:hover .blog-img img {
    transform: scale(1.08);
    transition: transform 0.5s ease;
}




/*---------- =============  Service Section - home page ============== ------------*/

.services-section {
    background: #f5f5f5;
    text-align: center;
}

.services-section h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;

}

.service-card {
    background: #fff;
    padding: 35px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    height: 100%;
    transition: 0.3s;
    color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Background hover effect (bottom to top) */
.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--second);
    /* apna color */
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease;
    z-index: -1;
}

/* Hover effect */
.service-card:hover::before {
    transform: scaleY(1);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    color: #fff;
}

/* Icon */
.service-card i {
    font-size: 34px;
    color: var(--second);
    margin-bottom: 15px;
    transition: 0.3s;
}

/* Heading */
.service-card h5 {
    font-size: 18px;
    margin: 0;
    transition: 0.3s;
}

/* Hover par icon + text white */
.service-card:hover i,
.service-card:hover h5 {
    color: #fff;
}

@Media(max-width:767.5px) {
    .services-section h2 {
        font-size: 30px;
    }
}