body {
    font-family: 'Mulish', sans-serif !important;
}


.new-font {
    font-family: 'Lexend';
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.hover-text:focus {
    color: #fff;
}

.hover-text:hover {
    color: #fff;
}

.fontnew {
    font-family: 'Lexend';
    font-size: 9px;
    font-weight: 600;

}

/* ul.nav.navbar-nav{background: #fff !important;} */
/*  */
.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Navbar */
.mobile-navbar {
    background: #fff;
    padding: 12px 16px;
}

.mobile-navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-toggle {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Offcanvas */
.mobile-menu-wrap {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    background: #0aa6bd;
    padding: 40px 0px 20px;
    z-index: 9999;
    transform: translateX(120%);
    transition: 0.4s ease;
    overflow-y: auto;
}

.mobile-menu-wrap.active {
    transform: translateX(0);
}
.counter__box{width: 55px !important;}

.menu-close-btn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 40px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* Main Menu */
.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu>li {
    border-top: 1px solid #fff;
}

.mobile-menu>li>a {
    padding: 12px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

/* Arrow */
.has-submenu>a {
    position: relative;
    padding-right: 25px;
}
.head-submenu{
    font-weight: 500;
    font-size: 15px;
}
.submenu.child a {
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
}
.has-submenu>a::after {
    content: "\f078";
    /* FA 4.7 ↓ arrow */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    font-size: 12px;
    font-weight: 100;
}

.has-submenu.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Submenu */
.submenu {
    display: none;
    background: #fff;
    padding-left: 0px;
    text-decoration: none;
}

.submenu.child {
    background: #fff;
    /* padding-left: 15px; */
    /* border-left: 2px solid #fff; */
}

.submenu li a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: #000;
    border-bottom: 1px solid #ebdddd;
}

/*  */
.P-4 {
    padding: 20px !important;
}

.faq-title.active a {
    color: #007bff;
}
.faq-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.faq-body {
    padding-bottom: 8px;
}

.faq-title.active .toggle-icon {
    transform: rotate(180deg);
}

.bg-000 {
    background: #000 !important;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* body {
    font-family: 'Montserrat', sans-serif !important;
} */

/* body {
    font-family: 'Satoshi', sans-serif !important;
} */
.bg-img {
    background-image: url(../image/shere.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}


.course_cyber ul li img {
    width: 20px !important;
}

.bg-white {
    background-color: #fff;
}

.bg-rgb {
    background-color: rgba(32, 132, 215, 1);
}

.frist__reviewarea {
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #fff;
    /* margin-top: 50px; */
}


.frist__reviewtitle {
    position: relative;
    font-size: 24px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    background: #0aa6bd;
    padding: 5px;
    display: inline-block;
    margin: 0;
    top: -37px;
    border-radius: 5px;
}

.text-left {
    text-align: left;
}

/* ===== Top Header ===== */
.top-header {
    background: #0aa6bd;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
    z-index: 9999;
    font-family: "Lexend", sans-serif;
    min-height: 35px;
}

.dropdown-menu {
    background: #fff !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.top-header .btn-warning {
    background: #ffa500;
    border: none;
    font-weight: 600;
    padding: 2px 10px;
}

.offer-message,
.navbar-collapse,
.service-top-tittle {
    padding-left: 0px !important;
}

.navbar:after {
    all: unset !important;
}

.navbar-header {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
}

.navbar-collapse.collapse {
    width: inherit !important;
    padding: inherit !important;
    display: unset !important;
}

.navbar-nav {
    width: inherit !important;
}

/* .navbar-nav-left{float: left !important;} */
/* ===== Navbar ===== */
.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    /* position: fixed;
    top: 34px;
    left: 0;
    right: 0; */
    /* z-index: 10001; */
    /* min-height: 50px; */
    background: #fff !important;
}

.pt-3 {
    padding-top: 16px;
}

.imglogo img {
    /* height: 95px; */
    height: 55px;
    /* margin-top: -57px; */
    margin-right: 10px;
}

.navbar-nav>li>a {
    font-weight: 500;
    font-size: 15px;
    /* padding: 15px 10px !important; */
    padding: 20px 10px 20px 10px !important;
}

/* Full Screen Mega Menu Style */


.availability-icon {
    margin-left: 6px;
    color: #007bff;
    font-size: 15px;
    cursor: pointer;
}

.jobs li a {
    color: #080808 !important;
    text-decoration: none;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize !important;
}

.jobs {
    /* margin-top: 3px !important; */
    border-top: 1px solid #babbbb;
}

.mega-menu-full {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #E6F5F8;
    border-top: 1px solid #babbbb;
    /* transform: translateY(30px); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
    margin: auto;
    max-width: 780px;
    /* box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
    overflow: hidden;
    z-index: 10000;
    /* margin-top: 7px; */
    /* margin-top: 3px; */
}

a.cmn-buttn.port-buttn {
    background: #000 !important;
}

.mega-menu-full .col-sm-3 {
    /* padding: 0 20px; */
}

.mega-menu-full h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.mega-menu-full ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mega-menu-full li a {
    color: #080808;
    text-decoration: none;
    padding: 5px 0px;
    /* padding: 10px; */
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
    text-align: left !important;
}

.mega-menu-full li a:hover {
    color: #007bff;
}

.mega-menu-full .view-all {
    font-weight: bold;
    color: #007bff;
    margin-top: 10px;
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .mega-menu-full {
        padding: 20px 15px;
        top: 60px;
        /* top: 90px; */
        /* max-height: calc(100vh - 90px); */
    }

    /* .navbar {
        top: 50px;
    } */
}

/* Hover Effect */
.nav>li.dropdown:hover .mega-menu-full {
    display: block !important;
}

.navbar-nav>li>a.explore {
    font-weight: bold;
    padding: 15px 20px;
    color: #333;
    text-align: left !important;
}

.animated.fadeInUp.slider-buttn {
    padding-top: 0px;
}

.navbar-nav>li>a.explore:hover,
.navbar-nav>li>a.explore:focus,
.navbar-nav>li>a.explore:active {
    /* background-color: #f8f9fa; */
    color: #007bff;
    background: #f0f6ff !important;
}

/* .banner-section {
    padding-top: 140px;
    padding-bottom: 30px;
} */

/* overview */
.description-sec ul li {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    display: block;
    position: relative;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    width: 50%;
}

.fees {
    font-family: "Lexend", sans-serif;
}

.description-sec ul li img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
}

.fs-5 {
    font-size: 20px !important;
}

.fs-32 {
    font-size: 32px;
    font-weight: 800;
}

.fs-25 {
    font-size: 25px;
    font-weight: 800;
}

.description-sec h3,
.description-sec strong {
    /* color: #000; */
    font-weight: 800;
    font-size: 25px;
}

.description-sec .cmn-header p {
    color: #000 !important;
}

.description-sec h3 {
    /* border-left: 4px solid #007bff; */
    /* padding-left: 10px; */
    margin-top: 20px;
}
.m-0 {
    margin: 0px;
}

a.black-text{color: #0c1e2b !important; font-size: 20px;}
.breadcrumb{background: #fff !important; padding: 10px !important; width: 50%;} 
.max-h-80 {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}

.max-h-80::-webkit-scrollbar {
    width: 6px;
}

.max-h-80::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* overview */
a.apply-btn {
    font-family: 'Montserrat', sans-serif !important
}

.w-100 {
    width: 100% !important;
}

.p-0 {
    padding: 0px !important;
}

#accordion .panel {
    margin-left: 0px !important;
}

.service-box {
max-height: 340px !important;
}
.service-box:after {
    position: inherit !important;
}
.course-box, .course_cyber ul{padding-left: 16px !important;}

.service-box:hover {
    box-shadow: none !important;
}

.review-box {
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    display: flex;
    width: 100%;
}

.box-review {
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.review-item {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    border-right: 1px solid #cbd5e1;
}

.review-item:last-child {
    border-right: none;
}

.review-item img {
    height: 45px;
    margin: 0 auto;
}

.rating-box {
    display: inline-block;
    border: 1px solid #d1d5db;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 500;
    background: #fff;
    margin-left: 10px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .review-item {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #cbd5e1;
        margin-bottom: 10px;
    }

    .description-sec ul li {
        width: 100%;
        padding-right: 0px;
    }
}

.left-column h2 {
    font-weight: 800;
    color: #fff;
    font-size: 40px;
}

.left-column p {
    margin-bottom: 15px;
    color: #fff;
}

.left-column ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.student-name-box img {
    width: 30px !important;
}

.w-32 {
    width: 32px;
}

.w-40 {
    width: 40px;
}

.left-column ul li {
    color: #fff;
}


.btn-custom {
    margin-right: 10px;
    /* padding: 10px 20px; */
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
}

/*  */

.course-nav {
    position: relative;
    /* top: 0; */
    width: 100%;
    background: #fff;
    padding: 10px 0;
    transition: all 0.3s ease;
    z-index: 1000;
    border-bottom: 1px solid #e9ecff;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.course-nav ul li a.active {
    color: #007BFF;
    border-bottom: 2px solid#007BFF;
}

.course-nav::-webkit-scrollbar {
    display: none;
}



.course-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* box-shadow: 0 4px 6px rgba(0,0,0,0.2); */
}

.justify-content-between {
    justify-content: space-between !important;
}

.course-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* padding: 10px 0; */
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

.course-nav ul li {
    /* margin: 10px; */
    margin: 10px 15px;
}

.course-nav ul li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 10px;
    /* border-radius: 5px; */
    transition: background 0.3s;
}

.course-nav ul li a:hover {
    color: #ff9800;
    border-bottom: 2px solid#ff9800;
}

/*  */
/*  */
.explore-btn {
    color: #fff;
    text-decoration: none;

    position: relative;
}

/* 
a.explore-btn:focus,:hover {
    color: #fff !important;

} */

.explore-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.explore-btn:hover::after {
    width: 0;
}

/*  */
/*  */
.login-container {
    position: relative;
    display: inline-block;
    z-index: auto !important;
}

.login-popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #e9ecff;
    top: -8px;
    right: 10px;
}

