@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,500&display=swap');
a, ::placeholder, p, strong, h1, h2, h3, h4, h5, h6, li, label, input, span, button, div, input, select, label, textarea ::placeholder{
    font-family: 'Poppins', sans-serif !important;
}

:root {
    --lightgrey: #cbcbcb;
    --lgrey:#eaeaea;
    --white: #ffffff;
    --black: #000;
    --footerblack: #1a1a1a;
    --grey:#808080;
    --socialicon: #353535;
    --fontgrey: #8d8d8d;
    --lillight:#f8f8f8;
    --red: #ff0000;
    --fontlight: #cbcbcb;
    --purple: #ad68ff;
    --blue: #0080ff;
    --olive: #00deff;
    --orange: #ffb100;
    --green: #567C04;
    --lightred: #ff00009e;
    --purple: #9333ea;
    --lpurple: #d3a3ff;
    --lightpurple: #9d00ff9e;
    --lightgreen: #00ff6f9e;
    --lightgreenback: #00ff0824;
    --lightblue: #0016ff9e;
    --blue: #003dc6;
    --cardpadding: 20px;
    --globalshadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --w100: 100%;
    --mt50: 50px;
    --themecolor: #583685 !important;
    /* --themecolor: #000 !important; */
    --navy: #000080;
    --darknavy: #000048;
  }

  body{
    background: #fbfcf9;
  }

#section-home-wrapper{
    /* height: 100vh; */
    /* background: linear-gradient(335deg, #f8f6ff 0%, #faeeff 50%, #f0f3f7 100%); */
    background: url(../img/banner/abs.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #111;
}

header{
    position: absolute;
    top: 15px;
    width: 100%;
}

header .nav-link{
    color: var(--black);
    font-size: 16px;
    background: var(--white);
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 6px 20px 6px 6px !important;
}

header .nav-link:hover{
    background-color: #f1f1f1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

header .nav-link img{
    background: #f3f3f3;
    padding: 11px;
    border-radius: 30px;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

header .nav-link:hover img{
    background: var(--white);
}

header .nav-link.spl-btn:hover img{
    border: 2px solid var(--white);
}

header .navbar-brand img{
    background: var(--white);
    padding: 0px 20px;
    border-radius: 43px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

header .nav-link.spl-btn img{
    background: var(--themecolor);
    transition: all 0.3s ease;
}

header .dropdown-toggle::after{
    content: inherit;
}

.main-header .navbar-nav .dropdown-menu{
    min-width: 280px;
}

.main-header .navbar-nav .dropdown-menu li{
    border-bottom: 1px dashed var(--white);
    margin: 0px 10px;
    font-size: 18px;
    background: var(--lgrey);
}

.main-header .navbar-nav .dropdown-menu li a{
    padding: 10px 15px;
}

.main-header .navbar-nav .dropdown-menu li a i{
    color: var(--themecolor);
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}

.home-banner-content {
    margin-top: 100px;
    padding: 50px 50px 30px 50px;
}

.course-banner-content{
    padding: 26px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--globalshadow);
    border-radius: 15px;
}

.home-banner-content span{
    font-size: 18px;
    color: var(--black);
}

.home-banner-content h1{
    color: var(--black);
    max-width: 1168px;
    font-size: 64px;
    margin: 20px auto;
}

.home-banner-content p{
    color: var(--black);
    max-width: 968px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 300;
}

.home-banner-content form{
    max-width: 868px;
    margin: auto;
    background: var(--white);
    border-radius: 30px;
    padding: 8px 8px 8px 20px;
}


.home-banner-content form input{
    border: none;
    background: none;
}

.home-banner-content form button{
    background: var(--themecolor);
    border-radius: 43px;
    padding: 10px;
    border: none;
}

#domain-wrapper{
    /* padding: 70px 0px;
    background: url(../img/banner/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    margin: 30px 0 100px 0;
    /* border-radius: 20px; */
}

.i-search{
    background: #ffffff87;
    padding: 7px 20px 7px 7px;
    border-radius: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.i-search span{
    background: #dbeafe;
    color: #1e40af;
    font-weight: 600;
    padding: 10px 5px;
    border-radius: 34px;
    width: 38px;
    height: 38px;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
}

.d-tech-card-wrap img{
    padding: 16px 16px;
    border-radius: 30px;
}

.i-search.a span, .co-type, .d-tech-card-wrap .img3{
    background: #dbeafe;
    color: #1e40af;
}

.i-search.b span, .beg-type, .d-tech-card-wrap .img2{
    background: #dcfce7;
    color: #10b981;
}

.i-search.c span, .ad-type, .d-tech-card-wrap .img1, .course-banner-content .ad-c-cat{
    background: #ffedd5;
    color: #f59e0b;
}

.i-search.d span, .d-tech-card-wrap .img4{
    background: #f3e8ff;
    color: #9333ea;
}

.in-type, .d-tech-card-wrap .img5{
    background: #fee2e2;
    color: #99272d;
}

.below-search-wrap .col{
    width: fit-content;
    display: block;
    flex: inherit;
}

.below-search-wrap{
    padding-bottom: 120px;
}

.d-tech-card-wrap{
    background: var(--white);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
}

#course-wrapper{
    padding: 70px 0px;
}

#course-wrapper .course-head h2{
    font-size: 44px;
    color: var(--footerblack);
}

#course-wrapper .course-head h2 span{
    color: var(--themecolor);
    font-weight: 600;
}

