/********** Template CSS **********/
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
    color: #15b5ff !important;
}

.fw-semi-bold-2 {
    font-weight: 500 !important;
    color: #c07d00 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: #00336d;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: #0369da;
    ;
}


/*** Navbar ***/



.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 67px;
    display: flex;
    align-items: center;
    background: #ffffff;

}

@media (max-width: 768px) {

    /* Responsive breakpoint */
    .navbar .navbar-brand {
        padding-right: 22px;

    }
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: #ffffff;
}

@media (max-width: 768px) {

    /* Responsive breakpoint */
    .navbar .navbar-brand::after {
        transform: skewX(0deg);

    }
}

@media (max-width: 768px) {

    /* Responsive breakpoint */
    .toggle-adjust {
        padding-right: 2rem !important;

    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0d9ef2;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;

}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

@media (max-width: 991.98px) {
    .logo-align {
        padding-left: 0rem !important;
    }
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(2, 36, 91, 0) 100%); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 1.8rem !important;
        height: 1.8rem !important;
        background-color: var(--primary);
        border: 5px solid var(--primary) !important;
        border-radius: 3.5rem;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 120px;
        /* Tablet height */
    }


    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%),
        url(../img/breadcrumb.webp) center top -300px no-repeat;

    background-size: cover;
}

@media (max-width: 768px) {
    .page-header {
        background: linear-gradient(to right, rgba(2, 36, 91, 0.4) 0%, rgba(2, 36, 91, 0) 100%),
            url(../img/breadcrumb.webp) center top 0px no-repeat;

        background-size: cover;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/* hydraulic cylinder manufacturing section start */
.service-list-section {
    margin-top: -100px;
    margin-bottom: -100px;
}

.product-item {
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/navy-blue.webp) center center no-repeat;
    background-size: cover;
    padding: 35px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.product-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    /* border thickness */
    background: linear-gradient(90deg, #0099ff, #06d1f5);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    .product-item {
        /* padding: 25px 18px; */
        border-radius: 8px;
    }

    .product-item::before {
        border-radius: 8px;
        background: linear-gradient(90deg, #f50606, #f5bd06);
    }
}


.product-img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    max-width: 380px;
    border: 2px solid #ffffff;
}

.product-info h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .product-info h3 {
        margin-top: 20px;
    }
}

.product-info p {
    font-size: 15.5px;
    color: #c7c7c7;
    line-height: 1.7;
    margin-bottom: 18px;
}

.product-info ul {
    list-style: none;
    /* remove default bullets */
    padding: 0;
    margin: 0;
}

.product-info ul li {
    font-size: 15px;
    padding-left: 28px;
    /* extra space for bigger bullet */
    margin-bottom: 8px;
    position: relative;
    color: #ffc520;
}

.product-info ul li::before {
    content: "\2022";
    /* Unicode bullet • */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc520;
    font-size: 35px;
    line-height: 1;
    margin-left: 6px;
}


/* Responsive */
@media (max-width: 991px) {
    .product-item {
        padding: 25px;
    }

    .product-info h3 {
        font-size: 22px;
    }
}

.what-different {
    font-weight: 600;
    font-size: 20px !important;
    color: #ffffff !important;
}

.astrology-bg {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #ffa94d, #ffffff);
    padding: 8px 15px !important;
    border-radius: 5px;
}

/* hydraulic cylinder manufacturing section end */



/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 10px;
    width: 215px;
    height: 215px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
    padding: 2px;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;

}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}



.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer-icon {
    color: #4cc7ff;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #4cc7ff;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 0.3px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.hymac-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-top: -20px;
}

.intro-para {
    text-align: justify;
}

@media (max-width: 786px) {
    .intro-para {
        text-align: left;
    }
}

.establishment {
    font-size: 30px;

}

.offer-heading {
    font-size: 22px;
    margin-top: 100px;
}

.offer-para {
    margin-top: 80px;
}

/* Commitments Section */
.commitments-section {
    position: relative;
    width: 100%;
    background-image: url('../img/background.webp');
    /* Add your background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Rubik', sans-serif;
    background-attachment: fixed;
    margin-bottom: -50px;
}

.commitments-section .overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    /* padding: 0px 0; */
}

/* Heading */
.commitments-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #ffcc00;
    margin-bottom: 10px;
}

.heading-line {
    width: 80px;
    height: 4px;
    background-color: #ffcc00;
    margin: 0 auto;
    border-radius: 2px;
}

/* Commitment Items */
.commitment-item {
    background: rgba(255, 255, 255, 0.07);
    padding: 40px 20px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    /* border: 1px solid #ffcc00; */
}

.commitment-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.commitment-item .icon {
    font-size: 3rem;
    color: #ffcc00;
    margin-bottom: 20px;
}

.commitment-item p {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
    .commitments-heading {
        font-size: 2.5rem;
    }

    .commitment-item {
        padding: 30px 15px;
    }
}

.bg-dark-2 {
    background-color: #ffffff;
    margin-top: -40px !important;
}

.text-white-2 {
    color: #02245b;
}

.footer-logo-section {
    text-align: left;
}

.footer-logo {
    /* margin-left: -15px; */
    max-width: 220px;
    height: auto;
    margin-bottom: 5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .footer-logo {
        display: block;
        margin: 0 auto 10px auto;
        max-width: 200px;
        text-align: center;
    }
}

.footer-para {
    text-align: center;
    margin-top: 10px;
}

.leading {
    font-size: 15.5px;
}

