/* General Styles */
body {
  font-family: "Quicksand", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;  /* Stops the entire page from moving */

}


/* Hero Section */
/* Hero Section Specific Styles */
.hero-section {
    position: relative;
    margin-top: 120px;
    width: 100%;
    overflow: hidden;
}

.hero-section .carousel-item {
    padding: 20px 0;
}

.hero-section .hero-content-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-section .hero-image-wrapper {
    flex: 1;
    padding: 20px;
}

.hero-section .hero-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-section .hero-text-wrapper {
    flex: 1;
    padding: 20px;
}

.hero-section .hero-text-content {
    max-width: 500px;
    margin-left: auto;
}

.hero-section .hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6aa121;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-section .hero-description {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-section .hero-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 5px;
    background-color: #6aa121;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-section .hero-btn:hover {
    background-color: #5a8f1a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(106, 161, 33, 0.3);
}

.hero-section .hero-btn i {
    font-size: 1.2rem;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) {

    .hero-section {
        margin-top: 150px;
    }

    .hero-section .hero-content-container {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-section .hero-text-content {
        margin: 30px auto 0;
        max-width: 100%;
    }
    
    .hero-section .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-section .hero-description {
        font-size: 1.2rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
    .hero-section {
        margin-top: 150px;
    }
    
    .hero-section .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-section .hero-description {
        font-size: 1.2rem;
    }
    
    .hero-section .hero-btn {
        padding: 10px 25px;
        font-size: 1rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .hero-section {
        margin-top: 150px;
    }
    .hero-section .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-section .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-section .hero-image-wrapper,
    .hero-section .hero-text-wrapper {
        padding: 10px;
    }
}

/* Carousel controls styling */
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(106, 161, 33, 0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover {
    opacity: 1;
    background-color: #6aa121;
}

.hero-section .carousel-control-prev {
    left: 20px;
}

.hero-section .carousel-control-next {
    right: 20px;
}

@media (max-width: 767px) {
    .hero-section .carousel-control-prev,
    .hero-section .carousel-control-next {
        width: 30px;
        height: 30px;
    }
}
/* second section */


/* third */
/* AI Case Studies Section */
.ai-case-studies-section {
    padding: 20px 0;
    background-color: #6aa121;
}

.ai-case-studies-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.case-study-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-10px);
}

.case-study-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-study-content {
    padding: 20px;
    background-color: #6aa121;
}

.case-study-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.case-study-content p {
    font-size: 0.95rem;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ai-case-studies-section h1 {
        font-size: 2rem;
    }

    .case-study-content h3 {
        font-size: 1.25rem;
    }

    .case-study-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .ai-case-studies-section {
        padding: 50px 0;
    }

    .ai-case-studies-section h1 {
        font-size: 1.75rem;
    }

    .case-study-card img {
        height: 150px;
    }
}

/* third */



/* four */
.flipping-cards-section {
    padding: 40px 0;
    background-color: #6aa121;
}



.flip-card {
    padding: 100px 0;
    background-color: transparent;
    width: 100%;
    min-height: 300px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
    border-radius: 10px;
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    background-color: #6aa121;
    color: #ffffff;
}

.flip-card-front img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.flip-card-back {
    background-color: #6aa121;
    color: #fff;
    transform: rotateY(180deg);
}

.flip-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.flip-card p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 20px;
}

.flip-card .btn {
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.flip-card .btn-primary {
    background-color: #6aa121;
    border: 1px solid #fff;
}

.flip-card .btn-secondary {
    background-color: #fff;
    color: #bbb;
    border: none;
}

/* Offcanvas Styles */
.offcanvas {
    width: 100% !important; /* Full-screen width */
    max-width: 100%;
    background-color: #6aa121    ;
}

.offcanvas-body img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.offcanvas-body p {
    font-size: 1rem;
    color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .flipping-cards-section h1 {
        font-size: 2rem;
    }

    .flipping-cards-section .lead {
        font-size: 1rem;
    }

    .flip-card {
        height: 300px;
    }

    .flip-card h3 {
        font-size: 1.25rem;
    }

    .flip-card p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .flipping-cards-section {
        padding: 50px 0;
    }

    .flipping-cards-section h1 {
        font-size: 1.75rem;
    }

    .flip-card {
        height: 350px;
    }

    .flip-card-front img {
        height: 200px;
    }
}

/* four */


/* five */
/* Learning Levels Section */
#learning-levels {
    padding: 20px 0;
    background-color: #f8f9fa;
}




#learning-levels .btn {
    margin: 5px;
    font-weight: 500;
    color: #ffffff;
    background-color: #6aa121;
}

