body {

    color: #18298c !important;

}



.bg-color {

    background-color: #fdf6f0 !important;

}




.green {

    color: #0f0d0d !important;

}

.navbar-nav .nav-link.active {
    color: #4c1d95 !important;



}

.color-blue {

    background-color: #b12b2b !important;
}

.top-nav {

    padding-left: 1.5rem !important;


}

.padding-section {
    padding-top: 60px;
    padding-bottom: 60px;
}



.floating-contact {
    position: fixed;
    top: 300px;
    right: 0px;
    /* moved to right side */
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Common Style */
.floating-contact a {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

/* Call Button */
.call-btn {
    background: #b12b2b;
}

/* WhatsApp Button */
.whatsapp-btn {
    background: #25D366;
}

/* Hover */
.floating-contact a:hover {
    transform: translateY(-5px);
    color: #fff !important;
    /* keep icon visible */
}

/* ------------------------------------------------banner---------------------------------------------------------------------- */




.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* FIXED */
}

.slide-content {
    padding: 150px 0;
}

/* 
.banner-section .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
} */










.banner-section {
    position: relative;
    overflow: hidden;
}

.bannerSwiper .swiper-slide {
    height: 70vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bannerSwiper .slide-content {
    max-width: 700px;
    padding: 60px 20px;
    color: #fff;
    z-index: 2;
    text-align: left;
    position: relative;
}



.bannerSwiper .slide-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.bannerSwiper .slide-content p {
    font-size: 16px;
    color: #eee;
    margin-bottom: 10px;
}

.bannerSwiper .btn {
    padding: 12px 24px;
    font-size: 16px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.banner-section .slide-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-section .slide-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* adjust opacity here */
    z-index: 1;
}


@media (max-width: 480px) {
    .bannerSwiper .slide-content h1 {
        font-size: 22px;
    }

    .bannerSwiper .btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}


@media (max-width: 576px) {
    .bannerSwiper .swiper-slide {
        height: 60vh;
    }
}

@media (max-width: 992px) {
    .bannerSwiper .slide-content h1 {
        font-size: 36px;
    }
}






@media (max-width: 768px) {

    /* --------------------banner--------------------- */
    .bannerSwiper .swiper-slide {
        height: 70vh;
    }

    .bannerSwiper .slide-content {
        padding: 40px 15px;
        text-align: center;
    }

    .bannerSwiper .slide-content h1 {
        font-size: 26px;
    }

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

    .bannerSwiper .btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* --------------------------------------home----------------------------------------------------------------------------- */












.accreditations {

    padding-top: 100px !important;
}



.portfolio-slider .swiper-slide {
    height: auto;
}

.course-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.course-meta {
    flex-grow: 1;
}


.about-us {

    padding-top: 100px;
    padding-bottom: 50px;
}






/* ------------------------------------------------------------------------------------------- */
.features {

    padding-bottom: 100px;
}

.features-card {

    padding: 30px 10px;
    border-radius: 16px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

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

.features-card .icon img {
    height: 150px;
    object-fit: contain;

}

.features-card .card-title {
    font-weight: 600;
    margin-bottom: 15px;
}



.read-more {
    font-weight: 600;
    color: #b12b2b;
    /* green */
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}


.features-card.style-5 img {
    width: 100%;
    height: 300px;
    /* same height for all images */
    object-fit: cover;
    /* crop image nicely */

}

.features-card.style-5 .info {
    padding: 15px 15px 0;
}

.features-card.style-5 .card-title {
    margin-top: 10px;
    /* space between image and title */
}







.accreditations {
    padding: 100px 0;
}

/* .accreditation-list {
    padding-left: 18px;
} */


/* Swiper container fix */
.accreditationSwiper {
    width: 100%;
    overflow: hidden; /* 🔥 prevents overflow issue */
}

/* Wrapper fix */
.accreditationSwiper .swiper-wrapper {
    display: flex;
}

/* Each slide */
.accreditationSwiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image styling */
.accreditationSwiper img {
    max-width: 100%;
    height: 220px;
    object-fit: contain;
}

/* Mobile */
@media (max-width: 767px) {
    .accreditationSwiper img {
        height: 160px;
    }
}

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



.training-services {
    background: linear-gradient(90deg, #2d0b7d, #5c20a8, #e4003a, #ff6a00);
    padding: 100px 0;
}


.training-calendar-section,
.who-we-are, .inner-banner {

    background: linear-gradient(90deg, #2d0b7d, #5c20a8, #2d0b7d, #5c20a8);
}

.training-services .section-head h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.training-services .section-head span {
    color: #ffdede;
}

.sub-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-desc {
    color: #f3f3f3;
}


/* CARD */

.course-card {
    background: #fdf8f4;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.course-body {
    padding: 22px;
    text-align: center;
    
}

.course-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
}


/* BUTTON */

.learn-btn {
    
    background: #ff2b2b;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    width: 35%;

    display: block;
    margin: 10px auto 0;
}

.learn-btn:hover {
    color: #ffffff;
}




/* SLIDER SPACE */

.swiper-slide {
    padding: 10px;
}




/* ---------------------------------------------------------------------------------------------------------- */
.img-chart {

    max-width: 20%
}

















.text-orange {
    color: #ff6600;
}

.course-divider {
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    /* light grey */
    width: 100%;
    margin: 20px 0;
}



.training-calendar-section {
    position: relative;
    height: 450px;
    overflow: hidden;
}

/* Background Image */
.training-calendar-section .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Black Overlay */
.training-calendar-section .overlay {
    position: relative;
    z-index: 2;

    height: 100%;
}

/* Text Styling */
.training-calendar-section h2 {
    font-size: 40px;
    font-weight: 600;
}

.training-calendar-section p {
    max-width: 700px;
    margin: 0 auto;
}

.who-we-are {

    padding-top: 70px !important;
    padding-bottom: 80px !important;

}





video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}



/* .video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
} */

.mute-btn {
    z-index: 10;
}

 

/* Mute button */
.mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.mute-btn i {
    color: #fff;
    font-size: 16px;
}

.servicedescription {
    color: #333 !important;
    /* normal dark text */
}

.servicedescription ul {
    list-style: none;
    /* remove default bullets */
    padding-left: 0;
    margin-top: 15px;
}

.servicedescription ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    background: none !important;
    /* 🔥 remove red bg */
    color: #333;
}

/* Custom icon (tick) */
.servicedescription ul li::before {
    content: "\f00c";
    /* FontAwesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #b12b2b;
    /* your theme color */
    font-size: 14px;
}

.rotate-icon {
    transform: rotate(90deg);
    display: inline-block;
}
.footer-icon{

    transform: rotate(90deg);
    display: inline-block;
}



.portfolio-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portfolio-card .img img {
    width: 100%;
    height: 200px; /* fixed image height */
    object-fit: cover;
}

.portfolio-card .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mix-container {
    row-gap: 30px;
}
.portfolio.style-1 .training-list .info .text {
   
    margin: -6px 0 -15px !important;
    font-size: 15px !important;
  }
  
  .portfolio.style-1 .training-list .info h5 a {
    color: #18298c !important;
    
  }


  .tab-header{

    font-size: 20px;
}



.servicedescription ol {
    counter-reset: custom-counter;
    padding-left: 0;
}

.servicedescription ol li {
    list-style: none;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    font-weight: 500;
}

.servicedescription ol li::before {
    counter-increment: custom-counter;
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #b12b2b; /* change color */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}




.announcement-bar {
    width: 100%;
    background: linear-gradient(90deg, #6a0dad, #8e2de2);
    color: #fff;
    overflow: hidden;
    padding: 10px 0;
}

.announcement-track {
    display: flex;
    width: max-content;
    animation: scrollText 25s linear infinite;
}

.announcement-track span {
    display: flex;
    gap: 50px;
    font-size: 15px;
    white-space: nowrap;
}

/* Smooth infinite scroll */
@keyframes scrollText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

 

 /* Topbar layout */
.top-navbar .content {
    flex-wrap: wrap;
}

/* SEARCH STYLE */
.top-search {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.top-search input {
    border: none;
    outline: none;
    padding: 4px 10px;
    font-size: 12px;
    width: 140px; /* default (mobile/tablet) */
}

.top-search button {
    border: none;
    background: #fff;
    padding: 4px 10px;
    cursor: pointer;
}

/* SOCIAL ICONS */
.social-icons a {
    font-size: 14px;
}




.custom-popup {
    border-radius: 16px;
    padding: 30px 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* Close Button */
.custom-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Header */
.popup-header h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.popup-header h5 span {
    font-size: 18px;
    font-weight: 600;
    background:  #b4302c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Body */
.popup-body {
    max-height: 220px;
    overflow-y: auto;
    margin-top: 15px;
    padding-right: 5px;
}

/* List */
.training-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.training-list li {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    color: #444;
    position: relative;
    padding-left: 18px;
}

/* Star Bullet */
.training-list li::before {
    content: "★";
    position: absolute;
    left: 0;
    color: #b4302c;
    font-size: 12px;
}

/* Footer */
.popup-footer {
    margin-top: 20px;
}

.popup-footer .btn {
    padding: 10px 25px;
    border-radius: 30px;
}







/* 🔥 DESKTOP IMPROVEMENTS */
@media (min-width: 992px) {

    /* Increase gap between search & social icons */
    .right-section {
        gap: 20px;
    }

    /* Increase search width */
    .top-search input {
        width: 240px; /* you can adjust 220–280px */
        font-size: 13px;
    }

    /* Slight padding for better look */
    .top-search {
        padding: 2px 6px;
    }
}

/* 📱 MOBILE FIX */
@media (max-width: 767px) {

    .left-section {
        width: 100%;
        justify-content: space-between;
    }

    .right-section {
        width: 100%;
        justify-content: space-between;
        margin-top: 5px;
    }

    .top-search {
        width: 100%;
        order: 3;
        margin-top: 5px;
    }

    .top-search input {
        width: 100%;
    }

    .social-icons {
        order: 2;
    }
}

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

@media (max-width: 991px) {

    .banner-section-padding {

        padding-top: 50px;
    }

    .navbar-collapse {}


    .top-nav {

        padding-left: 0rem !important;


    }

    .navbar {

        margin-top: -9px;
    }




    .about.style-7 .img {
        position: relative;
        padding-left: 0px !important;
    }


    .who-we-are {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }


    .training-calendar-section h2 {
        font-size: 30px;

    }


    .bannerSwiper .swiper-slide img {

        height: 376px !important;

    }

    .floating-contact a {
        width: 40px;
        height: 40px;

    }

    .mob-color {

        background-color: white !important;
    }

    .navbar.style-8 .navbar-brand {
        width: 180px !important;
    }

    .banner-section-padding {

        padding-bottom: 40px;
    }

    .about-us {

        padding-top: 80px;
        padding-bottom: 50px;
    }

    .aboutImg {

        padding-top: 50px;
    }

}

@media (max-width:768px) {

    .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 44% !important;
        object-fit: cover;
        z-index: -1;
    }

    .banner-section {

        max-height: 30vh !important;
    }




    .mute-btn {
        position: absolute;
        bottom: 342px;
        right: 1px;


    }

    .mission-vision {

        margin-top: 50px;
    }

    .tab-header{

        font-size: 18px;
    }

}