@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Ubuntu:wght@300;400;500;700&display=swap");

* {
    font-family: "Ubuntu", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --background-color: #f1f1f1;
    --hover-color: rgb(102, 40, 245);
    --mega-menu-color: rgba(25, 0, 188, 0.8);
    --prymari-color: #eff3f6;
    --color: #fff;
    --color-1: #000000;
    --hero-bg-color-1: rgba(255, 0, 0, 0.415);
    --hero-bg-color-2: rgba(0, 51, 255, 0.415);
    --btn-color: #e60101;
    --btn-bg: #1900bc;
    --icon-bg-color: #333;
    --secondary-color: #f0c456;
    --content-color: #112f48;
    --last-color: #ffa155;
    --title-heading-color: #ac0000;
}

/* Scrolbar Start */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d62929;
}
/* Scrolbar End */

/* Preloader Section Start */
/*#preloader {*/
/*    background: var(--color-1);*/
/*    font-size: 100%;*/
/*    line-height: 24px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: sans-serif;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 9999;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: opacity 0.5s ease-out;*/
/*}*/

/*#preloader.hide {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/

/*.heart_rate {*/
/*    width: 150px;*/
/*    height: 73px;*/
/*    position: relative;*/
/*    margin: 20px auto;*/
/*}*/

/*.fade_in {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: var(--color-1);*/
/*    top: 0;*/
/*    right: 0;*/
/*    animation: heartRateIn 2s linear infinite;*/
/*}*/

/*.fade_out {*/
/*    position: absolute;*/
/*    width: 120%;*/
/*    height: 100%;*/
/*    background-color: var(--color-1);*/
/*    top: 0;*/
/*    right: -120%;*/
/*    animation: heartRateOut 2s linear infinite;*/
/*    background: var(--color-1);*/
/*    background: linear-gradient(*/
/*        to right,*/
/*        rgba(0, 0, 0, 1) 0%,*/
/*        rgba(0, 0, 0, 1) 80%,*/
/*        rgba(0, 0, 0, 0) 100%*/
/*    );*/
/*}*/

/*@keyframes heartRateIn {*/
/*    0% {*/
/*        width: 100%;*/
/*    }*/
/*    50% {*/
/*        width: 0;*/
/*    }*/
/*    100% {*/
/*        width: 0;*/
/*    }*/
/*}*/

/*@keyframes heartRateOut {*/
/*    0% {*/
/*        left: -120%;*/
/*    }*/
/*    30% {*/
/*        left: -120%;*/
/*    }*/
/*    100% {*/
/*        left: 0;*/
/*    }*/
/*}*/


/*!* Hidden main content initially *!*/
/*.hidden {*/
/*    visibility: hidden;*/
/*}*/

/* Preloader Section Start */
/* Preloader Section Start */
#preloader {
    background: var(--color-1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

/* Hide main content initially */
.hidden {
    visibility: hidden;
}


/* Preloader Section End */






/* topbar start */

  .main_topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 6px 10px;
            border-bottom: 1px solid #ddd;
            overflow: hidden;
        }

        /* Notice Button */
        .topbar_notice_btn {
            flex: 0 0 auto;
        }

        .topbar_notice_btn .notice_btn {
            display: inline-block;
            padding: 6px 14px;
            background-color: #ff0000;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            border-radius: 6px;
            color: #fff;
            transition: all 0.3s ease;
        }

        .topbar_notice_btn a:hover {
            background-color: #094bb5;
        }

        /* Notice Board */
        .topbar_text_notice_board {
            flex: 1 1 auto;
            overflow: hidden;
            position: relative;
        }

        .ticker__track {
            display: flex;
            gap: 20px;
            white-space: nowrap;
            will-change: transform;
        }

        .notice_date {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: #333;
            font-size: 15px;
        }

        .notice_date:hover {
            color: #094bb5;
        }

        .notice_icon i {
            color: #f39c12;
            font-size: 16px;
        }

        /* Social Icons */
        .topbar_social {
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .topbar_social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border: 1px solid #0b66ff;
            border-radius: 50%;
            color: #0b66ff;
            background-color: #fff;
            font-size: 14px;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .topbar_social a:hover {
            background-color: #0b66ff;
            color: #fff;
            transform: scale(1.15);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .topbar_social {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .main_topbar {
                gap: 6px;
            }

            .topbar_text_notice_board {
                order: 3;
                flex: 1 1 100%;
            }
        }



/* topbar end */

/* Nav Logo Start */
#nav_logo_all_items .navbar_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav_logo_all_items .navbar_items .hotline .hotline_items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

#nav_logo_all_items
.navbar_items
.hotline
.hotline_items
.hotline_item
.hotline_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.navbar_items
.hotline
.hotline_items
.hotline_item
.hotline_icons
.hotline_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--btn-bg);
    transition: background-color 0.4s ease, color 0.4s ease;
}

.navbar_items
.hotline
.hotline_items
.hotline_item
.hotline_icons
.icon_heading
a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: var(--btn-bg);
}

.navbar_items
.hotline
.hotline_items
.hotline_item
.hotline_icons
.icon_heading
a
span {
    display: block;
}

.navbar_items
.hotline
.hotline_items
.hotline_item
.hotline_icons
.icon_heading
.hotline_heading {
    font-size: 16px;
    font-weight: 500;
    color: var(--btn-color);
}

.navbar_items
.hotline
.hotline_items
.hotline_item
.hotline_icons
.hotline_icon
i {
    font-size: 20px;
    color: var(--background-color);
}

.navbar_items
.hotline
.hotline_items
.hotline_item:hover
.hotline_icons
.hotline_icon {
    background: var(--btn-color);
}

#nav_logo_all_items .navbar_items .admission_box {
    color: var(--color-1);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid black;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}

#nav_logo_all_items .navbar_items .admission_box:before,
#nav_logo_all_items .navbar_items .admission_box:after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #1900bc, #e60101);
    width: 100%;
    height: 2px;
}

#nav_logo_all_items .navbar_items .admission_box:before {
    top: 0;
    left: 0;
    animation: animateTop 2s linear infinite;
}

#nav_logo_all_items .navbar_items .admission_box:after {
    bottom: 0;
    right: 0;
    animation: animateBottom 2s linear infinite;
    animation-delay: 1s;
}

#nav_logo_all_items .navbar_items .admission_box span {
    display: inline-block;
    animation: scaleForward 3s infinite ease-in-out,
    colorChange 3s infinite alternate;
    font-size: 14px;
}

@keyframes scaleForward {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animateTop {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes animateBottom {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes colorChange {
    0% {
        color: var(--btn-color);
    }
    50% {
        color: var(--btn-bg);
    }
    100% {
        color: var(--btn-color);
    }
}

#nav_logo_all_items .navbar_items .admission_box .leftBorder,
#nav_logo_all_items .navbar_items .admission_box .rightBorder {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #1900bc, #e60101);
    width: 2px;
    height: 100%;
    animation: animateLeftRight 2s linear infinite;
}

#nav_logo_all_items .navbar_items .admission_box .leftBorder {
    top: 0;
    left: 0;
    animation: animateLeft 2s linear infinite;
}

#nav_logo_all_items .navbar_items .admission_box .rightBorder {
    top: 0;
    right: 0;
    animation: animateRight 2s linear infinite;
}

