    @charset "utf-8";
    /* CSS Document */
    
    @import url('../css/themecolor.css');
    /** BASIC CSS **/
    
    * {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    html,
    body {
        height: auto;
        min-height: 100vh;
        max-width: 100%;
        min-width: 100%;
        background: #ffffff;
        font-family: "Poppins", serif;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        font-weight: normal;
        font-style: normal;
        overflow-x: hidden;
    }
    
    p {
        font-size: 14px;
        color: #414141;
        line-height: 23px;
        font-weight: 400;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        color: #272727;
        font-family: "Archivo", serif;
        font-weight: bold;
    }
    
    a {
        text-decoration: none;
        outline: none;
        color: #2a3038;
    }
    
     :focus {
        outline: none;
    }
    
    a:focus {
        outline: none;
    }
    
    a:hover,
    a:focus {
        color: var(--color1);
        text-decoration: none;
    }
    
    hr {
        background: #e3e3e3;
        border-top: 1px solid #333;
    }
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
     ::selection {
        text-shadow: none;
        background: var(--color1);
        color: #fff;
    }
    
     ::-moz-selection {
        text-shadow: none;
        background: var(--color1);
        color: #fff;
    }
    
    a,
    input,
    select,
    textarea,
    img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .clearfix {
        clear: both;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
    }
    
    .hidden {
        display: none !important;
    }
    
    .show {
        display: block !important;
    }
    
    .floatl {
        float: left;
    }
    
    .floatr {
        float: right;
    }
    
    .nopad {
        padding: 0 !important;
    }
    
    .nopadl {
        padding-left: 0;
    }
    
    .nopadr {
        padding-right: 0;
    }
    
    .btn:focus,
    button:focus,
    .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 0 transparent;
    }
    
    .modal-backdrop {
        z-index: 9999;
    }
    
    .modal {
        z-index: 99999;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
        color: #fff !important;
    }
    /** BASIC CSS END HERE **/
    
    .topbar {
        background: #000;
        color: #707070;
        padding: 5px 0;
    }
    
    .top_c_left {
        text-align: left;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    
    .top_c_left a {
        color: #c7c7c7;
        font-size: 13px;
        display: flex;
        margin: 3px 8px;
    }
    
    .top_c_left a:first-child {
        margin-left: 0;
    }
    
    .top_c_left a:last-child {
        margin-right: 0;
    }
    
    .top_c_left a svg.svg-inline--fa {
    width: 18px;
    color: var(--color3);
    font-size: 17px;
        margin-right: 3px;
    }
    
    .top_c_right {
        display: flex;
        align-items: center;
        justify-content: end;
        position: relative;
        z-index: 1;
    }
    
    .top_c_right a {
        font-size: 17px;
        display: block;
        margin: 3px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 1;
        background: transparent;
        color: #fff;
        border-radius: 0px;
    }
    
    .top_c_right a svg.svg-inline--fa {
        color: #c7c7c7;
        font-size: 15px;
    }
    
    /* .top_c_right a:hover {
        background: var(--color4);
    } */
    
    .top_c_right a:hover svg.svg-inline--fa {
        color: #ffffff;
    }
    
    .top_c_right a:first-child {
        margin-left: 0;
    }
    
    .top_c_right a:last-child {
        margin-right: 0;
    }
    
    .owl-nav button {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 36px;
        height: 36px;
        margin: auto;
        background: transparent !important;
        font-size: 13px !important;
        border-radius: 8px;
        color: var(--color1) !important;
        border: 1px solid #e2e2e2 !important;
    }
    
    .owl-nav button:hover {
        background: var(--color1) !important;
        color: #fff !important;
    }
    
    .owl-nav button.owl-prev {
        left: -60px;
    }
    
    .owl-nav button.owl-next {
        right: -60px;
    }
    /* 
.hero {
    height: calc(100vh - 42px);
} */
    
    .herobanner {
        height: 100%;
        position: relative;
    }
    
    .herobanner::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        background: linear-gradient(0deg, rgb(255 255 255) 16%, rgb(255 255 255 / 0%) 80%);
        height: 17%;
    }
    
    .herobanner .owl-item img {
        display: block;
        width: 100%;
        /* height: calc(100vh - 100px); */
        height: auto;
        object-fit: cover;
    }
    
    .herobanner .owl-nav button.owl-prev {
        left: 20px;
        color: #fff !important;
        border: 1px solid #fff !important;
    }
    
    .herobanner .owl-nav button.owl-next {
        right: 20px;
        color: #fff !important;
        border: 1px solid #fff !important;
    }
    
    .section {
        padding: 90px 0;
    }
    
    .catslide .item {
        padding: 10px;
    }
    
    .course_categoery {
        padding: 90px 0 90px;
    }
    
    .course_categoery .section_title {
        display: none;
    }
    
    .cat_box {
       background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 1rem;
        box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.02);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 1.5rem !important;
        text-align:center;
        font-size:12px;
        font-weight: 500;
        color: #000;
    }

    
    .cat_box img {
       width: 60px !important;
        height: 60px;
        object-fit: contain;
        display: block;
        margin: auto;
        margin-bottom: 13px;
        border-radius: 8px;
        padding: 11px;
        background: #efefef;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .cat_box:hover {
         border-color: rgba(99, 102, 241, 0.2);
    box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.1);
    transform: translateY(-3px);
    }
    
    
    .section_title {
        margin-bottom: 32px;
    }
    
    .section_title h1 {
        font-size: 29px;
        color: #000;
        font-weight: 400;
        position: relative;
    }
    .section_title h1::after {
        content: "";
        display: block;
        width: 60px;
        height: 2px;
        background: var(--color1);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;

    }
    .section_title.text-white h1 {
        color: #fff;
    }
    
    .section_title h1 span {
        color: var(--color1);
        font-weight: 600;
    }
    
    .section_title.text-white h1 span {
        color: var(--color3);
        font-weight: 600;
    }
    
    .bg-light-1 {
        background: #f3f8ff;
    }
    
    .course_box {
        position: relative;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0px 5px 10px #ababab61;
        margin: 5px 10px 16px;
    }
    
    .course_box img {
           width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 11px 11px 0px 0;
    }
    
    .course_body {
        padding: 11px;
        border-bottom: 1px solid #efefef;
    }
    
    .course_body h1 {
        min-height: 42px;
        font-size: 15px;
        color: var(--color1);
        margin-bottom: 7px;
    }
    
    .course_body .ccat {
        color: #555;
        font-size: 12px;
    }
    
    .course_body .ccod {
            background: #ebebeb;
    color: #5f5f5f !important;
    padding: 3px 8px;
    font-size: 11px;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    }
    
    .course_footer {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
    
.course_footer .btn {
    width: 114px;
    background: var(--color2);
    color: #ffffff;
    border-radius: 8px;
    padding: 6px 10px; /* Padding ektu balanced kora holo text validation er jonno */
    font-weight: 600;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden; /* Glare/Shimmer effect er jonno lagbe */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Initial soft shadow */
    
    /* Smooth transition for modern look */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* --- Hover Effect --- */
.course_footer .btn:hover {
    color: #ffffff; /* Text color solid thakbe */
    transform: translateY(-3px); /* Button ta ektu upore uthbe (App-like lift) */
    -webkit-transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16); /* Shadow ta bariye deep kora holo */
    filter: brightness(1.1); /* Background color ta automatically ektu bright lagbe */
}

    /* --- Click/Active Effect --- */
        .course_footer .btn:active {
            transform: translateY(-1px); /* Click korle ektu niche nambe, real button click feel */
            -webkit-transform: translateY(-1px);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
        }

        /* --- Optional: Elegant Shimmer Flare Effect --- */
        /* Button er upor diye ekti bhalo light passing effect hobe jokhon hover korben */
        .course_footer .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
            transition: all 0.6s ease;
        }

        .course_footer .btn:hover::after {
            left: 100%;
        }
    
    .crsdur {
        display: flex;
        justify-content: space-between;
        padding: 10px 0 0;
    }
    
    .crsdur span {
        font-size: 14px;
        color: #000;
    }
    
    .crsdur .svg-inline--fa {
        color: var(--color4);
    }
    
   .subcenter_box {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        margin: 25px 20px 26px;
        background: #fff;
        padding: 16px;
            border: 1px solid #e3e3e3;
    }
    
    .subcenter_box img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 20px;
    }
    
    .subcenter_body {
            padding: 20px 15px 8px;
    }
    
    .subcenter_body h1 {
        font-size: 21px;
        color: var(--color1);
        margin-bottom: 7px;
    }
    
    .subcenter_body .scat {
        color: #555;
        font-size: 13px;
    }
    
    .subcenter_body .scod {
        background: transparent;
        color: #292929;
        font-size: 13px;
        margin-bottom: 9px;
        display: inline-block;
    }
    
    .subcenter_body .scod .svg-inline--fa {
        color: var(--color3);
    }
    
    .subcenter_body p {
        font-size: 14px;
        line-height: 1.4;
        display: flex;
        align-items: baseline;
        margin-top: 6px;
        margin-bottom: 0;
        overflow: hidden;
        white-space: normal;
        width: 100%;
        min-height: 50px;
    }
    
    .subcenter_body p .svg-inline--fa {
        margin-right: 5px;
        font-size: 20px;
        min-width: 15px;
        color: var(--color4);
        transform: translate(0px, 4px);
    }
    
    .subcenter_footer {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: relative;
        z-index: 1;
    }
    
    .subcenter_footer span {
        font-size: 14px;
        color: #000;
    }
    
    .subcenter_footer .svg-inline--fa {
        color: var(--color4);
    }
    
    .subcenter_footer .btn {
        width: 130px;
        background: var(--color3);
        color: #fff;
        border-radius: 8px;
        padding: 8px 20px;
        font-weight: 600;
        font-size: 14px;
        border: none;
        outline: none;
        cursor: pointer;
        position: relative;
        overflow: hidden; /* Overlay transition-er jonno lagbe */
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 1; /* Background layer control korar jonno */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        
        /* 0.5s theke ektu fast (0.35s) smooth transition design kora holo */
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* --- Dynamic Slide-in Background Layer --- */
    .subcenter_footer .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%; /* Shuru te button-er baam e thakbe */
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.15); /* Soft overlay glow */
        z-index: -1;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* --- Hover Effect --- */
    .subcenter_footer .btn:hover {
        color: #fff;
        transform: translateY(-2px); /* Soft app-like lift */
        -webkit-transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); /* Drop shadow increase */
        filter: brightness(1.1); /* Automatic color pop based on var(--color3) */
    }

    /* Hover korle baam theke overlay ta vitore slide hobe */
    .subcenter_footer .btn:hover::before {
        left: 0;
    }

    /* --- Click/Active Effect --- */
    .subcenter_footer .btn:active {
        transform: translateY(0) scale(0.97); /* Tactile press feel */
        -webkit-transform: translateY(0) scale(0.97);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    }
    
    .btn_common {
        background: var(--button-gradient) !important;
        color: #fff;
        padding: 7px 30px;
        border: 1px solid var(--color1);
        position: relative;
        font-size: 14px;
        border-radius: 7px;
        transition: all 0.2s ease;
    }
    
    .btn_common:hover,
    .btn_common:focus {
        background: var(--button-gradient-hover) !important;
        color: #fff;
        border: 1px solid var(--color1) !important;
        transform: translateY(-2px);
    }
    .btn_common:active {
    transform: translateY(0);
    }
    
    .btn_common2 {
        background: var(--color1);
        color: #fff;
         padding: 7px 30px;
        border: 1px solid var(--color1);
        position: relative;
        font-size: 14px;
        border-radius: 7px;
    }
    
    .btn_common2:hover,
    .btn_common2:focus {
        background: var(--color2);
        color: #fff;
        border: 1px solid var(--color2);
    }
    
    .btn_common .svg-inline--fa {
        /* display: inline-block; */
        display: none !important;
        width: 25px !important;
        height: auto !important;
        border: none !important;
        text-align: inherit !important;
        line-height: normal !important;
        margin-right: 0 !important;
        border-radius: inherit !important;
        padding: 0 !important;
        transform: inherit !important;
        color: var(--color3) !important;
        position: absolute;
        right: -14px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .btn_common2 .svg-inline--fa {
        /* display: inline-block; */
        display: none !important;
        width: 25px !important;
        height: auto !important;
        border: none !important;
        text-align: inherit !important;
        line-height: normal !important;
        margin-right: 0 !important;
        border-radius: inherit !important;
        padding: 0 !important;
        transform: inherit !important;
        color: var(--color1) !important;
        position: absolute;
        right: -14px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .btn_common:hover .svg-inline--fa,
    .btn_commo2:hover .svg-inline--fa {
        right: -20px;
    }
    
    .dk-datatable tbody tr td .btn {
        padding: 6px 16px;
        font-size: 13px;
    }
    
    .topstudentslide .item {
        padding: 10px;
    }
    
    .topstd_box {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 1rem;
        box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.02);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        text-align: center;
        padding: 1.5rem !important;
    }
    .topstd_box:hover{
            border-color: rgba(99, 102, 241, 0.2);
    box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.1);
    transform: translateY(-3px);
    }
    
    .topstd_box img {
            width: 64px !important;
        height: 64px;
        border: 2px solid #e1e1e1;
        border-radius: 50%;
        margin: auto;
        object-fit: cover;
        margin-bottom: 20px;
    }
    
    .topstd_box h4 {
        font-size: 15px;
        color: var(--color3);
        margin-bottom: 7px;
    }
    
    .topstd_box p {
        margin: 0;
           font-size: 11px;
    line-height: 1.2;
    }
    
    .topstudentslide .owl-nav button {
        top: 80px;
    }
    
    .placementbox {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba#0000000d(0, 0, 0, 0.05);
        border-radius: 1rem;
        box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.02);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    
    .placementbox img {
        width: 110px !important;
        height: 120px;
        margin: auto;
        object-fit: contain;
        padding: 11px;
        object-position: center center;
        margin-bottom: 0px;
        border-bottom: 1px solid #dbdbdb;
    }
    
    .placementbox p {
        text-align: center;
        font-size: 11px;
        color: var(--color1);
        margin: 0;
        padding-top: 4px;
    }
    .placementbox:hover {
        border-color: rgba(99, 101, 241, 0.267);
        box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.1);
        transform: translateY(-3px);
    }

    .testimonials_box {
            background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 1rem;
        box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.02);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        overflow: hidden;
        padding: 59px 28px 28px 28px;
    }
    .testimonials_box:hover {
        border-color: rgba(99, 102, 241, 0.2);
        box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.1);
        transform: translateY(-3px);
    }
        
    .testimonials_box::before {
        content: "";
        display: block;
        background: url(../images/quote-left-solid-full.svg);
            width: 58px;
    height: 58px;
        position: absolute;
        top: 8px;
        left: 20px;
    }
    
    .testimonials_box p {
        color: #646464;
    font-size: 13px;
    font-style: italic;
    }
    
    .test_footer {
            display: flex;
    align-items: center;
    background: #e5e5e5;
    padding: 10px;
    border-radius: 10px;
    }
    
    .tsticon .svg-inline--fa {
        color: var(--color1);
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    
    .test_cont h6 {
        font-size: 14px;
        color: #000000;
    }
    
    .test_cont span {
        font-size: 12px;
        color: #6e6e6e;
    }
    
    .bg-light-2 {
        background-color: #e5e9f88a;
        /* background-image: url('../images/bg1.jpg'); */
    }
    
    .footer_top {
        background: #ebebeb;
        color: #414141;
    }
    
    .footer_bottom {
        background: #141414;
        color: #f3f8ff;
        padding: 20px 0;
    }
    
    .footer_top p {
        color: #414141;
    }
    
    .footer_bottom p {
        color: #f3f8ff;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .footer_bottom p a {
        color: var(--color3);
    }
    
    .foot_logo {
        width: 260px;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .foot_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
    }
    
    .socialmedia_tab {
        padding: 0;
        list-style: none;
        display: flex;
        margin: 15px 0;
    }
    
    .socialmedia_tab li {
        margin-right: 5px;
    }
    
    .socialmedia_tab li a {
        color: #fff;
        width: 40px;
        height: 40px;
        display: block;
        font-size: 23px;
        text-align: center;
        line-height: 2;
        border-radius: 50%;
    }
    
    .facebook {
        background: #3b5998;
        color: #fff;
    }
    
    .twitter {
        background: #55acee;
        color: #fff;
    }
    
    .instagram {
        background: #e76ce9;
        color: #fff;
    }
    
    .linkedin {
        background: #0061ac;
        color: #fff;
    }
    
    .youtube {
        background: #e91e63;
        color: #fff;
    }
    
    .foot_widget h3 {
        color: var(--color3);
        font-size: 21px;
        margin-bottom: 10px;
    }
    
    .foot_link {
        padding: 0;
        list-style: none;
    }
    
    .foot_link li {
        margin-bottom: 15px;
    }
    
    .foot_link li a {
        color: #414141;
    }
    
    .foot_link li a:hover {
        color: var(--color3);
    }
    
    .contact_info {
        display: flex;
        width: 100%;
        margin-bottom: 18px;
    }
    
    .contact_info span {
        color: var(--color1);
        font-size: 19px;
        width: 19px;
        margin-right: 13px;
    }
    
    .contact_info a {
        color: #414141;
        margin: 1px 5px;
        display: inline-block;
    }
    
    .contact_info a:hover {
        color: var(--color3);
    }
    
    .contact_item {
        display: flex;
        width: 100%;
        margin-bottom: 25px;
    }
    
    .contact_item span {
        font-size: 14px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 2;
        border: 2px solid;
        border-radius: 50%;
        margin-right: 7px;
        color: var(--color1);
    }
    
    .contact_item label {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        color: var(--color3);
    }
    
    .foot_widget {
        padding: 40px 0;
    }
    
    .floating_wp {
        position: fixed;
        right: 10px;
        bottom: 150px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        z-index: 999;
        text-align: center;
        font-size: 33px;
        color: #fff;
        line-height: 1.5;
    }
    
    .whatsapp {
        background: #4caf50;
    }
    
    #scrolltop {
        position: fixed;
        right: 10px;
        bottom: 71px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: var(--color2);
        text-indent: -9999px;
        display: none;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        z-index: 999;
    }
    
    #scrolltop span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }
    
    #scrolltop:hover {
        background-color: var(--color1);
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
    
    .inner_banner {
        background: url(../images/bg2.jpg) no-repeat fixed;
        background-size: cover;
        background-position: center center;
        text-align: center;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        overflow: hidden;
    }
    .inner_banner h1{
            font-size: 26px;
    }
    
    .about_content h1 {
        color: var(--color1);
            font-size: 22px;
    }
    
    .about_content .btn {
        margin-top: 10px;
    }
    
    .textareacontent {
        margin-top: 20px;
        font-size: 15px !important;
        color: #565656;
        line-height: 28px;
        font-weight: 400;
    }
    
    .textareacontent blockquote {
        background: #efefef;
        padding: 1em;
        border-left: 3px solid var(--color1);
        border-radius: 0px 0px 10px;
    }
    
    .textareacontent ul {
        padding-left: 10px;
        margin-left: 0;
        list-style: none;
    }
    
    .textareacontent ul li {
        position: relative;
        padding-left: 14px;
    }
    
    .textareacontent ul li::before {
        display: inline-block;
        margin-left: 0;
        content: "";
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: 0.3em solid;
        color: var(--color3);
        font-size: 14px;
        position: absolute;
        top: 10px;
        left: 0;
    }
    /*-contact----*/
   /* Form Container Style */