/* Mission & Vision Cards */
.mission-vision-card {
    background: #fff;
    /* White card */
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    /* Soft premium shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid orangered !important;
}

.mission-vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Icon circle */
.mission-vision-card .icon {
    width: 70px;
    height: 70px;
    background: #e9f2ff;
    /* Light primary circle */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

/* Card Heading */
.mission-vision-card h5 {
    font-size: 1.5rem;
}

/* Paragraph styling */
.mission-vision-card .intro-para {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
}

/* Responsive gap for smaller screens */
@media (max-width: 991px) {
    .mission-vision-card {
        margin: 0 auto;
    }
}


.bg-light-premium {
    background-color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Center Image */
.image-center {
    max-width: 300px;
    height: 250px;
    border-radius: 12px;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
        /* Move up */
    }
}


.image-center:hover {
    transform: scale(1.05);
}

/* Feature List */
.feature-item {
    gap: 1rem;
}

.feature-icon {
    color: #ff5e14;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.2);
}

.feature-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
}

.feature-divider {
    border: none;
    /* Remove default border */
    height: 2px !important;
    /* Line thickness */
    margin: 1rem 0;
    /* Top & bottom spacing */
    background: linear-gradient(to right, #fc7100, #ffffff);
    /* Gray → White gradient */
}

@media (max-width: 991px) {
    .content-split-row {
        flex-direction: column !important;
    }

    .image-center {
        margin: 2rem auto;
        max-width: 200px;
    }

    .features-column {
        margin-bottom: 2rem;
    }
}


/* HYMAC About Section */
.hymac-about-wrapper {
    padding: 15px 0;
    background-color: #ffffff;
    padding-bottom: 50px;
}

/* Row height adjust */
.hymac-about-row {
    min-height: 480px;
}

/* Left Image */
.hymac-about-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hymac-about-img {
    max-width: 100%;
    height: auto;
    /* important: image aspect ratio maintain */
    border-radius: 8px;
    display: block;
    object-fit: contain;
    /* ensures poora image dikhe */
}

/* Right Content */
.hymac-about-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hymac-about-tagline {
    text-transform: uppercase;
    font-weight: 600;
    color: #ff5e14;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hymac-about-heading {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #02245b;
}

.hymac-about-description {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #555555;
    text-align: justify;
}

.sky-high {
    color: #383838;
}

/* Responsive */
@media (max-width: 991px) {
    .hymac-about-img {
        max-width: 100%;
        /* chhoti ho mobile pe */
        margin-bottom: 20px;
    }

    .hymac-about-heading {
        font-size: 2.1rem;
    }
}

/* counter section start */

/* Section Background */
.hymac-stats-section {
    position: relative;
    /* Important for ::before */
    background: url('../img/background-7.png') center center/cover no-repeat;
    background-attachment: fixed;
    z-index: 1;
    /* Ensure content is above overlay */
}




/* Cards equal height & center content */
.hymac-stats-card {
    background: rgba(0, 0, 0, 0.308);
    border-radius: 14px;
    padding: 28px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(109, 109, 109);

}

/* Numbers – slightly smaller */
.hymac-stats-number,
.hymac-stats-number-static {
    font-size: 38px;
    font-weight: 800;
    color: #ff9f1c;
    line-height: 1.2;
    margin-bottom: 6px;
}

/* Text – compact */
.hymac-stats-text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    max-width: 110px;
}

/* Mobile fine-tuning */
@media (max-width: 768px) {
    .hymac-stats-card {
        padding: 20px 6px;
    }

    .hymac-stats-number,
    .hymac-stats-number-static {
        font-size: 25px;
    }

    .hymac-stats-text {
        font-size: 13px;
    }
}



/* operational detail section start */
.hymac-metrics-section {
    background-color: #f8f9fa;
    margin-bottom: -50px;

}

/* Table wrapper */
.hymac-metrics-table-wrap {
    margin-top: 30px;
}

/* Table styling */
.hymac-metrics-table {
    background-color: #ffffff;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);

}

.hymac-metrics-table th,
.hymac-metrics-table td {
    padding: 16px 18px;
    vertical-align: middle;
}

/* Left column */
.hymac-metrics-table th {
    width: 35%;
    background: #05214f;
    color: #ffffff;
    font-weight: 600;
    border: none;
}

/* Right column */
.hymac-metrics-table td {
    color: #333333;
    font-weight: 500;


}

/* Row separation */
.hymac-metrics-table tr:not(:last-child) th,
.hymac-metrics-table tr:not(:last-child) td {
    border-bottom: 1px solid #e6e6e6;
}

/* Mobile optimization */
@media (max-width: 767px) {
    .hymac-metrics-table th {
        width: 45%;
        font-size: 14px;
    }

    .hymac-metrics-table td {
        font-size: 14px;
    }
}

/* Section Background */
.hymac-reliability-section {
    background-color: #f0f4f8;
}

/* Card styling */
.hymac-reliability-card {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* center on mobile */
    text-align: center;
}

@media (min-width: 992px) {
    .hymac-reliability-card {
        align-items: flex-start;
        /* left align on desktop */
        text-align: left;
    }
}

/* Icon Circle */
.hymac-reliability-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e7f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.hymac-reliability-icon-circle i {
    color: #0b5ed7;
    font-size: 28px;
}

/* Hover Effect */
.hymac-reliability-card:hover .hymac-reliability-icon-circle {
    background-color: #0b5ed7;
}

.hymac-reliability-card:hover .hymac-reliability-icon-circle i {
    color: #ffffff;
    transform: scale(1.2);
}

/* Card Title */
.hymac-reliability-title {
    color: #0b5ed7;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

/* Card Text */
.hymac-reliability-text {
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .hymac-reliability-title {
        font-size: 18px;
    }

    .hymac-reliability-text {
        font-size: 14px;
    }
}




.hymac-contact-modern {
    background: #ffffff;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

/* Card Styling */
.contact-card-modern {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ff5e14;
}

.circle-background {
    background: linear-gradient(135deg, #00ccff, #0066ff) !important;
}

.contact-icon {
    color: #ffffff !important;
    font-size: 25px !important;
}

.contact-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

/* Icon */
.contact-icon {
    font-size: 38px;
    color: #ff5e14;
    transition: transform 0.3s ease, color 0.3s ease;
}

.contact-card-modern:hover .contact-icon {
    color: #4dabf7;
    transform: scale(1.2);
}

/* Title */
.card-title-modern {
    font-size: 20px;
    font-weight: 700;
    color: #0b5ed7;
    margin-bottom: 6px;
}

/* Text */
.card-text-modern {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

/* Buttons */
.contact-card-modern .btn {
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 8px;
}

/* Responsive */
@media(max-width:991px) {
    .contact-card-modern {
        min-height: auto;
    }
}

@media(max-width:575px) {
    .contact-card-modern {
        text-align: center;
    }
}

/* Mobile & Tablet */
@media (max-width: 768px) {
    .about-img {
        margin-top: -30px;
        /* value adjust kar sakte ho */
    }
}

/* Tablet & Mobile */
@media (max-width: 786px) {
    .about-right {
        margin-top: -40px;
        /* value apne design ke hisaab se adjust karo */
    }
}

.footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: linear-gradient(to right, rgba(10, 20, 0, 0.6) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/footer-background.webp) bottom center no-repeat;
    background-size: cover;
    margin-top: -20px !important;
}

.copyright {
    background-color: #000000 !important;
}

/* gallery section start */

.gallery-section {
    margin-top: -20px;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 0.9rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gallery-card {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.08);
}

/* gallery section end */



.header-top {
    background-color: #0d9ef2 !important;
}





/* ===== About Section New Design ===== */

.about-section-new {
    /* Background image */
    background-color: #ffffff;
    position: relative;
    /* margin-bottom: 50px; */
    margin-top: 0px;
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* height: 600px; */


}



.image-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(45deg, rgba(0,0,0,0.2), transparent); */
    border-radius: 15px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important; */


}

.about-content-new {
    padding-left: 10px;
}

.about-tagline {
    color: #444;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-sub-head {
    color: #0479d3 !important;
}

@media (max-width: 768px) {
    .about-sub-head {
        color: #0479d3 !important;
        font-size: 18px !important;
    }
}

.about-description {
    color: #2b2b2b;
    line-height: 1.7 !important;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 500;
    font-size: 15.4px;
}

@media (max-width: 768px) {
    .about-description {
        text-align: left;
    }
}

/* Highlight Box */
.about-highlight-box {
    display: flex;
    flex-wrap: wrap;
    /* Wrap on smaller screens */
    gap: 30px;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 25px;
    background: #ffffff;
    padding: 20px 15px;
    /* Proper padding */
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(224, 224, 224);
}




.highlight-year {
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    /* border-radius: 10px; */
    font-size: 1rem;
    font-weight: 600;
    /* border: 3px solid #ff651f; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/navy-blue.webp) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
}






.highlight-year h2 {
    font-size: 48px;
    /* Bigger number */
    margin: 0 0 10px 0;
    color: #ffffff !important;
}


.highlight-features p {
    margin-bottom: 8px;
    font-weight: 500;
}

.about-image-wrapper {
    transition: transform 0.4s ease;
}

.about-image-wrapper:hover {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .about-highlight-box {
        flex-direction: column;
        /* Stack vertically */
        text-align: left !important;
        /* Section text left */
    }

    .about-highlight-box .highlight-year {
        flex: unset;
        text-align: center !important;
    }


    .about-highlight-box .highlight-features {
        flex: unset;
        text-align: left !important;
        /* Left align */
    }

    .about-highlight-box .highlight-features p {
        justify-content: flex-start;
        /* Left align icons and text */
    }
}

.highlight-features i {
    color: #02245b;
    margin-right: 8px;
}

/* Contact */
.about-contact-row {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-box-new {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.contact-box-new:hover {
    transform: translateY(-5px);
}

.contact-box-new i {
    font-size: 20px;
    color: #0d6efd;
}

.we-are-ready {
    font-size: 18px;
}

/* ===== Responsive ===== */



@media (max-width: 991px) {
    .about-highlight-box {
        flex-direction: column;
        text-align: center;
    }

    .about-contact-row {
        flex-direction: column;
    }

    .about-content-new {
        padding-left: 0;
        margin-top: 30px;
    }
}

.our-services-sec {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/service-offer-background.webp) top center no-repeat;
    background-size: cover;
}

.w-25 {
    color: orangered;
    height: 2px !important;
}



/* HYMAC Contact Section */
.hymac-contact-section {
    background: #f8f9fa;
    margin-top: 50px;
    /* padding-top: 100px !important; */
    margin-bottom: -50px;
}

/* Cards */
.hymac-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Equal height cards */
}

.hymac-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Icons */
.hymac-icon {
    font-size: 40px;
    color: #ff5e14;
    margin-bottom: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hymac-card:hover .hymac-icon {
    color: #ff5e57;
    transform: scale(1.2);
}

/* Card Titles */
.hymac-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

/* Card Text */
.hymac-card p {
    color: #555;
    margin-bottom: 5px;
    font-size: 16px;
}

/* CTA Button */
.hymac-btn-primary {
    background: #ff5e14;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hymac-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hymac-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .hymac-card h5 {
        font-size: 18px;
    }

    .hymac-card p {
        font-size: 14px;
    }

    .hymac-icon {
        font-size: 35px;
    }
}


.gw-all-products-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    /* yellow text */
    background: #000;
    /* black background */
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    /* border: 1px solid rgb(250, 76, 23); */
    /* box-shadow: 0 0 15px rgba(255,255,255,0.4), 0 0 10px rgba(255,215,0,3); */
}

/* Shining overlay – left to right only */
.gw-all-products-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
    transform: skewX(-60deg);
    animation: shineLTR 1.5s linear infinite;
    pointer-events: none;
}

/* Keyframes – only left to right */
@keyframes shineLTR {
    0% {
        left: -100%;
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

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

/* Hover effect */
.gw-all-products-btn:hover {
    color: #ffffff;
    background: #1a3e72;
    /* box-shadow: 0 0 5px rgba(255,255,255,1), 0 0 20px rgba(255,215,0,0.9); */
    transform: translateY(-3px);
}



/* ===============================
   commitment Section start
=================================*/

.commitment-bg-section {
    position: relative;
    background: url('../img/background.webp') center center/cover no-repeat;
    z-index: 1;
    padding-top: 100px;
    /* Section ko thoda niche kiya */
    padding-bottom: 80px;
    background-attachment: fixed;
    margin-bottom: -50px;
}

.commitment-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

/* ===============================
   Heading Style
=================================*/

.commitment-heading-light p {
    color: #0d6efd;
}

/* ===============================
   Thread Wrapper
=================================*/

.commitment-thread-wrapper-new {
    position: relative;
    max-width: 900px;
    margin: 0px auto 0;
    /* heading ke niche gap */
}

/* ===============================
   Thread Item
=================================*/

.commitment-thread-item-new {
    position: relative;
    padding-left: 120px;
    margin-bottom: 50px;
}

/* ===============================
   Icon (Thread Center Point)
=================================*/

.commitment-thread-icon {
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    top: 0;
    width: 55px;
    height: 55px;
    background: #ecc412;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 0 50px #000000;
    z-index: 2;
    margin-top: 50px;
}



/* ===============================
   Thread Line (Connected to Icon)
=================================*/

.commitment-thread-item-new:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    top: 110px;
    /* exactly icon ke niche se start */
    width: 3px;
    height: calc(100% - 15px);
    background: linear-gradient(to bottom, #fdd10d, #ff9114);
}

@media (max-width: 768px) {
    .commitment-thread-item-new:not(:last-child)::after {
        top: 120px;
    }
}

/* ===============================
   Content Card
=================================*/

.commitment-thread-content-new {
    background: rgba(255, 255, 255, 0.144);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.9);
    transition: 0.3s ease;
    border: 1px solid yellow;

}

.commitment-thread-content-new h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.commitment-thread-content-new p {
    margin: 0;
    color: #ffffff;
}

.commitment-thread-content-new:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.9);
}

