@import url("/web-assets/css/style-min.css");
@import url("/web-assets/css/contact.css?=4.0");
@import url("/web-assets/css/about.css?=4.0");
@import url("/web-assets/css/course-details.css?=4.0");
@import url("/web-assets/css/blog.css?=4.0");
@import url("/web-assets/css/blog-details.css?=4.0");
.main-menu__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-img {
    width: 51px;
    height: 44px;
}

.logo-text {
    font-size: 14px;
    font-weight: bold;
    color: #4c0202;
    width: 80px;
    word-wrap: break-word;
    line-height: 16px;
    margin-top: 5px;
    display: inline-block;
}
.new_login_btn {
    background-color: #b79138 !important;
}
.top_nav_web {
    background-color: #4c0202 !important;
    /* height: 30px; */
    color: white;
}
.main-menu {
    background-color: rgb(255, 255, 255);
    position: relative;
    left: 0;
    top: 0px !important;
    width: 100%;
    z-index: 91;
    padding: 0px 0px 0px;
    height: 60px !important;
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 16px !important;
    padding-bottom: 21px !important;
    position: relative;
}
.main-menu__logo {
    padding: 0px !important;
}

@media (min-width: 300px) and (max-width: 1199px) {
    .main-menu {
        top: 0px !important;
        height: 54px;
    }
    .mob_menu_custom {
        padding-top: 10px;
    }
    .stricky-fixed .sticky-header__content .container {
        padding-top: 2px !important;
    }
}
@media (max-width: 620px) {
    .top_no {
        display: none;
    }
    .top_no1 {
        width: 100%;
        text-align: center;
    }
}

.hero-banner {
    position: relative;
    background-image: url("/global_assets/background/banner6.png");
    height: 750px;
    color: #fff;
    text-align: center;
}

.hero-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
}

.hero-banner__content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: auto;
}

.hero-banner__title {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.hero-banner__title span {
    color: #ffcc00;
}

.hero-banner__text {
    font-size: 1.8rem;
    margin-top: 10px;
    color: #fff;
}

.hero-banner__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.eduact-btn {
    background: #ffcc00;
    color: #000;
    font-size: 1rem;
    padding: 12px 25px;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.eduact-btn:hover {
    background: #ffa500;
    color: #000;
}

@media (max-width: 768px) {
    .hero-banner {
        padding: 80px 20px;
    }

    .hero-banner__title {
        font-size: 2rem;
    }

    .hero-banner__text {
        font-size: 1.3rem;
    }
}
.hero-banner__content {
    top: 0px;
}
.hero-banner__title span {
    color: #b79138;
}
.custom-scroll {
    max-height: 500px; /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 10px; /* Prevent scrollbar overlapping */
}

.course-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 12px;
}

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

/* Custom scrollbar for better UI */
.custom-scroll::-webkit-scrollbar {
    width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.service-icon img {
    max-width: 80px;
    height: auto;
}
.service-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}
.custom-tab-btn {
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}
.custom-tab-btn.active,
.custom-tab-btn:hover {
    background-color: var(--bs-primary);
    color: #fff !important;
}
.nav-pills .nav-link {
    margin-right: 10px;
}

/* Hover Effect on Cards */
.course-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.btn-primary {
    color: #fff;
    background-color: #b79138;
    border: solid 1px #b79138;
}
.custom-tab-btn.active,
.custom-tab-btn:hover,
.btn-primary:hover {
    background-color: #b79138;
    color: #fff !important;
    border: solid 1px #b79138;
}
.custom_duration {
    background-color: #4c0202 !important;
}
/* Custom Styles */
.about-bvoc .image-container {
    position: relative;
    max-width: 90%;
    margin: auto;
}

.about-bvoc .shape {
    position: absolute;
    background: rgb(76 2 2 / 32%);
    border-radius: 50%;
}

.about-bvoc .shape-1 {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -30px;
}

.about-bvoc .shape-2 {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: -40px;
}

.about-bvoc .contact-box {
    bottom: 10px;
    left: 10px;
    max-width: 250px;
    transition: all 0.3s ease-in-out;
}

.about-bvoc .contact-box:hover {
    transform: scale(1.05);
}

.about-bvoc .contact-box .icon {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .about-bvoc .shape-1,
    .about-bvoc .shape-2 {
        display: none;
    }

    .about-bvoc .contact-box {
        bottom: 5px;
        left: 5px;
        font-size: 0.9rem;
    }
}
.custom-primary {
    color: #4c0202 !important;
}
.how-to-apply {
    background-size: cover;
    background-position: center;
}

/* Step Card Design */
.step-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

/* Step Number Bubble */
.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #b79138;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 15px rgb(183 145 56);
}

