/*-------------------------------
    Dark Theme  CSS
-------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
.switch-theme-mode {
    position: fixed;
    top: 200px;
    right: 15px;
    z-index: 99;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider.round {
    border-radius: 50%;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 35px;
    width: 35px;
    left: 0px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: 0.4s;
    box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
    background: white url("../img/sunny.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    background-color: #000000;
}

.navbar-area .navbar,
input:checked+.slider {
    background-color: transparent;
}

input:focus+.slider {
    box-shadow: 0 0 1px transparent;
}

input:checked+.slider:before {
    transform: translateX(0);
    background: white url("../img/night.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.theme-light .navbar-brand .logo-dark,
.theme-light .logo .logo-dark {
    display: none !important;
}

.theme-light .navbar-brand .logo-light,
.theme-light .logo .logo-light {
    display: block !important;
}

.theme-dark .navbar-brand .logo-dark,
.theme-dark .logo .logo-dark {
    display: block !important;
}

.theme-dark .navbar-brand .logo-light,
.theme-dark .logo .logo-light {
    display: none !important;
}

.theme-dark body {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.7);
    padding-top:70px;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark .services-sidebar .services-category ul li a,
.theme-dark .our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach h3,
.theme-dark .our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach h3,
.theme-dark .banner-area.banner-area-three .banner-content h1,
.theme-dark .faq-accordion .accordion .accordion-title,
.theme-dark .get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group label,
.theme-dark .about-content .tab_content .tabs_item ul li,
.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span,
.theme-dark .protect-area.protect-area-three .single-challenges h3,
.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li,
.theme-dark .coming-soon-area .coming-soon-content form .form-group .label-title i,
.theme-dark .checkout-area .faq-accordion .form-check label,
.theme-dark .counter-area.counter-area-three .single-counter h2,
.theme-dark .counter-area.counter-area-three .single-counter h3,
.theme-dark .team-area.team-area-three .single-team .team-content h3,
.theme-dark .shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn,
.theme-dark .shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn,
.theme-dark .testimonials-area.testimonials-page-area .testimonials-item h3,
.theme-dark .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal {
    color: #fff;
}

.theme-dark .testimonials-area.testimonials-page-area .testimonials-item p,
.theme-dark .our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach p,
.theme-dark .our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach p,
.theme-dark .banner-area.banner-area-three .banner-content p,
.theme-dark .protect-area.protect-area-three .single-challenges p,
.theme-dark .testimonials-area.testimonials-page-area .testimonials-item span,
.theme-dark .forgot-login a,
.theme-dark .team-area.team-area-three .single-team .team-content span,
.theme-dark .shopping-cart-area .cart-totals ul li,
.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label,
.theme-dark .product-details-area .product-details-desc .product-review .rating-count,
.theme-dark .faq-accordion .accordion .accordion-content p {
    color: rgba(255, 255, 255, 0.7);
}

.theme-dark .bg-color,
.theme-dark .navbar-area.navbar-area-two.is-sticky,
.theme-dark .faq-accordion .accordion .accordion-item,
.theme-dark .counter-area::before,
.theme-dark .navbar-area.navbar-area-two .mean-container .mean-bar,
.theme-dark .navbar-area.navbar-area-two,
.theme-dark .challenges-area::before,
.theme-dark .get-in-touch-area::before,
.theme-dark .copy-right-area,
.theme-dark .solution-img:before,
.theme-dark .testimonials-area::before,
.theme-dark .blog-details-content .tag-list,
.theme-dark .blog-details-content .blog-top-content blockquote,
.theme-dark .footer-area::before {
    background-color: #000000 !important;
}

.theme-dark .white-bg,
.theme-dark .shopping-cart-area .cart-totals,
.theme-dark .shopping-cart-area .cart-table table thead tr th {
    background-color: #222;
}

.theme-dark .blog-details-content .comments ul li a,
.theme-dark .blog-details-content .tag-list ul li a,
.theme-dark .blog-details-content .tag-list span,
.theme-dark .shopping-cart-area .cart-table table tbody tr td a,
.theme-dark .shopping-cart-area .cart-table table tbody tr td,
.theme-dark .shopping-cart-area .cart-table table thead tr th,
.theme-dark .product-details-area .product-details-desc .social-wrap li,
.theme-dark .blog-details-content .blog-top-content blockquote p,
.theme-dark .coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    color: #ffffff;
}

.theme-dark .banner-area.banner-area-three,
.theme-dark .get-in-touch-area,
.theme-dark .banner-area.bg-1 {
    position: relative;
    z-index: 1;
}

.theme-dark .banner-area.banner-area-three:after,
.theme-dark .get-in-touch-area:after,
.theme-dark .banner-area.bg-1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.theme-dark .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal span,
.theme-dark .navbar-area.navbar-area-two .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
}

.theme-dark .user-area-style .contact-form-action,
.theme-dark .single-pricing,
.theme-dark .single-approach,
.theme-dark .mean-container .mean-nav,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu,
.theme-dark .single-feature,
.theme-dark .single-challenges,
.theme-dark .navbar-area.navbar-area-two,
.theme-dark .single-approach-box,
.theme-dark .safety-area,
.theme-dark .coming-soon-area::before,
.theme-dark .coming-soon-area .coming-soon-content,
.theme-dark .single-team .team-content,
.theme-dark .get-in-touch-area::before,
.theme-dark .blog-details-content .leave-reply,
.theme-dark .single-blog-posts .single-blog-content,
.theme-dark .protect-area .single-challenges,
.theme-dark .blog-details-content .blog-top-content,
.theme-dark .blog-details-content .comments,
.theme-dark .team-area.team-area-three .single-team .team-content ul,
.theme-dark .team-area.team-area-three .single-team .team-content,
.theme-dark .single-team .team-content ul,
.theme-dark .subscribe-bg {
    background-color: #111;
}

.theme-dark .form-control,
.theme-dark .get-in-touch-form .form-group .form-control,
.theme-dark .newsletter-form .form-control {
    background-color: transparent;
    border: 1px solid #2e2e2e !important;
    color: #ffffff;
}

.theme-dark .form-control::-moz-placeholder,
.theme-dark .get-in-touch-form .form-group .form-control::-moz-placeholder,
.theme-dark .newsletter-form .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.theme-dark .form-control::placeholder,
.theme-dark .get-in-touch-form .form-group .form-control::placeholder,
.theme-dark .newsletter-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.theme-dark .sidebar-widget.search .search-form,
.theme-dark .showing-result,
.theme-dark .shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove,
.theme-dark .shopping-cart-area .cart-table table tbody tr td,
.theme-dark .coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    background-color: transparent;
}

.theme-dark .shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove i,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #fff;
}

.theme-dark .mean-container .mean-nav ul li a,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a,
.theme-dark .navbar-area.navbar-area-two .others-option .cart-icon a i,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a,
.theme-dark .about-content .tabs li,
.theme-dark .single-solution h3 a,
.theme-dark .now-log-in.font-q,
.theme-dark .product-details-area .products-details-tab .tabs li a,
.theme-dark .single-blog-posts .single-blog-content h3 a,
.theme-dark .sidebar-widget.recent-post ul li a,
.theme-dark .main-contact-area .contact-info .address li a,
.theme-dark .user-area-style .contact-form-action p a,
.theme-dark .single-blog .blog-content h3 a {
    color: #fff;
}

.theme-dark .mean-container .mean-nav ul li a:hover,
.theme-dark .mean-container .mean-nav ul li a.active,
.theme-dark .mean-container .mean-nav ul li a.current,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.current,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.current,
.theme-dark .navbar-area.navbar-area-two .others-option .cart-icon a i:hover,
.theme-dark .navbar-area.navbar-area-two .others-option .cart-icon a i.active,
.theme-dark .navbar-area.navbar-area-two .others-option .cart-icon a i.current,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.current,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.current,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a:hover,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active,
.theme-dark .navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.current,
.theme-dark .about-content .tabs li:hover,
.theme-dark .about-content .tabs li.active,
.theme-dark .about-content .tabs li.current,
.theme-dark .single-solution h3 a:hover,
.theme-dark .single-solution h3 a.active,
.theme-dark .single-solution h3 a.current,
.theme-dark .now-log-in.font-q:hover,
.theme-dark .now-log-in.font-q.active,
.theme-dark .now-log-in.font-q.current,
.theme-dark .product-details-area .products-details-tab .tabs li a:hover,
.theme-dark .product-details-area .products-details-tab .tabs li a.active,
.theme-dark .product-details-area .products-details-tab .tabs li a.current,
.theme-dark .single-blog-posts .single-blog-content h3 a:hover,
.theme-dark .single-blog-posts .single-blog-content h3 a.active,
.theme-dark .single-blog-posts .single-blog-content h3 a.current,
.theme-dark .sidebar-widget.recent-post ul li a:hover,
.theme-dark .sidebar-widget.recent-post ul li a.active,
.theme-dark .sidebar-widget.recent-post ul li a.current,
.theme-dark .main-contact-area .contact-info .address li a:hover,
.theme-dark .main-contact-area .contact-info .address li a.active,
.theme-dark .main-contact-area .contact-info .address li a.current,
.theme-dark .user-area-style .contact-form-action p a:hover,
.theme-dark .user-area-style .contact-form-action p a.active,
.theme-dark .user-area-style .contact-form-action p a.current,
.theme-dark .single-blog .blog-content h3 a:hover,
.theme-dark .single-blog .blog-content h3 a.active,
.theme-dark .single-blog .blog-content h3 a.current {
    color: #e51adb;
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link,
.theme-dark .product-details-area .product-details-desc .social-wrap li a i,
.theme-dark .blog-details-content .blog-top-content .news-content .admin li a,
.theme-dark .team-area.team-area-three .single-team .team-content ul li a i,
.theme-dark .single-blog-posts .single-blog-content .admin li a,
.theme-dark .sidebar-widget.categories ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover,
.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link.active,
.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link.current,
.theme-dark .product-details-area .product-details-desc .social-wrap li a i:hover,
.theme-dark .product-details-area .product-details-desc .social-wrap li a i.active,
.theme-dark .product-details-area .product-details-desc .social-wrap li a i.current,
.theme-dark .blog-details-content .blog-top-content .news-content .admin li a:hover,
.theme-dark .blog-details-content .blog-top-content .news-content .admin li a.active,
.theme-dark .blog-details-content .blog-top-content .news-content .admin li a.current,
.theme-dark .team-area.team-area-three .single-team .team-content ul li a i:hover,
.theme-dark .team-area.team-area-three .single-team .team-content ul li a i.active,
.theme-dark .team-area.team-area-three .single-team .team-content ul li a i.current,
.theme-dark .single-blog-posts .single-blog-content .admin li a:hover,
.theme-dark .single-blog-posts .single-blog-content .admin li a.active,
.theme-dark .single-blog-posts .single-blog-content .admin li a.current,
.theme-dark .sidebar-widget.categories ul li a:hover,
.theme-dark .sidebar-widget.categories ul li a.active,
.theme-dark .sidebar-widget.categories ul li a.current {
    color: #e21f36;
}

.theme-dark .sidebar-widget.tags ul li a {
    border: 1px solid #2e2e2e;
    color: #ffffff;
}

.theme-dark .single-solution {
    border: 1px solid #2e2e2e;
}

.theme-dark .user-area-style.recover-password-area .recover,
.theme-dark .services-sidebar .services-category ul li a,
.theme-dark .faq-accordion .accordion .accordion-title,
.theme-dark .form-control,
.theme-dark .theme-dark .get-in-touch-form .form-group .form-control,
.theme-dark .newsletter-form .form-control,
.theme-dark .get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control,
.theme-dark .mean-container .mean-nav ul li a,
.theme-dark .sidebar-widget.recent-post ul li,
.theme-dark .blog-details-content .tag-list ul li a,
.theme-dark .product-details-area .products-details-tab .tabs,
.theme-dark .product-details-area .product-details-desc .price,
.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item,
.theme-dark .product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li,
.theme-dark .shopping-cart-area .cart-table table thead tr th,
.theme-dark .shopping-cart-area .cart-table table tbody tr td,
.theme-dark .shopping-cart-area .cart-table table thead tr th,
.theme-dark tbody,
.theme-dark td,
.theme-dark tfoot,
.theme-dark th,
.theme-dark thead,
.theme-dark tr,
.theme-dark .checkout-area .cart-totals ul li,
.theme-dark .counter-area.counter-area-three .single-counter,
.theme-dark .counter-area.counter-area-three .single-counter i,
.theme-dark .coming-soon-area .coming-soon-content form .form-group .input-newsletter,
.theme-dark .product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn,
.theme-dark .product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn,
.theme-dark .product-details-area .product-details-desc .product-add-to-cart,
.theme-dark .shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn,
.theme-dark .shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn,
.theme-dark .coming-soon-area .coming-soon-content form .form-group .input-newsletter,
.theme-dark .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    border-color: #2e2e2e;
}

.theme-dark .checkout-area .billing-details .form-group label,
.theme-dark .nice-select .current,
.theme-dark .checkout-area .cart-totals ul li,
.theme-dark .faq-accordion .accordion .accordion-content,
.theme-dark .checkout-area .billing-details .form-check .form-check-label,
.theme-dark .coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-item,
.theme-dark .get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control {
    border: 1px solid #2e2e2e !important;
}

.theme-dark .sidebar-widget,
.theme-dark .showing-result .showing-top-bar-ordering .nice-select,
.theme-dark .shopping-cart-area .cart-controller,
.theme-dark .main-contact-area .contact-info,
.theme-dark .services-sidebar .services-category {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #2e2e2e;
}

.theme-dark .checkout-area .faq-accordion,
.theme-dark .checkout-area .cart-totals,
.theme-dark .wishlist,
.theme-dark .checkout-area .billing-details,
.theme-dark .shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input,
.theme-dark .product-details-area .product-details-desc .product-add-to-cart .input-counter input,
.theme-dark .product-details-area .product-details-desc .product-add-to-cart .input-counter,
.theme-dark .pagination-area .page-numbers {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #2e2e2e;
}

.theme-dark .order-details .faq-accordion .accordion .accordion-item,
.theme-dark .order-details .faq-accordion .accordion .accordion-title {
    border: none !important;
}

.theme-dark .coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-bottom: 1px solid #2e2e2e;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .switch-theme-mode {
        top: 270px;
    }
}


/* Testimonial */

