/* Scrolling animation */
@media(min-width:1350px) {
    @keyframes scroll-text {
        from {
            transform: translateX(100%);
            /* Start from outside the right edge */
        }

        to {
            transform: translateX(-100%);
            /* Move completely to the left edge */
        }
    }

    .shop_contants .wel_msg {
        font-size: 16px !important;
    }

    .marquee-container {
        width: 80%;
    }

    .login-help p {
        font-size: 14px !important;
    }

    .regs-art {
        font-size: 14px !important;
    }

    /* .login-help{
            width: max-content !important;
            } */
}

@media(min-width:1025px) and (max-width:1350px) {
    @keyframes scroll-text {
        from {
            transform: translateX(60%);
            /* Start from outside the right edge */
        }

        to {
            transform: translateX(-100%);
            /* Move completely to the left edge */
        }
    }

    .marquee-container {
        width: 80%;
    }

    .login-help p {
        font-size: 12px !important;
    }

    .regs-art {
        font-size: 12px !important;
    }

    /* .login-help {
			width: max-content !important;
		} */
}

@media(min-width:992px) and (max-width:1024px) {
    @keyframes scroll-text {
        from {
            transform: translateX(70%);
            /* Start from outside the right edge */
        }

        to {
            transform: translateX(-100%);
            /* Move completely to the left edge */
        }
    }

    .marquee-container {
        width: 80%;
    }

    .login-help p {
        font-size: 12px !important;
    }

    .regs-art {
        font-size: 12px !important;
    }

    .login-help {
        width: 320px !important;
    }
}

/* Responsive font size */
@media (min-width: 768px) and (max-width:991px) {
    .wel_msg {
        font-size: 16px !important;
        /* Smaller font for mobile devices */
    }

    @keyframes scroll-text {
        from {
            transform: translateX(50%);
            /* Start from outside the right edge */
        }

        to {
            transform: translateX(-100%);
            /* Move completely to the left edge */
        }
    }

    .tab-card {
        flex-direction: column !important;
    }

    .arrival_card {
        height: 100% !important;
    }

    .marquee-container {
        width: 80%;
    }

    .login-help p {
        font-size: 11px !important;
    }

    .regs-art {
        font-size: 11px !important;
    }

    .shop_contants p {
        font-size: 11px !important;
    }
}

@media (max-width: 600px) {
    @keyframes scroll-text {
        from {
            transform: translateX(30%);
            /* Start from outside the right edge */
        }

        to {
            transform: translateX(-100%);
            /* Move completely to the left edge */
        }
    }

    .wel_msg {
        font-size: 12px;
        /* Even smaller font for smaller devices */
        animation: scroll-text 15s linear infinite;
        width: 900px !important;
    }

    .marquee-container {
        width: 70%;
    }

    .shop_contants p {
        font-size: 13px !important;
    }

    .regs-art {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .stu_prof {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .stu_add {
        padding-left: 6% !important;
        padding-right: 0% !important;
    }

    .mobile_icons {
        width: 77% !important;
    }

    .login-help {
        display: flex !important;
        justify-content: end !important;
        align-items: center !important;
        gap: 20px !important;
    }
}

@media(max-width:600px) {
    .login-help {
        display: flex !important;
        justify-content: end !important;
        align-items: center !important;
        gap: 20px !important;
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .menu li a {
        color: #03142E;
        text-decoration: none;
        font-size: 13px;
    }

    .row_img img {
        max-height: fit-content;
        height: auto;
    }

    .navbar-top,
    .navbar-bottom {
        display: flex;
        align-items: center;
        padding: 10px 20px;
    }

    .menu-icon {
        right: 15px;
    }

    div#slick-slide01 {
        height: 334px;
    }

    .left_nav {
        display: block !important;
    }

    .left_nav li {
        margin: 20px 0;
    }

    .child_img img {
        height: auto;
    }

    .row_img img {
        height: 213px !important;
    }

    .row_img img {
        max-height: max-content;
    }

    .arrival_image img {
        height: auto;
    }
}

@media (max-width: 990px) {
    .events {
        margin: 20px 0 0 0;
    }

    .childern_1 {
        margin-bottom: 15px;
    }

    .child_img img {
        height: auto;
    }

    .our_offering {
        background-image: url(./images/Group\ 6107\ \(1\).png) !important;
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 400px !important;
    }

    .our_offering2 {
        background-image: url(./images/Group\ 6106\ \(1\).png) !important;
        background-repeat: no-repeat;
        background-size: 100% !important;
        min-height: 400px !important;
    }

    .s6_img {
        margin: 10px 0 30px;
    }

    .childern_1 img {
        height: 700px;
    }

    div#slick-slide00 {
        height: 329px !important;
    }

    div#slick-slide01 {
        height: 345px !important;
    }

    .menu li a {
        color: #03142E;
        text-decoration: none;
        font-size: 16px;
    }

    .row_img img {
        max-height: fit-content;
        height: auto;
    }

    .prev,
    .next {
        position: relative;
        bottom: 33px;
        left: 87%;
    }

    .slider-content.slider-content-2 {
        position: absolute;
        bottom: 16% !important;
        left: 8%;
    }

    .contact {
        display: none;
    }

    /* .left_nav {
            display: none;
            align-items: center;
            } */
    .navbar-top {
        justify-content: space-between;
    }

    .search-bar {
        width: 67%;
    }

    .login-help p {
        margin: 0;
        font-size: 10px;
        color: white;
    }

    .reg_art {
        font-size: 10px !important;
    }

    .logo img {
        width: 100px;
    }

    .drp_bor {
        width: 33%;
    }

    .head_search {
        margin-left: 2%;
    }
}

