.header-one .header-content .logo img {

    max-width: 240px !important;
}

/* .tmp-mainmenu-nav .tmp-mainmenu > li
{

    font-size: 12px !important;
} */
.section-head .subtitle {

    font-size: 20px !important;
}


/* -------------------------------------about us---------------------------------------------------------- */
.about-content h2 {

    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: var(--color-primary) !important;
}

/* ------------------------------------------------------------------------------------------------------- */

#mainmodal {
    width: 100%;
    overflow: hidden;
    background: #000;
    padding: 25px 0;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    animation: marquee 45s linear infinite;
    /* slower */
    color: transparent;
    -webkit-text-stroke: 1px #d8f02a;
    font-family: 'Unison Pro', sans-serif !important;
}

.training-program {

    padding-top: 140px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

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

.counter-section {

    margin-top: 100px;
}

.facility-box {
    background: #111;
    border: 1px solid #1f1f1f;
    padding: 20px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.facility-box:hover {
    border-color: #b6ff00;
    transform: translateY(-5px);
}

.facility-icon {
    font-size: 36px;
    color: #b6ff00;
    margin-bottom: 15px;
}

.facility-box h6 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}



/* Pagination dots color */
.swiper-pagination-bullet {
    background: #d8f02a !important;
    opacity: 0.5;
}

/* Active dot */
.swiper-pagination-bullet-active {
    background: #d8f02a !important;
    opacity: 1;
}

.gallery-wrapper {

    margin-bottom: 55px;
}

.gallerysec {
    padding-top: 100px;
}



.footer-style-one .ft-title,
.footer-style-two .ft-title {
    color: var(--color-primary) !important;

}


.gallery-swiper .swiper-slide {
    height: 450px;
    /* increase as needed */
}

.gallery-swiper .img-box {
    height: 100%;
}

.gallery-swiper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* fills nicely without distortion */

}

.footer-area {
    margin-top: 100px !important;
    padding-top: 100px !important;

    padding-bottom: 50px !important;

}



.whatsapp-float {
    position: fixed;
    right: 0px;
    bottom: 90px;
    z-index: 9999;
    background: transparent;
}

.whatsapp-float img {
    width: 100px;
    /* control size */
    height: auto;
    /* keeps original ratio */
    display: block;
}







.testimonial-area {
    padding-top: 80px;

}

.team-card {
    background: #111;
    border-radius: 14px;
    padding: 20px;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    border: 1px solid #d8f02a;
}

.team-img img {
    width: 100%;
    border-radius: 12px;
}

.team-name {

    margin-top: 15px;
    font-weight: 600;

    color: var(--color-heading);
    font-family: var(--font-primary);
    font-size: 32px;

    line-height: 42px;
    text-transform: capitalize;
}

.team-role {
    color: #bdbdbd;
    font-size: 14px;
}

.tag-detail {

    font-family: var(--font-primary) !important;
    font-size: 19px !important;
}


.tmp-portfolio img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;

}






/* ----------------------------------------------------------------------------------------------------------------------- */
.training-program-zigzag {

    padding-top: 110px;
}



/* Image styling */
.training-program-zigzag .program-image img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}

/* Content styling */
.training-program-zigzag .program-content h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: var(--color-primary) !important;
}

.training-program-zigzag .program-content p {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #ccc !important;
}

/* Tags */
.training-program-zigzag .tag {
    display: inline-block !important;
    padding: 6px 14px !important;
    border: 1px solid #444 !important;
    border-radius: 20px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    color: #aaa !important;
}

.zigzag-row {
    padding: 60px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.zigzag-row:last-child {
    border-bottom: none !important;
}

/* Remove Bootstrap row spacing issues */
.training-program-zigzag .row {
    margin: 0 !important;
}

.strawng-font{

    font-family: var(--font-primary) !important;
    font-weight: bolder;
    font-size: 19px;
    font-style: italic;
}

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {
    .training-program-zigzag {

        padding-top: 50px;
    }

    /* Reduce spacing for mobile */
    .zigzag-row {
        padding: 30px 0 !important;
    }

    /* Remove unwanted gaps */
    .training-program-zigzag .col-lg-6 {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Control spacing manually */
    .program-image {
        margin-bottom: 20px !important;
    }

    .program-content {
        margin-bottom: 0 !important;
    }

    /* Fix zigzag order issue */
    .order-lg-1,
    .order-lg-2 {
        order: unset !important;
    }

    /* Slightly smaller text for mobile */
    .training-program-zigzag .program-content h2 {
        font-size: 24px !important;
    }

    .training-program-zigzag .program-content p {
        font-size: 15px !important;
    }

    /* Adjust image height for mobile */
    .training-program-zigzag .program-image img {
        height: 250px !important;
    }
}




.editor-content ol {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    counter-reset: item;
}

.editor-content ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    counter-increment: item;
}

.editor-content ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: var(--color-primary) !important;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.editor-content ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.editor-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}

.editor-content ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: var(--color-primary) !important;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}




.team-card .team-img {
    width: 100%;
    height: 335px;
    overflow: hidden;
    border-radius: 15px;
}

.team-card .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.team-name {
    font-size: 22px;

}

.contact-us {

    padding-top: 100px;
}

/* ---------------------------------------------------------------------- */

.blog-page-card .img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
}

.blog-page-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-discription ul {
    list-style: disc;
    margin-left: 20px;

}

.blog-details-left-area img {


    width: 100%;
    max-height: 400px;
    object-fit: cover;

}

.facility-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 15px;
}


.logo-tagline {
    font-size: 15px;
    color: #d8f02a;
    /* match your green theme */
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------- */

.cta-section {
    position: relative;
    padding: 100px 20px;
    background: url('../img/training-program/muscle-building.webp') no-repeat center center/cover;
    text-align: center;
    z-index: 1;
}

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

.strawng-btn{

    font-family: var(--font-primary) !important;
    font-style: italic !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    letter-spacing: 0.2px !important;
  }



/* Mobile responsive */
@media (max-width: 576px) {
    .cta-content h2 {
        font-size: 26px;
    }

    .cta-content p {
        font-size: 14px;
    }
}


/* ------------------------------------------------------------------------------ */

/* Responsive */
@media (max-width: 768px) {
    .marquee span {
        font-size: 22px;
        letter-spacing: 2px;
    }
}

@media (max-width: 768px) {

    .header-one .header-content .logo img {

        max-width: 140px !important;
    }

    .service-para {

        text-align: left !important;
    }

    .training-program {

        padding-top: 50px !important;
    }

    .gallerysec {
        padding-top: 50px !important;
    }


    .whatsapp-float {

        right: -2px !important;
        bottom: 59px !important;

    }

    .whatsapp-float img {
        width: 84px !important;

    }

    .footer-area {

        padding-top: 50px !important;
    }

    .logo img {
        max-width: 200px !important;
    }

    /* --------------------------------------------------------------------------------- */

    .team-card .team-img {
        width: 100%;
        height: 450px;
    }



    .tmp-banner-one-area.style-2 {
        min-height: 300px !important;

    }

    .tmp-btn {

        font-size: 13px !important;
    }

    .tag-items ul li a {

        font-size: 11px !important;
    }

    .section-head .subtitle {
        font-size: 16px !important;
    }

    .section-head .title {
        font-size: 25px !important;
    }
}