.login-container:hover .login-popup {
    display: block;
}

.btn {
    box-shadow: none !important;
}

.login-popup {
    display: none;
    position: absolute;
    top: 57px;
    /* top: 40px; */
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* padding: 15px; */
    border-radius: 6px;
    /* width: 320px; */
    width: 300px;
    text-align: center;
    z-index: 999999;
}

.bg-e9ecff {
    background: #e9ecff;
}

/*  */
/*  */
.breadcrumb {
    background: none;
    padding: 8px 0;
    margin: 0;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.breadcrumb li {
    list-style: none;
    display: inline;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb li a:hover {
    color: #ff9800;
    text-decoration: underline;
}

.breadcrumb li i {
    margin: 0 5px;
    color: #fff;
}

.breadcrumb .active {
    color: #ff9800;
    font-weight: 600;
}

/*  */


/* header.box-tittle {
    height: 60px;
    padding: 11px 12px 14px;
} */
/* 
.box-content {
    padding: 0px;
} */



.course_cyber {
    height: auto !important;
}

.course_cyber {
    height: auto !important;
}

._box-content {
    height: auto !important;
}

.faq-tabs {
    text-align: center;
    margin-bottom: 30px;
}

.faq-tabs .btn {
    margin: 5px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.faq-tabs .btn.active {
    background-color: #007bff;
    color: #fff;
}


/* Default title style */
.faq-title a {
    color: #000;

}

.faq-title a {
    text-decoration: none;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.faq-default {
    border-bottom: 1px solid#000;
}



.toggle-icon {
    float: right;
    font-size: 14px;
    margin-top: 2px;
}


.mt-0 {
    margin-top: 0px !important;
}





.testimonial-card {
    background: #007bff;
    /* background: #fff; */
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.testimonial-card img {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
    /* border: 3px solid #f0f0f0; */
}

.testimonials h3 {
    font-size: 32px;
    font-weight: 700;
    /* color: #0b1c3a; */
    margin-bottom: 10px;
}

.testimonials .subtitle {
    font-size: 16px;
    /* color: #777; */
    margin-bottom: 16px;
}



/* ===== Carousel Blockquote ===== */
#testimonial-carousel blockquote {
    border-left: 4px solid #007BFF;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.7;
    min-height: 160px;
    transition: all 0.3s ease;
    text-align: left;
    height: 250px;
    overflow: auto;
}



#testimonial-carousel footer {
    margin-top: 15px;
    font-size: 15px;
    color: #555;
}

.z-index {
    z-index: 9999999;
}

/* ===== Carousel Controls ===== */
/* ===== Testimonial Carousel Styling ===== */
#testimonial-carousel {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

#testimonial-carousel blockquote {
    border-left: 4px solid #007BFF;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.3s ease;
    display: inline-block;
    max-width: 700px;
}

#testimonial-carousel footer {
    margin-top: 15px;
    font-size: 15px;
    color: #555;
}

.placement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px 0px;
}

