/****** Developed & maintained by Mustamirun Digital Agency ******/
/****** CSS code stactoure summary ******/
/** common css **/
/** Common Button Base **/
/**
    Home Page Css
        =>Top Bar Css
        =>Nav Section Css
        => Banner Section Css
        => Course Department Section Css
        => Popular Course Section Css
        => Our Achievements Section Css
        => Story Apply Box Section Css
        => Our Achievements Counter Section Css
        => Connected Companie Section Css
        => Admission CTA Section Css
**/
/** About Us Page Css **/

/* =========== Common Css Start =========== */
:root {
    --primary-color: #ee3c3c;
    --primary-color-dark: #eb1414;
    --secondary-color: #f8e0e0;
    --secondary-color-dark: #fbd0d0;
    /* --primary-color: #1c0256;
    --primary-color-dark: #1c0256;
    --secondary-color: #f19b39;
    --secondary-color-dark: #f19b39; */
    --heading-color: #16181d;
    --general-text: #6b7280;
    --muted-text: #ffffff;
    --bg-primary-color: #faf9fd;
    --purple-color-dark: #9333ea;
    --purple-color-light: #f0e7f9;
    --green-color-dark: #16a34a;
    --green-color-light: #e8f9ef;
    --blue-color-dark: #2563eb;
    --blue-color-light: #ebf2fe;
    --pink-color-dark: #db2777;
    --green-color-light: #fdecf5;
    --light-bg: #faf9fd;
    --transition: 0.4s;
    --shadow-sm: rgba(50, 50, 50, 0.1) 0px 1px 4px;
    --shadow-custom: hsl(0 84% 50% / 0.2) 0px 0px 0px,
        hsl(0 84% 50% / 0.2) 0px 5px 10px;
    --font-lg: 36px;
    --font-md: 20px;
    --font-sm: 16px;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: Arial, sans-serif;
    background-image: linear-gradient(
        180deg,
        hsl(0 0% 100%) 0%,
        hsl(220 13% 98%) 100%
    );
}
h1,
h2,
h3,
h4,
h5 {
    color: var(--heading-color) !important;
}
p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--general-text) !important;
}
li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--general-text) !important;
}

main {
    overflow: hidden;
}
.w-fit {
    width: fit-content !important;
}
.text-justify {
    text-align: justify;
}
.section_header {
    text-align: center;
    margin-bottom: 50px;
}
.section_header h1,
.section_header h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.custom_margin {
    margin: 40px 0;
}
.custom_padding {
    padding: 40px 0;
}
.common_gradient_bg {
    background: linear-gradient(
        90deg,
        var(--secondary-color),
        var(--muted-text)
    );
}

/* ===== Common Button Base ===== */
.section_header_btn {
    display: inline-block;
    padding: 8px 16px;
    margin: 12px 0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color-dark);
    background-color: var(--secondary-color-dark);
}
.iuac_btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: var(--transition, 0.3s ease);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.iuac_btn_sm {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: var(--transition, 0.3s ease);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.glaso_btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.glaso_btn_sm {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.iuac_primary_btn {
    background-color: var(--primary-color-dark);
}
.iuac_secondary_btn {
    background-color: var(--primary-color-dark);
}
.iuac_primary_btn:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-custom);
    background-color: var(--primary-color-dark);
}

.popular_custom_card:hover .popular_courses_btn,
.iuac_secondary_btn:hover {
    transform: translateY(-5%);
    box-shadow: var(--shadow-custom);
    color: #ffffff;
    border: none;
    background-color: var(--primary-color);
}
.iuac_secondary_white_btn {
    color: var(--heading-color);
    border: 1px solid #bebebe;
    background-color: var(--muted-text);
}
.iuac_secondary_white_btn:hover {
    background-color: var(--secondary-color-dark);
}
.iuac_primary_btn_outline {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.iuac_primary_btn_outline:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.glaso_btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}
/* =========== Common Css End =========== */

/* =========== coummon galleary Css Start =========== */
#g_main_slider img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Thumbnails */
#g_thumb_slider img {
    height: 60px;
    object-fit: cover;
    width: 100%;
}

#g_thumb_slider .owl-item {
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
}