#course-wrapper .course-head h3, .partner-wrapper .domain-head h3{
    color: var(--fontgrey) !important;
    font-size: 28px;
}

#course-wrapper .course-card-cont{
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    box-shadow: var(--globalshadow);
    background: var(--white);
    padding: 20px;
    border-radius: 0px 0px 12px 12px;
}

#course-wrapper .course-card img{
    border-radius: 12px 12px 0px 0px;
}

.c-type{
    padding: 4px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.duration{
    font-size: 14px;
    color: var(--fontgrey);
}

.course-card-cont h4{
    font-size: 20px;
    color: var(--black);
    /* font-weight: 600; */
}

.course-card-cont p{
    font-size: 14px;
    color: var(--fontgrey);
}

.price{
    font-size: 24px;
    font-weight: 600;
    color: var(--purple);
}

.enroll-btn a{
    font-size: 16px;
    background: var(--themecolor);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 7px;
    font-weight: 500;
    text-decoration: none;
}

.course-card{
    margin-top: 26px;
    padding: 0px 15px;
}

.course-card img.course-img{
    border-radius: 10px;
    max-height: 218px;
    width: 100%;
    object-fit: cover;
}

.course-cont .nav-tabs .nav-link{
    color: var(--themecolor);
}

.course-cont .nav-tabs .nav-link.active{
    background: var(--themecolor);
    color: var(--white);
}

.d-tech-card-wrap h3{
    margin: 20px 0px;
    font-size: 24px;
    color: var(--black);
}

.domain-head h2{
    font-size: 44px;
    color: var(--black);
}

.domain-head span{
    color: var(--themecolor);
    font-weight: 600;
}

.domain-head h3{
    color: var(--fontgrey);
    font-size: 28px;
}

.d-tech-card-wrap p{
    color: var(--fontgrey);
    font-size: 16px;
}

 .partner-card {
      border: none;
      border-radius: 12px;
      box-shadow: var(--globalshadow);
      padding: 20px;
      transition: transform 0.3s ease;
    }
.partner-card:hover {
    transform: scale(1.03);
}
.partner-card img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.adv-left-head img{
    width: 68px;
    height: 68px;
}

.adv-left-head h2{
    font-size: 42px;
    color: var(--black);
}

.partner-wrapper{
    padding-bottom: 70px;
}

#adv-techno-wrapper{
    padding: 70px 0px;
}

.adv-right-head a{
    text-decoration: none;
    font-weight: 500;
    color: var(--blue);
}

#adv-techno-wrapper .course-card-cont{
    padding: 30px 0px;
}

#adv-techno-wrapper .course-card-cont h4{
    font-size: 28px;
    font-weight: 400;
    min-height: 68px;
}

#adv-techno-wrapper .course-card-cont .price{
    font-size: 20px;
    font-weight: 500;
    color: var(--footerblack);
    background: linear-gradient(83.86deg, #d9ceeab3 50.78%, #cbeddc99 102.28%);
    padding: 5px 10px;
    border-radius: 6px;
}

#adv-techno-wrapper .course-card-cont .enroll-btn a, .course-banner-content a.enroll-btn {
    font-size: 16px;
    background: inherit;
    color: var(--themecolor);
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid var(--themecolor);
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: fit-content;
}

#adv-techno-wrapper .course-card-cont .c-type, #adv-techno-wrapper .course-card-cont .duration{
    font-size: 16px;
    color: var(--grey);
    font-weight: 500;
}

 #adv-techno-wrapper .course-card .course-card-cont img{
    border-radius: 0px;
 }

.partner-wrapper .carousel-content.slide1{
    background: linear-gradient(131deg, rgb(0, 24, 140) 0%, rgb(0, 0, 33) 100%);
    border-radius: 15px;
    padding: 50px;
}