.pl-3 {
    padding-left: 16px;
}

.pl-4 {
    padding-left: 24px;
}

.placement-card img {
    padding: 10px;
}

.placement-card .caption h4 {
    color: #ffa500;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.placement-card .caption p {
    margin: 0;
}

/* key feature */
.d-none {
    display: none !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}


.mb-2 {
    margin-bottom: 8px !important;

}


/*  */
.training-stats {
    /* background: #fff;
							padding: 40px 0; */
    text-align: center;
}

.stat-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 8px 0px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}


.stat-box img {
    width: 40px;
    /* height: 50px; */
    margin-bottom: 10px;
}

.stat-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.text-secondery {
    color: #05a704 !important;
}

.batchp {
    color: #000838;
    font-weight: 500;
}

.batch-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.batch-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.student-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    /* border: 3px solid #ddd; */
}





.custom-tabs {
    display: table;
    width: 100%;
    /* border-bottom: 2px solid #ddd; */
    /* margin-bottom: 20px; */
    table-layout: fixed;
    text-align: center;
}

.custom-tabs>li {
    display: table-cell;
    width: 33.4%;
    float: none;

}

.custom-tabs>li.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #007bff;
}



.bg-ddd {
    background: #f1eeee;
}

.custom-tabs>li:last-child {
    border-right: none;
}