/* Testimonial Section Styling */
.testimonial-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #000000;
    /* Slightly darker background for the section */
    background-image: url(./asset/Images/cases-imgs\ \(1\).png);
    background-position: top;
    background-repeat: no-repeat;
}

.testimonial-section .subtitle {
    font-size: 1.6em;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.testimonial-section h2 {
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: 700;
}

.testimonial-carousel {
  position: relative;
  width: 90%; /* Adjust as needed */
  max-width: 1200px;
  margin: 0 auto;
}

.carousel-inner {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

.carousel-inner::-webkit-scrollbar {
  height: 8px;
}

.carousel-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.carousel-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.testimonial-card {
  flex: 0 0 300px; /* Adjust the card width */
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-shrink: 0; /* Prevents the header from shrinking */
}

.profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover; /* Ensures the image fits without distortion */
  flex-shrink: 0; /* Prevents the image from shrinking */
}

.card-content {
  overflow-y: auto;
  max-height: 200px; /* Adjust as needed for your design */
  padding-right: 10px; /* To prevent text from touching the scrollbar */
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-shrink: 0; /* Prevents the header from shrinking */
}

.profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover; /* Ensures the image fits without distortion */
  flex-shrink: 0; /* Prevents the image from shrinking */
}

.card-content {
  overflow-y: auto;
  max-height: 200px; /* Adjust as needed for your design */
  padding-right: 10px; /* To prevent text from touching the scrollbar */
  background:black;
}


 /*Slider Wrapper - The visible window */