.testimonial-slider {
      max-width: 900px;
      margin: auto;
      padding: 50px 20px;
    }

    .testimonial-content {
      font-size: 14px;
      color: var(--grey);
      position: relative;
    }

    .quote-icon {
        font-size: 75px;
        line-height: 65px;
        background: -webkit-linear-gradient( #7f00ff, #e100ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .carousel-control-prev, .carousel-control-next {
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    .testimonial-footer {
      display: flex;
      align-items: center;
      margin-top: 30px;
    }

    .testimonial-footer img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .btn-cta {
      margin-left: auto;
      background-color: var(--themecolor);
      color: var(--white);
      border-radius: 25px;
      transition: 0.3s;
      border: 1px solid var(--themecolor);
      padding: 10px 20px;
    }

    .btn-cta:hover {
      background-color: inherit;
      color: var(--themecolor);
      border: 1px solid var(--themecolor) !important;
    }    

    .carousel-control-prev, .carousel-control-next{
        border: 1px solid var(--black);
        opacity: 1;
    }

    #testimonialCarousel .carousel-inner{
        max-width: 650px;
        margin: auto;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon{
        color: #000;
        font-size: 32px;
        height: 50px;
    }

    .adv-right-head p{
        color: var(--fontgrey);
        font-size: 16px;
    }

    .adv-right-head{
        padding-right: 15px;
    }

    .adv-left-head{
        padding-left: 15px;
    }

    .cartification-wrap{
        background: #ede6f4;
        padding: 60px;
        border-radius: 8px;
    }

    .certification-img img{
        border-radius: 8px;
    }

    .certification-content span{
        background: linear-gradient(83.86deg, #daceea 50.78%, #cbebed 102.28%);
        border-radius: 8px;
        margin-bottom: 40px;
        padding: 4px 12px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        width: fit-content;
    }

    .certification-content h2{
        font-size: 36px;
        font-weight: 400;
        color: var(--black);
    }

    .certification-content p{
        margin: 16px auto 40px;
        font-size: 16px;
        color: var(--grey);
    }

    .certification-content a, .course-list-cont a{
        background-color: var(--themecolor);
        color: var(--white);
        border-radius: 25px;
        border: 1px solid var(--themecolor);
        padding: 12px 24px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        width: fit-content;
        transition: 0.3s;
    }

    .certification-content a:hover, .course-list-cont a:hover{
        background-color: inherit;
        color: var(--black);
    }

    .carousel-control-prev{
        left: -0.5%;
    }

    .carousel-control-next{
        right: -0.5%;
    }

    .carousel-text a{
        border: 1px solid #fff;
        color: #fff;
        padding: 8px 20px;
        margin-top: 20px;
    }

    .carousel-text .badge-custom{
        background: #fff;
        color: #000;
        padding: 8px 20px;
        border-radius: 8px;
        display: block;
        width: fit-content;
    }

    .carousel-text h2{
        margin-top: 38px;
        font-size: 36px;
        font-weight: 400;
    }

    .course-card-cont h5{
        font-size: 22px;
        font-weight: 400;
        min-height: 55px;
    }

    .course-card-cont .detail-btn a{
        text-decoration: none;
        color: var(--blue);
        font-size: 18px;
        font-weight: 500;
    }

    footer{
        background: var(--footerblack);
        padding: 70px 0px;
    }

    .footer-cont h2{
        font-size: 28px;
        color: var(--white);
        font-weight: 500;
        margin-top: 20px;
    }

    .footer-border{
        margin-top: 100px;
        color: var(--white);
    }

    .foot-bot-cont ul li{
        list-style: none;
        margin-right: 30px;
    }


    .foot-bot-cont ul li a:hover{
        color: var(--white);
    }

    .foot-bot-cont ul li a{
        color: var(--fontgrey);
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
    }

    .foot-bot-cont ul li:nth-child(1) a{
        font-size: 24px;
        margin-right: 40px;
    }

    .fixed-mobile-strip{
        display: none;
        background: var(--themecolor);
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 8px 0px;
        border-radius: 10px 10px 0px 0px;
        z-index: 1000;
    }

    

    .fixed-mobile-strip ul li a{
        color: var(--white);
        padding: 10px;
        display: block;
        font-size: 22px;
        border-right: 1px solid var(--fontgrey);
    }

    .fixed-mobile-strip ul li{
        list-style: none;
        width: 25%;
        text-align: center;
    }

    .fixed-mobile-strip ul li:last-child a{
        border-right: none;
    }

    .form-control:focus{
        border: none;
        box-shadow: none;
    }

    #all-course-filter{
        padding: 70px 0px;
    }

    #all-course-filter .fil-d span{
        font-size: 22px;
        color: var(--fontgrey);
    }

    #all-course-filter .fil-d a{
        font-size: 20px;
        text-decoration: none;
        font-weight: 500;
        color: var(--lgrey);
    }

    .filter-wrap .sidebar h6{
        color: var(--fontgrey);
    }

    .filter-wrap .sidebar .toggle-link{
        text-decoration: none;
    }

    .course-list-card{
        position: relative;
        padding: 20px;
        background: var(--white);
        border: 1px solid var(--lgrey);
        overflow: hidden;
        box-shadow: var(--globalshadow);
        margin-bottom: 40px;
    }

    .course-list-card.card1::before{
        background-color: #dbeafe;
    }

    .course-list-card.card2::before{
        background-color: #dcfce7;
    }

    .course-list-card.card3::before{
        background-color: #ffedd5;
    }

    .course-list-card.card4::before{
        background-color: #f3e8ff;
    }

    .course-list-card.card5::before {
        background-color: #ffd4d4;
    }

    .course-list-card.card6::before {
        background-color: #e8f7ff;
    }

    .course-list-card.card7::before {
        background-color: #fffde8;
    }

    .course-list-card.card8::before {
        background-color: #ffe0fc;
    }

    .course-list-card.card9::before {
        background-color: #c9fbd4;
    }

    .course-list-card.card10::before {
        background-color: #f9eda2;
    }



    .domain-card .course-list-card::before{
        width: 100%;
    }

    .course-list-card::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        z-index: 0;
    }

    .course-list-cont{
        width: 75%;
        z-index: 1;
        position: relative;
    }

    .course-list-right-btn span{
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 18px;
        color: var(--black);
        font-weight: 600;
    }

    .course-list-right-btn a{
        position: absolute;
        bottom: 30px;
        right: 30px;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        color: var(--themecolor);
    }

    .course-banner-content .breadcrumb-item a{
        color: var(--fontgrey);
    }

    .course-banner-content .breadcrumb-item.active{
        color: var(--themecolor);
    }

    .course-banner-content h1{
        font-size: 42px;
        color: var(--black);
        margin-bottom: 10px;
    }

    .course-banner-content p{
        color: var(--fontgrey);
        font-size: 16px;
        margin-bottom: 30px;
    }

    .course-banner-content span{
        padding: 4px 15px;
        border-radius: 4px;
    }

    .course-banner-content .rating{
        background: var(--lgrey);
        width: fit-content;
        padding: 5px;
        border-radius: 30px;
        font-size: 14px;
    }

    .course-banner-content .rat{
        background: var(--white);
        border-radius: 30px 0px 0px 30px;
        padding: 0px 10px;
        font-weight: 600;
    }

    .course-banner-content .rat i{
        color: var(--orange);
    }

    #section-home-wrapper.course-banner{
        padding-top: 150px;
    }

    .upper-side-enquiry-bar{
            position: sticky;
        top: 110px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: var(--globalshadow);
        border-radius: 15px;
    }

    .upper-side-enquiry-bar .preview-bar img{
        border-radius: 15px;
    }

    .off{
        font-size: 18px;
        color: #03c100;
        font-weight: 600;
    }

    .price del{
        color: var(--fontlight);
    }

    .p-btn a, .price-sec a{
        width: 100%;
        display: block;
        text-align: center;
        background: var(--themecolor);
        padding: 10px 20px;
        border-radius: 30px;
        color: var(--white);
        text-decoration: none;
        font-size: 18px;
    }

    .course-includes ul{
        line-height: 26px;
    }

    .course-exclation p{
        font-size: 12px;
    }

    .course-includes ul li i, .course-exclation p i{
        color: var(--fontlight);
    }

    .course-includes ul li{
        list-style: none;
        font-size: 12px;
    }

    .course-includes h5{
        font-size: 16px;
        margin-bottom: 20px;
        text-decoration: underline;
    }

    .course-includes ul li i, .course-includes ul li img, .course-exclation p i{
        padding-right: 8px;
    }

    .course-includes ul li img{
        width: 26px;
        height: auto;
    }

    .price-bar .price{
        color: var(--black);
    }

    .course-content-wrapper{
        background-color: var(--white);
        padding: 10px;
        border-radius: 15px;
        margin-top: 30px;
    }
    .course-content-wrapper ul{
        border-bottom: none;
        background: #f1f1f1;
        padding: 10px;
        border-radius: 15px;
    }

    .course-content-wrapper ul .nav-item{
        width: 25%;
    }

    .course-content-wrapper ul .nav-item button{
        width: 100%;
        padding: 5px 20px;
        margin: 10px 0px;
        border: none;
        color: var(--grey);
        border-radius: 0px !important;
        font-size: 18px;
       
    }

    .course-content-wrapper ul .nav-item button.active{
        box-shadow: var(--globalshadow);
        color: var(--black);
        border-radius: 10px !important;
        padding: 15px 20px;
        border-right: none;
        margin: 0;
    }

    .course-content-wrapper ul li:nth-child(2) button, .course-content-wrapper ul li:nth-child(3) button{
         border-right: 2px solid var(--grey);
    }

    .overview-content ul li{
        width: 48%;
        list-style: none;
        margin-bottom: 20px;
        font-size: 14px;
    }


    #tre-mode{
        padding: 80px 0px;
    }

    .training-mode-type-training{
        box-shadow: var(--globalshadow);
        height: 100%;
        padding: 40px;
        border: 1px solid var(--lgrey);
        border-radius: 15px;
        position: relative;
    }

   .training-mode-type-training.ins-card {
    position: relative;
    background: linear-gradient(to right, #ffead373, #f9edf3);
    border-radius: 15px;
    z-index: 1;
    overflow: hidden; /* Ensures content respects rounded corners */
    }

    /* Gradient border with rounded corners */
    .training-mode-type-training.ins-card::before {
        content: '';
        position: absolute;
        inset: 0;
        padding: 2px; /* Border thickness */
        border-radius: 15px;
        background: linear-gradient(45deg, #9333ea, #feb47b);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        pointer-events: none;
        z-index: -1;
    }

    .training-mode-type-training h3{
        font-size: 24px;
        color: var(--themecolor);
        margin-bottom: 10px;
    }

    .training-mode-type-training h5{
        font-size: 15px;
        color: var(--grey);
        font-weight: 400;
    }

    .training-mode-type-training ul{
        margin-bottom: 140px;
    }

    .training-mode-type-training ul li{
        list-style: none;
        font-size: 14px;
        display: flex;
        line-height: 25px;
        align-items: baseline;
    }
    .training-mode-type-training ul li i{
        color: #10b981;
        display: block;
    }

    .training-mode-type-training .table-container{
    overflow-x:auto;                 /* responsive scroll on small screens */
    margin-top:12px;
    }

    /* table base */
    .training-mode-type-training table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    font-family:system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size:15px;
    color:#0f172a;                   /* slate-900 */
    box-shadow:0 1px 3px rgba(2, 8, 23, .06);
    }

    /* header */
    .training-mode-type-training thead th{
    background:#f5f7fb;              /* soft gray like screenshot */
    color:#64748b;                    /* slate-500 */
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.02em;
    padding:6px 8px;
    border-bottom:1px solid #e9edf5;
    }

    /* cells */
    .training-mode-type-training tbody td{
    padding:8px 10px;
    border-bottom:1px solid #eef2f7;  /* subtle row dividers */
    vertical-align:middle;
    }

    /* first column a bit bolder */
    .training-mode-type-training tbody td:first-child{
    font-weight:600;
    }

    /* zebra striping */
    .training-mode-type-training tbody tr:nth-child(even){
    background:#fbfcff;               /* very light blue-gray */
    }

    /* hover */
    .training-mode-type-training tbody tr:hover{
    background:#f1f6ff;               /* hover tint */
    }

    .price-sec{
        position: absolute;
        bottom: 40px;
        text-align: center;
        width: 80%;
    }

    .training-mode-type-training .price-sec a{
        background: inherit;
        color: var(--themecolor);
        border: 1px solid var(--themecolor);
        transition: 0.7s;
    }

    .training-mode-type-training.ins-card .price-sec a{
        background: var(--themecolor);
        color: var(--white);
    }

    .training-mode-type-training.ins-card .price-sec a:hover{
        background: inherit;
        color: var(--themecolor);
    }

    .training-mode-type-training .price-sec a:hover{
        background: var(--themecolor);
        color: var(--white);
    }
  
    .tre-head span{
        font-style: italic;
        font-weight: 600;
        color: #ababab;
    }

    .course-details #adv-techno-wrapper{
        padding: 25px 0px 70px 0px;
    }

    /* small screens: tighten spacing */
    @media (max-width:640px){
    .training-mode-type-training table{ font-size:14px; }
    .training-mode-type-training thead th,
    .training-mode-type-training tbody td{ padding:10px 14px; }
    }

    .ccm-num select {
    background: var(--grey) !important;
    padding: 5px;
    color: var(--white) !important;
    width: 110px;
}