/* ===============================
   Responsive
=================================*/

@media (max-width: 768px) {

    .commitment-thread-wrapper-new {
        margin-top: 40px;
    }

    .commitment-thread-item-new {
        padding-left: 80px;
        margin-bottom: 70px;
    }

    .commitment-thread-icon {
        left: 30px;
    }

    .commitment-thread-item-new:not(:last-child)::after {
        left: 30px;
    }
}


/* Mission & Vision Cards */

.mission-vision-section {
    margin-bottom: 30px;
}

.mission-vision-wrapper .card-mv {
    position: relative;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    padding: 2rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;

    border: 2px solid #0786cf;

}

/* Smooth top-bottom border using pseudo-element */
.card-mv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    /* background: #ff5e14; */
    transition: all 0.5s ease;
    /* transform: translateX(-50%); */

}

.card-mv:hover::after {
    width: 100%;
}

/* Optional bottom border slide from left to right */
.card-mv::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    /* background: #ff5e14; */
    transition: all 0.5s ease;
    /* transform: translateX(-50%); */
}

.card-mv:hover::before {
    width: 100%;
}

/* Icon styling */
.icon-mv i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.card-mv:hover .icon-mv i {
    transform: scale(1.2);
    color: #0a58ca;
}

/* Responsive */
@media (max-width: 768px) {
    .mission-vision-wrapper .card-mv {
        margin-bottom: 20px;
    }
}

.feature-icon-lg {
    font-size: 35px !important;
    /* ya jo size chahiye */
}

/* Custom HR with linear gradient */

.enquery-now {
    margin-top: -40px;
    margin-bottom: -50px;
}

.form-fill {
    margin-top: -20px;
}

.highlight-experience {
    color: orangered;
    font-weight: 700 !important;
}

.gw-all-products-btn {
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    /* yellow text */
    background: #013f87;
    /* black background */
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #64acff;
    /* box-shadow: 0 0 15px rgba(255,255,255,0.4), 0 0 10px rgba(255,215,0,3); */
}

/* Shining overlay – left to right only */
.gw-all-products-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
    transform: skewX(-60deg);
    animation: shineLTR 1.5s linear infinite;
    pointer-events: none;
}

/* Keyframes – only left to right */
@keyframes shineLTR {
    0% {
        left: -100%;
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

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



/* Hover effect */
.gw-all-products-btn:hover {
    color: #ffffff;
    background: #1a3e72;
    /* box-shadow: 0 0 5px rgba(255,255,255,1), 0 0 20px rgba(255,215,0,0.9); */
    transform: translateY(-3px);
}

.navbar-nav {
    align-items: center;
}

/* new-counter section start */

/* Counter Section CSS */
.new-counter-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 3rem 1rem;
    background: linear-gradient(to right, rgba(0, 84, 95, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/cricket-ground-1.webp) center center no-repeat;
    background-size: cover;

    background-attachment: fixed;
}

@media (max-width: 768px) {
    .new-counter-section {
        position: relative;
        background-size: cover;
        background-position: center;
        padding: 2rem 1rem;
        margin-bottom: 30px;

        /* background-attachment: fixed; */
    }
}

.new-counter-section .new-counter-card {
    background: rgba(0, 44, 15, 0.349);
    /* dark transparent */

    /* blur glass effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    transition: transform 0.3s, box-shadow 0.3s;

    border: 1px solid rgb(192, 192, 192);
}

.new-counter-section .new-counter-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.new-counter-section .new-counter-card i {
    margin-bottom: 1rem;
}

.new-counter-section .new-counter-card h2 {
    font-size: 2rem;
    font-weight: 700;
    /* margin-bottom: 0.1rem; */
    margin-top: 5px;
    color: #ffffff;
}

.new-counter-section .new-counter-card p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
}

/* Responsive Grid */
@media (min-width: 768px) {
    .new-counter-section .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .new-counter-section .grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.new-counter-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}


/* client logo slide section start */

.be-authorized-brands {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/4964059.jpg) top center no-repeat;
    background-size: cover;
}