@keyframes animateLeft {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes animateRight {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media (max-width: 1285.6px) {
    #nav_logo_all_items .navbar_items .hotline {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #nav_logo_all_items .navbar_items .hotline {
        display: none;
    }
}

@media (max-width: 575px) {
    #nav_logo_all_items .navbar_items .hotline {
        display: none !important;
        display: flex;
    }

    #nav_logo_all_items .navbar_items .nav_logo img {
        width: 160px;
        height: 28px;
    }

    #nav_logo_all_items .navbar_items .admission_box {
        color: var(--color-1);
        font-size: 12px;
        font-weight: 500;
        padding: 8px 8px;
        text-transform: uppercase;
        border: 1px solid black;
        text-align: center;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        display: inline-block;
        text-decoration: none;
    }
}

/* Nav Logo End */

/* navbar */

.navbar {
    background: var(--btn-color);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navwrapper {
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar .logo {
    text-decoration: none;
    color: var(--btn-bg);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

/* nav menu button */

.menu_btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
}

.navbar .menu_btn__lines::before,
.navbar .menu_btn__lines::after {
    content: "";
    position: absolute;
}

.navbar .menu_btn__lines,
.navbar .menu_btn__lines::before,
.navbar .menu_btn__lines::after {
    width: 1.5rem;
    height: 3px;
    background: var(--color);
    transition: all 0.4s ease-in-out;
}

.navbar .menu_btn__lines::before {
    transform: translateY(-0.5rem);
}

.navbar .menu_btn__lines::after {
    transform: translateY(0.5rem);
}

.menu_items li a {
    color: var(--color);
}

.navbar .menu_items {
    display: flex;
    align-items: center;
}

.navbar ul li {
    list-style: none;
    transition: 0.3s ease;
}

.navbar li:hover {
    background: var(--btn-bg);
}

.navbar ul li .arrow {
    transition: all 0.3s ease-out;
}

.navbar ul li a {
    text-decoration: none;
    color: var(--btn-bg);
}

/* dropdown menu */

.navbar .dropdown {
    position: relative;
}

.dropdown_menu li:hover {
    background: var(--btn-color);
}

.navbar .dropdown_menu,
.menu_right {
    position: absolute;
    background: var(--btn-bg);
    width: 220px;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    top: 55px;
    border-top: 1px solid var(--background-color);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu_right {
    top: 0;
    left: 100%;
}

.navbar .dropdown_menu,
.menu-left {
    right: 0;
}

.navbar .menu-left {
    left: -100%;
}

.navbar .menu_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 1.5rem;
    color: var(--color);
    font-size: 16px;
}

.menu_item.first_item {
    padding: 16px 16px;
}

.navbar .dropdown:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown_right:hover .menu_right {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown_right:hover .menu-left {
    left: -100%;
}

/* mega menu  */

.menu_item i {
    padding-left: 6px;
    padding-top: 5px;
}

.navbar .mega_menu {
    position: absolute;
    left: 376px;
    width: auto;
    top: 55px;
    border-top: 1px solid var(--background-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega_menu .content {
    background: var(--mega-menu-color);
    display: flex;
    width: 100%;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.mega_menu .content li:hover {
    background: var(--title-heading-color);
    border: none;
}

.content li {
    border: 1px solid var(--color-1);
    border: none;
    padding: 8px 14px;
}

.blog .content {
    grid-template-columns: repeat(4, 1fr);
}

.content .col {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.content .col p {
    line-height: 1.2rem;
    margin-top: 5px;
    color: #112f48;
}

.content .col .read-more {
    font-size: 16px;
    display: flex;
    padding-top: 1rem;
    color: #03a9f4;
    transition: color 0.3s ease;
    justify-content: flex-end;
    padding-right: 10px;
}

.menu_items li:hover .mega_menu {
    opacity: 1;
    visibility: visible;
}

/* animation menu hamburger */
.menu_btn.open .menu_btn__lines {
    transform: translateX(1rem);
    background: transparent;
}

.menu_btn.open .menu_btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: var(--color);
}

.menu_btn.open .menu_btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: var(--color);
}

/* search item start */

.search_item #search svg {
    fill: var(--color);
    position: absolute;
    height: 30px;
    width: 36px;
    top: 10px;
    right: 25px;
    opacity: 1;
}

.search_item #search svg:hover,
.search_item #search.active > svg {
    opacity: 1;
}

/* Searchbox relevant style */
#search_btn {
    position: relative;
    background: var(--first-color);
    width: auto;
    margin: 0px 120px;
    overflow: hidden;
    height: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#search_btn.show {
    animation: reveal-search ease 0.75s forwards;
    height: 50px;
    margin: 10px 120px;
}

#search_btn.hide {
    animation: hide-search ease 0.25s forwards;
}

#search_btn svg {
    margin: auto 0;
    position: absolute;
    height: 35px;
    fill: var(--secont-color);
    top: 0;
    bottom: 0;
}

#search_btn svg.magnify {
    left: 10px;
    right: 0;
    fill: var(--secont-color);
}

#search_btn svg.close {
    right: 20px;
}

#search_btn svg.close:hover {
    cursor: pointer;
}

#search_btn svg {
    font-size: 18px !important;
}

#search_btn input {
    width: calc(100% - 160px);
    line-height: 50px;
    font-size: 18px;
    max-height: 90px;
    border: 0;
    padding: 0 10px;
    font-weight: 300;
    color: var(--secont-color);
    padding-left: 70px;
    background: transparent;
}

#search_btn input:focus {
    outline: 0;
}

#search_btn .search-input::placeholder {
    font-size: 16px;
}

@keyframes reveal-search {
    0% {
        height: 0;
        transform: scaleX(0);
        border-radius: 50%;
    }
    50% {
        height: 80px;
        transform: scaleX(0);
        border-radius: 50%;
    }
    100% {
        transform: scaleX(1);
        border-radius: 0;
    }
}

@keyframes hide-search {
    0% {
        height: 80px;
        transform: scaleY(1);
    }
    100% {
        height: 0;
        transform: scaleY(0);
    }
}

/* search item end */

/* Responsive style */

@media screen and (max-width: 1285.6px) {
    .navbar .mega_menu {
        left: auto;
        width: auto;
    }
}

@media screen and (max-width: 1225px) {
    .menu_item.first_item {
        padding: 16px 10px;
    }
}

@media screen and (max-width: 1107px) {
    .menu_item.first_item {
        padding: 16px 7px;
    }
}