#g_thumb_slider .owl-item.current {
    opacity: 1;
    border: 1px solid var(--primary-color);
    border-radius: 1px;
}

/* Nav buttons for thumbnail slider */
.custion_slider_arrow {
    position: relative;
}

.custion_slider_arrow .thumb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid var(--primary-color-dark);
    color: #333;
    font-size: 18px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.custion_slider_arrow .thumb-prev,
.custion_slider_arrow .dept-prev,
.custion_slider_arrow .course-prev,
.custion_slider_arrow .slider-prev {
    left: -35px;
}

.custion_slider_arrow .thumb-next,
.custion_slider_arrow .dept-next,
.custion_slider_arrow .course-next,
.custion_slider_arrow .slider-next {
    right: -35px;
}

.custion_slider_arrow .thumb-nav:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color-dark);
}
/* =========== coummon galleary Css End =========== */
/* =========== coummon video Css start =========== */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #eb2055;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #eb2055;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* =========== coummon video Css End =========== */
/* =========== Custom Card Section Css start =========== */

.custom_card_img {
    width: 58px;
    height: 58px;
    background-color: var(--secondary-color);
}

.custom_card_box:hover .custom_card_img {
    background-color: var(--secondary-color-dark);
    transition: transform 0.3s ease;
}

.custom_card_box h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.custom_card_box svg {
    color: var(--primary-color);
}
.custom_card_box span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--general-text);
}
.custom_card_box {
    border: 1px solid #ddd;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.custom_card_box:hover {
    border: none;
    transform: translateY(-5%);
    box-shadow: var(--shadow-custom);
    cursor: pointer;
}
.zoom-img-hover {
    transition: transform 0.4s linear;
    /* overflow: hidden; */
}

.custom_card_box:hover .zoom-img-hover {
    transform: scale(1.1);
}
/* =========== Custom Card Section Css start =========== */
/* =========== Top Bar Css Start =========== */
#top_bar {
    background-color: var(--primary-color);
}
#top_bar span {
    font-size: 14px;
}
/* =========== Top Bar Css End =========== */
/* =========== Nav Section Css Start =========== */
header {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
nav {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
nav ul li.nav-item a.nav-link {
    color: var(--heading-color);
    transition: 0.4s;
    font-weight: 500;
    text-transform: capitalize;
}
nav ul li.nav-item a.nav-link:hover,
nav ul li.nav-item a.nav-link.active {
    color: var(--primary-color);
}
/* =========== Nav Section Css End =========== */

/* =========== Banner Section Css End =========== */
#banner .banner_counter .svg_icon {
    background-color: var(--secondary-color-dark);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    padding: 12px;
}

#banner .banner_counter .svg_icon svg,
#banner .banner_counter .svg_icon i {
    color: var(--primary-color);
}

.bounce-circle_sm {
    width: 16px;
    height: 16px;
    animation: bounce 1.5s infinite;
    background-color: var(--primary-color-dark);
}
.bounce-circle_md {
    width: 26px;
    height: 26px;
    animation: bounce 1.8s infinite;
    background-color: var(--primary-color-dark);
}
/* Bounce animation keyframes */
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* =========== Banner Section Css End =========== */
/* =========== Course Department Section Css Start =========== */
#course_departments_Slider .owl-stage,
#popularCoursesSlider .owl-stage {
    display: flex;
}
#popularCoursesSlider .owl-stage-outer,
.course_departments_wrapper .owl-stage-outer {
    padding: 0 40px;
    margin: 0 -40px;
}
.owl-carousel .owl-item {
    pointer-events: auto !important;
}

.owl-carousel .custom_card_box a {
    pointer-events: auto !important;
    cursor: pointer;
}

/* For mobile and tablet */

/* =========== Course Department Section Css End =========== */

/* =========== Popular Course Section Css start =========== */