.contact_form {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    /* Box shadow ta ke ektu heavy kora holo jate solid feel hoy */
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.1); 
    border: 2px solid #e2e8f0;
}

/* Input Boxes & Dropdowns - Ekhane border color bold kora hoyeche */
.contact_form .form-control, 
.contact_form .select2-container--default .select2-selection--single {
    border: 1px solid var(--input-border) !important;
    padding: 10px 16px !important;
    height: auto !important;
    border-radius: 10px !important;
    font-size: 14px;
    color: var(--text-color);
    background-color: #ffffff !important; /* Pure white inside inputs for maximum contrast */
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

/* Labels gulo ke aro boro ebong bold kora holo */
.contact_form label {
    font-weight: 700;
    font-size: 13px;
    color: var(--text-color);
    margin-bottom: 8px;
    display: inline-block;
}

/* Input Placeholder text color change jate vitorer lekha clear bojha jay */
.contact_form .form-control::placeholder {
    color: #64748b;
    font-weight: 400;
}

/* Active/Focus state - click korle border heavy blue hoye jabe */
.contact_form .form-control:focus,
.contact_form .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--input-focus) !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2) !important;
    background-color: #ffffff !important;
    outline: none;
}

/* Button UI - Deep color ebong distinct layout er jonne */
.contact_form .btn_common {
    background: var(--button-gradient) !important;
    color: #ffffff !important;
    font-weight: 700;
       font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 30px;
    border: none;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 6px 20px rgba(29, 78, 216, 0.4);
    transition: all 0.2s ease;
    cursor: pointer;
    margin-top: 10px;
}