@media screen and (max-width: 1080px) {
    .navbar {
        padding: 10px 20px;
    }

    .logo {
        display: none;
    }

    .overflow {
        overflow: hidden;
    }

    .overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 500;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .overlay--active {
        opacity: 1;
        visibility: visible;
    }

    .menu_btn {
        display: flex;
    }

    .navbar .menu_items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 48%;
        top: 117px;
        left: 0px;
        background: var(--btn-bg);
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-bottom: 100px;
    }

    .navbar .menu_items ul {
        color: var(--color);
    }

    .menu_items.open {
        transform: translateY(0);
    }

    .menu_items.open {
        margin-top: 57px;
    }

    .menu_items li a {
        padding: 10px 1rem;
        display: block;
        font-size: 16px !important;
    }

    .menu_items .dropdown_right .right-arrow {
        transform: rotate(90deg);
    }

    /* DROPDOWN, MEGA MENUS */
    .menu_items .dropdown_menu,
    .menu_items .menu_right,
    .menu_items .mega_menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        margin-left: -18px;
        width: auto;
        max-height: 0;
        transform: scaleX(0);
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu_items .dropdown_menu,
    .menu_items .menu_right {
        padding-left: 10px;
        width: 102%;
        margin-left: -10px;
    }

    .menu_items .mega_menu .col {
        padding-left: 1rem;
    }

    .expand_btn.open + .sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand_btn.open + .blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .navbar .sample {
        border-top: none;
    }

    .sample li {
        margin: 0;
    }

    .sample li:last-child {
        border-bottom: none;
    }

    .sample li a {
        font-size: 1rem;
    }

    .mega_menu .content {
        grid-template-columns: auto;
        flex-direction: column;
        padding: 0 0 0 10px;
    }

    .mega_menu .content .col {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .col .mega-links li,
    .col .mega-links li a {
        padding: 0 0.5rem;
    }

    .content .col .mega-links {
        border-left: 0;
        padding-left: 0.5rem;
    }

    .col .mega-links li {
        margin: 0;
    }
}

.search_btn {
    font-size: 16px;
}

.nav_logo {
    padding: 20px 20px 10px 15px;
}

@media (max-width: 575px) {
    .nav_logo {
        padding: 20px 20px 10px 30px;
    }

    .search_btn {
        font-size: 16px;
        padding: 0px 20px 0px 0px;
    }

    .logo {
        display: none;
    }

    #search_btn.show {
        margin: 0px 0px;
    }
}

/* navbar end */

/* hero section start */

.hero_section .slider_container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero_section .slider_container .slider_wrapper {
    display: flex;
    transition: transform 1s ease-in-out; /* Ensure smooth animation */
}

.hero_section .slider_container .slider_wrapper .slide_item {
    min-width: 100%;
    height: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--background-color);
    font-weight: bold;
    position: relative;
}

.hero_section .slider_container .slider_wrapper .slide_item .slide_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hero_section .slider_container .slider_wrapper .slide_item .slide_caption {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--hero-bg-color-1);
    color: var(--background-color);
    padding: 20px;
    font-size: 40px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.hero_section .slider_container .slider_controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.hero_section .slider_container .slider_controls .slider_button {
    background: var(--btn-bg);
    color: var(--background-color);
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
    border-radius: 8px;
}

.hero_section .slider_container .slider_controls .slider_button:hover {
    background: var(--btn-color);
}
/* hero section end */

/* notice bord section start */

/* text animetion start */

#main_content {
    margin: 20px 20px;
}

#app {
    font-weight: 600;
    text-align: center;
    font-size: 35px;
    background-image: linear-gradient(
        -225deg,
        var(--btn-bg) 0%,
        var(--btn-bg) 29%,
        var(--btn-bg) 67%,
        var(--btn-bg) 100%
    );
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    padding: 0px 0px 10px 0px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* text animetion end */

/* principal_content start */

.principal_contant_btn {
    width: 100%;
    padding: 6px 0px;
    background: var(--btn-bg);
}

.principal_contant_btn h4 {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    color: var(--background-color);
}

.principal_card {
    background: var(--bg-color);
}

.principal_card_content_img img {
    object-fit: contain;
    width: 100%;
}

.about_heading h1 {
    font-size: 18px;
    color: var(--btn-color);
}

.prinicpal_card_content_heading {
    padding-top: 20px;
}

.prinicpal_card_content_heading p {
    text-align: justify !important;
    line-height: 30px;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 500;
}

.see_more_btn {
    padding: 6px 20px;
    background: var(--btn-color);
    border: none;
    border-radius: 5px;
    transition: 0.5s;
    margin: 20px 0px;
}

.see_more_btn:hover {
    background: var(--btn-bg);
    color: var(--background-color);
}

.see_more_btn a {
    text-decoration: none;
    color: var(--background-color);
}

.see_more_btn a:hover {
    text-decoration: none;
    color: var(--background-color);
}

.prinicpal_card_content_heading_btn a {
    display: block;
    text-align: center;
    color: var(--primary-color);
    transition: 0.5s ease-in-out;
    text-decoration: none;
}

.prinicpal_card_content_heading_btn a:hover {
    display: block;
    text-align: center;
    color: var(--primary-color);
    text-decoration: underline;
}

.institution_content {
    border: 1px solid var(--primary-color);
    width: 100%;
    aspect-ratio: 2/1;
    background: var(--bg-color);
    padding: 30px;
}

.institution_content_heading h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

.institution_content_img {
    width: 100%;
}

.institution_content_img img {
    width: 800px;
    height: 900px;
    display: block;
    margin: auto;
}

.institution_content_text p {
    font-size: 16px;
    width: 600px;
    margin: auto;
}

@media screen and (max-width: 1300px) {
    .institution_content_img img {
        width: 100%;
    }

    .institution_content_text p {
        width: 100%;
    }
}

/* principal_content end */

/* notice board start */

.notice_board {
    width: 100%;
    height: 580px;
    border: 1px solid #8398e9;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: var(--prymari-color);
    box-shadow: 0px 7px 13px 5px #8398e9;
}

.notice_board_heading h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

/* .notice_slider {
    padding: 15px;
} */

/* Notice Item Styling */
.single_notice_item {
    display: flex;
    gap: 15px;
    padding: 20px 15px; /* একটু বেশি স্পেস দেওয়া হয়েছে যাতে ঘিঞ্জি না লাগে */
    border-bottom: 2px solid #e0e6ed; /* নোটিশগুলোর মাঝে সুন্দর একটি স্পষ্ট বর্ডার */
    transition: background-color 0.3s ease;
}

/* হোভার করলে নোটিশের ব্যাকগ্রাউন্ড হালকা পরিবর্তন হবে */
.single_notice_item:hover {
    background-color: #f8faff; 
}

/* Date Box Styling - Blue Background */
.notice_date_box {
    background: #110d9e; /* হেডারের সাথে মিলিয়ে গাঢ় নীল ব্যাকগ্রাউন্ড */
    min-width: 85px;
    height: max-content;
    text-align: center;
    padding: 12px 10px;
    border-radius: 8px; /* একটু বেশি রাউন্ডেড করা হয়েছে */
    box-shadow: 0 4px 8px rgba(17, 13, 158, 0.2); /* সুন্দর একটি শ্যাডো ইফেক্ট */
}

/* তারিখের কালার সাদা */
.notice_date_box h3 {
    color: #ffffff; 
    margin: 0;
    font-size: 26px;
    font-weight: 800;
}

/* মাসের কালার হালকা সাদা/গ্রে */
.notice_date_box p {
    color: #e0e6ed; 
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; /* মাসটি বড় হাতের অক্ষরে দেখাবে */
}