.custom-tabs>li>a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    border: none !important;
    border-radius: 0;
    transition: all 0.3s ease;
}

.custom-tabs>li>a i {
    margin-right: 6px;
    /* color: #007bff; */
}

.custom-tabs>li.active>a,
.custom-tabs>li>a:hover {
    background-color: #007bff !important;
    color: #fff !important;
}

.custom-tabs>li.active>a i,
.custom-tabs>li>a:hover i {
    color: #fff;
}

@media (max-width: 768px) {
    .caret {
        display: inline-block !important;
    }

    .custom-tabs {
        display: block;
    }

    .custom-tabs>li {
        display: block;
        width: 100%;
        /* border-bottom: 1px solid #eee; */
    }

    .custom-tabs>li>a {
        padding: 12px 0;
        font-size: 14px;
    }

    .custom-tabs>li.active::after {
        display: none;
        /* mobile এ arrow hide */
    }
}

.border-right {
    border-right: 1px solid #a6a6a6;
}

.stat-box p {
    color: #555;
    margin: 5px 0 0;
    font-size: 15px;
}

.owl-theme .owl-controls .owl-buttons div {
    display: none;
}

/*  */

section.statistics-section {
    position: relative;
    margin-top: -20px !important;
    z-index: 11;
}


.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;

}

.p-50 {
    padding: 15px 60px !important;
    font-size: 18px;
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;

}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;

}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;

}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;

}

.my-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;

}

.pt-5 {
    padding-top: 3rem !important;


}

.mt-5 {
    margin-top: 3rem !important;

}