@media only screen and (max-width: 767px) {
    .our_offering {
        background-image: url(./images/Group\ 6107\ \(1\).png) !important;
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 150px !important;
    }

    .certificate {
        height: auto !important;
        padding: 10px 20px 20px 20px;
    }

    .arton_cert h5 {
        font-size: 25px !important;
    }

    .arton_cert,
    .join_txt {
        font-size: 18px !important;
    }

    .arton_cert,
    .arton_txt {
        font-size: 14px !important;
    }

    .card.card_apart.border-0.p-4 {
        margin-bottom: 15px !important;
    }

    .childern_1 img {
        height: auto !important;
    }

    .our_offering .view_all {
        padding: 37% 0px 62px 5%;
    }

    .our_offering2 .view_all {
        padding: 37% 0px 30px 5%;
    }

    .your-art {
        text-align: center !important;
    }

    .our_offering2 {
        background-image: url(./images/Group\ 6106\ \(1\).png) !important;
        background-repeat: no-repeat;
        background-size: 100% !important;
        min-height: 150px !important;
    }

    .slider {
        max-width: 100%;
        /* Full width on smaller screens */
    }

    .single-slider.slider-height.d-flex.align-items-center.justify-content-center.slick-slide.slick-current.slick-active {
        height: 182px !important;
    }

    .btn-text {
        padding: 9px 13px !important;
        font-size: 9px !important;
    }

    .slider-content.slider-content-2 {
        position: absolute;
        bottom: 12% !important;
        left: 8% !important;
    }

    .card_projectneeds {
        margin-top: 10px;
    }

    .navbar.active .navbar-bottom {
        display: flex;
        background: #ffffff;
        position: absolute;
        z-index: 1000;
        top: 56px;
        color: white;
    }

    .slick-slide img {
        width: 450px;
    }

    .left_nav {
        display: block !important;
    }

    .slick-next {
        right: 11% !important;
    }

    .login-help p {
        margin: 0;
        font-size: 12px;
    }

    .left_nav li {
        margin: 15px 0;
    }

    .navbar-bottom {
        width: 100%;
    }

    .second-nav {
        display: block;
        justify-content: space-between;
    }

    .left_nav {
        display: block;
        align-items: center;
        text-align: center;
    }

    .card-image-s5 img {
        height: auto;
    }

    .prev,
    .next {
        position: relative;
        bottom: 0;
        /* right: 22px; */
        left: 71%;
        top: -35px;
    }

    .childern_1 {
        margin-bottom: 10px;
    }

    .row.row-cart .card {
        margin-bottom: 10px;
    }

    .card-s3-img img {
        max-width: 100%;
        height: auto;
    }

    .top_slider {
        width: 1348px;
        height: auto;
        object-fit: contain;
    }

    li {
        list-style: none;
    }

    .search-bar {
        width: 100%;
        margin-top: 10px;
    }

    .navbar-top,
    .navbar-bottom {
        display: block;
        align-items: center;
        padding: 10px 20px;
    }

    .card-img {
        padding: 0 25%;
    }

    /* .contact {
            display: none;
            } */

    .row_img img {
        max-height: max-content;
    }

    .prev,
    .next {
        padding: 8px;
        font-size: 16px;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .navbar-bottom {
        display: none;
        flex-direction: column;
    }

    .menu {
        flex-direction: column;
        align-items: center;
    }

    .menu li {
        margin: 10px 0;
    }

    .navbar.active .navbar-bottom {
        display: flex;
    }
}

.project_liked {
    background-color: #FEF7EE;
    padding: 20px 0 0px 0;
}

.theme-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 1;
    border-radius: 28px;
    padding: 0;
    border: 0;
    transition: .3s;
    cursor: pointer;
}

