body {
    background-color: #e5f3fc;
    font-family: 'inter',sans-serif ! important; 
    padding: 0px;  
    margin: 0;
    overflow-x: hidden;  
    box-sizing: border-box;   
}
html, body {
    overflow-x: hidden;
}
p{
    font-size: 14px !important;
    color: #676767e3;
}
.card-title{
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #2e2eaa !important;
}
.filter-menu li{
    padding: 8px 12px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
}
.card-custom {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 290px;
}
 .main-header-search{
        display: flex ;
        align-items: center;
    }
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        justify-content: space-around;
    }
    .nav-link{
	background-image: linear-gradient(#1890ca, #1890ca);
        background-repeat: no-repeat;
        background-position: left bottom;  
        background-size: 0% 2px;           
        transition: background-size 0.4s ease;
   }
   .nav-link:hover{
	background-size: 100% 2px;
   }

}
@media (max-width: 990px){
    .search-box{
        display: none;
    }
    @media (max-width: 990px){
    .search-box{
        display: none;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    .main-header-search{
        flex-direction: column !important;
        align-items: flex-start;
        /* gap: 20px; */
        margin-top: 20px;
        margin-bottom: 5px;
    }
 .nav-link{
	background-image: linear-gradient(#1890ca, #1890ca);
        background-repeat: no-repeat;
        background-position: left bottom;  
        background-size: 0% 2px;           
        transition: background-size 0.4s ease;
   }
   .nav-link:hover{
	background-size: 100% 2px;
   }

}
}
@media (max-width: 768px){
    .carousel-track .card {
        flex: 2 0 calc(51.333% - 20px) !important;
        background: #fff;
        border-radius: 10px;
    }
 .nav-link{
	background-image: linear-gradient(#1890ca, #1890ca);
        background-repeat: no-repeat;
        background-position: left bottom;  
        background-size: 0% 2px;           
        transition: background-size 0.4s ease;
   }
   .nav-link:hover{
	background-size: 100% 2px;
   }


}
@media (max-width: 767px){
    .hero-image{
        display:none;
    }
 .nav-link{
	background-image: linear-gradient(#1890ca, #1890ca);
        background-repeat: no-repeat;
        background-position: left bottom;  
        background-size: 0% 2px;           
        transition: background-size 0.4s ease;
   }
   .nav-link:hover{
	background-size: 100% 2px;
   }

}
@media (max-width: 426px){
    .hero-image{
        display:none;
    }
    .hero-btn{
        width: 100%;
    }

    .carousel-track .card {
        flex: 1 0 calc(109.333% - 20px) !important;
    }
    .hero-data{
        width: 100%;
    }
    .hero-image{
        display: none;
    }
    .class-mang {
        padding-left: 38px;
    }
 .nav-link{
	background-image: linear-gradient(#1890ca, #1890ca);
        background-repeat: no-repeat;
        background-position: left bottom;  
        background-size: 0% 2px;           
        transition: background-size 0.4s ease;
   }
   .nav-link:hover{
	background-size: 100% 2px;
   }
    .tab-prog{
	display: flex !important;
    }
    .tab-prog a{
	padding: 5px 10px !important;
    }
}
@media (max-width: 320px){
    .class-mang {
        padding-left: 38px !important;
    }
 .nav-link{
	background-image: linear-gradient(#1890ca, #1890ca);
        background-repeat: no-repeat;
        background-position: left bottom;  
        background-size: 0% 2px;           
        transition: background-size 0.4s ease;
   }
   .nav-link:hover{
	background-size: 100% 2px;
   }
   

}

.hero-subtitle {
    font-size: 1.1rem;
    color: #555;
}
.hero-btn {
    border-radius: 10px;
    font-weight: 500;
    box-shadow: 0 2px 5px #179de457;
    background-color:#18549c;
    color:white;
    width: 100%;
}
.cer-btn{
    border-radius: 10px;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    box-shadow: 2px 3px 4px 0px #bee1f3;
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
}
.hero-btn:hover{
    background-color: #179de4;
    color: #fff;
}
.cer-btn:hover{
    /* border: 2px solid #18549c !important; */
    background-color: #fff;
    color:#179de4;
    box-shadow: 0px 0px 4px #179de4;
    /* padding: 4px 10px; */
}
.search-box {
    background: white;
    border-radius: 50px;
    padding: 5px 15px;
    width: 375px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.search-box input {
    border: none;
    outline: none;
    width: 100%;
}
.search-box button{
    border: none;
    background: transparent;
    color: #757575;
}
.nav-link {
    font-weight: 500;
}
.hero-image {
    max-width: 100%;
    height: 430px;
    object-fit: cover;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem !important;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.about-grc{
    text-align: center;
    max-width: 840px;
    margin: auto;
    padding: 30px 0px;
}
.about-grc h2{
    color: #2e2eaa;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-grc span{
    color: #179de4;
}
.about-grc p{
    font-size: 1.1rem;
    color: #676767e3;
}
.empower-sec{
    color: #2e2eaa;
}
.empower-sec span{
    color: #179de4;
}
.empower-sec a{
    color: #676767e3;
}
.white-bg{
    background-color: #fff;
}
.sub-hero-img{
    width: 100%;
    object-fit: cover;
}
.dot-left{
    height: 50px;
    width: 50px;
    background-color: #3dbcff9e;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}   
.dot-right{
    height: 20px;
    width: 20px;
    background-color: #3dbcff9e;
    border-radius: 50%;
    position: absolute;
    right: 86px;
    bottom: 35px;
} 
.dot-class-right{
    height: 45px;
    width: 45px;
    background-color: #3dbcff9e;
    border-radius: 50%;
    position: absolute;
    right: 14px;
    bottom: 44px;
} 
.empower-sec h2{
    font-size: 23px;
    font-weight: 600;
    /* margin-bottom: 20px; */
    line-height: 40px;
}
.empower-sec  p{
    color: #7c7c7c;
}
.class-mang{
    padding-left: 65px;
}
.class-mang h2{
    color: #179de4;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
.class-mang span{
    color: #2e2eaa;
    
}
.why-title {
    font-size: 2rem;
    font-weight: 700;
}

.why-title span {
    color: #179de4;
}

.card-custom {
    border: none;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 20px 0px #d1e1f6;
    padding: 15px;
}
.card-header{
    padding: 15px 10px;
}
.card-img-top {
    border-radius: 8px;
    height: 150px;
    object-fit: cover;
}
.heading-text{
    color: #2e2eaa;
    font-weight: 700;
}
/* .card-time{
    background: #eefeff;
    padding: 10px 30px 10px 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 8px 0px #a7abad;
} */
.heading-text span{
    color: #179de4;
}
.see-all {
    color: #00c9c8;
    font-weight: 600;
    text-decoration: none;
}
.why-unaction{
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #76a1d6 !important;
    color: #fff !important;
    
}
.why-action{
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #4890ea !important ;
    color: #fff !important;

}
.why-action:hover{
    border: none;
    padding: 10px 15px;;
    border-radius: 6px;
    background-color: #1554a2 !important;
    color: #fff !important;

}
.feedback-scroll-right-btn{
    position: absolute;
    bottom: 30%;
    right: 0%;
}
.feedback-scroll-left-btn{
    position: absolute;
    bottom: 30%;
    left: 0%;
}
.expertise-section {
    background: #fff;
}
.main-instructor img {
    width: 100%;
    border-radius: 10px;
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: #2c2c2c !important;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #007bff;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.name {
    margin-top: 8px;
    font-weight: bold;
    text-align: center;
}

.text-area h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(to right, #00bcd4, #00c853);
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
}

.text-area li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #757575;
}
.experts-section {
    background-color: #eafafa;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.title {
    font-weight: 700;
    font-size: 2rem;
    color: #2e2d81;
}

.title .highlight {
    color: #179de4;
}

.desc {
    color: #5c6574;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.count {
    font-weight: 700;
    font-size: 2rem;
    color: #179de4;
}

.label {
    font-weight: 600;
    color: #2e2d81;
    margin-top: 5px;
    font-size: 1rem;
}

.experts-section .container {
    position: relative;
    z-index: 1;
}
.subscribe-section {
    background-color: #fff;
}

.subscribe-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2e2d81;
}

.subscribe-form {
    background-color: #e6fcfc;
    border: 1px solid #00c4b4;
    border-radius: 50px;
    overflow: hidden;
    max-width: 100%;
}

.subscribe-input {
    flex: 1;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 50px 0 0 50px;
    background-color: transparent;
    font-size: 1rem;
    color: #333;
}

.subscribe-input::placeholder {
    color: #aaa;
}

.subscribe-btn {
    background-color: #6ef2e5;
    color: #2e2d81;
    font-weight: 600;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #50e7d7;
    color: #1b1b5f;
}
.level-card {
    border-radius: 16px;
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}
.level-card:hover {
    transform: translateY(-5px); /* move up */
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12); /* optional stronger shadow */
}
.couses-icon-blue {
    background-color: #179de4;
}
.level-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* margin: 0 auto 20px; */
    font-size: 28px;
    color: white;
}
.level-icon i{
    font-size: 16px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
}
.btn-blue {
    background: #179de4;
    color: #fff;
}
.btn-blue:hover{
    border: 1px solid #179de4;
    color: #179de4;
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: #fff;
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.check-icon {
    color: green;
    margin-right: 10px;
}
.carousel-container {
    display: flex;
    align-items: center;
    position: relative;
}

.carousel-track {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 30px;
    width: 100%;
    padding: 20px;
}

.carousel-track .card {
    flex: 0 0 calc(33.333% - 20px); 
    border-radius: 10px;
}

.why-action, .why-unaction {
    background: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
.nav-item:hover .sel-cou{
    display: block;
}
.sel-courese{
    /* padding: 10px; */
    border: none;
    /* width: 114px;
    border: 1px solid #c5c5c5;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #1554a2; */
    position: relative;
}
.sel-courese p{
    color: #fff;
}
.sel-courese:hover .sel-cou{
    display: block;
    z-index: 99;
}
.sel-cou{
    background: #f4f4f4;
    display: none;
    position: absolute;
    border-radius: 8px;
    top: 58px;
    margin: 0px;
    padding: 0;
    box-shadow: 0px 3px 8px 2px #b4b4b485;

}
.ind-cou{
    position: relative;
    width: 100%;
}
.sub-ind-cou{
    position: absolute;
    box-shadow: 0px 3px 8px 2px #b4b4b485 !important;
    padding: 0 !important;
    display: none;
    background-color: transparent !important;
    top: 0;
    right: 113px;
    width: 300px;
}
.ind-cou:hover .sub-ind-cou{
    display: block;
    background-color: #b1b1b1;
}
.sel-cou ul{
    padding: 0;
    box-shadow: 0px 3px 8px 0px #00cbb83d;
    background-color: #fff;
    border-radius: 6px;
}
.sel-cou li{
    list-style-type: none;
    /* padding: 5px 20px; */
}
.sel-cou li:hover{
    background-color:   #bfe1f7;
    border-radius: 6px;
    color: #5e5e5e !important;;
}
.sel-cou a{
    text-decoration: none;
    color: #000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
 {
    color: #000;
    background-color: transparent;
    border: none;
}

.register-section {
    /* background: #fff; */
    padding: 15px 0;
    text-align: center;
}

.register-form {
    background: linear-gradient(to bottom right, #f6f8ff, #ffffff);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px;
    max-width: 750px;
    margin: 0 auto;
}

.register-form input,
.register-form select {
    font-size: 14px;
    padding: 9px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.register-form input:focus,
.register-form select:focus {
    border-color: #a9c823;
    box-shadow: #6c757d;
    outline: none;
}
.register-section h3 {
    font-size: 32px;
    font-weight: 700;
}

.register-section p {
    font-size: 18px;
    color: #6c757d;
}

.custom-select {
    position: relative;
    width: 220px;
}
select {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #adadad;
}
select:hover {
    border-color: #ccc;
}
select:focus {
    border-color: #3b82f6; /* Blue */
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
    outline: none;
}
select option {
    background-color: white;
    color: black;
    padding: 8px;
    border-radius: 8px;
}
select option:checked {
    background-color: #3b82f6;
    color: white;
}

.register-btn {
    background-color: #1554a2; 
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(16, 163, 127, 0.3);
    transition: all 0.3s ease;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 9999;
}
.success-card{
    max-width: 750px;
    margin: auto;
}
.register-btn:hover {
    background-color: #179de4;
    box-shadow: 0 4px 13px #e5f3fc;
    transform: translateY(-2px);
}

.register-btn:active {
    transform: scale(0.97);
    box-shadow: 0 3px 8px rgba(16, 163, 127, 0.4);
}
.register-btn a{
    text-decoration: none;
    color: #fff;
}
.select-wrapper {
    position: relative;
    width: 200px;
}

.select-trigger {
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px 12px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-options {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.select-options div {
    padding: 8px 12px;
    cursor: pointer;
}

.select-options div:hover {
    background-color: #f0f0f0;
}

.select-wrapper.active {
    border: 2px solid #1554a2;
    border-radius: 10px;
}

.select-wrapper.active .select-options {
     display: block;
}
.ind-image-hero img{
    height: auto;
    width: 100%;
}




.accordion-body ul li{
    color: #7c7c7c;
    /* list-style-type: lower-roman; */
}
.info-card{
    box-shadow: 0px 3px 6px 0px #a6fff2;
    padding: 15px;
    border-radius: 6px;
    background: #00c7b2;
    color: #fff;
    font-weight: 600;
}



.banner-item-list li {
    position: relative;
    font-size: 16px;
}

.banner-item-list li::before {
    position: absolute;
    top: 9px;
    left: -23px;
    height: 30px;
}

.contactForm {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 17px 1px #86686830;
    border-radius: 10px;
}

.qrc-company-card h4 {
    text-transform: uppercase;
    font-size: 56px;
    padding-bottom: 12px;
}

.qrc-company-card p {
    font-size: 24px;
    padding-bottom: 34px;
}


.qrc-company-card .contact-us {
    border-radius: 25px;
    padding: 12px 24px;
    background-color: #17224d;
    color: #fff;
    border: 1px solid #fff;
}

.qrc-company-card .contact-us:active {
    border-radius: 25px;
    padding: 12px 24px;
    background-color: #17224d;
    color: #fff;
    border: 1px solid #fff;
}

.qrc-company-card img {
    width: 25%;
    left: -32px;
    bottom: 124px;
    z-index: 10;
}

.qrc-company-card .image-border::after {
    content: '';
    border: 2px solid #126ac1;
    position: absolute;
    left: 37px;
    width: 25%;
    top: 195px;
    height: 200;
    border-radius: 14px;
}

.qrc-company-card .contact-us:hover {
    border: 1px solid #00000000 !important;
    box-shadow: 3px 5px 9px 1px #98a2c6;
}

.qrc-company-card .contact-us i {
    rotate: -40deg;
}

.qrc-company-card .contact-us:hover i {
    rotate: 0deg !important;
}

.comment-form__input-box label {
    font-size: 14px;
    line-height: 25px;
}

.comment-form__input-box input[type=email],
.comment-form__input-box input[type=text],
.comment-form__input-box select {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 18px;
    font-size: 14px;
    background-color: #f6f6f6;
    border: 0px;
    width: 100%;

}

.comment-form__input-box textarea {
    padding: 5px 17px 16px 10px;
    height: 75px;
    font-size: 14px;
}

.scrolling-tabs {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    padding: 10px 0 0 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #007BFF !important;
    border-color: #007BFF !important;
    border-bottom: 2px solid #49689c;
    background-color: transparent;
    color: #49689c;
    border-radius: 0px;
}

.nav-link {
    color: #1e1e1e;
}

.content-section {
    padding: 20px 20px 0px 20px;

}
.payment-card {
    border-right: 1px solid #ddd;     
    padding: 12px 50px;

}
.payment-card h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}
.payment-card p {
    margin: 5px 0;
    
}
.payment-card .amount {
    font-weight: bold;
    color: #1f275f;
    font-size: 30px;
}
.payment-card .discount {
    color: #dc3545;
}
.titles{
    color:#4c6ae0;
    font-size:18px;
    font-weight:bold;
    
}
.label-shadow{
    width: fit-content;
    background: #00c7b2;
    color: #fff;
    box-shadow: 2px 2px 10px 4px #adcbc7;
    font-weight: 700;
    border-radius: 6px;
}
#target-audience h3{
    background-color: #00c7b2;
    color: #fff;
    box-shadow: -4px 4px 8px 2px #777;
    font-weight:500;
    border-radius: 6px;
}
#target-audience ul{
    font-size: 15px;     
    line-height: 29px;
}
#exam-details h3{
    background-color: #00c7b2;
    color: #fff;
    box-shadow: -4px 4px 8px 2px #777;
    font-weight:500;
    border-radius: 6px;
}
#exam-details ul{
    font-size: 15px;     
    line-height: 29px;
}
.sec-title p{
    text-align:justify;
}
.nav-item{
    padding: 0px 5px;
}
    .program-section {
      padding: 30px 20px;
    }

    .badge-indu {
        background-color: #cce7f7db;
        color: #3a77ad;
        font-size: 14px;
        border-radius: 30px;
        padding: 11px 18px;
        font-weight: 100;
    }

    .program-title {
      font-size: 42px;
      font-weight: 700;
      margin-top: 20px;
    }

    .program-description {
      color: #555;
      font-size: 16px;
      margin-bottom: 30px;
    }

    .info-icon {
      color: #179de4;
      font-size: 18px;
      margin-right: 8px;
    }

    .info-label {
        font-size: 14px;
        color: #555;
        margin-bottom: 4px;
    }

    .info-value {
        font-weight: 600;
    }

    .enroll-btn {
        border-radius: 25px;
        padding: 10px 24px;
        font-weight: 500;
    }

    .img-card img {
        width: 75%;
	height: 75%;
        border-radius: 10px;
    }



    .why-section h2 {
      font-weight: 600;
      font-size: 36px;
      margin-bottom: 20px;
    }

    .why-section p.pra-matter {
      max-width: 800px;
      margin: 0 auto 50px auto;
      color: #555;
      font-size: 16px;
    }

    .feature-box {
        background: white;
        padding: 30px 20px;
        border-radius: 15px;
        box-shadow: 0px 2px 9px rgb(0 0 0 / 21%);
        transition: transform 0.3s ease;
        height: 100%;
        text-align: center;   
    }

    .feature-box:hover {
      transform: translateY(-5px);
    }

    .feature-icon {
      font-size: 28px;
      color: #179de4;
      margin-bottom: 15px;
      
    }

    .feature-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .feature-text {
      font-size: 14px;
      color: #666;
    }
    .accordion-button{
        padding: 10px 20px;
        background-color: #edf9ff;
        border-radius: 6px;
    }
.accordion-header{
    border: 0;
}
.accordion-item {
    border: 0;
}
    .accordion-button h5{
        font-size: 14px;
        margin: 0;
    }
 
    .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: #d6eefe;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    }
    .accordion-item .accordion-button {
        border-radius: 6px;
    }
    .service-details__text {
        font-size: 14px !important;
    }

    .accordion-item:first-of-type {
        border: none;
    }
 
    .info-section {
      padding: 30px 20px;
    }

    .info-card {
      background: white;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
      height: 100%;
    }

    .info-header {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 25px;
      color: #179de4;
    }

    .info-header i {
      margin-right: 8px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      margin-bottom: 14px;
      font-size: 14px;
      display: flex;
      align-items: flex-start;
      color: #000;
      font-weight: 500;
    }

    .info-list li svg {
      color: #179de4;
      margin-right: 10px;
      margin-top: 2px;
    }

    .info-list li i {
      color: #179de4;
      margin-right: 10px;
      margin-top: 2px;
    }

    .exam-meta {
      font-size: 12px;
      color: #757575;
      margin-bottom: 10px;
    }

    .exam-meta span {
      display: block;
      /* font-weight: 600; */
      color: #000;
    }
  

    .section-heading h2 {
      font-weight: 600;
      font-size: 40px;
    }

    .section-heading p {
      color: #555;
      font-size: 18px;
      margin-top: 10px;
    }

    .card-grid {
      padding: 30px 15px 60px;
    }

    .feature-card {
      background: white;
      border-radius: 20px;
      padding: 30px 20px;
        box-shadow: 0px 1px 11px rgb(0 0 0 / 20%);
      text-align: center;
      height: 100%;
      transition: all 0.3s ease;
    }

    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.269);
    }

    .feature-card img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 15px;
      margin-bottom: 15px;
    }

    .feature-card h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .feature-card p {
      font-size: 15px;
      color: #555;
    }
    .faq-header{
        background-color: #edf9ff;
        padding: 10px 20px;
    }
    .faq-header i{
        color: #2e2eaa;
    }
    .accordion-body{
        font-size: 14px;
        background-color: #ebf2f79c;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.tab-btn{
    border-radius: 6px;
    background-color: #179ce44b;
}
.tab-btn.active{ 
    background-color: #179de4 !important;
    color: #fff !important; 
    border-radius: 6px;
    border-color: transparent;
}
.Courses-container{
    height: fit-content;
}
.card {
    display: flex;
    flex-direction: column; 
    height: 100%; /* Equal height for all cards */
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.card-badge {
    position: absolute;
    background-color: #179de4;
    color: white;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 10px;
    top: 0;
    left: 0;
}

.card-image {
    text-align: center;
    padding: 20px;
    background-color: #f7fbfb;
    position: relative;
}

.card-image img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

.card-content {
    padding: 14px;
    flex-grow: 1; /* expands to fill remaining space */
}

.card-content h3 {
    font-size: 16px !important;
    margin: 0 0 10px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.card-content p {
    font-size: 14px !important;
    color: #555;
    line-height: 1.5;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #777;
    padding: 0 16px 16px;
    border: 0;
    background-color: transparent;
    margin-top: auto; /* pushes footer to bottom */
}

.card-button {
    display: block;
    width: calc(100% - 32px);
    margin: 0 auto 16px;
    padding: 10px;
    background-color: #1554a2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}

.card-button:hover {
    background-color: #179de4;
}
.training-table table img{
    width: 50px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 6px;
}
.training-table {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin: auto;
    box-shadow: 0 4px 12px rgb(0 0 0 / 16%);
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
th, td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
table tbody tr{
    border-bottom: 1.5px solid #dfdfdf;
}

td .course-title {
    width: 250px;
    font-weight: bold;
    color: #222;
}
td .course-desc {  
    font-size: 12px;
    color: #777;
}
.schedule-date{
    width: 210px;
    padding: 15px;
}
.trainz-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #179de4;
}
.online-badge {
    background: #e0f0ff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #179de4;
}
.status-open {
    background: #d4f8df;
    color: #1a7f2e;
    display: flex;
    align-items: center;
    width: fit-content;
}
.status-full {
    background: #e0e0e0;
    color: #555;
    display: flex;
    align-items: center;
    width: 56px;
    text-align: center;
    justify-content: center;
}
.btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
.btn-enroll {
    background: #1554a2;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;

}
.btn-enroll:hover{
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 600;
    background-color: #179de4;
}
.btn-full:hover{
    padding: 8px 40px;
    border-radius: 6px;
    font-weight: 600;
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
.btn-full {
    padding: 8px 40px;
    border-radius: 6px;
    background: #ccc;
    color: #666;
    font-weight: 600;
    cursor: not-allowed;
}
.tranz-filter{
    /* background: linear-gradient(173deg, #179de4,#4985cd, #1554a2); */
    background-color: #ffffff1a;
    color: #fff;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 8px;
    outline: none;
    box-shadow: 0px 0px 3px #ffffffd4;

}
.tranz-filter-bg{
    background: linear-gradient(45deg, #179de4, #1554a2);
    color: #fff;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 8px;
    outline: none;

}
.white-color{
    color: #fff;
}
.tranz-filter label{
    font-size: 14px;
}
.tranz-filter button{
    background: #3de626;
    color: #fff;
    border: none;
}
.dot-open{
    background-color: #1a7f2e;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right: 10px;
}
.dot-full{
    background-color: #8c8c8c;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right: 10px;
}
select:focus {
    border-color: #cae2f8;
    box-shadow: 0 0 0 3px rgb(244 250 255);
    outline: none;
}  
.tranz-search{
    padding: 8px;
    width: 100%;
    border-radius: 6px;
} 
.tranz-select{
    padding: 10px;
    width: 100%;
    border-radius: 6px;
}
.modal-header{
    background: linear-gradient(#179de4, #1554a2);
    color: #fff;
}
.enroll-input{
    width: 100%;
    border-radius: 6px;
    padding: 10px;
}
.close-btn{
    background: #ffffff !important;
    border: 0;
    box-shadow: 0px 2px 4px #0a77bc;
    border-radius: 6px;
    padding: 3px 8px;
    color: #0044cc;
}
.modal-body input{
    border: 1px solid #777;
}


.three-lines {
    width: 250px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-view td{
    padding: 10px;
}
.dropdown-menu ul{
    padding:6px;
}
.dropdown-menu li a{
 display: block; 
height:100%;
width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e1e1;
}
.dropdown-menu {
    display: none;
    position: absolute;
    margin-top: 0;
    left: 136px;
    background-color: transparent;
    width: 200px;
    border: none !important;
    padding: 0px 6px;
}

.dropdown-menu ul li {
  position: relative;
  list-style: none;
}


.dropdown-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #e3e1e1;
  background-color: #fff;  
  transition: background-color 0.2s ease;
}


.dropdown-menu ul li:hover a {
  background-color: #f2f7ff; 
  color: #179de4;

}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 136px;
  background-color: transparent;
  width: 200px;
  border: none !important;
  padding: 0 6px;
}
.dropdown-menu ul li:last-child a {
  border-bottom: none;
}

.btn-group:hover > .dropdown-menu {
  display: block;  
}

.btn-group.dropend:hover > .dropdown-menu {
    display: block;
}
.nav-link{
    background-image: linear-gradient(#1890ca, #1890ca);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 2px;            
    transition: background-size 0.4s ease;
}
.nav-link:hover{
   

background-size: 100% 2px;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar {
  background-color: transparent;
}

.navbar.scrolled {
  background-color: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
 .program-section{
        padding: 30px 0px 30px 20px;
    }
    @media only screen and (max-width: 768px) {
        .time-duration{
            width: 100%;
        }
        .img-card{
            display: none;
        }
        /* You can add more styles here to adjust other elements for mobile */
    }
    .card-ind-pg{
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        color: #fff;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: 0.3s;
        text-align: start;
        height: 100%;
        box-shadow: 4px 3px 4px 6px #52464633;
    }
    .stat-icon{
        /* font-size: 24px; */
        margin-bottom: 8px;
        opacity: 0.9;
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.12);
        border-radius: 4px;
        padding: 7px;
        height: fit-content;
    }
    .badge-indu{
        width: fit-content;
        padding: 7px 16px;
        border-radius: 22px;
        font-size: 12px;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(10px) saturate(180%);
        -webkit-backdrop-filter: blur(10px) saturate(180%);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        color: #ffffffad;
        transition: all 0.3s ease;
    }


    .success-card {
        border-radius: 20px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        padding: 2rem;
        text-align: center;
    }
    .stars {
        color: #f4c430; /* golden yellow */
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .carousel-item img {
        max-height: 50px;
        object-fit: contain;
    }

    .carousel-inner-card{
        width: 400px;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .filter-btn{
        background: #111156;
        border-radius: 6px;
        padding: 5px 18px;
        border: 0;
        box-shadow: 0px 0px 3px #e5f3fc;
        color: #fff;
    }

        .filter-btn {
            background: #f8f9fa;
            border: 1px solid #179de4;
            border-radius: 8px;
            padding: 8px 15px;
            cursor: pointer;
            color: #179de4;
        }
        .filter-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            display: none;
            min-width: 100px;
            z-index: 1000;
            padding: 0;
            margin: 5px 0;
            text-align: start;
        }
        .filter-menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .filter-menu li {
            padding: 8px 12px;
            position: relative;
            cursor: pointer;
        }
        .filter-menu li:hover {
            background: #f1f1f1;
        }
        .filter-submenu {
            position: absolute;
            top: 0;
            right: 100%;
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            display: none;
            min-width: 200px;
            padding: 0;
        }
        .filter-menu li:hover .filter-submenu {
            display: block;
        }
        .navbar {
            transition: background-color 0.3s ease;
            background-color: transparent;
        }
        .navbar.scrolled {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .navbar.menu-open {
            background-color: #ffffff !important;
        }
    .f-links{
        color: #fff; 
        text-decoration: none;
    }
    .f-links:hover{
        text-decoration: underline;
    }

 #errorName, #errorNumber, #errorEmail {
        color: red;
        font-size: 13px;
        display: none;
        position: absolute;
        left: 10px;
        bottom: -22px;
    }