/* Step Image */
.step-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .step-card {
        padding: 15px;
    }

    .step-number {
        top: -10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
.highlight-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.highlight-box:hover {
    background: #c16a6a;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.highlight-box i {
    font-size: 40px;
    color: #b79138;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.highlight-box:hover i {
    color: #fff;
}

.highlight-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.highlight-box p {
    font-size: 14px;
    color: #666;
}

.highlight-box:hover p,
.highlight-box:hover .key_h {
    color: #fff;
}
.objectives-list {
    padding-left: 0;
}

.objective-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
    border-left: 5px solid #b79138;
}

.objective-item:hover {
    background: #603939;
    color: white;
    transform: translateX(5px);
}

.objective-item:hover .icon-circle {
    background: white;
    color: #b79138;
}

.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #b79138;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.objective-item p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
table {
    border-radius: 12px;
    overflow: hidden;
}

thead tr {
    background: #343a40; /* Dark theme for header */
    color: white;
}

tbody tr:hover {
    background: #f8f9fa;
    transition: 0.3s ease-in-out;
}

td i {
    margin-right: 10px;
}

.badge {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 20px;
}
.custom-primary-bg,
thead tr {
    background-color: #4c0202 !important;
}
.custom-primary-bg {
    background-color: #4c0202 !important;
}
.prospect-card {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    transition: transform 0.3s, box-shadow 0.3s;
}

.prospect-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.shape-overlay {
    background: linear-gradient(
        to top right,
        rgba(79, 93, 228, 0.3),
        rgba(255, 114, 0, 0.3)
    );
    border-radius: 20px;
    opacity: 0.2;
}

