.logo img {
    max-height: 120px;
    padding-block: 10px;
}

.nav-menu__item.activePage>a {
    color: #006F6A;
}

.hover-bg-main-600:hover {
    background-color: #006F6A !important;
}

.hover-border-main-600:hover {
    border-color: #006F6A !important;
}

.mobile-menu__logo img {
    max-height: 100px;
}

.py-15 {
    padding-block: 15px;
}

footer {
    border-top: 1px solid hsl(var(--main) / 0.08);
}

.footer-item__logo a img {
    max-height: 100px;
    max-width: unset;
}

.text-main-600 {
    color: #006F6A !important;
}

.hover-text-main-600:hover {
    color: #006F6A !important;
}

.hover-text-decoration-underline:hover {
    text-decoration: none;
}

.progress-wrap::after {
    color: #006F6A !important;
}

.progress-wrap svg.progress-circle path {
    stroke: #006F6A;
}

@media (min-width: 992px) {
    .nav-menu__item:hover>a {
        color: #006F6A;
    }
}

.progress-wrap {
    line-height: 40px;
}

@media screen and (max-width: 991px) {
    .progress-wrap {
        inset-inline-end: 24px;
        inset-block-end: 24px;
        height: 40px;
        width: 40px;
        line-height: 35px;
    }
}

.btn-main {
    background-color: #006F6A !important;
    border-color: #006F6A !important;
}

.btn-main:hover {
    background-color: #fff !important;
    border-color: #006F6A !important;
    color: #006F6A !important;
}

.header.fixed-header {
    background-color: #fff;
}

.about-two__thumb {
    padding-bottom: 0;
}

.common-tab .nav-item .nav-link.active {
    background-color: #006F6A !important;
}

.course-item__content h4 {
    font-size: 18px;
}

.course-item__content h4 a:hover {
    color: #006F6A !important;
}

.course-item__content {
    padding: 15px 5px;
}

.join-community {
    /* margin-block: 50px; */
}

.focus-border-main-600:focus {
    border-color: transparent !important;
}