.slider-wrapper {
    max-width: 900px;
     Max width of the visible slider area 
    margin: 0 auto 40px auto;
     Center it and add space below 
    overflow: hidden;
     Crucial: Hides anything outside this container 
    position: relative;
     For potential future absolute positioning of arrows 
}

/* Testimonial Slider - The moving track */
.testimonial-slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
    width:100%;
     Smooth sliding animation 
     The width of this track will be set dynamically by JS 
}

/* Testimonial Card */
.testimonial-card {
    flex-shrink: 0;
    /* Prevents cards from shrinking */
    width: 100%;
    /* Default to 1 card per view for mobile */
    max-width: 400px;
    /* Max width for individual card */
    margin: 0 10px;
    /* Horizontal spacing between cards */
    padding: 30px;
    /* background-color: #fff; */
    background: linear-gradient(to right, #c1e7f9, #ffffff);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 calc(100% / 2); /* 3 per view */
}

.testimonial-card .user-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #ff6347;
    /* Accent border */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.testimonial-card h3 {
    font-size: 1.4em;
    color: #1a1e36;
    margin-bottom: 15px;
    font-weight: 600;
}

.testimonial-card p {
    font-size: 1em;
    color: white;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
    /* Allows review text to take available space for consistent card height */
}

.testimonial-card .google-badge {
    width: 100px;
    /* Adjust size as needed */
    height: auto;
    opacity: 0.8;
}

/* Dots Navigation */
.dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.dot.active {
    background-color: #ff6347;
    /* Active dot color */
    transform: scale(1.2);
}

.dot:hover:not(.active) {
    background-color: #888;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .testimonial-section h2 {
        font-size: 2.2em;
    }

    .testimonial-card {
        padding: 25px;
        margin: 0 8px;
    }

    .testimonial-card h3 {
        font-size: 1.3em;
    }

    .testimonial-card p {
        font-size: 0.95em;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 15px;
    }

    .testimonial-section h2 {
        font-size: 2em;
        margin-bottom: 40px;
    }

    .testimonial-card {
        width: 100%;
        /* Ensure only one card is fully visible */
        margin: 0 5px;
        padding: 20px;
    }

    .testimonial-card .user-img {
        width: 80px;
        height: 80px;
    }

    .testimonial-card h3 {
        font-size: 1.2em;
    }

    .testimonial-card p {
        font-size: 0.9em;
    }

    .dot {
        height: 10px;
        width: 10px;
        margin: 0 6px;
    }
}