.btn-text {
    padding: 16px 35px;
    background-color: #FFFFFF 0% 0% no-repeat padding-box;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
}

.single-slider {
    background-size: cover;
    background-position: center center;
}

.slider-content h1 {
    font-size: 60px;
}

.events p img {
    width: 19px;
}

.slider-content h1 span {
    font-size: 60px;
}

.slider-content p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 38px;
}

.slider-content-2 h1 {
    font-size: 72px;
    line-height: 85px;
}

.slider-active .slick-arrow:hover {
    color: #FDC800;
}

.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.contact_banner {
    margin-bottom: 25px;
}

.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slider-active .slick-dots li:last-child {
    margin-right: 0;
}

.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 20px;
    height: 5px;
    border-radius: 3px;
}

.slider-active .slick-dots li.slick-active button {
    width: 40px;
}

.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #FDC800;
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-active .slick-next {
    right: 40px;
}

.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}

.slider-active .slick-next::before:hover {
    color: red;
}

.slider-content.slider-content-2 {
    position: absolute;
    bottom: 21%;
}

.slider-active-2 .slick-prev::before {
    display: none;
}

.rain_img img {
    width: 46px;
}

.rain_img {
    text-align: end;
}

.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}

span.border_line {
    border: 1px solid #027F73;
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

span.border_line2 {
    border: 1px solid #FEC300;
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

span.border_line3 {
    border: 1px solid #0ead9d;
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

.slider-content h1 {
    color: #fff;
}

.see_dtl button {
    background: #FEF455;
    border: 0;
    border-radius: 50px;
    height: 36px;
    width: 114px;
    font-size: 11px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .slider-height {
        max-height: 180px;
    }

    .slider-content h1 span {
        font-size: 35px;
    }

    .slider-content h1 {
        font-size: 30px;
        line-height: 43px;
    }
}

body {
    background-color: #F9F9F9;
}

button.next {
    width: 40px;
    height: 40px;
    background: #027F72 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    border-radius: 50%;
}

button.prev {
    width: 40px;
    height: 40px;
    background: #D0EEEB 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    border-radius: 50%;
}

button.next.inactive {
    width: 40px;
    height: 40px;
    background: #D0EEEB 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    border-radius: 50%;
}

button.next {
    color: rgb(255, 255, 255);
}

button.prev {
    color: rgb(255, 255, 255);
}

.inactive {
    opacity: 0.5;
    cursor: default;
    color: #027F72;
}

button.prev.inactive {
    background: #D0EEEB 0% 0% no-repeat padding-box !important;
    color: #027F72 !important;
}

button.next.inactive {
    color: #027F72 !important;
}

.ringIimage img {
    width: 78px;
}

.accordion-button span {
    font-size: 21px;
}

.accordion-button::after {
    font-weight: 700;
    font-size: 1.5rem;
    /* Adjust the size */
    transform: scale(1.2);
    /* Optionally scale the icon */
}

.social-icons a {
    height: 35px !important;
    width: 35px !important;
}

.card_content_ h5 {
    font-weight: 600;
}

.social-icons a span {
    width: 18px;
    height: 18px;
}

.drp_bor {
    width: 28%;
}

.faq_art {
    background-color: #FFF7ED;
}

/* Sponsored Events Gallery Styles */
.sponsored_events {
    background-color: #F8F9FA;
    border-top: 1px solid #E9ECEF;
}

.events-gallery-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ff7b54, #ff9a85, #ffb997);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.main-event-display {
    position: relative;
    height: 400px;
    background: linear-gradient(135deg, #ff6b35, #f7931e, #ffcb05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 40px 30px 30px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.main-event-display:hover .event-overlay {
    transform: translateY(0);
}

.event-overlay h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.event-overlay p {
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.9;
    line-height: 1.5;
}

.event-overlay .event-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.event-overlay .event-status {
    background: #027F73;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.event-overlay .event-date {
    font-size: 14px;
    opacity: 0.8;
}

.event-overlay .btn {
    background: #FED400;
    color: #03142E;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
}

.event-overlay .btn:hover {
    background: #ffffff;
    color: #027F73;
    transform: translateY(-2px);
}

.event-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #027F73;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.event-navigation:hover {
    background: rgba(2, 127, 115, 0.9);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.event-navigation.prev {
    left: 20px;
}

.event-navigation.next {
    right: 20px;
}

.events-thumbnail-grid {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 120px;
    overflow-y: auto;
}

.event-thumbnail {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.event-thumbnail.active {
    border-color: #027F73;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(2, 127, 115, 0.3);
}

.event-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-thumbnail:hover {
    transform: scale(1.05);
    border-color: #FED400;
}

.event-thumbnail:hover img {
    transform: scale(1.1);
}

.event-thumbnail .thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 127, 115, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 10px;
    text-align: center;
    padding: 5px;
}

.event-thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}

@media (max-width: 768px) {
    .events-gallery-container {
        border-radius: 15px;
    }

    .main-event-display {
        height: 300px;
    }

    .event-overlay h3 {
        font-size: 22px;
    }

    .event-overlay p {
        font-size: 14px;
    }

    .event-navigation {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .event-navigation.prev {
        left: 10px;
    }

    .event-navigation.next {
        right: 10px;
    }

    .events-thumbnail-grid {
        padding: 15px;
        gap: 8px;
    }

    .event-thumbnail {
        width: 60px;
        height: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .single-slider {
        height: 500px !important;
    }
}

@media (max-width: 600px) {
    .social-icons {
        display: flex;
        width: 80% !important;
        justify-content: end;
        align-items: center;
        gap: 10px;
    }
}
@media (max-width: 600px) {
    .select-cat {
        display: none;
    }
}
@media (max-width: 600px) {
    #hamburger-icon {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .hamburger-icon img {
        height: 18px !important;
    }
}
@media (max-width: 600px) {
    .new_search {
        flex: 1;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .left_nav div {
        margin: 15px 0;
    }
}
@media (max-width: 991px) {
    .mob-responsive {
        display: none;
    }
}
@media (max-width: 991px) {
    .mob-only {
        display: block !important;
    }
}
@media (max-width: 600px) {
    .dropdown-item {
        flex: 1 1 100%;
    }
}
@media (max-width: 600px) {
    .mob-share {
        display: block !important;
    }
    .share-popup{
        top: 60px;
    }
}
@media (max-width: 600px) {
    .add_cart, .tab_btn {
        display: flex !important;
        justify-content: center !important;
    }
}
@media (max-width: 600px) {
    .view_tabs {
        gap: 10px;
    }
}
@media (max-width: 600px) {
    .nav_items {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .nav_items button {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .tabs-2 {
        border-left: 1px solid #707070 !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }
}
@media (max-width: 600px) {
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }
}
@media (max-width: 480px) {
    :root {
        --reverse-marquee-speed: 50s;
        --marquee-elements-displayed: 4;
    }
}