.side-form form input{
        background: var(--lillight);
    border: 1px solid var(--lillight);
}

.side-form{
    background: var(--white);
    padding: 20px;
    box-shadow: var(--globalshadow);
}

.side-form form button{
        background: var(--themecolor);
    color: var(--white);
    width: 100%;
    font-size: 18px;
    transition: 0.8s;
}

.side-form h3{
    font-size: 24px;
}

.video-box img {
    border-radius: 8px 8px 0px 0px;
}

.ic img{
    width: 50px;
}

#cef{
    background: #453d6391;
}

#cef .modal-dialog, #byd .modal-dialog, #cco .modal-dialog{
    max-width: 550px;
}

#cef .modal-content{
    background: #1a1327;
}

#cef .modal-header{
    color: var(--white);
}

#cef .cn p{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
}

#cef .cn h5{
    font-size: 24px;
    font-weight: 400;
}

.cbtn-close{
    background: inherit;
    box-shadow: none;
    border: none;
    right: 10px;
    position: absolute;
}

.cbtn-close img{
    width: 35px;
}

#cef .side-form{
    background: none;
    box-shadow: none;
}

#cef form label{
    color: var(--lillight);
    font-size: 18px;
}

#cef form input{
    background: #2c1f35;
    border: 1px solid #434242;
    font-size: 20px;
    padding: 8px 20px;
    color: var(--white);
    border-radius: 10px;
}