/* টাইটেল এবং লিংকের স্টাইল */
.notice_content_box .notice_title {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.notice_content_box .notice_title:hover {
    color: #c62828; /* টাইটেলে মাউস রাখলে লাল হবে */
}

.notice_date_text {
    font-size: 12.5px;
    color: #666;
    margin-bottom: 5px;
}

.notice_read_more {
    color: #c62828;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.notice_read_more:hover {
    color: #110d9e;
}


.notice_slider {
    height: 350px; /* আপনার প্রয়োজন অনুযায়ী হাইট পরিবর্তন করতে পারেন */
    overflow-y: hidden; /* ডিফল্ট স্ক্রলবার হাইড করবে */
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
}



.notice-controls button {
    margin-left: 5px;
    border-radius: 4px;
}

.notice_board_content_menu {
    padding: 10px;
}

.notice_board_content_menu {
    display: flex;
    gap: 20px;
}

.notice_board_content_menu_items h1 {
    font-size: 25px;
    font-weight: 800;
    background: var(--btn-bg);
    text-align: center;
    width: 100px;
    height: 45px;
    color: var(--background-color);
}

.notice_board_content_menu_items p {
    font-size: 16px;
    font-weight: 800;
    background: #cfe7fd;
    width: 100px;
    height: 45px;
    color: var(--primary-color);
    text-align: center;
}

.notice_board_content_menu_items {
    width: 1;
}

.notice_board_content_menu_text a {
    transition: 0.5s;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-1);
    text-align: justify !important;
}

.date_text {
    color: #9ba2aa;
}

.notice_board_content_menu_text a:hover {
    text-decoration: none;
    color: var(--btn-color);
}

.notice_board_content_menu {
    border-bottom: 1px solid var(--last-color);
    width: 100%;
    margin: auto;
}

.notice_board_content_menu_text p {
    font-size: 16px;
    transition: 0.5s ease-in-out;
    color: var(--primary-color);
}

.notice_board_content_menu_text p:hover {
    color: var(--btn-bg);
    font-size: 16px;
}

.notice_broad_btn a {
    display: block;
    text-align: center;
    padding: 9px;
    border: 1px solid #002c53;
    text-decoration: none;
    color: var(--primary-color);
    transition: 1s ease;
}

.notice_broad_btn {
    width: 160px;
    display: block;
    margin: auto;
    transition: 1s ease;
}

.notice_broad_btn:hover {
    background: linear-gradient(
        120deg,
        rgba(0, 44, 83, 1),
        rgba(206, 133, 34, 1)
    );
    border: 1px solid var(--bg-color);
}

.marquee_notice_bord_text {
    height: 400px;
}

@media screen and (max-width: 1300px) {
    .notice_board_content_menu {
        width: 100%;
    }
}

/* notice bord section end */

/* Activities & Events Start */

.Activities_Events_box {
    width: 100%;
    height: auto;
    border: 1px solid #8398e9;
    border: none;
    margin-top: 35px;
    border-radius: 3px;
    box-shadow: 0px 7px 13px 5px #8398e9;
}

.Activities_Events_heading {
    width: 100%;
    padding: 6px 0px;
    background: var(--btn-bg);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.Activities_Events_heading h4 {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    color: var(--background-color);
}

.Activities_Events_card {
    width: 100%;
}

.Activities_Events_card_item {
    border: 2px solid #8398e9;
    margin: 10px 10px;
    border-radius: 6px;
}

.Activities_Events_card_item {
    display: flex;
}

.Activities_Events_img {
    width: 50%;
}

.Activities_Events_informetion {
    width: 50%;
}

.Activities_Events_card a {
    text-decoration: none;
    color: var(--color-1);
}

.Activities_Events_card a:hover {
    color: var(--color-1);
}

.Activities_Events_img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.Activities_Events_informetion {
    width: 100%;
}

.Activities_Events_informetion h3 {
    font-size: 16px;
    font-weight: 800;
    padding: 10px 0px 0px 10px;
}
.Activities_Events_informetion p {
    font-size: 14px;
    font-weight: 600;
    color: #9ba2aa;
    padding: 0px 0px 0px 10px;
}

.Activities_Events_cards .Activities_Events_see_more {
    justify-content: center;
    align-items: center;
    display: flex;
}

.Activities_Events_see_more {
    text-decoration: none;
    margin: 3px 0px 14px 0px;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 800;
    background: none;
    border: none;
    background: var(--btn-color);
    transition: 0.6s;
    color: var(--background-color);
}

.Activities_Events_see_more:hover {
    background: var(--btn-bg);
    color: var(--background-color);
}

/* Activities & Events End */

/* massage section start */

#massage_items {
    margin-right: 13px !important;
    margin-left: 13px !important;
}

.massage_heading h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: var(--btn-bg);
}

.massage_icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.massage_icons i {
    font-size: 35px;
    color: var(--btn-color);
    padding: 0px 4px 17px 4px;
}

.home_under_line {
    width: 40px !important;
    height: 4px !important;
    background: var(--btn-color) !important;
}

.info_all_text {
    padding: 20px 10px 0px 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.info_all_text h5 {
    color: var(--btn-color);
    font-size: 22px;
    font-weight: 600;
}

.info_all_text p {
    line-height: 30px;
    margin: 0px !important;
    font-size: 16px;
    color: var(--color-1);
    font-weight: 500;
}

.massage_card_see_more {
    padding: 8px 20px;
    margin: 10px 0px;
    border-radius: 6px;
    background: none;
    border: none;
    background: var(--btn-color);
    transition: 0.6s;
}

.massage_card_see_more:hover {
    background: var(--btn-bg);
}

.massage_card_see_more a {
    text-decoration: none;
    color: var(--background-color);
}

.massage_card_see_more a:hover {
    color: var(--background-color);
}

.swiper-slide {
    width: 100%;
}

.blog_card {
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin: 70px 0px 120px 0px;
    width: 100%;
    height: 100%;
}

.blog_card .blog_img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    aspect-ratio: 16 / 10;
    position: relative;
    transition: 0.5s ease-in;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.blog_card .blog_img img {
    border-radius: 6px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
}

.blog_img img:hover {
    transform: scale(1.2);
}

.blog_card_text {
    padding: 25px !important;
    background: var(--background-color);
}

.blog_card_text h5 {
    text-align: start;
    font-size: 14px;
}

.blog_card_text h2 {
    text-align: start;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.blog_card_text p {
    text-align: start;
    font-size: 16px;
    margin-top: 15px;
}

.blog_btn {
    display: flex;
    justify-content: start;
}

.blog_card_text p {
    text-align: start;
    font-size: 16px;
    color: var(--color-1);
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.blog_card_text p:hover {
    text-align: start;
    font-size: 16px;
    color: var(--btn-bg);
    display: inline-block;
    text-decoration: none;
}

.swiper_button_prevs,
.swiper_button_nexts {
    position: absolute !important;
    top: 0px !important;
    z-index: 9999 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 3px solid var(--btn-color);
    padding: 0px !important;
    transition: 0.5s ease-in-out;
}

.swiper_button_prevs {
    right: 60px !important;
}

.swiper_button_nexts {
    right: 10px !important;
}

.swiper_button_prevs:hover,
.swiper_button_nexts:hover {
    background: var(--btn-color) !important;
}

.swiper_button_prevs .swiper_btn_img svg path,
.swiper_button_nexts .swiper_btn_img svg path {
    fill: var(--btn-bg) !important;
}

@media screen and (max-width: 1285.6px) {
    .swiper_button_nexts {
        right: 10px !important;
    }
}

@media screen and (max-width: 1100px) {
    .swiper_button_nexts {
        right: 10px !important;
    }
}

@media screen and (max-width: 879px) {
    .swiper_button_nexts {
        right: 10px !important;
    }
}

@media screen and (max-width: 760px) {
    .swiper_button_nexts {
        right: 10px !important;
    }
}

@media screen and (max-width: 672px) {
    .swiper_button_nexts {
        right: 10px !important;
    }
}

@media screen and (max-width: 400px) {
    .swiper_button_nexts {
        right: 10px !important;
    }
}

/* massage section end */




/* facilities section start */

#Facilities {
    margin: 0px 20px;
}

.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: var(--icon-bg-color);
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: var(--icon-bg-color);
    width: 50px;
}

.Facilities_service_sec span {
    color: rgb(255, 23, 131);
}

.Facilities_service_sec .col {
    padding: 0 6px 1em 6px;
    text-align: center;
}

.Facilities_service_sec .service_card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: var(--background-color);
}

