/* Extracted Styles */

/* Navigation */
.navbar-custom {
    background-color: #fff;
    backdrop-filter: blur(10px);
    z-index: 10000 !important;
}

/* Common Utilities */
.text-heading-primary {
    font-family: var(--font-heading);
    color: var(--text-heading);
}

.text-primary-color {
    color: var(--primary-text);
}

.section-heading {
    font-family: var(--font-heading);
    color: var(--text-heading);
}

.text-secondary-italic {
    font-style: italic;
    color: var(--secondary-color);
}

/* Hero Section */


.hero-badge {
    color: var(--primary-text);
    padding: 10px 18px;
    letter-spacing: 1.5px;
    border: 1px solid var(--border-color);
    margin-bottom: 24px;
}

.hero-heading-custom {
    font-family: var(--font-heading);
    color: var(--text-heading);
    line-height: 1.15;
    font-weight: 700;
}

.hero-lead-text {
    max-width: 520px;
    font-size: 1.15rem;
    line-height: 1.8;
}

/* Avatars */
.avatar-base {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-offset {
    margin-left: -14px;
}

.avatar-grad-1 { background: linear-gradient(135deg, #9C8F7B, #CBBBA0); }
.avatar-grad-2 { background: linear-gradient(135deg, #D8CFC4, #9C8F7B); }
.avatar-grad-3 { background: linear-gradient(135deg, #F1ECE6, #9C8F7B); }
.avatar-primary { background: var(--primary-color); }

.creators-text { color: var(--text-heading); }

/* Decorative Elements */
.hero-decoration-border {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius-lg);
    z-index: 0;
}

.hero-img-custom {
    /* border-radius: var(--border-radius-lg); */
    box-shadow: var(--shadow-md);
    z-index: 1;
}

.floating-badge {
    bottom: 30px;
    left: -20px;
    background: white;
    padding: 20px 28px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    z-index: 2;
}

.floating-icon-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sections */
.section-white { background-color: white; }
.section-bg { background-color: var(--bg-color); }

.section-spacing-std { letter-spacing: 2px; }

/* Testimonials */
.testimonial-card-custom {
    /* background: linear-gradient(145deg, #f8f9fa, #ffffff); */
    background-color:var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
    /* background: linear-gradient(135deg, var(--secondary-color), var(--primary-color)); */
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* What is UGC */
.ugc-decoration-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--secondary-light);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.ugc-icon-large {
    width: 180px;
    height: 180px;
    /* background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); */
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
}

.ugc-badge {
    color: var(--primary-text);
    padding: 8px 16px;
    letter-spacing: 1.5px;
    border: 1px solid var(--border-color);
}

.ugc-highlight-box {
    background: linear-gradient(135deg, var(--primary-color), #B7A88F);
    border-radius: var(--border-radius-lg) !important;
}

.check-icon-circle {
    width: 40px;
    height: 40px;
    background: var(--secondary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Course Section */
.course-section-bg {
    background: linear-gradient(180deg, white 0%, var(--secondary-light) 100%);
}

.ugc-section-bg {
    background: linear-gradient(180deg, white 0%, var(--secondary-light) 100%);
}
.course-card-custom {
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-hover);
}
.circle {
    width: 40px;
    height: 40px;
    background: #d6baa2;
    border-radius: 50%;
    display: flex;
        color: #fff;
    align-items: center;
    justify-content: center;
}
.idea-box{
    background:var(--primary-color);
    border-radius: var(--border-radius-lg) !important;
}
.course-poster-bg {
    background-color: #eaeae5;
    min-height: 450px;
}

.play-button-glass {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.limited-offer-badge {
    background: var(--secondary-light);
    color: var(--primary-text);
    padding: 8px 16px;
}

/* Master Section */
.master-card {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.master-icon-circle {
    width: 70px;
    height: 70px;
    /* background: linear-gradient(135deg, var(--secondary-color), var(--primary-color)); */
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* FAQ */
.faq-item {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.faq-button-custom {
    background-color: white;
    font-weight: 600;
    color: var(--text-heading);
}

/* CTA */
.cta-section-bg {
    /* background: linear-gradient(135deg, var(--primary-color) 0%, #B7A88F 100%); */
    background-color: var(--primary-color);
}

.cta-btn-white {
    background: white;
    color: var(--primary-text);
    border-radius: 50px;
    font-weight: 600;
}
.cta-btn-white:hover{
    background: var(--card-bg);
    color: var(--primary-text);
}

/* Courses Page */
.courses-hero {
    /* background: linear-gradient(135deg, var(--primary-color) 0%, #1a5a43 100%); */
    background-color: #d8d8d8;
    position: relative;
    overflow: hidden;
}

.courses-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.courses-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(107, 143, 113, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.search-bar-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.search-bar-wrapper .form-control {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #000;
    padding: 16px 24px;
    font-size: 1rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.search-bar-wrapper .form-control::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.search-bar-wrapper .form-control:focus {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.search-bar-wrapper .btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: black;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
}

.search-bar-wrapper .btn:hover {
    background: var(--secondary-light);
    transform: translateY(-50%) scale(1.02);
}

/* Category Pills */
.category-pills {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.category-pill {
    background: white;
    border: 2px solid var(--border-color);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    color: var(--text-color);
}

.category-pill:hover,
.category-pill.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 61, 46, 0.2);
}

.category-pill i {
    margin-right: 8px;
}

/* Premium Course Card */
.course-card {
    background: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--secondary-color);
}

.course-card .card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.course-card .card-img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.course-card:hover .card-img-wrapper img {
    transform: scale(1.08);
}

.course-card .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: var(--transition);
}

.course-card:hover .card-img-overlay {
    opacity: 1;
}

.course-card .category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: white;
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-card .wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.course-card .wishlist-btn:hover {
    background: #fff0f3;
    transform: scale(1.1);
}

.course-card .wishlist-btn i {
    color: #999;
    font-size: 1.1rem;
    transition: var(--transition);
}

.course-card .wishlist-btn:hover i {
    color: #e74c3c;
}

.course-card .card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-card .instructor-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.course-card .instructor-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--secondary-light);
}

.course-card .instructor-info span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.course-card .course-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.course-card:hover .course-title {
    color: var(--primary-color);
}

.course-card .course-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.course-card .course-meta span {
    font-size: 0.8rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 4px;
}

.course-card .course-meta i {
    font-size: 0.9rem;
    color: var(--secondary-color);
}

.course-card .rating-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.course-card .rating-stars {
    display: flex;
    gap: 2px;
}

.course-card .rating-stars i {
    color: #f9a825;
    font-size: 0.85rem;
}

.course-card .rating-score {
    font-weight: 700;
    color: var(--text-color);
    font-size: 0.9rem;
}

.course-card .rating-count {
    color: var(--text-muted);
    font-size: 0.8rem;
}

.course-card .card-footer {
    padding: 20px 24px;
    background: white;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.course-card .price-info {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.course-card .price-current {
    font-size: 1.4rem;
    font-weight: 700;

}

.course-card .price-original {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.course-card .enroll-btn {
    background: var(--primary-color);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}

.course-card .enroll-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(141, 141, 141, 0.188);
    color: white;
}

/* Level Badge */
.level-badge {
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.level-badge.beginner {
    background: #e8f5e9;
    color: #2e7d32;
}

.level-badge.intermediate {
    background: #fff3e0;
    color: #e65100;
}

.level-badge.advanced {
    background: #fce4ec;
    color: #c2185b;
}

/* Stats Section */
.stats-section {
    background: white;
    border-radius: var(--border-radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-sm);
}

.stat-item {
    text-align: center;
    padding: 16px;
}

.stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-heading);
}

.stat-item .stat-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 4px;
}

/* Sort & Filter Bar */
.filter-bar {
    background: white;
    border-radius: var(--border-radius);
    padding: 20px 24px;
    box-shadow: var(--shadow-sm);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.filter-bar .results-count {
    font-weight: 500;
    color: var(--text-color);
}

.filter-bar .results-count span {
    color: var(--primary-color);
    font-weight: 700;
}

.filter-bar .sort-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-bar .sort-wrapper label {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.filter-bar .sort-select {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 60px 20px;
}

.empty-state i {
    font-size: 4rem;
    color: var(--border-color);
    margin-bottom: 20px;
}

.empty-state h4 {
    color: var(--text-color);
    margin-bottom: 8px;
}

.empty-state p {
    color: var(--text-muted);
}

/* Login/Signup Styles */
.bg-cream {
    background-color: var(--bg-color);
}

.hover-primary:hover {
    color: var(--primary-color) !important;
}

.btn-google {
    background: #fff;
    border: 1px solid #dadce0;
    color: #3c4043;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.btn-google:hover {
    background: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.btn-google svg {
    flex-shrink: 0;
}

.text-link-secondary {
    color: var(--secondary-color);
}

.min-h-80 {
    min-height: 80vh;
}



@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500&display=swap');

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* HERO BANNER */
.hero-banner {
  min-height: 100vh;
  background-image: url('../assets/images/home.jpg');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}

/* Light overlay for readability */
.hero-overlay {
  min-height: 100vh;
  /* background: linear-gradient(
    to right,
    rgba(246,243,238,0.95),
    rgba(246,243,238,0.7),
    rgba(246,243,238,0.3)
  ); */
}


.small-title {
  letter-spacing: 3px;
  font-size: 14px;
  color: #2e2a26;
}

.main-title {
  font-family: 'Playfair Display', serif;
  font-size: 88px;
  line-height: 1;
  color: #2e2a26;
}

.sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #2f4f3e;
  margin-top: 15px;
}

.script-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  color: #2f4f3e;
}

/* BUTTON */
.hero-btn {
  /* background: var(--primary-color); */
  border: 2px solid #000;
  color: #000;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.hero-content{
    padding-top: 7rem ;
}
.hero-btn:hover {
  background: #1f372a;
  color: #fff;
}

.courses-hero{
    background-image: url('../assets/images/start.JPG');
background-size: 40%;
background-position: right center;
background-repeat: no-repeat;
position: relative;
}
/* START CTA */
.start{
/* min-height: 100vh; */
background-image: url('../assets/images/start.JPG');
background-size: cover;
background-position: right center;
background-repeat: no-repeat;
position: relative;
}
.start::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* opacity control */
  z-index: 1;
}
.start > *{
  position: relative;
  z-index: 2;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-banner {
    background-position: center;
  }

  .main-title {
    font-size: 52px;
  }

  .sub-title {
    font-size: 20px;
  }

}


@media (max-width: 767px) {
    .hero-content{
    padding-top: 3rem ;
}
    .cta-btn-white {
        font-weight: 500;
        
    }
    .courses-hero{
        background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.95) 100%), url('../assets/images/start.JPG');
        background-size: cover;
        background-position: center top;
        min-height: 75vh;     /* image ko proper space */
        padding-top: 220px;  /* text ko niche push */
    }
}


    .testimonial-section {
        background: linear-gradient(135deg, #faf9f7 0%, #f5f3f0 100%);
        position: relative;
    }

    .testimonial-bg-decoration {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.03;
        background-image:
            radial-gradient(circle at 20% 50%, var(--primary-color) 1px, transparent 1px),
            radial-gradient(circle at 80% 80%, var(--primary-color) 1px, transparent 1px);
        background-size: 50px 50px;
        pointer-events: none;
    }

    .testimonial-badge {
        background: linear-gradient(135deg, var(--primary-color) 0%, #1e4620 100%);
        color: white;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(44, 95, 45, 0.2);
        display: inline-block;
        animation: badgePulse 2s ease-in-out infinite;
    }

    @keyframes badgePulse {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }
    }

    .testimonial-card-wrapper {
        max-width: 650px;
        margin: 0 auto;
    }

    .testimonial-image-card {
        background: white;
        border-radius: 24px;
        padding: 15px;
        box-shadow:
            0 20px 60px rgba(0, 0, 0, 0.08),
            0 10px 30px rgba(44, 95, 45, 0.05);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
    }

    .testimonial-image-card:hover {
        transform: translateY(-8px);
        box-shadow:
            0 30px 80px rgba(0, 0, 0, 0.12),
            0 15px 40px rgba(44, 95, 45, 0.1);
    }

    .testimonial-glow {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(44, 95, 45, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.6s ease;
        pointer-events: none;
    }

    .testimonial-image-card:hover .testimonial-glow {
        opacity: 1;
    }

    .testimonial-image {
        border-radius: 16px;
        max-height: 600px;
        object-fit: contain;
        display: block;
        transition: transform 0.4s ease;
    }

    .verified-badge {
        bottom: 20px;
        right: 20px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        padding: 8px 15px;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        font-weight: 600;
        font-size: 0.85rem;
        color: var(--text-dark);
        animation: slideInRight 0.6s ease-out 0.3s both;
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(30px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .verified-badge i {
        font-size: 1.2rem;
        vertical-align: middle;
    }

    .carousel-item {
        min-height: 550px;
        display: flex;
        align-items: center;
        padding: 20px 0;
    }

    /* Override Bootstrap carousel-fade to remove opacity transition */
    #testimonialCarousel.carousel-fade .carousel-item {
        opacity: 0;
        transition: none !important;
    }

    #testimonialCarousel.carousel-fade .carousel-item.active {
        opacity: 1;
        transition: none !important;
    }
    
    .custom-carousel-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 55px;
        height: 55px;
        background: white;
        border: 2px solid var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        opacity: 0;
        z-index: 10;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    #testimonialCarousel:hover .custom-carousel-control {
        opacity: 1;
    }

    .custom-carousel-control:hover {
        background: var(--primary-color);
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 6px 25px rgba(44, 95, 45, 0.3);
    }

    .custom-carousel-control i {
        font-size: 1.5rem;
        color: var(--primary-color);
        transition: color 0.3s ease;
    }

    .custom-carousel-control:hover i {
        color: white;
    }

    .carousel-control-prev {
        left: -70px;
    }

    .carousel-control-next {
        right: -70px;
    }

    .custom-indicators {
        position: relative;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .custom-indicators button {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #d1d5db;
        border: 2px solid transparent;
        margin: 0 6px;
        transition: all 0.3s ease;
        opacity: 1;
    }

    .custom-indicators button.active {
        background-color: var(--primary-color);
        width: 40px;
        border-radius: 10px;
        border-color: var(--primary-color);
    }

    .custom-indicators button:hover {
        background-color: var(--primary-color);
        transform: scale(1.2);
    }

    .carousel-timer-wrapper {
        width: 100%;
        max-width: 200px;
        height: 4px;
        background: rgba(44, 95, 45, 0.2);
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto;
    }

    .carousel-timer-bar {
        height: 100%;
        background: linear-gradient(90deg, var(--primary-color) 0%, #1e4620 100%);
        border-radius: 10px;
        width: 0%;
        animation: timerProgress 5s linear infinite;
    }

    @keyframes timerProgress {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .trust-stat {
        padding: 20px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    .trust-stat:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .carousel-control-prev {
            left: 10px;
        }

        .carousel-control-next {
            right: 10px;
        }

        .custom-carousel-control {
            width: 40px;
            height: 40px;
            opacity: 1;
        }

        .custom-carousel-control i {
            font-size: 1rem;
        }

        .testimonial-image {
            max-height: 450px;
        }

        .carousel-item {
            min-height: 450px;
        }

        .verified-badge {
            font-size: 0.75rem;
            padding: 6px 12px;
        }
    }

    @media (max-width: 576px) {
        .testimonial-badge {
            font-size: 0.75rem;
            padding: 6px 15px;
        }

        .trust-stat h3 {
            font-size: 1.5rem !important;
        }
    }