.designer-logo {
    width: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.banner-three__item {
    padding-top: clamp(5rem, -3.368rem + 17.433vw, 4.875rem);
    padding-bottom: clamp(5rem, -3.368rem + 17.433vw, 4.875rem);
}

.custom-dark-color .bg-main-25 {
    background-color: #006F6A !important;
}

.custom-dark-color h2,
.custom-dark-color p {
    color: #fff !important;
}

.btn-white {
    color: #006F6A !important;
}

.btn-white:hover {
    background-color: #006F6A !important;
    border-color: #fff !important;
    color: #fff !important;
}

.header-top {
    padding: 0;
}

.header-contact a {
    color: #222e48;
}

.header-contact a:hover {
    color: #006F6A;
}

.custom-header .nav-menu__link {
    padding: 15px 0;
}

.custom-header .header-right {
    gap: 0;
}

.custom-header .info-action {
    background-color: #006F6A !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    height: 35px !important;
    width: 35px !important;
}

.custom-header .info-action:hover {
    color: #006F6A !important;
    background-color: #fff !important;
    border: 1px solid #006F6A !important;
}

@media screen and (max-width:991px) {
    .custom-header {
        display: none;
    }
}

.logo-header {
    background-color: #000;
    padding-block: 5px;
}

.logo-header .info-action {
    height: 30px !important;
    width: 30px !important;
}

.logo-header .info-action i {
    font-size: 18px;
}

.custom-header {
    background-color: #006F6A !important;
}

.nav-menu__item.activePage>a {
    color: #fff;
}

@media (min-width: 992px) {
    .nav-menu__item:hover>a {
        color: #fff;
    }
}

.course-list-cust .event-item {
    gap: 0;
    justify-content: space-between;
}

.btn-outline-main {
    background-color: transparent !important;
    border-color: #006F6A !important;
    color: #006F6A !important;
}

.event-item:hover .btn:hover {
    background-color: #fff !important;
    color: #006F6A !important;
}

.course-list-cust h4 {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
}

.course-list-cust .center-part {
    width: 55%;
}


/* marque */
.marquee-container {
    width: 100%;
    background: #000;
    color: white;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.marquee {
    display: inline-block;
    animation: scroll 40s linear infinite;
    padding-left: 100%;
    /* starts from right */
}

/* Style for each <p> */
.marquee p {
    display: inline;
    margin: 0 40px 0 0;
    /* space after each paragraph */
    font-size: 16px;
    font-weight: 500;
}

/* Red dot before every <p> */
.marquee p::before {
    content: "•";
    color: #00a095;
    font-size: 24px;
    margin-right: 12px;
    vertical-align: baseline;
}

/* Make entire marquee clickable */
.marquee a {
    color: inherit;
    text-decoration: none;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Pause on hover */
.marquee-container:hover .marquee {
    animation-play-state: paused;
}



/*  */
/* .date_width_course {
    width: 25%;
} */


@media (max-width: 600px) {

    .responsive_features {
        flex-direction: column;
    }

    .course-list-cust .center-part {
        width: 100%;
    }

    .responsive_features .flex-shrink-0 {
        padding: 10px;
    }

    .responsive_features .mb-8.text-main-600 {
        text-align: center;
    }

    .border_responsive {
        width: 100%;
        padding: 10px;
        border: none !important;
        height: auto !important;
        border-bottom: 1px solid var(--neutral-40) !important;
    }

    .logo_image_center {
        display: flex;
        align-items: center;
    }

    .logo img {
        max-width: 110px;
    }
}

.has-submenu>a::before {
    right: -20px;
}

.nav-menu {
    gap: 40px;
}

.nav-menu__item.activePage>a::before {
    color: #fff;
}

.nav-menu--mobile .nav-menu__link {
    color: #000;
}

.nav-menu--mobile .has-submenu>a::before {
    right: 15px;
}

.nav-menu--mobile .nav-menu__item.activePage>a {
    color: #006F6A;
}

.has-submenu.active>a,
.has-submenu.active>a::before {
    color: #006F6A;
}

@media (min-width: 992px) {
    .has-submenu:hover>a::before {
        color: #fff;
        transform: translateY(-50%) rotate(180deg);
    }
}



.course-list-cust .event-itemn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-bottom: 12px;
    /* background-color: #fafafa; */
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.course-list-cust .event-itemn:hover {
    background-color: #f0f0f0;
    transform: translateX(4px);
}

.course-list-cust .date-boxn {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.course-list-cust .date-monthn {
    font-size: 14px;
    font-weight: 600;
    color: #006F6A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-list-cust .date-dayn {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.course-list-cust .event-detailsn {
    flex: 1;
}

.course-list-cust .event-titlen {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    /* margin-bottom: 6px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
}

.course-list-cust .event-locationn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
}

.course-list-cust .location-iconn {
    color: #f37739;
    font-size: 14px;
}

.course-list-cust .event-badgesn {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.course-list-cust .new-badgen {
    background-color: #ffd4b3;
    color: #006F6A;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-list-cust .arrow-iconn {
    color: #006F6A;
    font-size: 20px;
    font-weight: bold;
}

.course-list-cust h2 {
    font-size: 30px;
}

@media screen and (max-width:1399px) {
    .course-list-cust h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:991px) {

    .course-list-cust .col-lg-4 {
        margin-top: 30px;
    }
}


.news-container {
    width: 100%;
    /* max-width: 450px; */
    height: 475px;
    background: rgb(0 0 0 / 95%);
    /* border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
    overflow: hidden;
    position: relative;
}

.news-scroll {
    height: calc(100%);
    overflow-y: auto;
    padding: 20px;
    scroll-behavior: smooth;
}

.news-scroll::-webkit-scrollbar {
    width: 8px;
}

.news-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.news-scroll::-webkit-scrollbar-thumb {
    background: #006F6A;
    border-radius: 10px;
}

.news-item {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.news-item:nth-child(1) {
    animation-delay: 0.1s;
}

.news-item:nth-child(2) {
    animation-delay: 0.2s;
}

.news-item:nth-child(3) {
    animation-delay: 0.3s;
}

.news-item:nth-child(4) {
    animation-delay: 0.4s;
}

.news-item:nth-child(5) {
    animation-delay: 0.5s;
}

.news-item:nth-child(n+6) {
    animation-delay: 0.6s;
}

.news-category {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.category-live {
    background: #eba600;
    color: white;
}

.category-upcoming {
    background: #00a095;
    color: white;
}


.news-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-description {
    font-size: 14px;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 12px;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #a0aec0;
}

.news-time {
    display: flex;
    align-items: center;
    gap: 5px;
}


.news-source {
    font-weight: 600;
    color: #667eea;
}

.loading-indicator {
    text-align: center;
    padding: 20px;
    color: #718096;
    font-style: italic;
}


/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
}

.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}

.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d63031;
    transform: scale(1.1, 1.1);
}

.fancybox-button--share {
    display: none !important;
}

/*# Carousel Gallery*/


@media screen and (max-width:991px) {
    .join-community .py-50.px-50 {
        padding-inline: 20px !important;
        text-align: center;
    }

    .join-community .join-community__thumb.text-end {
        text-align: center !important;
    }
}

.preloader {
    background-color: #f7f7f7;
}

footer {
    background-color: #f7f7f7;
    border-top: 2px solid #006F6A;
}

.alumni-section .slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.alumni-section .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.alumni-section .slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.alumni-section .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alumni-section .slide-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.alumni-section.slide-content h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.alumni-section .slide-content p {
    font-size: 1.2rem;
}

.alumni-section .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border: none;
    color: white;
    font-size: 20px;
    padding: 10px 13px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

.alumni-section .nav-btn:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.alumni-section .prev-btn {
    left: 20px;
}

.alumni-section .next-btn {
    right: 20px;
}

.alumni-section .indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.alumni-section .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.alumni-section .indicator.active {
    background: white;
    width: 30px;
    border-radius: 6px;
}

.cust-pad-btn {
    padding: 12px 20px;
}

.join-community__content {
    padding-right: 10px;
}

.bottom-footer {
    border-top: 2px solid #006F6A;
}

.mb-45 {
    margin-bottom: 45px;
}

.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text p {
    color: #fff !important;
}

.coures_sidesec {
    background: #006F6A;
    border-radius: 15px;
}

.coures_sidesec h3 {
    margin-bottom: 0 !important;
}

.coures_rightcon p {
    margin-bottom: 10px;
}

.coures_list ul {
    list-style: unset;
    padding-left: 2rem;
}

.coures_list li {
    margin-bottom: 10px;
}

.coures_backhead h2 {
    background-color: #00a095;
    color: #fff !important;
    /* width: max-content; */
    width: 80%;
    padding: 20px 10px 20px;
    border-radius: 8px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
}

/* <style> */
/* Enhanced banner with modern professional design */
.course-res-section .registration-banner {
    background: linear-gradient(160deg, #e8f4f3 0%, #f8fbfb 50%, #e0eeed 100%);
    border-radius: 24px;
    padding: 0;
    width: 100%;
    /* box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5); */
    display: grid;
    grid-template-columns: .5fr 1fr .5fr;
    position: relative;
    overflow: hidden;
}

/* Added decorative radial gradient elements */
.course-res-section .registration-banner::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.12) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.course-res-section .registration-banner::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.08) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

/* Redesigned contact section with elegant styling */
.course-res-section .contact-section {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.course-res-section .contact-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.course-res-section .contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    transition: transform 0.3s ease;
}

.course-res-section .contact-item:hover {
    transform: translateX(4px);
}

.course-res-section .icon-wrapper {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.course-res-section .icon-wrapper svg {
    width: 22px;
    height: 22px;
    fill: white;
}

.course-res-section .contact-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.course-res-section .contact-text:hover {
    color: white;
}

/* Refined details section with premium typography */
.course-res-section .details-section {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.course-res-section .details-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0f1419;
    margin-bottom: 36px;
    line-height: 1.2;
}

.course-res-section .pricing-item {
    background: white;
    padding: 24px 28px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.course-res-section .pricing-item:hover {
    border-color: #14b8a6;
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.15);
    transform: translateY(-2px);
}

.course-res-section .pricing-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.course-res-section .pricing-item .price {
    font-size: 30px;
    font-weight: 700;
    color: #0d9488;
}

/* Redesigned CTA section with vibrant orange gradient */
.course-res-section .cta-section {
    background: linear-gradient(135deg, #008b85 0%, #006F6A 50%, #005550 100%);
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* Added floating decorative circles */
.course-res-section .cta-section::before,
.course-res-section .cta-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.course-res-section .cta-section::before {
    width: 180px;
    height: 180px;
    top: -60px;
    right: -40px;
    animation-delay: 0s;
}

.course-res-section .cta-section::after {
    width: 220px;
    height: 220px;
    bottom: -80px;
    left: -60px;
    animation-delay: 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.course-res-section .register-button {
    background: white;
    color: #006F6A;
    padding: 32px 48px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.course-res-section .register-button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.course-res-section .button-text {
    font-size: 25px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.course-res-section .button-subtext {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #00a095;
    text-transform: uppercase;
}

/* Enhanced responsive design */
@media (max-width: 1024px) {
    .course-res-section .registration-banner {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: auto;
    }

    .course-res-section .contact-section,
    .course-res-section .details-section,
    .course-res-section .cta-section {
        padding: 40px 30px;
    }

    .details-section h1 {
        font-size: 40px;
    }
}

@media (max-width: 640px) {

    .course-res-section .contact-section h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .course-res-section .details-section {
        padding: 32px 24px;
    }

    .course-res-section .details-section h2 {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .course-res-section .pricing-item {
        padding: 20px 24px;
    }

    .course-res-section .pricing-item h3 {
        font-size: 15px;
    }

    .course-res-section .pricing-item .price {
        font-size: 28px;
    }

    .course-res-section .cta-section {
        padding: 40px 24px;
    }

    .course-res-section .register-button {
        padding: 28px 36px;
    }

    .course-res-section .button-text {
        font-size: 25px;
    }

    .course-res-section .button-subtext {
        font-size: 14px;
        letter-spacing: 2px;
    }
}

/* </style> */

.coures_sidesec img {

    margin: auto;
}

.terms-and-heading-h1 {
    font-size: 31px;
    margin-bottom: 20px;
    color: #434343;
    font-weight: 700;
}