@media (max-width: 480px) {
    .testimonial-section .subtitle {
        font-size: 0.9em;
    }

    .testimonial-section h2 {
        font-size: 1.7em;
        margin-bottom: 30px;
    }

    .testimonial-card {
        padding: 15px;
        margin: 0 5px;
    }

    .testimonial-card .user-img {
        width: 70px;
        height: 70px;
    }

    .testimonial-card h3 {
        font-size: 1.1em;
    }

    .testimonial-card p {
        font-size: 0.85em;
    }
}

/* Course Module  */

.course-section {
  background-color: #000000;
  padding: 140px 20px;

}

.course-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start; /* Align items to the top */
  gap: 40px;
}

/* Left content column */
.course-content-left {
  flex: 1;
}

.course-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #e51adb;
  margin-bottom: 5px;
}

.course-subtitle {
  font-size: 1.2em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
}

.course-features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.course-features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.feature-icon {
  font-size: 1.2em;
  color: #e51adb; /* Red color for the checkmark */
  margin-right: 10px;
  line-height: 1.5;
}

.feature-text {
  font-size: 1em;
  line-height: 1.5;
}

.next-batch {
  font-size: 1em;
  margin-bottom: 20px;
  color:white;
}

.batch-date {
  font-weight: bold;
  color: #e51adb; /* Red color */
  margin-left: 5px;
}