.popular_courses_img {
    width: 100%;
    height: 100%;
}
.popular_custom_card {
    transition: transform 0.3s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.popular_custom_card:hover {
    transform: translateY(-5%);
}
.popular_custom_card .iuac_btn_sm svg {
    width: 20px;
    height: 20px;
}
/* =========== Popular Course Section Css End =========== */

/* =========== Our Achievements Section Css Start =========== */

#our_achievements .our_achievements_box {
    color: var(--heading-color);
    border-radius: 12px;
    text-align: start;
}
#our_achievements .our_achievements_box .our_achievements_img {
    width: 80px;
    height: 80px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_achievements_box {
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

.our_achievements_box:hover {
    box-shadow: var(--shadow-custom);
    transform: translateY(-4px);
}

.icon-box {
    transition: transform 0.3s ease;
}

.our_achievements_box:hover .icon-box {
    transform: scale(1.1);
}

/* =========== Our Achievements Section Css End =========== */

/* =========== Story Apply Box Section Css End =========== */
#story_apply {
    padding: 40px 0;
    margin: 0px 10px;
    background: linear-gradient(
        135deg,
        var(--primary-color-dark) 0%,
        var(--primary-color-dark) 100%
    );
}

/* =========== Story Apply Box Section Css End =========== */
/* =========== Our Achievements
Counter Section Css End =========== */

/* .common_counter_card {
    background-color: var(--bg-primary-color);
} */
.common_counter_card span {
    font-size: 30px;
    line-height: 40px;
    color: var(--primary-color-dark);
}
.common_counter_card p {
    color: var(--heading-color) !important;
    text-transform: capitalize;
}
/* =========== Our Achievements
Counter Section Css End =========== */

/* =========== Connected Companie / brand Section Css Start =========== */
#connected_companie {
    background-color: #f8e8e8;
}
#connected_companie .nav-tabs {
    --bs-nav-tabs-border-color: var(--primary-color-dark);
    --bs-nav-tabs-link-hover-border-color: var(--primary-color-dark);
    --bs-nav-tabs-link-active-border-color: red red var(--bs-body-bg);
}
#connected_companie .company_menu button {
    color: var(--heading-color);
    font-size: 18px;
}
.brand_scroll_area {
    max-height: 400px; /* adjust as needed */
    overflow-y: auto; /* enable vertical scroll */
    padding-right: 10px; /* spacing so content not cut off */
}

/* Hide scrollbar for Chrome, Safari, Edge */
.brand_scroll_area::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Hide scrollbar for Firefox */
.brand_scroll_area {
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE & Edge */
}

/* =========== Connected Companie Section Css End =========== */

/* =========== Admission CTA Section Css End =========== */

/* =========== Connected Companie Section Css End =========== */

/* =========== Hero Slider Section Css Start =========== */
#hero_slider .hero_slider_inner {
    background: #ffffff;
    padding: 12px;
}
#hero_slider .hero_slider_wrapper {
    border-radius: 15px;
    overflow: hidden;
}
#hero_slider .hero_slider_wrapper .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 20px 0;
}
#hero_slider .hero_slider_wrapper .owl-dots .owl-dot {
    line-height: 0;
    margin: 0 5px;
}
#hero_slider .hero_slider_wrapper .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: 0.4s;
}
#hero_slider .hero_slider_wrapper .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}
/* =========== Hero Slider Section Css End =========== */

/* =========== Course Section Css Start =========== */
#course {
    background-color: #f9fafc;
    padding: 100px 0;
}
#course .course_wrapper {
    margin-bottom: 50px;
}
#course .course_card {
    overflow: hidden;
}

#course .course_card_info {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--muted-text);
}
#course .course_card_info .course_card_price {
    margin-bottom: 8px;
}
#course .course_card_info .course_card_price p {
    background-color: #ffe5e5;
    color: #e53935;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}
#course .course_card_info h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
#course .course_card_info p {
    margin-bottom: 16px;
}
#course .course_card_info ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
#course .course_card_info ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 5px;
}
#course .course_card_info ul li i {
    font-size: 6px;
    color: #23c55e;
}
/* =========== Course Section Css End =========== */

/* =========== Course Details Section Css Start =========== */
/* #course_details {
    padding: 100px 0;
} */

/* =========== Course Details Section Css End =========== */

/* =========== Notice Section Css Start =========== */
#notice_slider {
    background-color: #fff;
    color: #000;
    padding: 8px 0px 8px 0px;
    margin-bottom: 30px;
    width: 50%;
}