/* Section Heading */
.be-authorized-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

/* Paragraph */
.para-we {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #555;
}

/* Marquee Container */
.brands-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Marquee Track */
.brands-track {
    display: flex;
    width: max-content;
    /* Track width depends on content */
    gap: 30px;
    animation: scrollBrands 20s linear infinite;
}

/* Brand Images */
.brands-track img {
    height: 90px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Animation */
@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }

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

/* Pause animation on hover (desktop) */
.brands-marquee:hover .brands-track {
    animation-play-state: paused;
}

/* Responsive */
@media (max-width: 1024px) {
    .brands-track {
        gap: 25px;
        animation-duration: 15s;
    }

    .brands-track img {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .brands-track {
        gap: 20px;
        animation-duration: 15s !important;
    }

    .brands-track img {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .brands-track {
        gap: 15px;
        animation-duration: 10s;
    }

    .brands-track img {
        height: 50px;
    }
}

.main-heading-style {

    font-family: 'Poppins', sans-serif;
    color: #00398b !important;
    font-size: 46px !important;
}

@media (max-width: 768px) {
    .main-heading-style {

        font-family: 'Poppins', sans-serif;
        color: #144784 !important;
        font-size: 30px !important;
    }
}

.main-heading-style-2 {
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #00398b !important;
    font-size: 40px;
}

@media (max-width: 768px) {
    .main-heading-style-2 {
        /* font-family: "Cinzel", serif; */
        font-family: 'Poppins', sans-serif;
        /* font-weight: 900 !important; */
        /* letter-spacing: 0.5px; */
        color: #00398b !important;
        font-size: 30px;
    }
}

.main-heading-style-3 {
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #ffffff !important;
    font-size: 40px;
}

.side-heading-style {
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #0479d3 !important;
    font-size: 30px;
}

.aca-side-heading {
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #0479d3 !important;
    font-size: 34px;
}

@media(max-width:768px) {
    .aca-side-heading {
        /* font-family: "Cinzel", serif; */
        font-family: 'Poppins', sans-serif;
        /* font-weight: 900 !important; */
        color: #0479d3 !important;
        font-size: 22px;
    }
}

.side-heading-style-2 {
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #0786cf !important;
    font-size: 40px;
}

@media (max-width: 768px) {
    .side-heading-style-2 {
        /* font-family: "Cinzel", serif; */
        font-family: 'Poppins', sans-serif;
        /* font-weight: 900 !important; */
        color: #0786cf !important;
        font-size: 30px;
    }
}

.upper-heading {
    color: #ff5e14 !important;
}

.strong-font {

    color: #0062a3;
    font-weight: 700;
}

.white-heading {
    font-family: "Cinzel", serif !important;
    font-size: 45px !important;
}

@media (max-width: 768px) {
    .white-heading {
        font-size: 35px !important;
    }
}

/* ========================================= */
/* new enquiry page start */

/* enquiry page start */

.enquiry-form {
    border: 1px solid #aa2200;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(248, 248, 248);
}

.enquiry-image img {
    max-width: 90%;
}

.captcha-img {
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* 📱 Mobile Responsive */
@media (max-width: 991px) {
    .enquiry-image {
        margin-top: 30px;
    }
}

/* new-service-page start */

/* service page start */

.service-list .list-group-item {
    cursor: pointer;
    padding: 15px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #e8f4ff;
    border: none;
    border-left: 2px solid #00b3fa;
}

.right-card-heading {
    font-size: 26px;
    color: #0096d1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-border {
    border: 2px solid #fd790d;
    /* color change kar sakte ho */
    padding: 1px;
    /* optional spacing */
    border-radius: 10px;
    /* smooth rounded border */
    width: 110px !important;
    /* size badhane ke liye change karo */
    height: 110px !important;
    border-radius: 10px !important;
}

@media (max-width: 768px) {
    .img-border {
        border: 2px solid #fd790d;
        /* color change kar sakte ho */
        padding: 1px;
        /* optional spacing */
        border-radius: 10px;
        /* smooth rounded border */
        width: 70px !important;
        /* size badhane ke liye change karo */
        height: 70px !important;
    }
}

.service-list .active {
    background: #00b3fa;
    color: #fff;
}

.harmony-services {
    margin-top: -50px;
}

/* CARD */
.service-detail-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border: 2px solid rgb(0, 183, 255);
}

.service-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;

}

.service-card {
    border-bottom: 1px solid rgb(224, 224, 224) !important;
    padding-bottom: 15px !important;
}

/* ACCORDION */
.accordion-button {
    background: #f8f9fa;
}

.accordion-button:not(.collapsed) {
    background: #0d6efd;
    color: #fff;
}

/* ANIMATION */
.service-content {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.table-body {
    border: 2px solid orangered;
    border-radius: 4px !important;
}


/* image slide start */
.hproductsitem {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    transition: transform 0.3s ease;
    height: 400px !important;
}

.hproductsitem:hover {
    transform: translateY(-10px);
}

.hproductsitem img {
    margin-bottom: 12px;
    border-radius: 10px;
}

.hproductsitem h3 {
    font-size: 16px;
    color: #001a36;
    font-weight: 600;
    text-align: center;
    height: 25px;
}

.hproductsitem p {
    color: #000;
    text-align: center;
    font-size: 14px;
    height: 90px;
}

.hproductsitem .btn-primary i {
    margin-left: 6px;
}

.hproductsitem .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
    justify-content: center;
    display: flex;
    width: 48%;
    margin: 30px auto;
    border-radius: 4px;
    color: #ff7202;
    border: none;
    padding: 5px 0;
}

.hproductsitem .btn-primary:hover {
    background: #ff7202;
    color: #fff;
}

.hoffercardmain {
    padding: 30px 0 10px;
    /* background-color: #07305d; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/service-background.webp) center center no-repeat;
    background-size: cover;

}

.service-head {
    color: #fff;
    /* letter-spacing: 0.5 !important; */
    font-size: 35px;
}

@media (max-width: 768px) {
    .service-head {
        color: #fff;
        /* letter-spacing: 0.5 !important; */
        font-size: 30px;
    }
}

.card-enquiry {
    background: #5a2e15 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.sig {
    color: #fff;
    font-size: 50px;
}

/* image slide section end */

/* how we work section start */

/* ===========================
   HOW WE WORK SECTION
=========================== */

/* ===========================
   HOW WE WORK SECTION
=========================== */

.we-work-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.we-work-subtitle {
    color: #0d6efd;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.we-work-title {
    font-size: 48px;
    font-weight: 800;
    color: #0b1c39;
    margin-bottom: 20px;
}

.we-work-description {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.8;
}

.we-work-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 25px;
    box-shadow: 0 15px 45px rgba(0, 102, 255, 0.12);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    border: 1px solid transparent;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(90deg, rgba(255, 94, 20, 0.514), #ffffff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.we-work-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.07), transparent);
    transition: 0.7s;
}

.we-work-card:hover::before {
    left: 100%;
}

.we-work-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 102, 255, 0.2);
}