.shadow-lg {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
.importance-card {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    transition: transform 0.3s, box-shadow 0.3s;
}

.importance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.shadow-sm {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.blog-img-wrapper {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog-img-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.blog-img-wrapper:hover img {
    transform: scale(1.05);
}

.card {
    transition: box-shadow 0.3s ease-in-out;
}

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

.btn-outline-primary {
    border-radius: 20px;
}
.blog-img-wrapper {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog-img-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.blog-img-wrapper:hover img {
    transform: scale(1.05);
}

.card {
    transition: box-shadow 0.3s ease-in-out;
}

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

.badge {
    font-size: 0.85rem;
}

.text-muted {
    font-size: 0.9rem;
}
/* Section Styling */
.cta-section {
    background: #f9f9f9; /* Soft neutral background */
    border-radius: 12px;
    padding: 60px 0;
}

/* Image */
.cta-image {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Typography */
.cta-title {
    font-size: 2rem;
    line-height: 1.3;
}

/* Form Box */
.cta-form {
    border: 1px solid #ddd;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cta-form:hover {
    transform: scale(1.02);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .cta-title {
        font-size: 1.8rem;
    }
    .btn {
        font-size: 1rem;
        padding: 10px 20px;
    }
    .cta-image {
        max-width: 250px;
    }
}
.bg-black {
    background-color: black;
}
.custom_contact_home {
    background-color: #b79138;
    color: white;
}
.bg-light {
    background-color: #4c020217 !important;
}
.main-footer__info-list li span {
    color: #b79138;
}
.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 148.5% !important;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li.current > a,
.stricky-header .main-menu__list li ul li:hover > a {
    background-color: #4d0000 !important;
}
.icons-Call:before {
    font-size: 18px !important;
}
/* Background Styling */
.breadcrumb-section {
    position: relative;
    background: url("https://source.unsplash.com/1600x500/?education,university")
        no-repeat center center/cover;
    padding: 28px 0;
    color: white;
    text-align: center;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
}

/* Title Styling */
.breadcrumb-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}

/* Breadcrumb Styling */
.breadcrumb {
    background: rgb(157 157 157);
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-flex;
    backdrop-filter: blur(10px);
    z-index: 2;
    position: relative;
}

/* Link Styling */
.breadcrumb a {
    color: #f8f9fa;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.breadcrumb a:hover {
    color: #ffcc00;
}

/* Active Page */
.breadcrumb-item.active {
    font-weight: 700;
    color: #ffcc00;
}

.contact-info ul li {
    list-style: none;
    display: block;
    width: 100%;
    text-align: start;
    /* padding: 47px 20px 44px; */
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.become-team__form-box__title {
    border-bottom: none !important;
}

.text-black {
    color: black !important;
}

.map-container {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.contact-info ul li::after {
    background: white !important;
}
@media (max-width: 1200px) and (min-width: 991px) {
    .contact-info ul li {
        height: 91px;
    }
}
.about-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.about-content p {
    color: #555;
    font-size: 1.1rem;
}

.about-image img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-section {
    /* background: #007bff; */
    color: white;
    padding: 50px 0;
    text-align: center;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 120px;
}

.cta-section h2 {
    font-size: 2rem;
}

.cta-section p {
    font-size: 1.2rem;
}

.cta-section .btn {
    /* background: white; */
    /* color: #007bff; */
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 25px;
    transition: 0.3s;
}

.cta-section .btn:hover {
    /* background: #0056b3; */
    /* color: white; */
}

.custom_about_btn {
    font-size: 12px !important;
    background: #4b02035e;
    width: fit-content;
    border-radius: 6px;
    padding: 4px 14px;
    color: #4c0303 !important;
}

/* Styling for the tabs */
.nav-tabs {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-tabs .nav-item {
    flex: 1;
}

.nav-tabs .nav-link {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    border: none;
    transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background: #b79138;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.tab-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ico_img {
    width: 50px;
    height: 50px;
}

/* Styling for the tab content */
.tab-content-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.tab-content-box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tab-content-box p {
    font-size: 16px;
    color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-tabs {
        flex-direction: column;
        align-items: center;
    }

    .nav-tabs .nav-link {
        width: 100%;
    }
}
.message_custom p {
    color: black;
}
.main-footer__title::after {
    background-color: #b79138 !important;
}
.main-footer__title::before {
    background-color: #4d0000;
}
.mobile_responsive {
    display: none;
}
@media (max-width: 1024px) {
    .desktop_responsive {
        display: none;
    }
    .mobile_responsive {
        display: block;
    }
    .main_bvoc_col_s1 {
        width: 100%;
    }
}

.logo-img {
    margin-top: -18px !important;
}
@media (max-width: 360px) {
    .logo-img {
        width: 33px;
        height: 34px;
    }
}
.course-details__thumb img {
    width: 100%;
    height: 650px;
    border-radius: 14px;
}
.course-details__sidebar__post__meta {
    color: #b79138;
}
.course-details__sidebar__title {
    border-bottom: none;
}
.breadcrumb-item.active {
    font-weight: 700;
    color: #ffca50;
}
.testimonial_img_custom {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
/* .hero-banner::after {
    opacity: 0 !important;
} */
@media (max-width: 810px) {
    .hero-banner {
        height: auto !important;
    }
}
.key_h {
    word-wrap: break-word;
}
.popup-content {
    background-color: rgb(254, 254, 254);
    box-shadow: rgb(255, 255, 255) 0px 3px 8px;
    animation: 2s ease 0s 1 normal forwards running myAnim;
}
.cutom_indextb {
    width: 80%;
}
@media (max-width: 1000px) {
    .cutom_indextb {
        width: 80% !important;
    }
}
.mobile-nav__content .main-menu__list li a button {
    background-color: #4e0000;
    border-radius: 50% !important;
}
@media (max-width: 1000px) {
    .popup-content {
        margin-top: 18% !important;
    }
}
.custom_img {
    width: 300px;
    height: 360px;
    border-radius: 12px;
}
@media(max-width:450px){
    .custom_img {
        width: 100%;
        height: 360px;
        border-radius: 12px;
    }  
}
.scroll-top__circle path {
    stroke: #b79138  !important;}
    .main-menu__info span, .mobile-nav__toggler:hover, .scroll-top::after {
        color: #b79138;
    }
    .custom_card_bg {
        height: 400px;
    }
    @media(max-width: 850px){
        .custom_card_bg {
            height: 100% !important;
        }
    }
    .cutom_counter_p{
padding-top: 60px !important;
    }
    @media(max-width: 850px){
        .cutom_counter_p{
            padding-top: 90px !important;
        }
    }
    @media(max-width: 768px){
        .cutom_counter_p{
            padding-top: 60px !important;
        }
    }
    .custom_contact_home {
        color:white !important;
    }
    *{
        /* border:solid 1px red; */
    }