/* Swiper Container */
#learning-levels-swiper {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

#learning-levels-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#learning-levels-swiper .card {
    width: 100%;
    max-width: 450px;
    border: 1px solid #6aa121;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#learning-levels-swiper .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 123, 255, 0);
    transition: background-color 0.3s ease;
    z-index: 1;
}

#learning-levels-swiper .card:hover .card-overlay {
    background-color: rgba(0, 105, 9, 0.496);
}

/* Swiper Pagination */
#learning-levels-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

#learning-levels-swiper .swiper-pagination-bullet {
    background-color: #6aa121;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

#learning-levels-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Swiper Navigation Buttons */
#learning-levels-swiper .swiper-button-next,
#learning-levels-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #6aa121;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

#learning-levels-swiper .swiper-button-next::after,
#learning-levels-swiper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

#learning-levels-swiper .swiper-button-next:hover,
#learning-levels-swiper .swiper-button-prev:hover {
    background-color: #4d7a1a;
}

/* Responsive Styles */
@media (max-width: 768px) {


    #learning-levels .lead {
        font-size: 1rem;
    }

    #learning-levels-swiper .card h3 {
        font-size: 1.5rem;
    }

    #learning-levels-swiper .card h4 {
        font-size: 1.1rem;
    }

    #learning-levels-swiper .card ul li {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    #learning-levels {
        padding: 50px 0;
    }



    #learning-levels-swiper .card {
        max-width: 100%;
    }
}
/* six */

/* How to Start Learning Section */
.how-to-start-section {
    padding: 20px 0;
    background-color: #6aa121;
}

.how-to-start-section h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.how-to-start-section .lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
}

/* Carousel Styles */
.carousel-content {
    text-align: center;
    padding: 20px;
}