#cef form input::placeholder{
    color: var(--fontlight);
}

#cef form .ccm-num input{
    border-radius: 0px 10px 10px 0px;
}


#cef form button{
    padding: 8px 20px;
    background: linear-gradient(90deg, #5b62f8, #ec99e5);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid var(--white);
      transition: 0.3s ease;
    /* text-shadow: 1px 2px black; */
}

#cef form button:hover{
    background: inherit;
    color: var(--white);
}

  .logo-slider {
      background: #fff;
      padding: 30px 0;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
    }

    .logo-slider .slide-track {
      display: flex;
      width: calc(250px * 14); /* logo width * number of logos */
      animation: scroll 25s linear infinite;
    }

    .logo-slider .slide {
      width: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }

    .logo-slider img {
      max-height: 60px;
      object-fit: contain;
      /* filter: grayscale(100%); */
      transition: 0.3s;
    }

    .logo-slider img:hover {
      filter: grayscale(0%);
      transform: scale(1.05);
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(calc(-250px * 7)); } /* half of total logos */
    }


    .skills-section {
      padding: 80px 0;
      background: #c294ff17;
    }
    .skills-section h2 {
      font-size: 44px;
      margin-bottom: 20px;
    }
    .skills-section p{
        font-size: 28px;
        font-weight: 500;
    }
    .skills-section p span strong{
        font-size: 44px;
        font-weight: 500;
    }
    .skills-section .nav-pills .nav-link {
      background: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
      color: #000;
      font-weight: 500;
      text-align: left;
      width: 100%;
      font-size: 18px;
      padding: 15px 20px;
      box-shadow: 0px 216px 60px 0px rgba(214,214,214,0),0px 138px 55px 0px rgba(214,214,214,.01),0px 78px 47px 0px rgba(214,214,214,.05),0px 35px 35px 0px rgba(214,214,214,.09),0px 9px 19px 0px rgba(214,214,214,.1);

    }
    .skills-section .nav-pills .nav-link.active {
      background: var(--themecolor);
      color: #fff;
    }
    .pt-10{
        padding-top: 80px;
    }
    .skills-section .nav-pills .nav-link.active:hover{
        color: var(--white);
    }
    .skills-section .nav-pills .nav-link:hover{
        color: var(--lightpurple);
    }
    .skills-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      padding: 30px;
    }

    .skills-card h5{
        font-size: 38px;
        color: var(--footerblack);
    }

    .skills-card h5 .d-tech-card-wrap img {
        padding: 16px 16px;
        border-radius: 4px;
        width: 75px;
    }
    .skills-list li {
      margin-bottom: 8px;
      font-size: 20px;
    }

    .skills-card h6{
        font-size: 24px;
    }
    .skills-tools img {
      max-height: 45px;
      margin-right: 15px;
    }
    .btn-custom {
      background: #0d6efd;
      color: #fff;
      font-weight: 500;
      border-radius: 6px;
      padding: 10px 20px;
      text-decoration: none;
    }

    .mshub .cartification-wrap{
        background: linear-gradient(rgb(255 255 255 / 61%), rgb(255 255 255 / 96%)), url(../img/csa.webp);
        background-size: cover;
        background-position: right;
        border: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .upskill-section {
      background: url(../img/corpp.png);
      padding: 80px 0;
        background-size: cover;
        background-position: right;
      color: #fff;
    }
    .upskill-section h2 {
         font-size: 44px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .ico-corp input{
        width: 10px !important;
        margin-right: 10px;
    }
    .upskill-section p {
      font-size: 1rem;
      margin-bottom: 40px;
      opacity: 0.9;
    }
    .form-box {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      overflow: hidden;
    }
    .form-box img {
    padding: 15px 0px 15px 5px;
      width: 90%;
      height: 100%;
      object-fit: cover;
    }
    .form-box h5{
        font-size: 28px;
    font-weight: 500;
    }
    .form-box .form-content {
      padding: 30px;
      color: #333;
    }
    .form-box input, .form-box select {
        border-bottom: 1px solid #ddd !important;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    }
    .form-box .btn-submit {
        background: var(--themecolor);
        color: #fff;
        border: none;
        width: fit-content;
        padding: 12px 20px;
        border-radius: 6px;
        font-size: 18px;
        margin-top: 25px;
        font-weight: 400;
    }
    .form-box .btn-submit:hover {
      background: #084298;
    }
    .privacy-note {
      font-size: 0.85rem;
      color: #666;
      margin-top: -15px;
    }
    .privacy-note a {
      color: #0d6efd;
      text-decoration: none;
    }


     .faq-section {
      padding: 80px 0;
    }
    .faq-section h2.mh {
          font-size: 44px;
    font-weight: 500;
    margin-bottom: 30px;
    }

    .accordion-button {
    padding: 20px !important;
      font-weight: 400 !important;
      font-size: 18px !important;
      color: var(--black);
      background: var(--white);
      box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
      color: var(--black);
      background: #f8f9fa;
    }
    .accordion-item {
      border: none;
      border-bottom: 1px solid #eee;
    }
    .accordion-body {
      font-size: 0.95rem;
      color: #444;
      line-height: 30px;
    }
    .faq-btn {
      border: 1px solid #0d6efd;
      color: #0d6efd;
      padding: 10px 20px;
      border-radius: 6px;
      margin-top: 20px;
      background: transparent;
      transition: 0.3s;
    }
    .faq-btn:hover {
      background: #0d6efd;
      color: #fff;
    }
    .faq-image img {
      border-radius: 8px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .training-support-section .support-box {
        transition: all 0.3s ease;
        border-bottom: 3px solid var(--purple);
    }
    .training-support-section .support-box:hover {
    transform: translateY(-5px);
    }

    .mt-10{
        margin-top: 100px;
    }


    .hq-section {
      padding: 80px 0;
    }

    .hq-title {
    font-size: 36px;
    font-weight: 500;
    color: var(--black);
    text-align: center;
    margin-bottom: 60px;
    }

    .hq-card {
      border: none;
      border-radius: 10px;
      padding: 40px;
      transition: all 0.3s ease;
    }

    .hq-card:hover {
      transform: translateY(-4px);
    }

    .hq-address h5 {
      font-weight: 700;
      color: var(--black);
      margin-bottom: 10px;
      font-size: 28px;
    }

    .hq-address p {
      margin: 0;
      color: var(--fontgrey);
      font-size: 16px;
      line-height: 1.6;
    }

    .hq-address a {
      color: var(--themecolor);
      text-decoration: none;
      font-weight: 500;
    }

    .hq-address a:hover {
      text-decoration: underline;
    }

    .hq-image img {
      width: 100%;
      max-width: 420px;
      border-radius: 8px;
    }

    .text-theme{
        color: var(--themecolor);
    }

    .course-list-cont p{
        font-size: 16px;
        font-weight: 400;
    }

    .cls-feature{
        background: #121317;
    }

    .cls-feature .adv-right-head a{
        color: var(--lpurple);
    }

    #domain-wrapper.about-achive{
        margin-top: 100px;
    }

    .how-it-works {
      padding: 100px 0px;
    }

    .how-it-works h2 {
      /* font-weight: 700; */
      margin-bottom: .25rem;
    }

    .how-it-works .subtitle {
      color: #6c757d;
      margin-bottom: 3rem;
    }

    .step-card {
      position: relative;
      border-radius: .5rem;
      padding-top: 5.5rem;
      /* padding-inline: 1.5rem; */
      padding-bottom: 1.5rem;
      height: 100%;
    }

    .step-badge {
      position: absolute;
      top: -35px;
      left: 0;
      background: var(--themecolor); /* red */
      color: #fff;
      border-radius: .75rem;
      padding: 10px 20px;
      font-size: .85rem;
      font-weight: 600;
      text-transform: uppercase;
    }

    .step-badge span {
      font-weight: 700;
      margin-left: .35rem;
      font-size: 32px;
    }

    .step-title {
      font-weight: 700;
      margin-bottom: .35rem;
      font-size: 1.1rem;
    }

    .step-text {
      font-size: .95rem;
      color: #6c757d;
    }

    /* Timeline dots between steps */
    .timeline-row {
      position: relative;
      margin-bottom: 2.5rem;
    }

    .timeline-row::before {
      content: "";
      position: absolute;
      top: 28px; /* align with middle of badges */
      left: 0;
      right: 25%;
      margin-inline: 1.5rem;
      border-top: 2px dotted #d7d7d7;
      z-index: 0;
    }

    .step-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--themecolor);
      position: absolute;
      top: 24px;
      z-index: 1;
    }

    .step-dot.dot-1 { left: 20%; }
    .step-dot.dot-2 { left: 55%; }
    .step-dot.dot-3 { display: none; }

    /* CTA card on the right */
    .cta-card {
      background: var(--themecolor);
      color: #fff;
      border-radius: .75rem;
      padding: 2.25rem 2rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .cta-card h3 {
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .cta-card .btn-light {
      font-weight: 600;
      border-radius: 999px;
      padding-inline: 1.75rem;
    }

    .main-header .navbar-nav{
        position: relative;
    }

    header .nav-link.search{
        padding: 6px 6px 6px 6px !important;
    }

/* strip just under header (the dark band) */
.header-search-strip {
    display: none; /* hidden until user clicks icon */
   padding: 8px 0;
    position: absolute;
    top: -7px;
    z-index: 1050;
    width: 90%;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

/* pill-shaped search bar */
.header-search-bar {
    background-color: #f5f6f8;
    border-radius: 999px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-search-bar input.form-control {
    background: transparent;
    border: none;
    font-size: 14px;
}

.header-search-bar input.form-control:focus {
    box-shadow: none;
}

/* search icon inside pill */
.header-search-icon img {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

/* close X on right side of the strip */
.header-search-close {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #4a4a7a;
    font-size: 20px;
    text-decoration: none;
}

/* results panel just below bar */
.header-search-results {
    margin-top: 6px;
    background-color: #ffffff;
    border-radius: 4px;
    max-height: 260px;      /* gives vertical scrollbar like in screenshot */
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* individual result row */
.header-search-result-item {
    padding: 10px 14px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search-result-item:last-child {
    border-bottom: none;
}

.header-search-result-item:hover {
    background-color: #f8f9fa;
}

.header-search-empty {
    padding: 10px 14px;
    font-size: 13px;
    color: #6c757d;
}

/* who we are section css */

.who-we-are-section{
    padding-bottom: 80px;
}

.who-we-are-section .about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.about-list li {
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
}

.who-carousel-shadow img {
  object-fit: cover;
  height: 420px;
}

#whoCarousel img{
    border-radius: 20px;
    width: 95%;
}

.who-we-are-section .check-icon{
    color: var(--purple);
}

.header-search-result-item a{
    color: var(--themecolor);
    text-decoration: none;
}

#headerSearchStrip #headerSearchClose{
    display: none;
}

input#left_sidebar{
    display: none;
}

.skills-section .accordion-header{
    margin-bottom: 0px;
}

.skills-section .accordion-button:focus{
    box-shadow: none;
}

.form-box input:focus-visible{
    border: none;
    outline: none;
}
  
.foot-bot-cont p{
    color: var(--fontgrey);
}

.footer-cont ul li{
    list-style: none;
    padding: 5px;
}

.footer-cont ul li a{
    text-decoration: inherit;
    color: var(--white);
    background: inherit;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    border: 2px solid var(--white);
    align-items: center;
    justify-content: center;
}

.footer-cont ul li a:hover i{
    color: var(--black);
}

.footer-cont ul li a:hover{
    background: var(--white);
}

.course-content ul, .objective-content ul{
    padding-left: 30px;
}
/* ***************************************************************
******************************************************************
************************ Media Query Start ***********************
******************************************************************
*************************************************************** */

@media(max-width: 1080px){
        .course-list-right-btn a{
        right: 15px;
    }

     .timeline-row::before {
        display: none;
      }
      .step-dot {
        display: none;
      }
      .cta-card {
        margin-top: 1.5rem;
      }
  
}

  @media (max-width: 991px) {

      .who-carousel-shadow img {
    height: 300px;
  }
      .hq-card {
        text-align: center;
      }
      .hq-address {
        margin-bottom: 30px;
      }
    }


@media(min-width: 768px){

    .container-fluid{width: 90%;}
    #section-home-wrapper .col-md-8 {
        flex: 0 0 auto;
        width: 69.666667%;
    }

    #section-home-wrapper .col-md-4 {
        flex: 0 0 auto;
        width: 30.333333%;
    }
}

@media (max-width: 576px) {

    .skills-tools{
        flex-wrap: wrap;
    }

    .below-search-wrap .i-search.c span{
        margin-top: 0px;
    }

    header .nav-link.search{
        margin-left: 10px;
    }


    .header-search-bar input.form-control{
        border-bottom: 1px solid #fff !important;
        border-radius: 0px;
    }

    .header-search-bar form input{
        color: var(--white) !important;
    }

    .header-search-bar form input::placeholder{
        color: var(--white);
    }

    .header-search-strip{
        width: 85%;
        top: -12px;
        left: 15%;
        display: block !important;
    }

    .header-search-icon{
        display: none;
    }

    .header-search-bar{
        background-color: inherit;
    }

    .navbar-nav li.search{
         order: -1;
    }

      .header-search-close {
        right: 10px;
    }

    .course-list-right-btn span, .course-list-right-btn a{
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .course-list-right-btn{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .course-list-cont a {
        margin-bottom: 25px;
        background: inherit;
        padding: 0;
        color: var(--black);
        border: none;
    }

    .course-list-right-btn a{
        padding: 10px 20px;
        background: var(--themecolor);
        color: var(--white);
        border-radius: 10px;
    }

    .course-list-card{
        border-radius: 10px;
    }

    .course-list-card.card1::before{
        border-radius: 10px;
    }

    .course-list-cont, .course-list-card::before{
        width: 100%;
    }

    .training-mode-type-training.ins-card{
        margin: 30px 0px;
    }


    #section-home-wrapper.course-banner{
        padding-top: 100px;
    }

    .course-banner-content .up-head{
        display: block !important;
    }

    .course-banner-content .breadcrumb-item{
        font-size: 10px;
    }

    .i-search.c span, .ad-type, .d-tech-card-wrap .img1, .course-banner-content .ad-c-cat{
        margin-top: 30px;
        display: block;
        width: fit-content;
    }

    .course-banner-content h1{
        font-size: 32px;
    }

    #adv-techno-wrapper .course-card-cont .enroll-btn a, .course-banner-content a.enroll-btn{
        width: 100%;
        text-align: center;
    }

    .course-content-wrapper{
        padding: 0;
    }

    .upper-side-enquiry-bar{
        margin-top: 35px;
        position: relative;
        top: 0;
    }

    #tre-mode .tre-head{
        margin-bottom: 20px;
    }

    #tre-mode .tre-head h2{
        font-size: 22px;
    }

    .training-mode-type-training{
        padding: 25px;
        height: auto;
    }

    .training-mode-type-training ul{
        margin-bottom: 20px;
    }

    .price-sec{
        width: 100%;
        position: relative;
        bottom: 0;
    }

    .training-mode-type-training h3{
        font-size: 20px;
    }

    .course-content-wrapper ul{
        flex-wrap: wrap;
        display: flex;
        justify-content: center !important;
    }

    .course-content-wrapper ul li:nth-child(2) button, .course-content-wrapper ul li:nth-child(3) button{
        border-right: none ;
    }

    .course-content-wrapper ul .nav-item{
        width: auto;
    }

    .overview-content ul li{
        width: 100%;
    }

      .testimonial-content {
        font-size: 1rem;
      }

      .btn-cta {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        text-align: center;
      }

      .testimonial-footer {
        flex-direction: column;
        align-items: flex-start;
      }

      
    #testimonialCarousel .carousel-inner{
        max-width: 280px;
    }

    }