#notice_slider .notice_slider_item a {
    color: #000;
}
#notice {
    padding: 100px 0;
}
#notice .notice_wrapper {
    margin-bottom: 50px;
}
#notice .notice_card {
    padding: 15px 20px;
    border-left: 5px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    border-right: 5px solid var(--primary-color);

    border-radius: 16px;
}
#notice .notice_card h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
#notice .notice_card h3 i {
    padding-right: 5px;
    color: var(--primary-color);
}
#notice .notice_card_date {
    color: #929397;
    font-size: 14px;
}
#notice .notice_card_date i {
    padding-right: 5px;
}
#notice .notice_card a {
    display: inline-block;
    padding: 5px 15px;
    margin-top: 16px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 14px;
    transition: 0.4s;
}
#notice .notice_card a:hover {
    color: #ffffff;
    background-color: var(--primary-color);
}
/* =========== Notice Section Css End =========== */

/* =========== Success Story Section Css Start =========== */
#success_story {
    padding: 80px 0;
}
#success_story .section_header h2 i {
    color: var(--heading-color);
}
#success_story .success_story_wrapper {
    margin-bottom: 50px;
}
#success_story .success_story_card {
    padding: 20px 15px;
    height: 100%;
}
#success_story .success_story_card_img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#success_story .success_story_card_info h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
#success_story .success_story_card_info p strong {
    color: var(--heading-color);
    font-weight: 500;
}
#success_story .success_story_card_info p span {
    color: #111827;
}
#success_story .success_story_card_rating {
    color: #facc16;
    text-align: right;
    font-size: 12px;
}
#success_story .success_story_card_review {
    margin-top: 8px;
}
#success_story .success_story_card_review {
    font-size: 40px;
    color: #fecbca;
}
#success_story .success_story_card_review blockquote {
    font-size: 16px;
    color: #816f7d;
    line-height: 1.5;
    text-align: justify;
}
/* =========== Success Story Section Css End =========== */

/* =========== Publication Section Css Start =========== */
#publication {
    padding: 100px 0;
}
#publication .section_header h2 i {
    color: #2a66eb;
}
#publication .publications_wrapper {
    margin-bottom: 50px;
}
#publication .publications_wrapper .publication_card {
    overflow: hidden;
    margin-bottom: 24px;
}

#publication .publication_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#publication .publication_card_info {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--muted-text);
}
#publication .publication_card_info h3 a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    transition: 0.4s;
}
#publication .publication_card_info h3 a:hover {
    color: #2254be;
}
#publication .publication_card_price {
    margin: 12px 0;
}
#publication .publication_card_price h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#publication .publication_card_price h4 ins {
    font-size: 25px;
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
}

#publication .publication_card_price h4 del {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
}

#publication .publication_card_price h4 span {
    background-color: #ffe5e5;
    color: #e53935;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}
/* =========== Publication Section Css End =========== */

/* =========== FAQ Section Css Start =========== */
#faq {
    /* background-color: #f9fafc; */
    padding: 80px 0;
}
#faq .section_header h2 i {
    color: #973ceb;
}
#faq #faq_accordion .faq_item {
    margin-bottom: 10px;
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
}
#faq #faq_accordion .faq_item button {
    box-shadow: none;
    border: none;
    border-radius: 8px;
    font-weight: 600;
}
#faq #faq_accordion .faq_item button:focus {
    box-shadow: none;
}
#faq #faq_accordion .faq_item button.accordion-button:not(.collapsed) {
    border-radius: 8px 8px 0 0;
    color: var(--primary-color);
    background-color: #ffffff;
    border-bottom: 1px solid #f9fafc;
}
/* =========== FAQ Section Css End =========== */

/* =========== Branch Section Css Start =========== */
#branch {
    padding: 100px 0;
}
#branch .section_header h2 i {
    color: var(--secondary-color);
}
#branch .branch_wrapper {
    margin-bottom: 50px;
}
#branch .branch_card {
    overflow: hidden;
    height: 100%;
}
#branch .branch_card .branch_card_header,
#branch .branch_card .branch_card_body,
#branch .branch_card .branch_card_footer {
    padding: 16px;
}