.mt-4 {
    margin-top: 1.5rem !important;

}

.mt-3 {
    margin-top: 16px !important;

}

.corporate-modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.corporate-modal-content .close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    font-size: 28px;
    opacity: 0.5;
    color: #000;
    text-shadow: none;
}

.corporate-modal-body {
    padding: 0;
}

.left-pane {
    /* background-color: #0d6efd;
    color: #ffffff;
    padding: 20px 40px 32px 40px; */
}

.left-pane-content h2 {
    /* font-weight: bold; */
    /* font-size: 36px; */
    margin-top: 0;
    margin-bottom: 16px;
}

.feature-list {
    list-style: none;
    padding-left: 0;

}

.feature-list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 25px;
}

.right-pane {
    padding: 20px 40px;
}

.right-pane h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.cnm-box.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    transform-origin: center bottom;
}

ul.nav li.dropdown:hover ul li a:active {
    background: transparent !important;

}

.form-group {
    margin-bottom: 15px !important;
}

.right-pane h3::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background-color: #0d6efd;
    margin: 8px auto 0;
}

.right-pane .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    padding-left: 0;
    font-size: 16px;
}

.corporate-modal-dialog {
    max-width: 900px;
    width: 90%;
    margin-top: 50px;
}

.right-pane .checkbox {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}

.right-pane .checkbox a {
    color: #0d6efd;
    text-decoration: underline;
}

.btn-enquire {
    background-color: #0d6efd;
    border: none;
    font-size: 18px;
    padding: 12px;
    border-radius: 8px;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.feature-list .fa-check-circle {
    font-size: 22px;
    margin-right: 15px;
    margin-top: 3px;
    color: #fff;
}

.mt-2 {
    margin-top: 14px !important;

}

.mt-1 {
    margin-top: 6px !important;

}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 10px 0px; */
    transition: all 0.3s ease-in-out;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
    /* box-shadow: 0 4px 10px 0px; */
    min-height: 230px;

}

.blog-content h4 a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.blog-content h4 {
    font-size: 18px;
}

.blog-content h4 a:hover {
    color: #ff9800;
}

.blog-content p {
    color: #000;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.read-more {
    color: #ff9800;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.read-more:hover {
    color: #007bff;
}

.btn-tab {
    background: #f3f9f9;
    /* border-bottom: 2px solid #007BFF; */
    color: #000;
    padding: 10px !important;
    margin: 5px;
    border-radius: 2px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 18px;
}

.btn-tab.active,
.btn-tab:hover {
    /* background: #f3f9f9; */
    box-shadow: none !important;
    color: #007BFF;
    border-bottom: 2px solid #007BFF;

}

/* .tab-btn-redesing{border: 1px solid#cacfcf; border-radius: 10px;} */
.mb-3 {
    margin-bottom: 16px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.overflow-y-auto {
    overflow-y: auto;
}

.max-h-80 {
    max-height: 30rem;
}

.pb-3 {
    padding-bottom: 16px !important;
}
.pb-1 {
    padding-bottom: 4px !important;
}

.batch-table {
    width: 100%;
    border-collapse: collapse;
    /* font-family: 'Segoe UI', sans-serif; */
    margin-top: 20px;
    font-size: 15px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.batch-table thead {
    background-color: #007BFF;
    color: #fff;
}

.batch-table th,
.batch-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
}

.batch-table tbody tr {
    /* background-color: #f1f4f8; */
    /* margin: 8px 0px; */
}

.enroll-btn {
    border-radius: 5px;
    background: linear-gradient(83deg, rgba(245, 161, 34, 1) 28%, rgba(247, 108, 28, 1) 100%);
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.hvr-sweep-to-right:before {
    border-radius: 4px !important;
}

/* .description-content {

    background: #f4f6fb;
    width: 100% !important;
    margin-left: 0px;
    padding: 16px 0px !important;

} */




.p-2 {
    padding: 8px !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}



.text-white {
    color: #fff !important;
}



.certificat-reviwe img {
    width: 11px !important;
}



#related-Certificates-here .owl-buttons {
    display: none;
}

#related-courses-here .owl-buttons {
    display: none;
}