.we-work-number {
    min-width: 110px;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgb(255, 94, 20);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.we-work-card:hover .we-work-number {
    opacity: 1;
    transform: scale(1.05);
}

.we-work-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 10px;
}

.we-work-content p {
    margin: 0;
    color: #545a5f;
    font-size: 16px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
    .we-work-title {
        font-size: 40px;
    }

    .we-work-card {
        padding: 30px 25px;
    }

    .we-work-number {
        min-width: 90px;
        font-size: 60px;
    }

    .we-work-content h4 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .we-work-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 35px 20px;
    }

    .we-work-number {
        min-width: auto;
        font-size: 60px;
    }

    .we-work-title {
        font-size: 34px;
    }

    .we-work-content h4 {
        font-size: 22px;
    }

    .we-work-description {
        font-size: 16px;
    }
}

.ins-head {
    color: #0784cc !important;
}

/* new-why-choose section start */

.new-why-choose-section {
    padding: 100px 0;
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/why-choose-background.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* Right side heading container spacing fix */
.new-why-choose-left {
    margin-bottom: 25px;
}

.new-why-choose-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 94, 20);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.new-why-choose-title {

    font-weight: 800;
    line-height: 1.3;
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #144784 !important;
    font-size: 40px;

    margin-bottom: 0;
}

/* Image */
.new-why-choose-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #c3c3c3;
}

.new-why-choose-image img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.new-why-choose-image:hover img {
    transform: scale(1.05);
}

/* Right Content */
.new-why-choose-content {
    padding-left: 0;
    margin-top: 25px;
}

.new-why-choose-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.why-right-icon {
    color: #ffffff;
    font-size: 20px;
}

.new-why-choose-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 5px;
    background: linear-gradient(135deg, #144784, #0786cf);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding: 2px;

    /* inner border */
    outline: 1px solid #0786cf;
    /* outer border */
    outline-offset: 2px;
}

.new-why-choose-item span {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
    .new-why-choose-section {
        padding: 80px 0;
    }

    .new-why-choose-title {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .new-why-choose-section {
        padding: 60px 0;
    }

    .new-why-choose-title {
        font-size: 28px;
    }

    .new-why-choose-item {
        align-items: flex-start;
    }

    .new-why-choose-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 16px;
    }

    .new-why-choose-item span {
        font-size: 16px;
    }
}


/* FAQ section start */

.faq-section {
    padding: 90px 0;
    background: #ffffff;
}

/* Heading */
.faq-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #0b1c39;
    margin-bottom: 25px;
}

/* Accordion */
.faq-accordion {
    max-width: 100%;
}

.faq-item {
    background: #eeeeee;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* White + Blue Gradient Border */
.faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(90deg, #144784, #ffffff);

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

/* Question */
.faq-question {
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    border: none;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icon */
.faq-icon {
    font-size: 22px;
    color: #0d6efd;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    transition: 0.3s ease;
}

/* Active */
.faq-item.active .faq-answer {
    padding: 0 20px 18px;
    max-height: 250px;
}

/* Image */
.faq-image {
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0 25px 70px rgba(0,0,0,0.4); */
}

.faq-image img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.faq-image:hover img {
    transform: scale(1.05);
}

/* Mobile */
@media (max-width: 991px) {
    .faq-header h2 {
        font-size: 32px;
    }

    .faq-section {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
        padding-top: 50px;
        /* padding-bottom: 40px; */

    }

    .faq-header h2 {
        font-size: 28px;
    }
}

/* faq section end */

/* testimonial section strat */

.testimonial-section {
    padding: 90px 0;
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/testi-background.webp) center center no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 0px 0;
        background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/testi-background.webp) center center no-repeat;
        background-size: cover;
        margin-bottom: 20px;
    }
}

/* Title */
.testimonial-title {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b1c39;
}

/* Card */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    border-top: 4px solid #0593ca;
    min-height: 270px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Text */
.testimonial-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Footer */
.testimonial-footer {
    display: flex;
}

/* user layout */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* icon */
.user-icon {
    width: 90px;
    height: 90px;
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 2px solid #eaeaea; */
}

/* name */
.user-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

/* stars */
.stars {
    font-size: 22px;
    color: #0593ca;
    letter-spacing: 2px;
    margin-top: 3px;
}

/* Mobile */
@media (max-width: 768px) {

    .testimonial-title h2 {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 22px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .user-icon {
        width: 60px;
        height: 60px;
    }

    .user-text h4 {
        font-size: 18px;
    }

    .stars {
        font-size: 16px;
    }
}

/* testimonial section end */



/* ==============================
   Founder Section Start
============================== */

.sky-founder-section {
    padding: 100px 20px;
    /* background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%); */
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/light-background.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sky-founder-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* Left Founder Card */
.sky-founder-card {
    width: 350px;
    min-width: 350px;
    background: #ffffff;
    border-radius: 35px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 119, 255, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.sky-founder-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.18);
}

.sky-founder-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f4f8fc;
}

.sky-founder-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sky-founder-card:hover .sky-founder-image-box img {
    transform: scale(1.08);
}

.sky-founder-details h3 {
    font-size: 30px;
    color: #0a1b3d;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.sky-founder-details span {
    display: inline-block;
    font-size: 17px;
    color: #0077ff;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* Right Content */
.sky-founder-content {
    flex: 1;
}

.sky-founder-subtitle {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(0, 119, 255, 0.1);
    color: #0077ff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sky-founder-content h2 {
    font-size: 54px;
    line-height: 1.2;
    color: #081c3a;
    margin-bottom: 30px;
    font-weight: 800;
}

.sky-founder-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #49505a;
    margin-bottom: 25px;
}

/* ==============================
   Responsive Design
============================== */

@media (max-width: 1199px) {
    .sky-founder-container {
        gap: 50px;
    }

    .sky-founder-content h2 {
        font-size: 46px;
    }

    .sky-founder-card {
        width: 380px;
        min-width: 380px;
    }
}