.course-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  margin-top:20px;
}

.btn {
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.btn-primary {
  background-color: #e51adb;
  color: #fff;
}

.btn-primary:hover {
  background-color: #c70000;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #5f5d5d;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #fa0000;
}

.team-quote {
  font-size: 0.9em;
  color:white;
}

.team-quote a {
  color: #e51adb;
  text-decoration: none;
  font-weight: bold;
}

/* Right image column */
.course-image-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-frame {
  position: relative;
  width: 100%;
  max-width: 600px; /* Adjust as needed */
  padding: 20px;
  background: linear-gradient(to bottom, #e51adb, #e51adb);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.trainer-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .course-container {
    flex-direction: column;
    text-align: center;
  }
  
  .course-content-left {
    order: 2;
  }
  
  .course-image-right {
    order: 1;
    margin-bottom: 30px;
  }
  
  .course-features-list {
    text-align: left;
    margin: 0 auto;
    max-width: 600px; /* Constrain the width on smaller screens */
  }
  
  .course-buttons {
    justify-content: center;
  }
  
  .team-quote {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .course-buttons {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
}

/* General styling for the section */
/*body {*/
/*  font-family: Arial, sans-serif;*/
/*  color: #333;*/
/*  line-height: 1.6;*/
/*}*/

.program-highlights {
  padding: 60px 20px;
  background-color: #f7f7f7;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.highlights-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.highlights-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 30px;
}

/* CSS Grid for the cards */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  gap: 20px;
}

/* Styling for each card */
.highlight-card {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.icon-container {
  font-size: 1.5em;
  color: #c70000; /* Red color from the image */
  margin-right: 15px;
}

.highlight-text {
  font-size: 1em;
  font-weight: 500;
  color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 576px) {
  .highlights-grid {
    grid-template-columns: 1fr; /* 1 column on mobile phones */
  }
}

/* Modules */

.course-modules-two-column {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.Module-title .underline {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #e51adb;
    margin: 14px auto 0;
    border-radius: 10px;
    padding-top: 8px;
}

.course-modules-two-column h2 {
    text-align: center;
    color: #e51adb;
    margin-bottom: 30px;
    font-size: 30px;
}

.module-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;   /* ✅ limit content width */
    margin: 0 auto;      /* ✅ center the block */
    padding: 0 20px;     /* ✅ add left/right spacing */
}

.module-column {
    flex: 1;
    min-width: 280px;
}

.module {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.module-header {
    padding: 15px 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-header h3 {
    margin: 0;
    font-size: 1rem;
    color: #000;
}

.plus-icon {
    font-size: 2rem;
    transition: transform 0.3s ease;
    background-color: #e51adb;
    color: white;
}

.module.open .plus-icon {
    transform: rotate(45deg);
    background-color: red;
}

.module-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #000000;
    color: #ffffff;
    padding: 0 20px;
}

.module.open .module-content {
    max-height: 300px;
    padding: 15px 20px;
}

@media (max-width: 768px) {
    .module-columns {
        flex-direction: column;
    }
}

.certificates-section {
  padding: 60px 20px;
  text-align: center;
  background: #000000;
}

.certificates-section h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.certificate-slider {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.certificate-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.certificate-card {
  flex: 0 0 25%; /* Show 4 at a time on desktop */
  padding: 10px;
}

.certificate-card img {
  width: 100%;
  border-radius: 6px;
  border: 3px solid #e51adb; /* ✅ Light gray border */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* ✅ Soft shadow for depth */
  background: #fff; /* ✅ White background to look clean */
  padding: 5px; /* ✅ Small spacing inside border */
}


/* Dots */
.cert-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.cert-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
  transition: 0.3s;
}
.cert-dots .dot.active {
  background: #ff6347;
  transform: scale(1.2);
}

/* Lightbox Overlay */
#certLightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  text-align: center;
  padding-top: 50px;
}

/* Enlarged Certificate */
#certLightboxImg {
  max-width: 90%;
  max-height: 80vh;
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
  animation: zoomIn 0.4s ease;
}

/* Close Button */
#certLightbox .close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
#certLightbox .close:hover {
  color: #ff6347;
}

/* Zoom Animation */
@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

/* Responsive */
@media (max-width: 992px) {
  .certificate-card { flex: 0 0 33.33%; } /* 3 per view */
}
@media (max-width: 768px) {
  .certificate-card { flex: 0 0 50%; } /* 2 per view */
}
@media (max-width: 480px) {
  .certificate-card { flex: 0 0 100%; } /* 1 per view */
}

/*Learning Mode*/

.learning-mode {
  text-align: center;
  padding: 60px 20px;
  background: #000000;
}

.learning-mode h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #fff;
}