.Facilities_service_sec .service_card_1 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: var(--background-color);
}

.Facilities_service_sec .service_card_2 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: var(--background-color);
}

.Facilities_service_sec .service_card_3 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: var(--background-color);
}

.Facilities_service_sec .service_card_4 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: var(--background-color);
}

.Facilities_service_sec .service_card_5 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: var(--background-color);
}

.Facilities_service_sec .service_card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #dc5c4e;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.Facilities_service_sec .service_card_1::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #7eedee;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.Facilities_service_sec .service_card_2::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #a5ff00;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.Facilities_service_sec .service_card_3::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #a58cee;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.Facilities_service_sec .service_card_4::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f49717;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.Facilities_service_sec .service_card_5::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #599ad2;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.Facilities_service_sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.Facilities_service_sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.Facilities_service_sec .icon_wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: var(--background-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.Facilities_service_sec .service_card:hover:after {
    top: 0%;
}

.Facilities_service_sec .service_card_1:hover:after {
    top: 0%;
}

.Facilities_service_sec .service_card_2:hover:after {
    top: 0%;
}

.Facilities_service_sec .service_card_3:hover:after {
    top: 0%;
}

.Facilities_service_sec .service_card_4:hover:after {
    top: 0%;
}

.Facilities_service_sec .service_card_5:hover:after {
    top: 0%;
}

.service_card .icon_wrapper {
    background-color: var(--background-color);
    color: #dc5c4e;
}

.service_card_1 .icon_wrapper {
    background-color: var(--background-color);
    color: #7eedee;
}

.service_card_2 .icon_wrapper {
    background-color: var(--background-color);
    color: #a5ff00;
}

.service_card_3 .icon_wrapper {
    background-color: var(--background-color);
    color: #a58cee;
}

.service_card_4 .icon_wrapper {
    background-color: var(--background-color);
    color: #f49717;
}

.service_card_5 .icon_wrapper {
    background-color: var(--background-color);
    color: #599ad2;
}

.Facilities_service_sec .service_card:hover .icon_wrapper {
    color: #dc5c4e;
}

.Facilities_service_sec .service_card_1:hover .icon_wrapper {
    color: #7eedee;
}

.Facilities_service_sec .service_card_2:hover .icon_wrapper {
    color: #a5ff00;
}

.Facilities_service_sec .service_card_3:hover .icon_wrapper {
    color: #a58cee;
}

.Facilities_service_sec .service_card_4:hover .icon_wrapper {
    color: #f49717;
}

.Facilities_service_sec .service_card_5:hover .icon_wrapper {
    color: #599ad2;
}