/* Button Hover State */
.contact_form .btn_common:hover {
    background: var(--button-gradient-hover) !important; /* Solid hover color */
    box-shadow: 0 8px 25px rgba(29, 78, 216, 0.5);
    transform: translateY(-2px);
}

.contact_form.btn_common:active {
    transform: translateY(0);
}

/* Captcha Area wrapper */
.Customcaptcha {
    background: #ebebeb;
    padding: 12px;
    border-radius: 10px;
}

.Customcaptcha canvas {
    border-radius: 6px;
    border: 1px solid #64748b !important;
}

#refresh-captcha {
    border-radius: 6px;
    padding: 10px 14px;
    background-color: #ffffff;
    border: 2px solid var(--input-border);
    color: var(--text-color);
}

/* Select2 drop arrow design fix */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding-left: 0 !important;
    color: var(--text-color) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}
    
   /* কন্টাক্ট কন্টেইনারের মূল ব্যাকগ্রাউন্ড */
.contact_content {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px; /* মডার্ন রাউন্ডেড কর্নার */
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05); /* সফট মডার্ন শ্যাডো */
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* সেকশন টাইটেল (h1 ট্যাগকে সুন্দর করার জন্য) */
.contact_content .section_title h1 {
    font-size: 26px;
    font-weight: 800;
    color: var(--color5, #1e293b);
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.contact_content .section_title h1 span {
    color: var(--color1, #8100A1); /* মেইন ব্র্যান্ড কালার */
    position: relative;
}

/* প্রতিটি কন্টাক্ট ব্লকের আধুনিক লেআউট */
.contact_content .contact_item {
    display: flex;
    align-items: flex-start;
    gap: 16px; /* আইকন এবং টেক্সটের মাঝের নিখুঁত গ্যাপ */
    margin-bottom: 22px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #f1f5f9; /* প্রতিটি আইটেমের মাঝে হালকা ডিভাইডার */
    transition: all 0.3s ease;
}

/* শেষ আইটেমের নিচে বর্ডার বা মার্জিন থাকবে না */
.contact_content .contact_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* আধুনিক স্কয়ার-রাউন্ডেড আইকন বক্স */
.contact_content .contact_item > span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(129, 0, 161, 0.08); /* ব্র্যান্ড কালারের হালকা সফট ব্যাকগ্রাউন্ড */
    color: var(--color1, #8100A1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-shrink: 0; /* আইকন যেন ছোট না হয়ে যায় */
    transition: all 0.3s ease;
}

/* হোভার করলে আইকন বক্সে সুন্দর অ্যানিমেশন */
.contact_content .contact_item:hover > span {
    background: var(--color1, #8100A1);
    color: #ffffff;
    transform: scale(1.05);
}

/* লেবেল বা টাইটেল স্টাইলিং */
.contact_content .contact_item label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b; /* হালকা স্লিক গ্রে কালার */
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: inline-block;
}

/* টেক্সট এবং লিংক কন্টেন্ট এরিয়া */
.contact_content .contact_item div {
    font-size: 15px;
    color: #334155;
    font-weight: 600;
    line-height: 1.5;
}

/* লিংক (ইমেইল ও ফোন নম্বর) স্টাইলিং */
.contact_content .contact_item div a {
    color: #334155;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

/* লিংকের ওপর মাউস নিলে কালার চেঞ্জ ইফেক্ট */
.contact_content .contact_item div a:hover {
    color: var(--color1, #8100A1);
    text-decoration: underline;
}

/* সোশ্যাল লিংকের জন্য ব্যাকআপ (যদি ফিউচারে যোগ করেন) */
.contact_content .social_link {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 25px;
    gap: 15px;
}

.contact_content .social_link li a {
    font-size: 20px;
    color: #64748b;
    transition: color 0.2s ease;
}

.contact_content .social_link li a:hover {
    color: var(--color1, #8100A1);
}
    
    .gmap {
        width: 100%;
        text-align: center;
        padding-bottom: 0 !important;
    }
    
    .gmap iframe {
        width: 90%;
        height: 450px;
        margin: 0;
        border-radius: 34px;
        margin-bottom: 40px;
    }
    
    .subcenter_img {
            width: 95%;
    height: 530px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
    }
    
    .subcenter_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .subcenter_img .center_logo {
        position: absolute;
        width: 130px;
        height: 130px;
        right: 10px;
        bottom: 7px;
        border-radius: 10px;
        padding: 0;
        background: #fff;
        padding: 10px;
        object-fit: contain;
    }
    
    .about_content .svg-inline--fa {
        color: var(--color3);
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 1px solid;
        text-align: center;
        line-height: 1;
        margin-right: 5px;
        border-radius: 50%;
        padding: 6px;
        transform: translate(0px, 8px);
    }
    
    .mapbutton {
        border: 1px solid var(--color3);
        color: #535353;
        line-height: 1;
        padding: 1px 18px 16px;
    }
    
    .mapbutton:hover,
    .mapbutton:active,
    .mapbutton:not(.btn-check)+.mapbutton:active,
    .mapbutton:focus {
        border-color: var(--color3);
        background: var(--color3);
        color: #fff !important;
    }
    
    .mapbutton:hover .svg-inline--fa,
    .mapbutton:focus .svg-inline--fa {
        color: #fff !important;
    }
    
    .semester_details {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .semester_details li {
        margin-bottom: 20px;
    }
    
    .semester_details li strong {
        display: block;
        margin-bottom: 8px;
    }
    
    .semester_details li strong .svg-inline--fa {
        width: 20px;
        height: 20px;
        line-height: 1.4;
    }
    
    .about_content h1 {
        color: var(--color1);
        margin-bottom: 39px;
        position: relative;
    }
    
    .about_content h1:after {
        content: "";
        display: block;
        background: var(--color3);
        width: 90px;
        height: 1px;
        border-radius: 230px;
        position: absolute;
        bottom: -14px;
    }
    
    table.dataTable thead th,
    table.dataTable thead td,
    table.dataTable.no-footer {
        border-bottom: 1px solid #eaeaea !important;
    }
    
    .table>:not(caption)>*>* {
        border-bottom-width: 0;
    }
    
    .form-control,
    #DataTables_Table_0_length select,
    #DataTables_Table_0_filter input {
        padding: 8px 14px;
        border-radius: 50px;
        border: 1px solid #bbbbbb;
    }
    
    textarea.form-control {
        border-radius: 20px !important;
    }
    
    .form-control:focus,
    .form-control:hover,
    #DataTables_Table_0_length select:hover,
    #DataTables_Table_0_length select:focus,
    #DataTables_Table_0_filter input:hover,
    #DataTables_Table_0_filter input:focus {
        border: 1px solid #616161;
    }
    
    div.dataTables_wrapper div.dataTables_info {
        float: left;
    }
    
    .table tr td,
    .table tr th {
        vertical-align: middle;
        text-align: left;
        padding: 8px 10px !important;
        border-bottom: 1px solid #eaeaea !important;
    }
    
    .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border-radius: 6px;
        color: #fff !important;
        background: var(--color1) !important;
    }
    
    .dataTables_wrapper .active>.page-link,
    .page-link.active {
        color: var(--bs-pagination-active-color);
        background-color: var(--color1) !important;
        border-color: var(--color1) !important;
    }
    
    .search_box {
        padding: 12px;
        background: #cdcdcd;
        border-radius: 0;
    }
    
    .search_box.sticky {
        position: fixed;
        top: 69px;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 7px 0 4px;
    }
    
    .search_box .input-group {
        background: #ffffff70;
        border-radius: 6px;
        overflow: hidden;
    }
    
    .search_box .input-group input {
        background: transparent;
        color: #383838;
        border: 0;
        padding: 10px 20px;
        border-right: 1px solid #ffffff4d;
    }
    
    .search_box .input-group input::placeholder {
        color: #3a3a3a93;
    }
    
    .search_box .input-group input:focus {
        border: 0;
        outline: 0 !important;
    }
    
    .search_box .input-group .btn {
        border: 0;
        color: #fff;
        background: var(--color1);
        padding: 5px 19px;
    }
    
    .search_box .input-group .btn:hover,
    .search_box .input-group .btn:focus {
        border: 0;
        outline: 0 !important;
    }
    
    div.dataTables_wrapper tr td img,
    div.dataTables_wrapper tr th img {
        width: 60px;
        height: 40px;
        object-fit: cover;
    }
    
    .table:not(.table-dark) th {
        background: var(--color1) !important;
        color: #fff !important;
    }
    
    .sem_item {
        border: 1px solid var(--color3);
        border-radius: 7px;
        margin: 5px 0 10px;
        overflow: hidden;
    }
    
    .sem_item h4 {
        font-size: 17px;
        color: #000;
        border-bottom: 1px solid var(--color3);
        margin-bottom: 5px;
        padding: 10px 12px;
        background: var(--color3);
    }
    
    .sem_item p {
        padding: 0 6px 6px;
        margin: 0;
    }
    
    .sem_item p span {
        display: inline-block;
        background: var(--color1);
        color: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        margin: 2px 1px;
    }
    
   /* --- Verification Box Wrapper --- */
.contact-wrap {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 13%);
}

.contact-wrap .label {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
    display: inline-block;
}

/* Input Focus Glow Customization */
.contact-wrap .form-control {
    border-radius: 10px;
    padding: 9px 16px;
    height: auto;
    border: 1px solid #e2e8f0;
    font-size: 15px;
    color: #2d3748;
    transition: all 0.3s ease;
}
.contact-wrap .form-control:focus {
    border-color: var(--color1);
    box-shadow: 0 0 0 3px rgba(var(--color1-rgb, 0, 82, 204), 0.15);
    outline: none;
}



/* --- Student Portal Dashboard Cards --- */
.text-primary {
    color: var(--color1) !important;
}

.student-profile .card {
    background: #ffffff;
    border: 1px solid rgb(0 0 0 / 22%);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.student-profile .card .card-header h3 {
    margin-top: 10px;
    letter-spacing: -0.3px;
}

.student-profile .card-header svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
}

.details_screen {
    padding-top: 20px;
}

/* Premium Profile Image Setup */
.student-profile .card .card-header .profile_img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    margin: 15px auto;
    border: 5px solid #f7fafc;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.student-profile .card h3 {
    font-size: 20px;
    font-weight: 700;
}

.student-profile .card p {
       font-size: 14.5px;
    color: #4a5568;
    padding-bottom: 6px;
    margin-bottom: 8px !important;
    border-bottom: 1px dashed #4a55684a;
}
.student-profile .card p strong {
    color: #1a202c;
}
.student-profile .card p:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
/* --- Cleaner Table Appearance --- */
.student-profile .table {
    margin-bottom: 0;
}

.student-profile .table-bordered th, 
.student-profile .table-bordered td {
    border: 1px solid #edf2f7;
}

.student-profile .table th {
    font-weight: 600;
    color: #4a5568;
    background: #fcfdfe;
}

.student-profile .table td {
    color: #2d3748;
    font-weight: 500;
}

.student-profile .table th,
.student-profile .table td {
    font-size: 14px;
    padding: 10px 14px;
    vertical-align: middle;
}

/* Bootstrap Badges Optimization */
.badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
}
.badge-success {
    background-color: #c6f6d5;
    color: #22543d;
}
.badge-primary {
    background-color: #ebf8ff;
    color: #2b6cb0;
}
    .bg-light-3 {
        background: var(--color3);
    }
    
    .bg-dark-4 {
        background-color: #101111;
    }
    
    .bgnotice {
        max-width: 90%;
        margin: auto;
        border-radius: 26px;
        background: var(--color1);
        padding: 20px 0 !important;
        box-shadow: 0px 4px 10px 0 #a3a3a3;
        margin-bottom: 20px;
    }
    
    .bgnotice .section_title {
        display: none;
    }
    
    .bgfixed {
        background-attachment: fixed;
    }
    
    .noticebox_box {
        text-align: center;
        /* border: 1px solid var(--color4); */
        background: transparent;
        /* background-image: url('../images/notice_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
        border-radius: 0px;
        padding: 1.8rem 8rem 2.5rem;
        color: #0c0c0c;
    }
    
    .noticebox_box p {
        color: #e1e1e1;
        margin-bottom: 0;
    }
    
    .pdate {
        color: #fff;
        background: var(--color3);
        padding: 6px 19px;
        border-radius: 8px 8px 8px 0;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 11px;
    }
    
    .pdate i.fa {
        color: var(--color3);
    }
    
    #noticeModal .close {
        position: absolute;
        right: -21px;
        top: -16px;
        font-size: 38px;
        background: red;
        color: #fff;
        padding: 3px;
        border-radius: 50%;
    }
    
    .tz-gallery {
        padding: 0 20px;
    }
    
    .tz-gallery a {
        width: 100%;
        height: 250px;
        border-radius: 15px;
        display: block;
        overflow: hidden;
        position: relative;
    }
    /* Override bootstrap column paddings */
    
    .tz-gallery .row>div {
        padding: 2px;
    }
    
    .tz-gallery .lightbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        position: relative;
    }
    
    .tz-gallery .lightbox:before {
        content: "\f00e";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }
    
    .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgb(239 83 80 / 56%);
        content: '';
        transition: 0.4s;
    }
    
    .tz-gallery .lightbox:hover:after,
    .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }
    
    .counter_section {
    background: #333;
    background-image: url(../images/bg_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    max-width: 100%;
    margin: auto;
    border-radius: 0;
    box-shadow: 0px 4px 10px 0 #a3a3a3;
    }
    .counter_box {
        text-align: center;
        border: 1px solid #ffffff2e;
        padding: 24px 10px;
        border-radius: 15px;
        background: #ffffff17;
    }
    
    .counter_box span {
       font-size: 27px;
    width: 60px;
    height: 60px;
        display: block;
        text-align: center;
        color: #fff;
        margin: auto;
        margin-bottom: 11px;
        line-height: 2.2;
        border-radius: 9px;
    }
    .counter_section .col-6:nth-child(1) .counter_box span{
        background: #4caf50;
    }
    .counter_section .col-6:nth-child(2) .counter_box span{
        background: #2196F3;
    }
    .counter_section .col-6:nth-child(3) .counter_box span{
        background: #F44336;
    }
    .counter_section .col-6:nth-child(4) .counter_box span{
        background: #ff9800;
    }
    
    .counter_box h1 {
        color: var(--color3);
        font-size: 3em;
    }
    
    .counter_box p {
        margin: 0;
        color: #c5c5c5;
        letter-spacing: 1px;
    }
    
    .Institutessec {
        width: 95%;
        max-width: 1430px;
        margin: auto;
        border-radius: 40px;
        box-shadow: 0px 4px 10px 0 #a3a3a3;
    }
    
    .frinchisee_sec {
        background: #0c0c0c;
        border-radius: 30px;
        overflow: hidden;
        width: 95%;
        max-width: 1430px;
        margin: auto;
        margin-bottom: 70px;
        background: rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(0, 0, 0, 0.212);
        box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.02);
        padding: 1rem;
    }
    
    .frinchisee_sec img {
        background: #0c0c0c;
        width: 100%;
        height: 100%;
        max-height: 310px;
        object-fit: cover;
        object-position: center center;
        border-radius: 19px;
    }

    
    .frinchisee_content {
        background: #fff;
        width: 100%;
        height: 100%;
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    
    .frinchisee_content div {
        max-width: 450px;
    }
    
    .frinchisee_content h1 {
        color: var(--color1);
        margin-bottom: 8px;
        font-size: 19px;
    }
    
    .frinchisee_content p {
        color: #585858;
        margin-bottom: 20px;
        margin-top: 12px;
    }
    
    .teambox {
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
    }
    
    .teambox img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        padding: 0px;
        object-position: top center;
        margin-bottom: 10px;
        border-bottom: 1px solid #dbdbdb;
        background: rgb(172, 172, 172)383;
    }
    
    .teambox p {
        text-align: center;
        font-size: 14px;
        color: #000;
    }
    
 
    .team_box {
        position: relative;
        width: 100%;
        margin-top: 20px !important;
        max-width: 219px;
        overflow: hidden;
        margin: auto;
        transform: translate(0px, 0px);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .team_box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center center;
        border-radius: 15px;
    }
    
    .tm_overlay {
        /* background: #000000;
        background: linear-gradient(0deg, rgb(255 255 255) 23%, rgba(0, 0, 0, 0) 100%); */
        padding: 20px;
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .tm_overlay h5 {
        color: var(--color1);
        font-size: 17px;
        margin-bottom: 3px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .tm_overlay p {
        color: #474747;
        font-size: 12px;
        margin-bottom: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    /* .team_box:hover .tm_overlay {
    height: 100%;
    padding: 15px 10px 15px;
} */
    
    .team_box:hover {
        transform: translate(0px, -10px);
    }
    
    .course-in-detail {
        border-radius: 0px;
        border: none;
        outline: 0;
        background: transparent;
    }
    
    .course-in-detail .course-title-single .bold {
        font-weight: 700;
        font-size: 34px;
        color: var(--color1);
        margin-bottom: 30px;
    }
    
    .course-in-detail .course-title-single .entry-content {
        line-height: 25px;
        margin-bottom: 67px;
        font-size: 15px;
    }
    
    .course-in-detail .course-title-single .entry-content p {
        padding-bottom: 10px;
        line-height: 28px;
    }
    
    .course-in-detail .course-title-single .entry-content .title-1 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .course-in-detail .course-title-single .entry-content .flat-list {
        list-style: circle;
    }
    
    .course-in-detail .course-title-single .entry-content .flat-list li {
        margin-left: 10px;
        line-height: 30px;
    }
    
    .course-in-detail .course-widget-price {
            padding: 38px 23px;
    border-radius: 14px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 15px;
    }
    
    .course-in-detail .course-widget-price ul {
        margin-bottom: 17px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .course-in-detail .course-widget-price ul li {
        font-size: 13px;
        line-height: 49px;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .course-in-detail .course-widget-price ul li span:last-child {
        float: right;
    }
    
    .course-in-detail .course-widget-price .bt-course {
        margin-bottom: 28px;
        margin-top: 30px;
        text-align: center;
    }
    
    .course-in-detail .course-widget-price .course-title {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .course-in-detail .course-widget-price .flat-button {
        background: #d84339;
        width: auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 9px;
        padding: 10px 22px;
        font-size: 16px;
        font-weight: 500;
        color: #fff !important;
    }
    
   .our-features {
    padding: 60px 0px;
    background-color: #fafbfe; /* হালকা প্রিমিয়াম ব্যাকগ্রাউন্ড */
}

    
    .link {
        color: var(--color3);
        text-decoration: underline;
    }
    
    .text-theme {
        color: var(--color1) !important;
    }
    
    .certified_bx {
        text-align: center;
    }
    
    .certified_bx img {
           width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    object-fit: contain;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 11px;
    padding: 13px;
    }
    
    .certified_bx p {
            color: #000000;
    background: transparent;
    border-radius: 50px;
    width: 100%;
    padding: 0;
    margin: auto;
    font-size: 12px;
    line-height: 1.2;
    }
    .notice_board {
    margin-top: -43px;
    z-index: 1;
    position: relative;
}
.notice-ticker{
    overflow: hidden;
    position: relative;
    width: 100%;
    flex: 100;
}

.notice-track{
    display: flex;
    width: max-content;
    align-items: center;
    will-change: transform;
}

.notice-item{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 80px;
    white-space: nowrap;
    font-size: 14px;
}

.notice-date{
    margin-left: 8px;
    color: #888;
}


.our-features {
    padding: 60px 0;
    background-color: #f8fafc; /* হালকা ও পরিচ্ছন্ন ব্যাকগ্রাউন্ড */
}

/* কন্টেইনার গ্রিড লেআউট (পাশাপাশি ২টি বা ৩টি কার্ড দেখানোর জন্য) */
.our-features .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* আধুনিক সেমিস্টার কার্ড */
.semester-card {
        background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgb(0 0 0 / 9%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 14px;
}

/* হোভার ইফেক্ট */
.semester-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    border-color: rgba(129, 0, 161, 0.2); /* হোভার করলে হালকা পার্পল বর্ডার */
}

/* সেমিস্টার হেডার এরিয়া */
.semester-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e2e8f0; /* হেডার ও সাবজেক্টের মাঝে হালকা ডিভাইডার */
}

/* গোল আইকন বক্স */
.sem-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/* সেমিস্টার টাইটেল ও সাবজেক্ট কাউন্ট */
.sem-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
}

.sem-title span {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* সাবজেক্ট লিস্ট কন্টেইনার */
.subject-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* প্রতিটি আলাদা সাবজেক্ট আইটেম */
.subject-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #f1f5f9; /* সাবজেক্টের পেছনের হালকা গ্রে ব্যাকগ্রাউন্ড */
    border-radius: 10px;
    transition: all 0.2s ease;
}

/* হোভার করলে সাবজেক্ট আইটেমটি হাইলাইট হবে */
.subject-item:hover {
    background: #f5f3ff; /* হালকা পার্পল টিন্ট */
}

/* সাবজেক্ট কোড (বক্স স্টাইল) */
.sub-code {
    font-size: 11px;
    font-weight: 700;
    background: #ffffff;
    color: #64748b;
    padding: 2px 8px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}

/* সাবজেক্টের নাম */
.sub-name {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}
.sub-avatar {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
}