.fees {
    font-size: 15px;
    margin-bottom: 5px;
}



.text-justify {
    text-align: justify;
}

.h-100 {
    height: 100%;
}



.choose-box {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0 7px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 110px !important;
}



.choose-box p {
    margin: 0;
    /* color: #008ca2; */
    font-weight: 600;
}

/* why chose us */
.pt-2 {
    padding-top: 2px !important;
}
.pb-2 {
    padding-bottom: 8px !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}


.breadcrumb {
    background: transparent !important;
}


.position-relative {
    position: relative;
}


.breadcrumb>li+li:before {
    display: none;
}

/* .breadcrumb>.active{color: #cfcfcf !important;font-weight: 700;}  */
/*  */
/* Modal tweaks */
.custom-small-modal .close {
    opacity: 1 !important;
    color: #fff !important;
    margin-top: 0px;
}

.custom-small-modal .modal-dialog {
    width: 450px;
    /* Default: 600px in Bootstrap */
    max-width: 90%;
    margin: 80px auto;
}

.custom-small-modal .modal-content {
    border-radius: 8px;
    border: none;
}

.custom-small-modal .modal-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(90deg, #0aa6bd, #007bff);
}


.mt-25 {
    margin-top: 25px;
}



.discount-cards {
    margin-top: 30px;
}