.Facilities_service_sec .service_card:hover h3 {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_1:hover h3 {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_2:hover h3 {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_3:hover h3 {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_4:hover h3 {
    color: #ffffff;
}

.Facilities_service_sec .service_card_5:hover h3 {
    color: var(--background-color);
}

.Facilities_service_sec .service_card:hover p {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_1:hover p {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_2:hover p {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_3:hover p {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_4:hover p {
    color: var(--background-color);
}

.Facilities_service_sec .service_card_5:hover p {
    color: var(--background-color);
}

/* facilities section end */

/* facilities section start */

/* Convenience section and padding adjustments */

.facilities_img {
    background-size: cover;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.facilities_text {
    text-align: center;
}

.img_text_card:hover .facilities_img img {
    transform: scale(1.2);
}

.facilities_img img {
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
    display: block;
}

.facilities_card_texts {
    padding: 0px 10px;
}

.facilities_card_texts h5 {
    padding-top: 20px;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: var(--btn-color);
}

.facilities_card_texts p {
    font-weight: 500;
    color: #626368;
    text-align: center;
    font-size: 13px;
}

.facilities_card_texts a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0px 15px 0px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    color: var(--btn-color);
    align-items: center;
}

.facilities_card_texts a:hover {
    color: var(--btn-bg);
}

.facilities {
    margin: 0px;
    background: var(--background-color);
    padding: 18px 0px 50px 0px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.slider {
    position: relative;
    padding: 20px 0px 0px 0px;
}

.swiper-wrapper {
    display: flex;
}

.card {
    background-color: var(--background-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.slider {
    position: relative;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    justify-content: center;
    color: var(--background-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--btn-bg);
    border: none;
    transition: 0.5s;
}

.swiper-button-next:hover {
    background: var(--btn-color);
}

.swiper-button-prev:hover {
    background: var(--btn-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .swiper-slide {
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .swiper-slide {
        width: 100%;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1.5rem;
    }

    .card-content h3 {
        font-size: 1.2rem;
    }

    .price {
        font-size: 1.1rem;
    }

    .view-room-btn {
        font-size: 0.9rem;
    }
}

/* facilities section end */

/* admission information start */
#admission_information {
    background: var(--btn-color);
}

.admission_information_all_items {
    margin: 0px 200px;
}

.admission_information_all_items {
    padding: 50px 0px;
}

.admission_information_item h5 {
    color: var(--background-color);
    font-weight: 600;
    font-size: 22px;
}

.admission_information_item h3 {
    padding: 0px 0px 8px 0px;
    font-size: 32px;
    font-weight: 600;
    color: var(--background-color);
}

.under_lines_heading {
    width: 75%;
    height: 2px;
    background: var(--background-color);
}

.admission_information_text {
    color: var(--background-color);
    padding: 25px 0px;
    font-weight: 400;
}

.admission_process,
.admission_form {
    border: 3px solid var(--background-color);
    border-radius: 6px;
}

.admission_process {
    padding: 0px 20px;
}

.admission_process .admission_right_hand_icon i {
    font-size: 45px;
}

.admission_form {
    padding: 0px 20px;
}

.admission_form .admission_right_hand_icon i {
    font-size: 45px;
}

.admission_process_text {
    padding: 0px 0px 20px 0px;
}

.admission_process_text h4 {
    font-size: 20px;
    color: var(--background-color);
    font-weight: 600;
    padding: 0px 0px 7px 0px;
}

.admission_process_text p {
    font-size: 15px;
    color: var(--background-color);
}

.admission_process_text .admission_process_btn {
    border-radius: 4px;
    border: 1px solid var(--background-color);
    padding: 2px 10px;
    background: none;
    color: var(--background-color);
    transition: 0.5s;
}

.admission_process_text .admission_process_btn:hover {
    background: var(--btn-bg);
}

.admission_form_text {
    padding: 0px 0px 20px 0px;
}

.admission_form_text h4 {
    font-size: 20px;
    color: var(--background-color);
    font-weight: 600;
    padding: 0px 0px 7px 0px;
}

.admission_form_text p {
    font-size: 15px;
    color: var(--background-color);
}

.admission_form_text .admission_form_btn {
    border-radius: 4px;
    border: 1px solid var(--background-color);
    padding: 2px 10px;
    background: none;
    color: var(--background-color);
    transition: 0.5s;
}

.admission_form_text .admission_form_btn:hover {
    background: var(--btn-bg);
}

.admission_information_img img {
    border-radius: 6px;
    border: 5px solid var(--background-color);
    width: 100%;
    height: 560px;
}

/* Mobile view */
@media (max-width: 768px) {
    .admission_information_all_items {
        margin: 0px 15px;
    }

    .admission_information_all_items {
        padding: 30px 0px;
    }

    .admission_information_item h3 {
        font-size: 24px;
    }

    .admission_information_text {
        padding: 15px 0px;
        font-size: 14px;
    }

    .admission_process_text h4,
    .admission_form_text h4 {
        font-size: 18px;
    }

    .admission_process_text p,
    .admission_form_text p {
        font-size: 14px;
    }

    .admission_process_text .admission_process_btn,
    .admission_form_text .admission_form_btn {
        padding: 2px 8px;
        font-size: 14px;
    }

    .admission_information_img img {
        height: auto;
    }

    .pulse_text_1 p,
    .pulse_text_2 p {
        font-size: 18px;
        padding: 30px 15px 0px 15px;
    }

    .video-play-button:before,
    .video-play-button:after {
        width: 100px;
        height: 100px;
    }

    .video-play-button span {
        border-left: 24px solid var(--background-color);
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }

    .pulse_heading {
        padding-bottom: 50px;
    }
}

/* Tablet view */
@media (min-width: 769px) and (max-width: 992px) {
    .admission_information_all_items {
        margin: 0px 50px;
    }

    .admission_information_all_items {
        padding: 40px 0px;
    }

    .admission_information_item h3 {
        font-size: 28px;
    }

    .admission_information_text {
        padding: 20px 0px;
    }

    .admission_process_text h4,
    .admission_form_text h4 {
        font-size: 20px;
    }

    .admission_process_text p,
    .admission_form_text p {
        font-size: 15px;
    }

    .admission_information_img img {
        height: 450px;
    }
}

/* admission information end */

/* admission_information_pulse start */

#admission_information_pulse {
    background-image: url(../img/admission_information_bg_img.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}

.admission_information_pulse {
    background: rgba(175, 0, 0, 0.523);
    padding: 90px 0px 140px 0px;
}

.pulse_heading {
    color: var(--background-color);
    text-align: center;
    padding: 0px 0px 110px 0px;
    font-weight: 600;
}

.pulse_text_1 p {
    font-size: 25px;
    text-align: center;
    color: var(--background-color);
    padding: 70px 30px 0px 30px;
}

.pulse_text_2 p {
    font-size: 25px;
    text-align: center;
    color: var(--background-color);
    padding: 18px 0px 0px 0px;
}

.video-play-button {
    position: relative;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    background-color: var(--background-color);
    border-radius: 50%;
    animation: pulse-border 1500ms 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: 160px;
    height: 160px;
    background: var(--background-color);
    border-radius: 50%;
    transition: background-color 0.5s;
}

.video-play-button:hover:after {
    background-color: var(--btn-color);
    /* Change to blue on hover */
}

.video-play-button:hover {
    background-color: rgb(0, 0, 0);
    /* Change background color to blue on hover */
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--btn-color);
    /* Change to white */
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.video-play-button:hover span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--background-color);
    /* Change to white */
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@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;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay iframe {
    width: 76%;
    height: 570px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
    .video-overlay iframe {
        width: 90%;
        height: auto;
        max-width: 560px;
        aspect-ratio: 16 / 9;
    }

    .video-overlay {
        padding: 10px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .pulse_text_1 p,
    .pulse_text_2 p {
        font-size: 22px;
        padding: 40px 25px 0px 25px;
    }

    .pulse_heading {
        padding-bottom: 80px;
    }
}

/* admission_information_pulse end */

/* photo gallery start */

.gallery_heading h1 {
    padding: 40px 0px 0px 0px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: var(--btn-bg);
}

.gallery_icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_icons i {
    font-size: 35px;
    color: var(--btn-color);
    padding: 0px 4px 17px 4px;
}

.under_line {
    width: 40px;
    height: 4px;
    background: var(--btn-color);
}

#gallery-section {
    margin: 20px 0;
    background: var(--bg-1);
}

#gallery-section header h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--text-color-1);
    font-weight: bold;
    font-family: var(--primary-font);
}

#gallery-section header p {
    max-width: 900px;
    font-size: 16px;
    color: var(--text-color-2);
    font-family: var(--secondary-font);
    margin-top: 10px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: 400px;
    border: 1px solid rgb(224, 219, 219);
}

.gallery-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    object-fit: cover !important;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: transform 0.6s ease;
}

.gallery_img_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.532);
    width: 100%;
    height: 90px;
}

.gallery_img_title h1 {
    margin: auto;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: var(--background-color);
}

.gallery_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    padding: 6px 20px;
    border-radius: 6px;
    transition: 0.6s;
    border: none;
    background: var(--btn-color);
}

.gallery_btn:hover {
    background: var(--btn-bg);
}
.gallery_btn a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--background-color);
}
.gallery_btn a:hover {
    color: var(--background-color);
}

#gallery-section .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

#gallery-section .modal-content {
    display: block;
    max-width: 80%;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
}

.modal-content-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#gallery-section .modal button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: red;
    border: none;
    color: white;
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: 0.4s;
}

#gallery-section .modal button:hover {
    background: white;
    color: black;
}

#gallery-section .modal .prev {
    left: 12px;
}

#gallery-section .modal .next {
    right: 12px;
}

#gallery-section .close {
    display: none;
}

@media (max-width: 992px) {
    .tabs .tab-wrapper {
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    #gallery-section .modal button {
        width: 30px;
        height: 30px;
        font-size: 16px;
        padding: 8px;
    }

    #gallery-section .modal-content {
        max-width: 78%;
        max-height: 70%;
    }
}

@media (max-width: 576px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }

    #gallery-section .pagination ul {
        gap: 6px;
    }

    #gallery-section .pagination ul a {
        font-size: 12px;
        padding: 4px 16px;
    }
}

/* photo gallery end */

/* dhaka medical footer start */