@media (max-width: 991px) {
    .sky-founder-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .sky-founder-card {
        width: 100%;
        max-width: 450px;
        min-width: auto;
    }

    .sky-founder-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .sky-founder-section {
        padding: 70px 15px;
    }

    .sky-founder-card {
        padding: 16px;
        border-radius: 25px;
    }

    .sky-founder-details h3 {
        font-size: 26px;
    }

    .sky-founder-content h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .sky-founder-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .sky-founder-subtitle {
        font-size: 13px;
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {
    .sky-founder-content h2 {
        font-size: 28px;
    }

    .sky-founder-details h3 {
        font-size: 24px;
    }
}

/* founder section end */


.mission-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: inline-block;
}


sertvice page start
/* service section start */

.service-list-section {
    margin-top: -100px;
    margin-bottom: -100px;
}

.product-item {
    position: relative;
    /* background: #ffffff; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/dark-blue-background.jpg) center center no-repeat;
    background-size: cover;
    padding: 35px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.product-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    /* border thickness */
    background: linear-gradient(90deg, #06d1f5, #98f0ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    .product-item {
        /* padding: 25px 18px; */
        border-radius: 8px;
    }

    .product-item::before {
        border-radius: 8px;
        background: linear-gradient(90deg, #06d1f5, #98f0ff);
    }
}


.product-img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.product-info h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .product-info h3 {
        margin-top: 20px;
    }
}

.product-info p {
    font-size: 15px;
    color: #dcdcdc;
    line-height: 1.7;
    margin-bottom: 18px;
}

.product-info ul {
    list-style: none;
    /* remove default bullets */
    padding: 0;
    margin: 0;
}

.product-info ul li {
    font-size: 15px;
    padding-left: 28px;
    /* extra space for bigger bullet */
    margin-bottom: 8px;
    position: relative;
    color: #dcdcdc;
}

.product-info ul li::before {
    content: "\f105";
    /* Font Awesome right arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00daff;
    font-size: 18px;
    line-height: 1;
}


/* Responsive */
@media (max-width: 991px) {
    .product-item {
        padding: 25px;
    }

    .product-info h3 {
        font-size: 22px;
    }
}

.what-different {
    font-weight: 600;
    font-size: 20px !important;
    color: #00daff !important;
}

.astrology-bg {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #ffa94d, #ffffff);
    padding: 12px 15px;
    border-radius: 5px;
}

/* service section end */


/* contact page start */

/*==============================
    New Sky Contact Section
==============================*/
.new-sky-contact {
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}

.new-sky-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.new-sky-contact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(13, 110, 253, 0.08);
    position: relative;
    overflow: hidden;
    border-left: 4px solid rgb(0, 162, 255);
}

/* .new-sky-contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #0d6efd, #00c6ff);
} */

.new-sky-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(13, 110, 253, 0.18);
}

.new-sky-contact-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.3);
}

.new-sky-contact-icon i {
    font-size: 22px;
    color: #fff;
}

.new-sky-contact-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 15px;
}

.new-sky-contact-content a,
.new-sky-contact-content p {
    display: block;
    font-size: 17px;
    color: #5f6b7a;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.8;
    transition: all 0.3s ease;
}

.new-sky-contact-content a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

/* Map Design */
/* Map Box Fix */
.new-sky-map-box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 8px solid #fff;
    line-height: 0;
}

.new-sky-map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
    .new-sky-map-box {
        min-height: 450px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .new-sky-contact-card {
        padding: 25px 20px;
        gap: 18px;
    }

    .new-sky-contact-icon {
        min-width: 60px;
        width: 60px;
        height: 60px;
    }

    .new-sky-contact-icon i {
        font-size: 24px;
    }

    .new-sky-contact-content h4 {
        font-size: 21px;
    }

    .new-sky-contact-content a,
    .new-sky-contact-content p {
        font-size: 15px;
    }

    .new-sky-map-box,
    .new-sky-map-box iframe {
        min-height: 350px;
    }
}

/* new contact page end */

.form-section {
    margin-bottom: 100px;
}





/* Experience Counter Card */
.sky-welcome-counter {
    position: absolute;
    top: 30px;
    left: 20px;
    /* Fixed: card will remain fully visible */
    background: #ffffff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    min-width: 230px;
    z-index: 5;
    animation: skyFloatCard 4s ease-in-out infinite;
    transition: all 0.4s ease;
}

.sky-welcome-counter:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.sky-counter-number {
    margin: 0 0 6px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: #144784;
    animation: skyNumberPulse 2s ease-in-out infinite;
    text-align: center;
}

.sky-counter-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
    text-align: center;
}

/* Floating Animation */
@keyframes skyFloatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Number Pulse */
@keyframes skyNumberPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .sky-welcome-counter {
        top: 20px;
        left: 15px;
        min-width: 210px;
        padding: 16px 20px;
    }

    .sky-counter-number {
        font-size: 36px;
    }
}

/* Mobile */
/* Mobile Responsive */
@media (max-width: 768px) {
    .sky-welcome-counter {
        top: 35px;
        left: 12px;
        min-width: 125px;
        padding: 10px 14px;
        border-radius: 14px;
    }

    .sky-counter-number {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .sky-counter-content p {
        font-size: 11px;
        line-height: 1.3;
        text-align: center;
    }
}

@media (max-width:768px) {
    .welcome-image-sec {
        margin-top: -10px !important;
    }

    .welcome-content-sec {
        margin-top: -5px;
    }
}


.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 34px;
    margin-top: 15px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.read-more i {
    transition: transform 0.4s ease;
}

.read-more:hover {
    background: linear-gradient(135deg, #0b5ed7, #084298);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.45);
}

.read-more:hover i {
    transform: translateX(6px);
}

.read-more:active {
    transform: translateY(0);
    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.3);
}

/* aca project start */


/* SECTION */
.aca-choose-section {
    background: #ffffff;
    padding: 60px 0;
}

/* WRAPPER */
.aca-choose-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* COLUMNS */
.aca-choose-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* CARD */
.aca-choose-card {
    position: relative;
    background: #fff;
    padding: 20px 20px 25px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;

    min-height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    transition: 0.3s ease;
    border: 1px solid rgb(0, 204, 255);
    margin-top: 20px;
}

.aca-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* FLOATING ICON */
.aca-choose-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);

    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid rgb(0, 204, 255);

    display: flex;
    align-items: center;
    justify-content: center;
}

.aca-choose-icon i {
    color: rgb(0, 110, 184);
    font-size: 26px;
}

/* TEXT */
.aca-choose-card h5 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #006eb8 !important;
}

.aca-choose-card p {
    font-size: 14px;
    color: #525252;
    margin-top: 5px;
    line-height: 1.4;
}

@media(max-width:768px) {
    .aca-choose-card p {
        font-size: 16px;
        color: #525252;
        margin-top: 5px;
        line-height: 1.4;
    }
}

/* =========================
   CENTER IMAGE SECTION
========================= */

.aca-choose-image {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BACK IMAGE (FIXED - NO ROTATION) */
.aca-bg-image {
    position: absolute;
    width: 340px;
    max-width: 100%;
    /* opacity: 0.35; */
    z-index: 1;

    transform: none;
    /* no rotation */
}

/* FRONT BALL IMAGE (ROTATING ONLY) */
.aca-front-image {
    position: relative;
    width: 130px;
    max-width: 100%;
    z-index: 2;

    animation: acaRotate 8s linear infinite;
}

/* BALL ROTATION */
@keyframes acaRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 768px) {
    .aca-choose-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    /* FULL WIDTH ALL SECTIONS */
    .aca-choose-col,
    .aca-choose-image {
        width: 100%;
    }

    /* ORDER CONTROL */
    .aca-choose-col:nth-child(1) {
        order: 1;
        /* LEFT CARDS FIRST */
    }

    .aca-choose-image {
        order: 2;
        /* IMAGE SECOND */
        margin: 80px 0;

    }

    .aca-choose-col:nth-child(3) {
        order: 3;
        /* RIGHT CARDS LAST */
    }



    /* CARD ALIGNMENT FIX */
    .aca-choose-card {
        width: 100%;
        max-width: 100%;
    }

    .aca-front-image {
        width: 90px;
    }

    .aca-bg-image {
        width: 220px;
    }
}

/* champion section start */

.aca-champion {
    padding: 80px 0;
    background: #f8fafc;
}

/* ===== LEFT IMAGE SLIDER (NEW ADDITION) ===== */
.aca-champion-image {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}

.aca-champion-image-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.aca-champion-image-track img {
    width: 100%;
    flex-shrink: 0;
    height: 420px;
    object-fit: cover;
}

/* ===== CONTENT BOX ===== */
.aca-champion-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-left: 3px solid #0099ff;
    margin-top: 25px;
}

.aca-champion-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0099ff, #42ccf7);
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.aca-champion-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.aca-champion-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}