#branch .branch_card .branch_card_header {
    background-image: linear-gradient(
        to right,
        var(--secondary-color-dark),
        var(--secondary-color)
    );
    background-color: var(--secondary-color);
    color: #ffffff;
}
#branch .branch_card .branch_card_header h2 {
    color: #ffffff;
}
#branch .branch_card .branch_card_body {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--muted-text);
}
#branch .branch_card .branch_card_body .contact li {
    margin-bottom: 8px;
}
#branch .branch_card .branch_card_body .contact li:last-child {
    margin-bottom: 0px;
}

#branch .branch_card .branch_card_body .contact li i {
    font-size: 20px;
    line-height: 32px;
}
#branch .branch_card .branch_card_body .contact li:nth-child(1) i {
    color: var(--secondary-color);
}
#branch .branch_card .branch_card_body .contact li:nth-child(2) i {
    color: #2a66eb;
}
#branch .branch_card .branch_card_body .contact li:nth-child(3) i {
    color: var(--primary-color);
}
#branch .branch_card .branch_card_body .contact li:nth-child(4) i {
    color: #973ceb;
}
#branch .branch_card .branch_card_body .contact li h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
#branch .branch_card .branch_card_body .facility {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
#branch .branch_card .branch_card_body .facility li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 5px;
}
#branch .branch_card .branch_card_body .facility li i {
    font-size: 6px;
    color: #23c55e;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* =========== Branch Section Css End =========== */

/* =========== Cart Section Css Start =========== */
#cart {
    padding: 100px 0;
}
#cart .cart_item {
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}
#cart .cart_item .qty_box_wrapper {
    border-color: var(--primary-color);
}
#cart .cart_item_info h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.4s;
}
#cart .cart_item_info h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#cart .cart_item_info h3 ins {
    font-size: 25px;
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
}

#cart .cart_item_info h3 del {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
}
#cart .cart_item_action .cart_item_remove {
    color: var(--primary-color);
    padding: 5px;
    background: none;
    border: none;
    margin-top: 8px;
}
#cart .order_summary {
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 150px;
}

#cart .order_summary h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
#cart .order_summary ul {
    margin-bottom: 16px;
}
#cart .order_summary a {
    display: block;
    width: 100%;
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
}

#cart .order_summary a {
    color: var(--primary-color);
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    margin-top: 8px;
}
#cart .order_summary a:hover {
    color: #ffffff;
    background-color: var(--primary-color);
}

#cart .checkout_card {
    margin: 40px auto;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
}

.checkout_card h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

/* Form group */
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.form-group input {
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus {
    border-color: var(--secondary-color);
    outline: none;
}

/* Payment section */
.payment-methods {
    margin-bottom: 32px;
}

.payment-methods .payment-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}

.radio-group:hover {
    background: #f9f9f9;
    border-color: #999;
}

.radio-group input[type="radio"] {
    transform: scale(1.2);
    cursor: pointer;
    padding: 12px 16px;
}

.radio-group label {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-group .icon {
    font-size: 18px;
}

/* Button styling */
.place-order-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: var(--secondary-color);
    cursor: pointer;
    transition: background 0.3s;
}

.place-order-btn:hover {
    background-color: var(--secondary-color-dark);
}
/* =========== Cart Section Css End =========== */

/* =========== Order Success Section Css Start =========== */
#order_success {
    padding: 100px 0;
}
#order_success .order_success_info {
    background-color: var(--secondary-color);
    border-radius: 16px;
    padding: 12px;
}
#order_success .order_success_info .celebration_card {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 100px 0;
}
#order_success .order_success_info .celebration_card i {
    font-size: 100px;
    width: 120px;
    height: 120px;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
    background-color: #ffffff;
    color: var(--secondary-color);
    border-radius: 50%;
    line-height: 120px;
}
#order_success .order_success_info .celebration_card h1 {
    font-size: 20px;
}
#order_success .order_success_info .order_details_card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    color: var(--muted-text);
}
#order_success .order_success_info .order_details_card h2 {
    font-size: 18px;
    margin-bottom: 8px;
}
/* =========== Order Success Section Css End =========== */
/* =========== Admission Cta Section Css End =========== */
#admission_cta {
    padding: 40px 0;
    background: linear-gradient(
        135deg,
        var(--primary-color-dark) 0%,
        var(--primary-color-dark) 100%
    );
}
/* =========== Admission Cta Section Css End =========== */