.discount-card {
    background: linear-gradient(135deg, #ffffff, #e4f2ff);
    border: 1px solid #e0e0e0;
    color: #222;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px 0px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Add subtle border-top accent */
.discount-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #ff9800, #0aa6bd, #007bff);
    border-radius: 15px 15px 0 0;
}

.discount-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Icon styling */
/* .discount-card .icon {
    font-size: 30px;
    color: #0aa6bd;
    background: rgba(10, 166, 189, 0.1);
    display: inline-block;
    padding: 15px 20px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
} */

/* .discount-card:hover .icon {
    background: linear-gradient(135deg, #0aa6bd, #007bff);
    color: #fff;
} */

/* Text styles */
.discount-card h4 {
    margin: 12px 0 8px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.discount-card p {
    margin: 0;
    font-size: 16px;
    color: #000;
}

/*  */
/* Phone Number Input Group */
.phone-input-group {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.phone-input-group:focus-within {
    border-bottom: 1px solid #0d6efd;
}

.phone-input-group .country-code {
    border: none;
    background: transparent;
    padding-right: 10px;
    font-size: 16px;
    width: 110px;
}

.phone-input-group .form-control {
    border: none;
    flex-grow: 1;
}

/* modal section */
.right-side {
    width: 52%;
    position: relative;
    padding: 30px;
}

.left-side {
    width: 48%;
    padding: 30px;
    background-color: #007BFF;
    color: #fff;
}

.body-modal {
    padding: 0;
    display: flex;
}

.absolute-close {
    position: absolute;
    top: 0px;
    right: 10px;
    opacity: inherit !important;
    font-size: 30px !important;
}

.navbar-nav {
    margin: -1.5px 0px !important;
}

.desktop-none {
    display: none !important;
}

.img-responsive {
    width: 100px;
}

.mobile-none {
    display: block;
}

/*  */
.hover-content {
    display: none;
}

.p-12 {
    padding: 12px 4px;
}
.pt-1{padding-top:2px !important;}

.right-side-hover {
    background: #fff;
    padding: 20px;
    min-height: 280px;
}

.hover-content.active {
    display: block;
}

.hover-menu li {
    cursor: pointer;
}

.hover-menu li a {
    display: block;
    padding: 10px 15px;
    color: #080808;
    text-decoration: none;
    font-family: "Lexend", sans-serif;
}

.hover-menu li.active a {
    font-weight: 500;
    color: #007bff;
    background: #fff;
    /* padding: 10px 15px; */
    width: 100%;
}

.hover-menu li.active a {
    position: relative;
    /* display: inline-block; */
}

.hover-menu li.active a:before {
    content: "";
    display: block;
    width: 12px;
    height: 17px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17'><path d='M0 0L9 8.5L0 17V0Z' fill='white'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s;
    transform: translateX(0);
}

/* .hover-menu li a:hover {
						text-decoration: underline;
						} */
.mega-menu-full.course-megamenu-wrap {
    width: 850px;
    max-width: 850px;
}

li.menu-parent:hover>.mega-menu-full {
    /* transform: translateY(0); */
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

/* Show hamburger below 992px instead of 768px */
@media (min-width: 992px) and (max-width: 1200px) {
    .mega-menu-full.course-megamenu-wrap {
        width: 660px;
        max-width: 660px;
    }

    .navbar-nav {
        width: inherit !important;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        position: inherit !important;
        right: inherit !important;
        top: inherit !important;
    }

    .navbar-toggle {
        display: block;
        padding: 0 !important;
        margin-top: 12px !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
        border-color: transparent !important;
    }

    .navTrigger i {
        background-color: #100101;

    }

    .navbar-collapse {
        border-top: 1px solid #ddd;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-collapse.in {
        display: block !important;
    }
}

/*  */
/* modal section */
/* Responsive adjustments */
@media (max-width: 991px) {
    /* .navbar-nav {
        margin: -1.5px -17px !important;
    } */

    .left-pane,
    .right-pane {
        min-height: auto;
    }

    .body-modal {
        flex-direction: column;
    }

    .left-side {
        width: 100% !important;
        display: none;
    }

    .right-side {
        width: 100% !important;
    }

    .desktop-none {
        display: block !important;
        float: left !important;
        margin-top: 8px;
        position: relative;
    }

    .mobile-none {
        display: none !important;
    }

    /* .banner-section {
    padding-top: 260px;
    padding-bottom: 30px;
} */
}

@media (max-width: 767px) {
    .corporate-modal-dialog {
        margin-top: 20px;
        margin-bottom: 20px;
    }



    .left-pane {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }

    .right-pane {
        padding: 30px 25px;
    }

    .corporate-modal-content .close {
        /* color: #fff; */
        opacity: 0.8;
    }
}


/* modal */
.feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.testimonial-slide {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testimonial-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-img img {
    width: 100%;
    transition: transform 0.4s ease;
}

.testimonial-img:hover img {
    transform: scale(1.1);
}

.testimonial-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #2c3e50;
}

.rounded {
    border-radius: 10px;
}

.testimonial-role {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.carousel-inner>.item {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

/* style */

/* style */

@media(max-width:480px) {
    .step-col::after {
        display: none;
    }

    .left-side {
        display: none;
    }

    .animated.fadeInUp.slider-buttn {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    a.cmn-buttn {
        padding: 12px;
        width: 100% !important;
    }

}

@media (max-width: 768px) {
    .navbar-collapse {
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .step-box.arrow-right::after {
        display: none;
    }

    .step-col:nth-child(2n)::after {
        display: none;
    }

    .step-col::after {
        display: block;
        right: -8px;
    }

    .step-col:nth-child(3n)::after {
        display: none;
    }

    .course-title {
        text-align: center;
        display: block;
        float: none !important;
    }

    .feature-card {
        min-height: auto;
    }

    .logo-img {
        display: block;
        margin: 10px auto;
        float: none !important;
    }

    .feature-item {
        max-width: 100%;
    }

    .mega-menu-full {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .mega-menu-full {
        width: 550px;
    }
}

@media (max-width: 370px) {
    .login-popup {
        right: -46px !important;
    }

    .login-popup:before {
        right: 60px !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .mobile-navbar {
        display: none !important;
    }

}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .border-right {
        border-right: none !important;
    }
}

.cmn-buttn {
    padding: 6px 12px !important;
}
blockquote footer:before, blockquote small:before, blockquote .small:before{
    content: inherit;
}
.testimonial-name-span{
    padding: 10px;
}
.live-demo{
    text-align: center;
}