.aca-champion-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* BUTTON */
.aca-champion-btn {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(135deg, #0099ff, #42ccf7);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.aca-champion-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 153, 255, 0.3);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet */
@media(max-width: 992px) {
    .aca-champion {
        padding: 60px 0;
    }

    .aca-champion-image-track img {
        height: 350px;
    }
}

/* Mobile */
@media(max-width: 768px) {

    .aca-champion {
        padding: 50px 0;
    }

    .aca-champion-content {
        padding: 20px;
    }

    .aca-champion-content h2 {
        font-size: 22px;
    }

    .aca-champion-content h3 {
        font-size: 16px;
    }

    .aca-champion-image-track img {
        height: 260px;
    }
}

/* Small Mobile */
@media(max-width: 480px) {

    .aca-champion-content {
        padding: 18px;
    }

    .aca-champion-content h2 {
        font-size: 20px;
    }

    .aca-champion-image-track img {
        height: 220px;
    }
}


/*======================================
ACA PROGRAMS SECTION
======================================*/

.aca-programs {
    position: relative;
    width: 100%;
    padding: 100px 7%;
    background: url('../img/champion-background.webp') center center/cover no-repeat;
    overflow: hidden;
}

.aca-programs-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.coaching-program {
    color: #ffffff !important;
}

.aca-programs-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/*======================================
LEFT CONTENT
======================================*/

.aca-programs-content {
    width: 38%;
    color: #fff;
}

.aca-program-tag {
    display: inline-block;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
}

.aca-programs-content h2 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 25px;
}

.aca-programs-content p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.aca-program-line {
    width: 120px;
    height: 5px;
    background: #ff6b00;
    border-radius: 10px;
    margin-top: 35px;
}

/*======================================
RIGHT GRID
======================================*/

.aca-programs-grid {
    width: 62%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/*======================================
CARD
======================================*/

.aca-program-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 340px;
    transition: 0.4s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    border: 1px solid #cfcfcf;
}

.aca-program-card:hover {
    transform: translateY(-10px);
}

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

/*======================================
FLIP BOX
======================================*/

.aca-flip-box {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 85%;
    height: 90px;
    perspective: 1000px;
}

/* BOTH SIDES */

.aca-flip-front,
.aca-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    backface-visibility: hidden;
    transition: transform 0.7s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* FRONT */

.aca-flip-front h3 {
    font-size: 17px;
    line-height: 1.4;
    color: #111;
    font-weight: 700;
    margin: 0;
}

/* BACK */

.aca-flip-back {
    transform: rotateY(180deg);
}

.aca-flip-back p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* HOVER EFFECT */

.aca-program-card:hover .aca-flip-front {
    transform: rotateY(180deg);
}

.aca-program-card:hover .aca-flip-back {
    transform: rotateY(360deg);
}

/*======================================
TABLET
======================================*/

@media(max-width:991px) {

    .aca-programs {
        padding: 80px 5%;
    }

    .aca-programs-container {
        flex-direction: column;
    }

    .aca-programs-content {
        width: 100%;
        text-align: center;
    }

    .aca-program-line {
        margin: 30px auto 0;
    }

    .aca-programs-grid {
        width: 100%;
    }

    .aca-programs-content h2 {
        font-size: 40px;
    }
}

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

@media(max-width:768px) {

    .aca-programs {
        padding: 70px 20px;
    }

    .aca-programs-content h2 {
        font-size: 30px;
    }

    .aca-programs-content p {
        font-size: 15px;
    }

    .aca-programs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .aca-program-card {
        min-height: 300px;
    }

    .aca-flip-box {
        width: calc(100% - 30px);
        right: 15px;
        bottom: 15px;
        height: 80px;
    }

    .aca-flip-front,
    .aca-flip-back {
        padding: 18px;
        border-radius: 20px;
    }

    .aca-flip-front h3 {
        font-size: 18px;
    }

    .aca-flip-back p {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* testimonial section start */

/* =========================
   ACA TESTIMONIYAL SECTION
========================= */

.aca-testimoniyal {
    width: 100%;
    padding: 50px 5%;
    background: linear-gradient(135deg, #050b1f, #0d47a1);
    overflow: hidden;
}

.aca-testimoniyal-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT IMAGE */
.aca-testimoniyal-image {
    flex: 1;
}

.aca-testimoniyal-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* RIGHT CONTENT */
.aca-testimoniyal-content {
    flex: 1;
    position: relative;
}

.aca-testimoniyal-heading span {
    color: #ffcc00;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.aca-testimoniyal-heading h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 35px;
    font-weight: 700;
}

/* SLIDER */
.aca-testimoniyal-slider {
    position: relative;
    width: 100%;
    height: 280px;
}

/* CARD */
.aca-testimoniyal-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: #0000007c;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(124, 124, 124, 0.603);
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
    transition: all 0.5s ease;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.6);

    display: flex;
    flex-direction: column;

    /* IMPORTANT */
    justify-content: flex-start;
}

.aca-testimoniyal-card.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* TEXT */
.aca-testimoniyal-card p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    /* GAP KAM */

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* USER */
.aca-testimoniyal-user {
    display: flex;
    align-items: center;
    gap: 12px;

    /* GAP REMOVE */
    margin-top: 0px;
}



.aca-testimoniyal-user-icon i {
    color: #000;
    font-size: 18px;
}

/* USER INFO */
.aca-testimoniyal-user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* NAME & STAR GAP KAM */
}

.aca-testimoniyal-user-info h6 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

/* STARS */
.aca-testimoniyal-stars {
    color: #ffcc00;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
}

/* DOTS */
.aca-testimoniyal-dots {
    display: flex;
    gap: 10px;
    margin-top: -18px !important;
}

@media(max-width:768px) {
    .aca-testimoniyal-dots {
        display: flex;
        gap: 10px;
        margin-top: -20px !important;
    }
}

.aca-testimoniyal-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #555;
    cursor: pointer;
    transition: 0.3s;
}

.aca-testimoniyal-dots span.active {
    background: #ffcc00;
    width: 30px;
    border-radius: 20px;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px) {

    .aca-testimoniyal-container {
        flex-direction: column;
    }

    .aca-testimoniyal-image img {
        height: auto;
    }

    .aca-testimoniyal-heading h2 {
        font-size: 30px;
    }

    .aca-testimoniyal-slider {
        height: 310px;
    }

    .aca-testimoniyal-card {
        height: 310px;
    }
}

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

@media(max-width:576px) {

    .aca-testimoniyal {
        padding: 60px 20px;
    }

    .aca-testimoniyal-heading h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .aca-testimoniyal-slider {
        height: 350px;
    }

    .aca-testimoniyal-card {
        height: 250px;
        padding: 24px 20px;
    }

    .aca-testimoniyal-card p {
        font-size: 14px;
        line-height: 1.7;
        -webkit-line-clamp: 8;
    }

    .aca-testimoniyal-user-info h3 {
        font-size: 16px;
    }

    .aca-testimoniyal-stars {
        font-size: 14px;
    }
}

.aca-testimoniyal-user-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* background:#ffcc00; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* important */
    flex-shrink: 0;
}

.aca-testimoniyal-user-icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

/* train like champion section start */
.train-coach {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/testi-background.webp) top center no-repeat;
    background-size: cover;
}

/* SLIDER */
.train-coach-slider {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* IMPORTANT FIX - NO HEIGHT ISSUE NOW */
.train-coach-wrapper {
    position: relative;
    width: 100%;
    height: 420px;
}

/* SLIDES */
.train-coach-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 0.8s ease;
}

.train-coach-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.train-coach-slide.active {
    opacity: 1;
    z-index: 2;
}