.carousel-content h3 {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

.carousel-content p {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.carousel-content img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
}

/* Carousel Controls */
.carousel-control-prev, .carousel-control-next {
    width: 10%;
    color: #000000;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #000000;
    border-radius: 50%;
    padding: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .how-to-start-section h1 {
        font-size: 2rem;
    }

    .how-to-start-section .lead {
        font-size: 1rem;
    }

    .carousel-content h3 {
        font-size: 1.5rem;
    }

    .carousel-content p {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .how-to-start-section {
        padding: 50px 0;
    }

    .how-to-start-section h1 {
        font-size: 1.75rem;
    }

    .carousel-content img {
        max-width: 100%;
    }
}

/* six */



/* seven */
.work-out-section {
    padding: 40px 0;
    background-color: #6aa121;
}

.work-out-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    animation: fadeInDown 1s ease-in-out;
}

.work-out-section .lead {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-in-out;
}

/* Flip Card */
.work-out-section .flip-card {
    background-color: transparent;
    width: 100%;
    height: 500px; /* Adjusted height */
    perspective: 1000px;
    margin-bottom: 20px;
    animation: fadeIn 1s ease-in-out;
}

.work-out-section .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.work-out-section .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.work-out-section .flip-card-front,
.work-out-section .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work-out-section .flip-card-front {
    background-color: #fff;
    color: #333;
}

.work-out-section .flip-card-back {
    background-color: #6aa121;
    color: #fff;
    transform: rotateY(180deg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(3, 78, 24, 0.8);
}

.work-out-section .flip-card i {
    font-size: 1.5rem; /* Adjusted icon size */
    margin-bottom: 15px; /* Adjusted margin */
    color: #000000;
    animation: bounceIn 1s ease-in-out;
}

.work-out-section .flip-card-back i {
    color: #fff;
}

.work-out-section .flip-card h3 {
    font-size: 1.5rem; /* Adjusted font size */
    font-weight: 600;
    margin-bottom: 15px; /* Adjusted margin */
    animation: fadeIn 1s ease-in-out;
}

.work-out-section .flip-card p {
    font-size: 0.95rem; /* Adjusted font size */
    color: #555;
    margin-bottom: 20px; /* Adjusted margin */
    animation: fadeIn 1s ease-in-out;
}

.work-out-section .flip-card-back p {
    color: #fff;
}

.work-out-section .button-group {
    display: flex;
    gap: 10px; /* Adjusted gap */
    justify-content: center;
    animation: fadeInUp 1s ease-in-out;
}

.work-out-section .btn {
    padding: 8px 16px; /* Adjusted padding */
    font-size: 0.9rem; /* Adjusted font size */
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px; /* Adjusted gap */
    transition: all 0.3s ease;
}

.work-out-section .btn-primary {
    background-color: #6aa121;
    border: none;
    color: #fff;
}

.work-out-section .btn-primary:hover {
    background-color: #5a8f1d;
}

.work-out-section .btn-secondary {
    background-color: #fff;
    color: #6aa121;
    border: 1px solid #6aa121;
}

.work-out-section .btn-secondary:hover {
    background-color: #6aa121;
    color: #fff;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bounceIn {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .work-out-section h1 {
        font-size: 2rem;
    }

    .work-out-section .lead {
        font-size: 1rem;
    }

    .work-out-section .flip-card {
        height: 280px;
    }

    .work-out-section .flip-card h3 {
        font-size: 1.25rem;
    }

    .work-out-section .flip-card p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .work-out-section {
        padding: 50px 0;
    }

    .work-out-section h1 {
        font-size: 1.75rem;
    }

    .work-out-section .flip-card {
        height: 250px;
    }

    .work-out-section .button-group {
        flex-direction: column;
        gap: 5px;
    }
}
/* seven */





/* eigth */
/* Visual Testimony Section */
.visual-testimony {
    padding: 80px 0;
    background-color: #fff;
}

.visual-testimony h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.visual-testimony .lead {
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Swiper Container */
.visual-testimony .swiper {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.visual-testimony .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-testimony .testimony-card {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
}

.visual-testimony .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.visual-testimony .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual-testimony .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.visual-testimony .play-button i {
    font-size: 4rem;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.visual-testimony .play-button:hover i {
    opacity: 1;
}

.visual-testimony .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
}

.visual-testimony .video-iframe.playing {
    display: block;
}

.visual-testimony .testimony-content {
    padding: 20px;
    text-align: center;
}

.visual-testimony .testimony-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.visual-testimony .testimony-content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 0;
}

/* Swiper Pagination */
.visual-testimony .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.visual-testimony .swiper-pagination-bullet {
    background-color: #007bff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.visual-testimony .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Swiper Navigation Buttons */
.visual-testimony .swiper-button-next,
.visual-testimony .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #6aa121;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.visual-testimony .swiper-button-next::after,
.visual-testimony .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.visual-testimony .swiper-button-next:hover,
.visual-testimony .swiper-button-prev:hover {
    background-color: #4d7a1a;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .visual-testimony h1 {
        font-size: 2rem;
    }

    .visual-testimony .lead {
        font-size: 1rem;
    }

    .visual-testimony .testimony-card {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .visual-testimony {
        padding: 50px 0;
    }

    .visual-testimony h1 {
        font-size: 1.75rem;
    }
}


/* eight */


/* nine */
/* Footer Section */
.footer-section {
    padding: 20px 0;
    background-color: #6aa121;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.footer-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-section p {
    font-size: 0.95rem;
    color: #ddd;
    margin-bottom: 10px;
}

.footer-section a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-section .subscribe-form .form-control {
    background-color: #ffffff;
    border: none;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.footer-section .subscribe-form .form-control::placeholder {
    color: #bbb;
}

.footer-section .subscribe-form .btn-primary {
    background-color: #fff !important;
    color: #6aa121 !important;
    border: none;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 500;
}

.footer-section .subscribe-form .btn-primary:hover {
    background-color: #0056b3;
}

.footer-section ul {
    padding-left: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section .list-unstyled li {
    font-size: 0.95rem;
    color: #ddd;
}

/* Footer Bottom */
/* Social Media Icons */
.social-icons {
    margin-bottom: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
    color: #6aa121 !important;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.social-icon i {
    transition: transform 0.3s ease-in-out;
}

.social-icon:hover {
    color: #6aa121 !important;
}

.social-icon:hover i {
    transform: scale(1.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-section h4 {
        font-size: 1.1rem;
    }

    .footer-section p,
    .footer-section ul li {
        font-size: 0.9rem;
    }

    .footer-section .subscribe-form .btn-primary {
        font-size: 0.9rem;
    }

    /* Align elements two by two on small screens */
    .footer-section .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Center social icons */
    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-section {
        padding: 40px 0;
    }

    .footer-section h4 {
        font-size: 1rem;
    }

    .footer-section p,
    .footer-section ul li {
        font-size: 0.85rem;
    }

    .footer-section .subscribe-form .btn-primary {
        font-size: 0.85rem;
    }

    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* nine */


/* ucan section */
/* UCAN Section Styling */
.ucan_section {
    text-align: center;
    padding: 50px 20px;
    background-color: #6aa121;
}

.ucan_section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ffffff;
}

/* Cards Container */
.ucan_section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Individual Card */
.ucan_section-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.ucan_section-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.ucan_section-content {
    padding: 15px;
    text-align: center;
}

.ucan_section-card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.ucan_section-card p {
    font-size: 1rem;
    color: #6c757d;
}

/* Buttons Container */
.ucan_section-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Buttons */
.ucan_section-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.enroll-btn {
    background-color: #6aa121;
    color: white;
    border: none;
}

.enroll-btn:hover {
    background-color: #5a8f1a;
}

.know-more-btn {
    background-color: #ffffff;
    color: #6aa121;
    border: 1px solid #6aa121;
}

.know-more-btn:hover {
    background-color: #6aa121;
    color: #ffffff;
}

/* Hover Effect */
.ucan_section-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

/* Icons */
.ucan_section-btn i {
    font-size: 1.1em;
}
/* about us section */
.about-der-sprachen-hub {
    background: #f9f9f9;
    padding: 30px 0;
}
.about-title {
    font-size: 2rem;
    font-weight: bold;
    color: #6aa121;
}
.about-text {
    font-size: 1.2rem;
    color: #555;
    text-align: justify;
}
.about-experience {
    background: #6aa121;
    color: white;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}
.about-experience p {
    font-size: 14px;
    margin-top: 5px;
}
.about-social a {
    display: inline-block;
    background: #6aa121;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
}
.about-social a:hover {
    background: #fff;
    color: #6aa121;
}
.img-container {
    position: relative;
}

.img-large {
    width: 100%;
}

.img-small {
    width: 100%;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.play-btn i {
    font-size: 20px;
}
@media (max-width: 768px) {
    .about-der-sprachen-hub .row {
        text-align: center;
    }
    .img-small {
        width: 100%;
    }
}
/* end of about us section */


/* offer-extensive */
/* offer-intensive-section */
.offer-intensive-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.offer-intensive-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.offer-intensive-description-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.offer-intensive-description {
    font-size: 1.5rem;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
}

.offer-intensive-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.offer-intensive-card {
    width: 100%;
    max-width: 350px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.offer-intensive-card:hover {
    transform: translateY(-5px);
}

.offer-intensive-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.offer-intensive-content {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.offer-intensive-card-title {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.offer-intensive-card-description {
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 20px;
}

.offer-intensive-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.offer-intensive-btn {
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.offer-intensive-btn i {
    margin-right: 8px;
    font-size: 1.1rem;
}

.offer-intensive-primary-btn {
    background-color: #6aa121;
    color: #ffffff;
}

.offer-intensive-primary-btn:hover {
    background-color: #5c921a;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.offer-intensive-collapse-btn {
    background-color: #ffffff;
    color: #6aa121;
    border: 1px solid #6aa121;
}

.offer-intensive-collapse-btn:hover {
    background-color: #6aa121;
    color: #ffffff;
}

.offer-intensive-collapse {
    margin-top: 10px;
}

.offer-intensive-collapse-content {
    padding: 15px;
    background-color: #6aa121;
    color: white;
    border-radius: 5px;
    text-align: left;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .offer-intensive-description {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .offer-intensive-card {
        max-width: 100%;
    }

    .offer-intensive-image {
        height: 180px;
    }

    .offer-intensive-card-title {
        font-size: 1.3rem;
    }

    .offer-intensive-card-description {
        font-size: 1rem;
    }

    .offer-intensive-buttons {
        flex-direction: column;
        align-items: center;
    }

    .offer-intensive-btn {
        width: 100%;
        max-width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .offer-intensive-card {
        max-width: 45%;
    }
}

/* der sprachen offers */
/* der-sprachen-offers-section */
.der-sprachen-offers-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.der-sprachen-offers-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Filter Section */
.filter-card {
    border-radius: 12px;
    border: none;
}

.search-box .input-group-text,
.category-filter .input-group-text {
    color: #6aa121;
}

.search-box .form-control,
.category-filter .form-select {
    height: 50px;
}

.search-box .form-control:focus,
.category-filter .form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}

/* Offer Card */
.offer-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.offer-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.offer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.offer-card:hover .offer-image {
    transform: scale(1.05);
}

.offer-day-label,
.offer-duration-label {
    position: absolute;
    top: 15px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}

.offer-day-label {
    left: 15px;
    background-color: #6aa121;
}

.offer-duration-label {
    right: 15px;
    background-color: #3a7bd5;
}

.offer-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.offer-category-badge {
    background-color: #f0f7ff;
    color: #3a7bd5;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
}

.offer-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.offer-description {
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.offer-fees {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.fee-item {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.material-fee {
    background-color: #f8f4e5;
    border: 1px solid #e6d8a7;
}

.learning-fee {
    background-color: #e5f6fd;
    border: 1px solid #bce8f1;
}

.fee-icon {
    font-size: 1.2rem;
    color: #6aa121;
}

.fee-label {
    font-size: 0.75rem;
    color: #666;
    display: block;
}

.fee-amount {
    font-weight: 700;
    color: #333;
}

.offer-actions {
    display: flex;
    gap: 10px;
}

.offer-actions .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    font-weight: 600;
}

.offer-details {
    margin-top: 15px;
}

.details-content {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    color: #555;
}

/* Loading Animation */
.loading-spinner {
    display: none;
    text-align: center;
    padding: 30px 0;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #6aa121;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-results {
    text-align: center;
    padding: 50px 0;
}

.no-results i {
    font-size: 3rem;
    color: #6aa121;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 767px) {
    .der-sprachen-offers-title {
        font-size: 2rem;
    }
    
    .offer-fees {
        flex-direction: column;
    }
    
    .offer-actions {
        flex-direction: column;
    }
    
    .offer-actions .btn {
        width: 100%;
    }
}