/* #medical_footer_items {
  padding: 50px 0px 40px 0px;
  background: var(--btn-bg);
}

.Container {
  width: 1140px;
  margin: auto;
}

.short_text h4 {
  font-weight: 600;
  font-size: 22px;
  color: var(--background-color);
}

.medical_all_item {
  padding: 0px 80px 0px 0px;
}

.under_lines {
  width: 245px;
  height: 2.5px;
  background: var(--background-color);
}

.medical_footer_text {
  padding: 5px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}

.footer_list_1 li {
  padding: 15px 0px 0px 0px;
  list-style-type: none;
}

.footer_list_1 a {
  font-size: 16px;
  text-decoration: none;
  color: var(--background-color);
  font-weight: 400;
  transition: 0.5s;
}

.footer_list_1 a:hover {
  color: var(--btn-color);
}

.footer_list_2 a {
  font-size: 16px;
  text-decoration: none;
  color: var(--background-color);
  font-weight: 400;
}

.footer_list_2 a:hover {
  color: var(--background-color);
}

.footer_list_2 li {
  padding: 15px 0px 0px 0px;
  list-style-type: none;
}

.footer_social_item i {
  border: 1px solid #575ea8;
  font-size: 16px;
  border-radius: 50%;
  padding: 12px 12px;
  margin: 0px 10px 0px 0px;
  transition: 0.5s;
}

.footer_social_item i:hover {
  background: #6b6d79;
}

.footer_contact_item {
  display: flex;
  padding: 14px 0px 0px 0px;
}

.medical_footer_contact_icon {
  font-size: 38px;
}

.medical_footer_contact_text {
  padding: 0px 0px 0px 20px;
}

.callname_heading a {
  font-size: 18px !important;
}

.medical_footer_contact_text a:hover {
  color: var(--background-color);
}

.medical_footer_contact_callnamebar a {
  font-size: 14px;
  text-decoration: none;
  color: var(--background-color);
}

.medical_footer_contact_faxnamebar a {
  color: var(--background-color);
  text-decoration: none;
}

.medical_footer_contact_faxnamebar {
  margin: 10px 0px 0px 0px;
}

.medical_footer_location_icon {
  font-size: 38px;
}

.medical_footer_location_text {
  padding: 0px 0px 0px 20px;
}

.medical_footer_location_text a {
  font-size: 14px;
  text-decoration: none;
  color: var(--background-color);
}

.medical_footer_location_text a:hover {
  color: var(--background-color);
}

.madical_collage_location {
  margin: 18px 0px 0px 0px;
}

.madical_collage_location iframe {
  width: 400px;
  height: 250px;
}

@media screen and (max-width: 770px) {
  .medical_all_item {
    margin: 20px 0px;
  }

  .medical_all_items {
    padding: 0px 15px;
  }

  .madical_collage_location iframe {
    width: 624px;
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .medical_all_items {
    flex-direction: column;
  }

  .medical_footer_text {
    display: block;
    padding: 0 !important;
  }

  .medical_all_item {
    margin: 20px 0px;
  }

  .medical_footer_location_text span a {
    width: 100%;
  }

  .medical_all_items {
    padding: 0px 15px;
  }

  .madical_collage_location iframe {
    width: 100%;
  }
} */

#medical_footer_items {
    padding: 50px 0px 40px 0px;
    background: var(--btn-bg);
}

.Container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.short_text h4 {
    font-weight: 600;
    font-size: 22px;
    color: var(--background-color);
}

.medical_all_item {
    padding: 0px 15px;
}

.under_lines {
    width: 245px;
    height: 2.5px;
    background: var(--background-color);
}

.medical_footer_text {
    padding: 5px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_list_1 li,
.footer_list_2 li {
    padding: 15px 0px 0px 0px;
    list-style-type: none;
}

.footer_list_1 a,
.footer_list_2 a {
    font-size: 16px;
    text-decoration: none;
    color: var(--background-color);
    font-weight: 400;
    transition: 0.5s;
}

.footer_list_1 a:hover,
.footer_list_2 a:hover {
    color: var(--btn-color);
}

.footer_social_item {
    display: flex;
}

.footer_social_item .icon {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #575ea8;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
    transition: 0.5s;
}

.footer_social_item .icon:hover {
    background: #6b6d79;
}

.footer_contact_item {
    display: flex;
    padding: 14px 0px 0px 0px;
}

.medical_footer_contact_icon,
.medical_footer_location_icon {
    font-size: 38px;
}

.medical_footer_contact_text {
    padding: 0px 0px 0px 20px;
}

.callname_heading a {
    font-size: 18px !important;
}

.medical_footer_contact_callnamebar a,
.medical_footer_contact_faxnamebar a,
.medical_footer_location_text a {
    font-size: 14px;
    text-decoration: none;
    color: var(--background-color);
}

.medical_footer_contact_text a:hover,
.medical_footer_location_text a:hover {
    color: var(--background-color);
}

.madical_collage_location {
    margin: 18px 0px 0px 0px;
}

.madical_collage_location iframe {
    width: 100%;
    height: 250px;
}

@media screen and (max-width: 770px) {
    .medical_all_item {
        margin: 20px 0px;
    }

    .medical_footer_text {
        display: block;
        padding: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .Container {
        padding: 0 10px;
    }

    .medical_footer_contact_item,
    .footer_social_item {
        justify-content: center;
    }

    .medical_footer_contact_icon,
    .medical_footer_location_icon {
        font-size: 28px;
    }

    .callname_heading a {
        font-size: 16px !important;
    }

    .madical_collage_location iframe {
        height: 200px;
    }
}

/* dhaka medical footer end */

/* dhaka medical copyright start */
#medical_copyright_items {
    background: var(--btn-color);
    text-align: center;
}

.medical_copyright_item {
    padding: 16px 0px;
}

.medical_copyright_item a {
    font-weight: 600;
    text-decoration: none;
    color: var(--background-color);
}

.medical_copyright_item a:hover {
    color: var(--background-color);
}

/* dhaka medical copyright end */

/* Back To Top button start */

#back_to_top {
    padding: 20px;
}

#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.5s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

#backToTopBtn:hover {
    background: linear-gradient(45deg, #2575fc, #6a11cb);
    transform: rotate(360deg) scale(1.1);
}

#backToTopBtn span {
    color: white;
    font-size: 24px;
    transition: all 0.5s ease;
}

/* Pulsating Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
    }

    70% {
        box-shadow: 0 0 20px 20px rgba(102, 126, 234, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0);
    }
}

/* Back To Top button end */

/* About DCH Trust Start */
.about_dch_img {
    width: 100%;
    aspect-ratio: 16 / 12;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}

.about_dch_img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

.about_dch_description .about_dch_description_1 {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}
.about_dch_description .about_dch_description_2 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.about_dch_member_img {
    width: 100%;
    aspect-ratio: 16 / 10;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}

.about_dch_member_img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

.dch_member_list_items .dch_member_list_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.about_dch_member_list {
    padding-left: 16px;
    color: #7a7a7a;
}

.membar_description_list {
    font-size: 16px;
}

.membar_description_list li {
    padding-top: 10px;
    list-style-type: none;
    font-size: 16px;
}

.member_description {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    padding: 30px 0px 30px 0px;
}

/* About DCH Trust End */



/*!* Videos Section Start *!*/

#videos_items {
    margin-right: 13px !important;
    margin-left: 13px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

#videos_items .videos_heading h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: var(--btn-bg);
}

#videos_items .videos_icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

#videos_items .videos_icons .videos_icon i {
    font-size: 35px;
    color: var(--btn-color);
    padding: 0px 4px 17px 4px;
}

#videos_items .videos_icons .under_line {
    width: 40px;
    height: 4px;
    background: var(--btn-color);
}

.videos_heading_all_items .slide-container {
    margin: 0 30px;
    overflow: hidden;
}

.videos_heading_all_items .card {
    background: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden; /* To make sure the overlay doesn't extend outside the card */
}

.videos_heading_all_items .card .image-box {
    height: 300px;
    position: relative;
}

.videos_heading_all_items .card .image-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    pointer-events: none;
}

/* Overlay styles */
.videos_heading_all_items .card .image-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.571); /* Dark background on hover */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3px); /* Apply blur effect on the background */
    z-index: 2;
}