.learning-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.learning-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.learning-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.learning-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.learning-card:hover img {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  text-align: left;
}

.card-overlay h3 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
}

/* FAQ */

.faq-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    background-image: url(./asset/Images/facts-bg.png);

}

.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    color: #e51adb;
    padding-bottom: 20px;
}

.faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.faq-item {
    background-color: #e51adb;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #ffffff;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 12px;
}

.faq-question span {
    margin-right: 12px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #000000;
    background-color: #ffffff;
    font-size: 0.99em;
    padding-left: 12px;
    font-weight: bold;
    line-height: 2;
    border-top: 1px solid gray;

}

.faq-item.active .faq-answer {
    max-height: 500px;
    margin-top: 8px;
}

.faq-item .icon {
    color: white;
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.faq-item.active .icon {
    color: #ffffff;
}

@media (max-width: 768px) {
    .faq-container {
        grid-template-columns: 1fr;
    }
}

/*Realated Course*/

.related-courses {
  padding: 60px 20px;
  background: #000000;
  text-align: center;
  position: relative;
}

.related-courses h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

/* Slider */
.course-slider {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.course-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.course-card {
  flex: 0 0 25%; /* 4 cards per row in desktop */
  background: #fff;
  border-radius: 12px;
  margin: 8px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.course-card:hover {
  transform: translateY(-8px);
}
.course-img {
  position: relative;
  width: 100%;
  height: 220px; /* 🔥 make image taller so text fits */
  overflow: hidden;
}

/*.course-img img {*/
/*  width: 100%;*/
/*  height: 100%;*/
  object-fit: cover; /* 🔥 image always fits box */
/*  display: block;*/
/*}*/

/* Overlay text */
.course-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  padding: 10px;
}

.course-overlay h3 {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
  color:black;
}
/* Bottom area */
.course-content {
  padding: 15px;
  text-align: center;
}

.course-content h3 {
  font-size: 1.1rem;
  margin: 12px 0;
  font-weight: 600;
  color: #222;
  text-align: center;
}

.btn-course {
  display: inline-block;
  padding: 10px 18px;
  background: #e51adb;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}
.btn-course:hover {
  background: #a32020;
}

/* Dots */
.course-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.course-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
}
.course-dots .dot.active {
  background: #d72f2f;
  transform: scale(1.2);
}

/* Arrows */
.course-prev,
.course-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.course-prev { left: 10px; }
.course-next { right: 10px; }
.course-prev:hover,
.course-next:hover { background: #d72f2f; }

/* Responsive */
@media (max-width: 992px) {
  .course-card { flex: 0 0 33.33%; }
}
@media (max-width: 768px) {
  .course-card { flex: 0 0 50%; }
}
@media (max-width: 480px) {
  .course-card { flex: 0 0 100%; }
}


/*End Realated Course*/

/*exam details */
.ceh-table-container {
  overflow-x: auto;
  margin-top: 30px;
  margin-top: 20px;
  padding-bottom:30px;
  display:flex;
  justify-content: center;
}

.ceh-exam-table {
  width: 70%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
	color:black;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.ceh-exam-table th,
.ceh-exam-table td {
  border: 1px solid black;
  padding: 12px 15px;
  text-align: left;
  background: white;
}

.ceh-exam-table th {
  background-color: #E21F36;
  color: #fff;
}

/*Batch */


/*.container {*/
/*    max-width: 1000px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    padding: 20px;*/
/*}*/

/*.main-title {*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 2.5rem;*/
/*    font-weight: 600;*/
/*    color: #e0e0e0;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.subtitle {*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 1rem;*/
/*    color: #b0b0b0;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.highlight {*/
/*    color: #d90429;*/
/*    font-weight: 600;*/
/*}*/

/*.batches-section {*/
/*    background-color: #1e1e1e;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);*/
/*    padding: 20px;*/
/*}*/

/*.filter-bar {*/
/*    background-color: #000;*/
/*    color: #fff;*/
/*    padding: 15px 20px;*/
/*    border-radius: 10px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.filter-icon {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*}*/

/*.filter-text {*/
/*    font-size: 1rem;*/
/*    font-weight: 600;*/
/*}*/

/*.material-icons {*/
/*    color: #fff;*/
/*}*/

/*.filter-dropdowns {*/
/*    display: flex;*/
/*    gap: 15px;*/
/*    flex-grow: 1;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.dropdown {*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 0.9rem;*/
/*    padding: 10px 15px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    flex-grow: 1;*/
/*    background-color: #333;*/
/*    color: #ccc;*/
/*    cursor: pointer;*/
/*    min-width: 150px;*/
/*}*/

/*.batch-list {*/
/*    margin-top: 20px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 15px;*/
/*}*/

/*.batch-card {*/
/*    background-color: #282828;*/
/*    padding: 15px 20px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 15px;*/
/*}*/

/*.batch-details {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: left;*/
/*    flex-grow: 1;*/
/*}*/

/*.course-name {*/
/*    font-family: 'Lato', sans-serif;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 700;*/
/*    color: #e0e0e0;*/
/*    margin: 0 0 5px 0;*/
/*}*/

/*.course-name.colored {*/
/*    color: #d90429;*/
/*}*/

/*.batch-info {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 10px 20px;*/
/*    font-size: 0.9rem;*/
/*    color: #a0a0a0;*/
/*}*/

/*.info-item {*/
/*    white-space: nowrap;*/
/*}*/

/*.status {*/
/*    padding: 4px 10px;*/
/*    border-radius: 50px;*/
/*    font-size: 0.8rem;*/
/*    font-weight: 600;*/
/*}*/

/*.status.online {*/
/*    background-color: #2a3a2a;*/
/*    color: #66bb6a;*/
/*}*/

/*.enroll-button {*/
/*    padding: 10px 20px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s ease;*/
/*    white-space: nowrap;*/
/*}*/

/*.enroll-button:hover {*/
/*    opacity: 0.9;*/
/*}*/

/*.enroll-button.seats-left {*/
/*    background: linear-gradient(to right, #4b0082, #800080);*/
/*    color: #fff;*/
/*    border-radius: 25px;*/
/*    padding: 10px 25px;*/
/*    font-size: 0.9rem;*/
/*    animation: pulse 1.5s infinite;*/
/*}*/

/*@keyframes pulse {*/
/*    0% { transform: scale(1); }*/
/*    50% { transform: scale(1.05); }*/
/*    100% { transform: scale(1); }*/
/*}*/

/*.enroll-button:not(.seats-left) {*/
/*    background-color: #D90429;*/
/*    color: #fff;*/
/*}*/

/* Responsive adjustments */
/*@media (max-width: 768px) {*/
/*    .filter-bar {*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*        gap: 10px;*/
/*    }*/
    
/*    .filter-dropdowns {*/
/*        flex-direction: column;*/
/*        width: 100%;*/
/*        gap: 10px;*/
/*    }*/
    
/*    .dropdown {*/
/*        width: 100%;*/
/*    }*/

/*    .batch-card {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        text-align: center;*/
/*        gap: 10px;*/
/*    }*/

/*    .batch-details {*/
/*        text-align: center;*/
/*    }*/

/*    .batch-info {*/
/*        justify-content: center;*/
/*    }*/

/*    .enroll-button {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .main-title {*/
/*        font-size: 2rem;*/
/*    }*/
/*}*/

/*End*/


/*Certificate-page-carosal*/

.header-banner {
    background-color:#e51adb;
    color: white;
    text-align: center;
    /*padding: 2.5rem 0;*/
}

.header-banner h1 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color:white;
}

/* CAROUSEL STYLING */
.placement-carousel {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 2rem auto;
  overflow: hidden;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* Arrows */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 10;
}
.prev-btn { left: 10px; }
.next-btn { right: 10px; }

/* Show 2 slides on medium screens */
@media (min-width: 600px) {
  .carousel-slide { flex: 0 0 50%; }
}

/* Show 3 slides on large screens */
@media (min-width: 992px) {
  .carousel-slide { flex: 0 0 33.3333%; }
}


/*End*/

/*Gallery Page CSS */

/* New styles for the continuous bouncing text animation */

/* The element that will be animated */
.running-text-content {
    display: inline-block;
    /* Use 'infinite' to make the animation loop forever */
    animation: bounce-in-loop 6s ease-in-out infinite; 
    /* Adjust the duration (6s) to control the speed of the full cycle */
}

/* The new animation keyframes for the continuous bouncing effect */
@keyframes bounce-in-loop {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%); /* Start and end off-screen to the left */
    }
    20% {
        opacity: 1;
        transform: translateX(20px); /* Bounces slightly past the final position */
    }
    40% {
        transform: translateX(-10px); /* Bounces back slightly */
    }
    60% {
        transform: translateX(0); /* Settles at the final position */
    }
    80% {
        opacity: 1; /* Stays visible for a moment before disappearing */
    }
}


/* All other existing CSS remains the same */

.running-text-container {
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
}

.running-text-content p {
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: white;
}

.gallery-header {
    background-color: #A91E25;
    text-align: center;
    padding: 0;
}

.gallery-header h1 {
    display: none;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

.gallery-item {
    flex: 1 1 23%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .gallery-item {
        flex: 1 1 48%;
    }
}

@media (max-width: 768px) {
    .gallery-item {
        flex: 1 1 100%;
    }
}

/*END*/

/*END*/


/*# sourceMappingURL=dark-theme.css.map */