/* DOTS */
.train-coach-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.train-coach-dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    display: inline-block;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.train-coach-dot.active {
    background: #013979;
    transform: scale(1.2);
}

/* RIGHT BOX */
.train-coach-content-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #0786cf;
}

/* TEXT */
.train-coach-content-box h2 {
    color: #013979;
    font-size: 32px;
}

.train-coach-content-box h3 {
    color: #111;
    font-size: 24px;
}

.train-coach-content-box h4 {
    color: #444;
    font-size: 18px;
}

.train-coach-content-box p {
    color: #555;
    line-height: 1.7;
    margin: 15px 0 25px;
}

/* BUTTON */
.train-coach-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #884900;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.train-coach-btn:hover {
    display: inline-block;
    padding: 12px 25px;
    background: #5a3000 !important;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .train-coach-wrapper {
        height: 260px;
    }

    .train-coach-content-box {
        background: #fff;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
        border-left: 6px solid #0077ff;
        margin-top: 20px;
    }

}


/* button with glow strip  */

.strip-button {
    position: relative;
    padding: 8px 28px;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    z-index: 1;
}

.strip-button:hover {
    position: relative;
    padding: 12px 28px;
    font-size: 16px;
    color: #fff !important;
    background: #00070f;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    z-index: 1;
}

/* Glow border effect */
.strip-button::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, #003585, #2ec4ff, #ffffff);
    background-size: 300%;
    z-index: -1;
    border-radius: 10px;
    animation: glowBorder 4s linear infinite;
    filter: blur(2px);
}

/* inner layer */
.strip-button::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #111;
    border-radius: 6px;
    z-index: -1;
}

@keyframes glowBorder {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

/* strip button end */

/* about page start */

/* =========================
   WHAT MAKES ACA DIFFERENT
========================= */

.what-makes-section {
    padding: 90px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/pitch.webp) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}



.what-makes-container {
    width: 90%;
    max-width: 1350px;
    margin: auto;
}

/* TOP */

.what-makes-top {
    text-align: center;
    margin-bottom: 60px;
}

.what-makes-tag {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #60a5fa;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.what-makes-heading {
    font-size: 52px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .what-makes-card h3 br {
        display: none;
    }
}

.what-makes-description {
    max-width: 850px;
    margin: auto;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.9;
}

/* GRID */

.what-makes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */

.what-makes-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 30px 25px;
    text-align: center;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    /* backdrop-filter: blur(5px); */
}

.what-makes-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #2563eb, #60a5fa);
}

.what-makes-card:hover {
    transform: translateY(-10px);
    border-color: rgba(96, 165, 250, 0.4);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.2);
}

.what-makes-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 22px;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 22px;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.35);
}

@media(max-width: 768px) {

    .what-makes-icon {
        width: 60px !important;
        height: 60px !important;
        margin: auto;
        border-radius: 22px;
        background: linear-gradient(135deg, #2563eb, #60a5fa);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #fff;
        margin-bottom: 22px;
        box-shadow: 0 10px 30px rgba(37, 99, 235, 0.35);
    }
}

.what-makes-card h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

/* RESPONSIVE */

@media(max-width: 1100px) {

    .what-makes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .what-makes-heading {
        font-size: 42px;
    }
}

@media(max-width: 768px) {

    .what-makes-section {
        padding: 70px 0;
    }

    .what-makes-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .what-makes-heading {
        font-size: 32px !important;
    }

    .what-makes-description {
        font-size: 15px;
    }

    .what-makes-card {
        padding: 28px 20px;
    }

    .what-makes-card h3 {
        color: #fff;
        font-size: 17px;
        line-height: 1.5;
        font-weight: 700;
    }
}



/* facilities page start */

.academy-facilities-section {
    padding: 20px 20px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #0f172a;
    margin-bottom: 40px;
}

/* Container */
.facilities-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Title */
.facilities-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #0f172a;
}

.facilities-subtitle {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 40px;
}

/* Grid - 5 Columns */
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Card - White Luxury Style */
.facility-card {
    background: #ffffff;
    border: 1px solid #38bdf8;
    border-radius: 14px;
    padding: 22px 14px;
    min-height: 140px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover Effect */
.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
    border-color: #2563eb;
}

/* Icon */
.facility-icon {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2563eb;
}

@media(max-width:768px) {
    .facility-icon {
        font-size: 36px;
        margin-bottom: 10px;
        color: #2563eb;
    }
}

/* Text */
.facility-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    text-align: center;
    line-height: 1.4;
}

@media(max-width:768px) {
    .facility-card h3 {
        font-size: 16px;
        font-weight: 600;
        color: #334155;
        text-align: center;
        line-height: 1.4;
        margin-top: 6px;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .facilities-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .facilities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .facilities-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* gallery page start */

.media-section {
    padding: 20px 20px;
    background: #ffffff;
    font-family: 'Arial', sans-serif;
    margin-bottom: 50px;
}

.tabs {
    text-align: center;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 12px 30px;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    background: #e0e0e0;
    color: #333;
    font-size: 16px;
    border-radius: 30px;
    transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
    background: #007bff;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Photo Grid */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.photo-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 300px;
    /* fixed card height */
}

.photo-card img {
    width: 100%;
    height: 240px;
    /* fixed image height */
    object-fit: cover;
    /* ensures image fills without distortion */
    display: block;
}

.photo-card h4 {
    padding: 20px;
    font-size: 16px;
    color: #333;
    margin: 0;
}

@media(max-width:768px) {
    .photo-card h4 {
        padding: 10px;
        font-size: 15px;
        color: #333;
        margin: 0;
    }
}

.photo-card:hover {
    transform: scale(1.05);
}

/* Video Grid */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.video-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 300px;
    /* same fixed height */
    display: flex;
    flex-direction: column;
}

.video-card iframe {
    flex: 1;
    /* iframe fills remaining space */
    width: 100%;
    object-fit: cover;
}

.video-card h4 {
    padding: 10px;
    font-size: 16px;
    color: #333;
    margin: 0;
}

/* Hover effect */
.photo-card:hover,
.video-card:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .video-card iframe {
        height: 180px;
    }

    .photo-card {
        height: 280px;
    }

    .mobile-hide {
        display: none;
    }
}

/* home page read more button */

.aca-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 18px;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    border: 2px solid transparent;

    /* gradient border */
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(90deg, #004896, #00c6ff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.aca-read-more-icon {
    width: 36px;
    height: 36px;
    transition: 0.3s ease;
    animation: spin 6s linear infinite;
    /* slow speed */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* hover effect */
.aca-read-more:hover {
    background: #01438a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
}

.aca-read-more:hover .aca-read-more-icon {
    transform: translateX(4px);
}

/* header enquiry button */

.aca-read-more-h {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 18px;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    border: 2px solid transparent;

    /* gradient border */
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(90deg, #004896, #00c6ff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.aca-read-more-icon-h {
    width: 36px;
    height: 36px;
    transition: 0.3s ease;
    animation: spin 6s linear infinite;
    /* slow speed */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* hover effect */
.aca-read-more-h:hover {
    background: #01438a !important;
    /* transform: translateY(-2px) !important; */
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
}

.aca-read-more-h:hover .aca-read-more-icon-h {
    transform: translateX(4px);
}

.build-class {
    margin-top: 14px;
}

.btn-primary-enquiry {
    background: linear-gradient(90deg, rgb(141, 64, 1), rgb(184, 101, 0)) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
}

.btn-primary-enquiry:hover {
    background: rgb(160, 32, 0) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
}

.high-b {
    height: 493px;
}