@media(max-width: 768px){



    .fixed-mobile-strip{
        display: block;
    }

    .home-banner-content form{
        padding: 8px 8px 8px 0px;
    }

    .home-banner-content form button{
        padding: 8px 10px;
    }

    header{
        top: 5px;
    }

    header .nav-link:hover, header .nav-link:focus{
        color: var(--lpurple) !important;
    }

    header .dropdown-item:active{
        background-color: var(--themecolor);
    }

    .home-banner-content h1{
        font-size: 32px;
    }

    .home-banner-content{
        padding: 10px 15px 30px 15px;
    }

    .below-search-wrap .row{
        flex-wrap: wrap !important;
    }

    .below-search-wrap .col{
        width: 49%;
        margin-bottom: 20px;
    }

    #testimonialCarousel .carousel-inner{
        max-width: 310px;
    }

    .carousel-control-next{
        right: 38%;
        top: inherit;
        bottom: 0;
        padding: 20px;
    }

    .carousel-control-prev{
        left: 38%;
        top: inherit;
        bottom: 0;
        padding: 20px;
    }

    .partner-wrapper{
        padding-bottom: 130px;
    }

    .partner-wrapper .carousel-control-prev, .partner-wrapper .carousel-control-next{
        bottom: -80px;
    }

    .cartification-wrap{
        padding: 80px 15px;
    }

    .certification-content a{
        display: block;
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    .below-search-wrap {
        padding-bottom: 70px;
    }

    header .nav-link{
        background: none;
        box-shadow: none;
    }

    .main-header .navbar-collapse{
        background: var(--themecolor);
        border-radius: 8px;
        padding: 10px 0px;
    }

    header .nav-link.spl-btn img{
        background: var(--purple);
    }

    header .nav-link:focus-visible{
        box-shadow: none;
    }

    header .nav-link{
        color: var(--white);
        border-bottom: 1px dashed grey;
        border-radius: 0;
        padding: 8px 0px 12px 0px !important;
    }

    header .nav-link.spl-btn{
        border-bottom: none;
    }

    header .nav-link:hover{
        background-color: inherit;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: var(--white);
    }

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .navbar-toggler{
        border: none;
    }

    header .navbar-brand img{
        background: inherit;
        width: 180px !important;
        padding: 0px 10px;
        border-radius: inherit;
        box-shadow: inherit;
    }

    .btn-cta{
        margin-bottom: 50px;
    }

    .adv-left-head h2, .domain-head h2{
        font-size: 28px;
    }

    .domain-head h3, .partner-wrapper .domain-head h3{
        font-size: 18px;
    }

    .d-tech-card-wrap{
        margin-bottom: 30px;
    }

    .adv-left-head{
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .course-card{
        padding: 0px;
        margin-bottom: 20px;
    }

    #adv-techno-wrapper {
        padding: 25px 0px 70px 0px;
    }

    #adv-techno-wrapper.learn-basic{
        padding-top: 70px;
    }

    .foot-bot-cont ul li:nth-child(1){
        width: 100%;
        margin-bottom: 20px;
    }

    #adv-techno-wrapper .course-card-cont .enroll-btn a{
        width: 100%;
        text-align: center;
    }

    #adv-techno-wrapper .course-card-cont h4{
        min-height: auto;
        font-size: 20px;
    }
    
    #adv-techno-wrapper .course-card-cont .c-type, #adv-techno-wrapper .course-card-cont .duration{
        font-size: 14px;
    }

    #adv-techno-wrapper .course-card-cont .price{
        font-size: 18px;
    }

    
}