/* =========== Footer Section Css Start =========== */
footer {
    background-color: #111928;
    padding: 50px 0;
}
footer .footer_top h2 {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #ffe5e5;
    padding-bottom: 5px;
}
footer .footer_top .branding ul li a {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 10%;
    transition: 0.4s;
}
footer .footer_top .branding ul li a:hover {
    background-color: var(--primary-color);
}
footer .footer_copyright .footer_copyright_first p,
footer .footer_copyright .footer_copyright_thard p {
    font-size: 14px;
    line-height: 20px;
}
footer .footer_top .quick_links ul li a,
footer .footer_top .popular_course ul li a,
footer .footer_top .about_us ul li a,
footer .footer_top .contact ul li a,
footer .footer_copyright .quick_links ul li a {
    color: var(--muted-text);
    text-align: center;
    text-transform: capitalize;
    transition: 0.4s;
    font-size: 14px;
    line-height: 20px;
}
footer .footer_top .quick_links ul li a:hover,
footer .footer_top .about_us ul li a:hover,
footer .footer_copyright .quick_links ul li a:hover {
    color: var(--primary-color);
}
footer .footer_top .contact ul li a {
    color: var(--muted-text);
    text-align: center;
    text-transform: capitalize;
    transition: 0.4s;
}
footer .footer_top .contact ul li i {
    line-height: 1.3;
}

footer .footer_top .contact ul li i,
footer .footer_top .about_us ul li i,
footer .footer_top .quick_links ul li i {
    color: var(--primary-color);
}

footer .footer_top .contact ul li a:hover {
    color: var(--secondary-color);
}
/* =========== Footer Section Css End =========== */

/* =========== About Us Page Css End =========== */
/* =========== Our Story Css Start =========== */
#about_top {
    padding: 80px 0;
}
#our_story {
    padding: 0px 0px 80px 0px;
}
#our_story .our_story_text h2 {
    color: var(--general-text);
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}
#our_story .custom_text_gradient {
    background: linear-gradient(
        to right,
        var(--primary-color),
        var(--blue-color-dark)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom_glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--glass-border);
    transition: all 0.3s ease;
}

.custom_glass-card:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: var(--shadow-custom);
    transform: translateY(-8px);
}

/* =========== Our Story Css End =========== */
/* =========== Our Journey Css Start =========== */

#our_journey .rounded-circle {
    width: 64px;
    height: 64px;
    background-color: var(--primary-color);
}
.our_journey-box {
    background-color: var(--muted-text);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.our_journey-box span,
.our_journey-box svg {
    color: var(--primary-color-dark);
}
.our_journey-box:hover {
    box-shadow: var(--shadow-custom) !important;
}
/* =========== Our Journey Css End =========== */
/* =========== About Us Page Css End =========== */

/* =========== lead Css Start =========== */

.lead_item {
    border-left: 5px solid var(--primary-color-dark);
    transition: all 0.3s ease;
    border-radius: 20px;
}

.lead_item:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
}
.lead_item:hover .lead_date {
    background-color: var(--muted-text);
    transform: translateY(-2px);
}
.lead_date {
    width: 70px;
    min-width: 70px;
    font-size: 1.25rem;
    color: var(--primary-color-dark);
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.lead_text h5 {
    color: var(--general-text);
}

.lead_action .btn {
    border-radius: 25px;
    padding: 6px 16px;
    font-weight: 500;
}

/* =========== lead Css End =========== */
.instructor_profile .profile_box {
    box-shadow: var(--shadow-custom);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}
#blog_details {
    margin: 80px 0 !important;
}
#blog_details ul li a {
    color: var(--heading-color);
    transition: all linear 0.3s;
}
#blog_details ul li a:hover {
    color: var(--primary-color-dark);
}
.iuac_default_card h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--heading-color);
}
.iuac_default_card span,
.iuac_default_card p {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--general-text);
}

/***** Section *****/

/***** End Section *****/