.videos_heading_all_items .card .image-box .overlay .play-icon {
    font-size: 50px;
    color: red;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.videos_heading_all_items .card:hover .overlay {
    opacity: 1; /* Show the overlay on hover */
}

.videos_heading_all_items .card:hover .overlay .play-icon {
    transform: scale(1.2); /* Slightly enlarge the play icon on hover */
}

/* Navigation Buttons */
.videos_heading_all_items .swiper .swiper-button-next,
.swiper-button-prev {
    display: none;
    background-color: var(--btn-bg);
    color: var(--prymari-color);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.videos_heading_all_items .swiper .swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--btn-color);
}

.videos_heading_all_items .swiper .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600px;
}

/* Modal styles */
.videos_heading_all_items .modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.videos_heading_all_items .modal-content {
    position: relative;
    width: 100%;
    height: 80%;
    max-width: 950px;
}

.videos_heading_all_items .modal iframe {
    width: 100%;
    height: 100%;
}

.videos_heading_all_items .close-btn {
    position: absolute;
    top: -40px;
    right: -150px;
    font-size: 25px;
    color: white;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 50%;
    padding: 5px 15px;
}

@media screen and (max-width: 768px) {
    .swiper-navBtn {
        display: none;
    }
}

/*!* Videos Section End *!*/

/* All Activities & Events Start */
#all_activities_events {
    margin: 30px 0px;
}

.all_activities_event_item {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 20px;
    transition: 0.4s;
}

.all_activities_event_item:hover {
    box-shadow: 0 1px 3px rgba(17, 0, 126, 0.43),
    0 1px 15px rgba(17, 0, 126, 0.43);
}

.all_activities_event_item .all_activities_event_img {
    width: 300px;
    height: 230px;
    border: 1px solid black;
    border-radius: 6px;
    border: none;
    margin: auto;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 16;
}

.all_activities_event_item .all_activities_event_img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.all_activities_event_item .all_activities_event_title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 6px;
    margin: 0;
}

.all_activities_event_item .all_activities_event_description {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 8px;
    margin: 0;
}

.all_activities_event_item .all_activities_event_date {
    font-size: 15px;
    font-weight: 600;
    text-align: justify;
    margin: 0;
}

.all_activities_event_item .all_activities_event_see_more_btn {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 10px;
    margin: 0;
}

.all_activities_event_item .all_activities_event_see_more_btn a {
    text-decoration: none;
    border: 1px solid black;
    border: none;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--prymari-color);
    background: var(--btn-color);
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    transition: 0.4s;
}

.all_activities_event_item .all_activities_event_see_more_btn a:hover {
    color: var(--prymari-color);
    background: var(--btn-bg);
}

@media screen and (max-width: 992px) {
    .all_activities_event_items .all_activities_event_categories {
        margin-top: 25px;
    }

    .all_activities_event_item .all_activities_event_img {
        margin: 0;
        justify-content: center;
        align-items: center;
        aspect-ratio: 16 / 16;
    }

    .all_activities_event_item .all_activities_event_see_more_btn {
        text-align: center;
        align-items: center;
        justify-content: left;
    }
}
/* All Activities & Events End */


/* Library Section Hero Start */
#library_hero .carousel_wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#library_hero .carousel_wrapper .carousel_item {
    position: relative;
}

#library_hero .carousel_wrapper .owl-carousel .carousel_item {
    width: 100%;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

#library_hero .carousel_wrapper .owl-carousel .carousel_item img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#library_hero .carousel_wrapper .carousel_navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

#library_hero .carousel_wrapper .carousel_navigation .nav_prev,
#library_hero .carousel_wrapper .carousel_navigation .nav_next {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#library_hero .carousel_wrapper .carousel_navigation .nav_prev:hover,
#library_hero .carousel_wrapper .carousel_navigation .nav_next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

#library_hero .carousel_wrapper .carousel_navigation .nav_prev {
    left: 10px;
}

#library_hero .carousel_wrapper .carousel_navigation .nav_next {
    right: 10px;
}

#library_hero .carousel_dots {
    text-align: center;
    margin-top: 20px;
}

#library_hero .carousel_dot {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background-color: var(--btn-bg) !important;
    border-radius: 50%;
    transition: background-color 0.3s;
}

#library_hero .carousel_dot.active {
    background-color: var(--btn-bg) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel_wrapper .carousel_item img {
        height: 350px;
    }

    .carousel_wrapper .carousel_navigation .nav_prev,
    .carousel_wrapper .carousel_navigation .nav_next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .carousel_wrapper .carousel_item img {
        height: 250px;
    }

    .carousel_wrapper .carousel_navigation .nav_prev,
    .carousel_wrapper .carousel_navigation .nav_next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* Library Section Hero End */

/* Library Section Start */
#library_section {
    margin: 40px 0px;
}

#library_section .library_section_img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.6);
}

#library_section .library_section_img img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
}

#library_section .library_section_contant p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--color-1);
}
/* Library Section End */

/* Skill Lab Section Hero Start */
#skill_lab_hero .carousel_wrapper {
    max-width: 60%;
    margin: 0 auto;
    position: relative;
}

#skill_lab_hero .carousel_wrapper .carousel_item {
    position: relative;
}

#skill_lab_hero .carousel_wrapper .owl-carousel .carousel_item {
    width: 100%;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

#skill_lab_hero .carousel_wrapper .owl-carousel .carousel_item img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#skill_lab_hero .carousel_wrapper .carousel_navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

#skill_lab_hero .carousel_wrapper .carousel_navigation .nav_prev,
#skill_lab_hero .carousel_wrapper .carousel_navigation .nav_next {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#skill_lab_hero .carousel_wrapper .carousel_navigation .nav_prev:hover,
#skill_lab_hero .carousel_wrapper .carousel_navigation .nav_next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

#skill_lab_hero .carousel_wrapper .carousel_navigation .nav_prev {
    left: 10px;
}

#skill_lab_hero .carousel_wrapper .carousel_navigation .nav_next {
    right: 10px;
}

#skill_lab_hero .carousel_dots {
    text-align: center;
    margin-top: 20px;
}

#skill_lab_hero .carousel_dot {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background-color: var(--btn-bg) !important;
    border-radius: 50%;
    transition: background-color 0.3s;
}

#skill_lab_hero .carousel_dot.active {
    background-color: var(--btn-bg) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel_wrapper .carousel_item img {
        height: 350px;
    }

    .carousel_wrapper .carousel_navigation .nav_prev,
    .carousel_wrapper .carousel_navigation .nav_next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .carousel_wrapper .carousel_item img {
        height: 250px;
    }

    .carousel_wrapper .carousel_navigation .nav_prev,
    .carousel_wrapper .carousel_navigation .nav_next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* Skill Lab Section Hero End */

/* Skill Lab Item Start */
#skill_lab_items {
    margin: 20px 0px;
}

#skill_lab_items .skill_lab_item .skill_lab_item_heading {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-1);
}

#skill_lab_items .skill_lab_item .skill_lab_item_desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-1);
}

#skill_lab_items .skill_lab_category_item {
    margin: 50px 0px 0px 0px;
}

#skill_lab_items
.skill_lab_category_item
.skill_lab_category
.skill_lab_category_heading {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-1);
}

#skill_lab_items
.skill_lab_category_item
.skill_lab_category
.skill_lab_category_desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-1);
}

#skill_lab_items
.skill_lab_category_item
.skill_lab_category
.skill_lab_method_list {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-1);
}
/* Skill Lab Item End */
