   .elite-why-choose{
    margin-top: -149px;
}
.elite-why-choose {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    /*padding: 100px 0;*/
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.elite-header {
    text-align: center;
    margin-bottom: 60px;
}

.elite-subtitle {
    display: block;
    color: #ffd200;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.elite-why-choose h2 {
    font-size: 48px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.elite-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #2c3e50, #ffd200);
    margin: 0 auto;
    border-radius: 2px;
}

.elite-content-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.elite-text-content {
    flex: 1;
    min-width: 0;
}

.elite-visual-content {
    flex: 1;
    min-width: 0;
}

.elite-intro {
    /*background: white;*/
    padding: 30px;
    border-radius: 12px;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.05);*/
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    border-left: 4px solid #ffd200;
}

.elite-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.elite-feature {
    display: flex;
    gap: 25px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.elite-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.elite-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2c3e50, #ffd200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.elite-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.elite-feature-text {
    flex: 1;
}

.elite-feature h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.elite-feature p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.elite-certifications {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cert-badge {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.iso {     background: #f5f9ff;
    color: #ffd200; }
    .ayush {     background: #f5f9ff;
        color: #ffd200; }
        .kosher { background: #f5f9ff;
            color: #ffd200; }
            .halal { background: #f5f9ff;
                color: #ffd200; }

                .elite-network {
                    display: flex;
                    gap: 15px;
                    flex-wrap: wrap;
                    margin-top: 15px;
                }

                .elite-network span {
                    background: #f5f9ff;
                    color: #ffd200;
                    padding: 8px 15px;
                    border-radius: 20px;
                    font-size: 14px;
                    font-weight: 500;
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                }

                .elite-image-container {
                    position: relative;
                    border-radius: 12px;
                    overflow: hidden;
                    /*box-shadow: 0 20px 50px rgba(0,0,0,0.1);*/
                    margin-bottom: 30px;
                }

                .elite-main-image {
                    width: 100%;
                    display: block;
                    transition: transform 0.5s ease;
                }

                .elite-image-container:hover .elite-main-image {
                    transform: scale(1.03);
                }

                .elite-image-overlay {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
                    padding: 30px;
                    display: flex;
                    justify-content: space-around;
                }

                .overlay-stat {
                    text-align: center;
                    color: white;
                }

                .stat-number {
                    display: block;
                    font-size: 32px;
                    font-weight: 700;
                    margin-bottom: 5px;
                }

                .stat-label {
                    font-size: 14px;
                    opacity: 0.9;
                }

                .elite-testimonial {
                    background: white;
                    padding: 30px;
                    border-radius: 12px;
                    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
                    position: relative;
                }

                .testimonial-quote {
                    font-size: 18px;
                    font-style: italic;
                    line-height: 1.6;
                    color: #555;
                    margin-bottom: 20px;
                    position: relative;
                    padding-left: 30px;
                }

                .testimonial-quote:before {
                    content: '"';
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 40px;
                    color: #ffd200;
                    line-height: 1;
                    opacity: 0.3;
                }

                .testimonial-author {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                }

                .testimonial-author img {
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    object-fit: cover;
                }

                .testimonial-author span {
                    font-weight: 600;
                    color: #2a2a2a;
                }

                @media (max-width: 992px) {
                    .elite-content-wrapper {
                        flex-direction: column;
                    }

                    .elite-header h2 {
                        font-size: 36px;
                    }
                }

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

                    .elite-icon {
                        margin-bottom: 20px;
                    }
                }
                @media (max-width: 768px) {
                    .hero-title {
                        font-size:23px !important;
                        margin-top: -40px;
                    }
                }
                .premium-products-swiper {
                    width: 100%;
                    overflow: hidden; 
                }

                .product-swiper {
                    width: 100%;
                    padding: 0 15px; 
                    box-sizing: border-box; 
                }

                .product-swiper .swiper-slide {
                    width: auto; 
                    max-width: 100%;
                }

                .product-card {
                    width: 100%;
                    max-width: 100%;
                    margin: 0 auto; 
                    box-sizing: border-box;
                }

                .product-image {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

                .product-image img {
                    width: 100%;
                    height: auto;
                    display: block;
                    object-fit: contain; 
                }.swiper-pagination{
                    display: none;
                }
                .premium-products-swiper {
                    padding: 80px 0;
                    background: #f9fafc;
                    font-family: 'Poppins', sans-serif;
                }

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

                /* Section Header */
                .section-header {
                    text-align: center;
                    margin-bottom: 60px;
                }

                .section-title {
                    font-size: 42px;
                    font-weight: 700;
                    color: #2c3e50;
                    margin-bottom: 15px;
                }

                .section-title span {
                    color: #ffd200;
                }

                .section-subtitle {
                    font-size: 18px;
                    color: #666;
                    max-width: 800px;
                    margin: 0 auto;
                    line-height: 1.8;
                }

                /* Swiper Container */
                .product-swiper {
                    padding: 30px 10px 60px;
                    width: 100%;
                }

                /* Product Card */
                .product-card {
                    background: white;
                    /*border-radius: 12px;*/
                    overflow: hidden;
                    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
                    transition: all 0.4s ease;
                    margin: 0 auto;
                    max-width: 280px;
                }

                .product-badge {
                    position: absolute;
                    top: 15px;
                    left: 15px;
                    padding: 5px 12px;
                    border-radius: 20px;
                    font-size: 12px;
                    font-weight: 600;
                    color: white;
                    z-index: 2;
                    background: #ffd200;
                }

                .product-badge.trending {
                    background: #e74c3c;
                }

                .product-badge.bestseller {
                    background: #f39c12;
                }

                .product-image {
                    height: 250px;
                    position: relative;
                    overflow: hidden;
                }

                .product-image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transition: transform 0.5s ease;
                }

                .product-overlay {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgb(227 188 130 / 61%);;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    opacity: 0;
                    transition: opacity 0.4s ease;
                }

                .product-card:hover .product-overlay {
                    opacity: 1;
                }

                .quick-view-btn {
                    color: white;
                    padding: 10px 20px;
                    border: 2px solid white;
                    border-radius: 30px;
                    font-weight: 600;
                }

                .product-details {
                    padding: 20px;
                }

                .product-details h3 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 15px;
                    color: #2c3e50;
                }

                .product-price {
                    margin-bottom: 15px;
                }

                .current-price {
                    font-size: 20px;
                    font-weight: 700;
                    color: #2c3e50;
                }

                .original-price {
                    font-size: 16px;
                    color: #95a5a6;
                    text-decoration: line-through;
                    margin-left: 10px;
                }

                .add-to-cart-btn {
                    display: block;
                    text-align: center;
                    padding: 10px;
                    background: #ffd200;
                    color: white;
                    border-radius: 5px;
                    font-weight: 600;
                }

                /* Swiper Navigation */
                .swiper-button-next,
                .swiper-button-prev {
                    width: 50px;
                    height: 50px;
                    background: white;
                    border-radius: 50%;
                    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                    color: #ffd200;
                }

                .swiper-button-next::after,
                .swiper-button-prev::after {
                    font-size: 20px;
                    font-weight: bold;
                }

                .swiper-pagination-bullet {
                    width: 12px;
                    height: 12px;
                    background: #bdc3c7;
                    opacity: 1;
                }

                .swiper-pagination-bullet-active {
                    background: #ffd200;
                }

                /* CTA Section */
                .join-cta {
                    text-align: center;
                    background: linear-gradient(135deg, #2c3e50, #4a6491);
                    padding: 40px;
                    border-radius: 10px;
                    color: white;
                    margin-top: 30px;
                }

                .join-now-btn {
                    display: inline-block;
                    padding: 12px 30px;
                    background: white;
                    color: #2c3e50;
                    border-radius: 30px;
                    font-weight: 600;
                }

                /* Responsive */
                @media (max-width: 768px) {
                    .section-title {
                     font-size: 27px;
                     margin-top: -25px;
                 }

                 .swiper-button-next,
                 .swiper-button-prev {
                  display: none;
              }
          }
/* Base Styles */
.ascend-hero {
    font-family: 'Poppins', sans-serif;
    color: #333;
    position: relative;
    overflow: hidden;
}

/* Premium Header Strip */
.premium-header {
    background: linear-gradient(135deg, #2c3e50, #4a6491);
    padding: 12px 0;
    color: white;
    font-size: 14px;
}

.premium-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.premium-header i {
    margin-right: 8px;
    color: #ffd200;
}

/* Hero Content */
.hero-content {
    padding: 80px 20px;
    background: url('https://images.unsplash.com/photo-1505751172876-fa1923c5c528?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center;
    background-size: cover;
    position: relative;
}

.hero-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 0;
}

.hero-content .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.hero-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title span {
    color: #ffd200;
    position: relative;
}

.hero-title span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #ffd200, #2c3e50);
}

.hero-description {
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #555;
}

/* Premium Features Grid */
.premium-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.feature-card {
    background: white;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    background: linear-gradient(135deg, #ffd200, #2c3e50);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #2c3e50, #ffd200);
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.feature-hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(52,152,219,0.1), rgba(44,62,80,0.1));
    z-index: -1;
    transition: all 0.4s ease;
}
.feature-card:hover .feature-hover {
    bottom: 0;
}
.premium-cta {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(135deg, #ffd200, #2c3e50);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(52,152,219,0.3);
}
.premium-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(52,152,219,0.4);
    color: white;
}
.premium-cta i {
    margin-left: 10px;
    transition: all 0.3s ease;
}
.premium-cta:hover i {
    transform: translateX(5px);
}
@media (max-width: 768px) {
    .hero-title {
      font-size: 36px;
  }
  .hero-description {
      font-size: 16px;
  }
  .premium-header .container {
      flex-direction: column;
      gap: 10px;
  }
  h1 span {
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-color);
}
.premium-features{
    margin-top: -34px;
}
.hero-description {
    font-size: 18px;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #555;
}
}
@media (min-width: 768px) {
    h1 span {
        font-size: 50px;
        font-weight: 700;
        color: var(--theme-color);
    }
}/* Main container */
.image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Slower rotating pattern */
.circle-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: slow-rotate 80s linear infinite;
  z-index: 1;
}

.circle-pattern img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* New slower rotation animation */
@keyframes slow-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Main image styling */
.elite-main-image {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Slower entrance animations */
.wow.zoomIn {
  animation-duration: 10s; /* Increased from 1.5s */
}

.wow.fadeIn {
  animation-duration: 1.5s; /* Increased from 1s */
}
.elite-image-container {
    position: relative; 
    display: inline-block;
}

.elite-image-overlay {
    position: absolute;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
    gap: 20px; 
    z-index: 10;
}

.overlay-stat {
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    min-width: 120px;
}
.container {
    max-width: 1200px;
    width: 100%;
}

/* Header Styles */
.header {
    text-align: center;
    margin-bottom: 50px;
}

.header h1 {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.header p {
    color: #7f8c8d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}

/* Swiper Container */
.categories-slider {
    position: relative;
    padding: 30px 10px 60px;
}

.swiper {
    width: 100%;
    height: 100%;
    padding: 15px 5px;
}

/* Category Cards */
.category-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.category-img {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.category-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.category-content h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.category-count {
    display: inline-block;
    padding: 4px 12px;
    background: #f8f9fa;
    color: #7f8c8d;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Swiper Navigation */
.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.slider-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.3rem;
    color: #3498db;
    z-index: 10;
}

.slider-btn:hover {
    background: #3498db;
    color: white;
    transform: scale(1.1);
}

.slider-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-btn.swiper-button-disabled:hover {
    background: white;
    color: #3498db;
    transform: scale(1);
}

/* Swiper Pagination */
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 12px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #dee2e6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #3498db;
    transform: scale(1.2);
}

/* Badges */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6b6b;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
}

.category-badge.sale {
    background: #ff9f43;
}

.category-badge.popular {
    background: #3498db;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .header h1 {
      font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
    .header h1 {
      font-size: 2.2rem;
  }

  .slider-btn {
      width: 50px;
      height: 50px;
  }
}

@media (max-width: 576px) {
    .header h1 {
      font-size: 2rem;
  }

  .header p {
      font-size: 1rem;
  }

  .category-content h3 {
      font-size: 1.2rem;
  }
}  .welcome-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0%;
    gap: 60px;
    flex-wrap: wrap;
}

/* LEFT SIDE - IMAGE */
.welcome-left {
    position: relative;
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-left .circle {

    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f5f8f5;
}

.welcome-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* dotted circle background */
.welcome-left::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    /*border: 1px dotted rgba(0, 0, 0, 0.1);*/
}

/* Badge */
.badge {
    position: absolute;
    bottom: 30px;
    right: 60px;
    background: #ff9c33;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 20px 25px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255, 156, 51, 0.3);
}

.badge small {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
}

/* RIGHT SIDE - CONTENT */
.welcome-right {
    flex: 1 1 500px;
}

.welcome-right h6 {
    color: #ff9c33;
    font-weight: 500;
    margin-bottom: 10px;
}

.welcome-right h2 {
    /*font-size: 28px;*/
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;

}
.welcome-right p {
    color: #000;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
}
/* Features Grid */
.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
    margin-bottom: 30px;
    border: 0px;
}

.feature-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-icon {
   width: 121px;
   height: 62px;
   border-radius: 10px;
   background: #02a84e;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: 0 4px 8px rgba(2, 168, 78, 0.3);
}

.feature-icon img {
  width: 39px;
}

.feature-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.feature-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-align: left;

}

/* Read More Button */
.read-more {
  display: inline-block;
  background: #ff9c33;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 6px 12px rgba(255, 156, 51, 0.4);
}

.read-more:hover {
  background: #e58314;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .welcome-section {
    padding: 60px 20px;
    text-align: center;
}
.features {
    grid-template-columns: 1fr;
}
.welcome-left::before {
    width: 300px;
    height: 300px;
}
}
.welcome-right h6 {
  color: #ff9c33;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.welcome-right h6::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #ff9c33;
  border-radius: 2px;
}
.welcome-left {
  position: relative;
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Background animated pattern using ::before */
@media (min-width: 768px) {

    @media (min-width: 768px) {
      .welcome-left::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 616px;
        height: 138%;
        border-radius: 50%;
        background: url(../../website/circle-pattern.png) no-repeat center center;
        background-size: cover;
        transform: translate(-50%, -50%) scale(1);
        z-index: 0;
        pointer-events: none;
        animation: rotatePattern 25s linear infinite;
        opacity: 0.8; 
    }
}

@keyframes rotatePattern {
  from {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
to {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
}
}
.welcome-left .circle img {
  width: 438px;
  height: 438px;
  object-fit: cover;
  border-radius: 50%;
}

}
@media (max-width: 768px) {
    .welcome-left::before {
      content: "";
      position: absolute;
      top: 21% !important;
      left: 19% !important;
      width: 212px !important;
      height: 289px !important;
      border-radius: 50%;
      background: url('../../website/circle-pattern.png') no-repeat center center;
      background-size: cover;
      transform: translate(-50%, -50%) scale(1);
      z-index: 0;              /* behind main circle */
      pointer-events: none;
      animation: rotatePattern 25s linear infinite;
  }@keyframes rotatePattern {
      from {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
}
.welcome-left .circle img {
  width: 359px !important;
  height: 359px !important;
  object-fit: cover;
  border-radius: 50%;
}

}

/* Main Circle stays on top */
.welcome-left .circle {
  position: relative;
  z-index: 1;
}


/* Badge stays on top */
.welcome-left .badge {
  position: absolute;
  bottom: 40px;
  right: 60px;
  background: #ff9c33;
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  padding: 20px 25px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(255, 156, 51, 0.3);
  z-index: 2;
  border: 8px solid #ffff;
}

/* Smooth zoom animation */
@keyframes smoothZoom {
  0% { transform: translate(-50%, -50%) scale(0); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}
.premium-products-swiper {
    background: #fff;
    padding: 60px 0;
}

.premium-products-swiper .row {
    margin: 0; /* remove container row spacing */
}

.premium-products-swiper .col-md-4,
.premium-products-swiper .col-md-8 {
    padding: 0 !important; /* remove bootstrap gutter space */
}

/* Overlay text inside image */
.overlay-content {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;

  z-index: 2;
}

.overlay-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.overlay-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #eee;
}

.explore-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #ff7a00;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background: #e46a00;
}

/* Product Card Styling */
.product-card {
  position: relative;
  background:#f1efefc2;
  /*border-radius: 16px;*/
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: center;
}

.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  height: auto;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,122,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 16px;
  transition: 0.3s ease;
}

.product-image:hover .product-overlay {
  opacity: 1;
}

.quick-view-btn {
  background: #fff;
  color: #ff7a00;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* Swiper adjustments */
.product-swiper {
  padding: 0 30px;
}

/* Responsive */
@media (max-width: 991px) {
  .overlay-content {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    color: #333;
    padding: 30px 20px;
    text-align: center;
/*background: url('../../images/bg-2.jpeg');*/

}

.col-md-4 img {
    /*opacity: 0.4;*/
}

.premium-products-swiper {
    padding: 30px 0;
}
}
.premium-products-swiper .col-md-8 {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: url('path_to_image/circle-pattern.png') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .premium-products-swiper .row {
    flex-direction: column !important;
}

.premium-products-swiper .col-md-4,
.premium-products-swiper .col-md-8 {
    width: 100% !important;
    max-width: 100%;
}

.premium-products-swiper .col-md-4 img {
    width: 100% !important;
}

.premium-products-swiper .overlay-content {
    position: static;
    padding: 20px;
    text-align: center !important;
    color: #fff;
    background-color: transparent; /* Optional background overlay for readability */
}

.product-bg {
    background: none !important;
    padding-bottom:44px;
}

.swiper-container {
    padding: 0 10px;
}
}
.promo-image {
  width: 135%;
}

@media (max-width: 768px) {
  .promo-image {
    width: 100%;
}
}
.promo-image {
  background-image: url('../../images/bg-2.jpeg');
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 400px; /* You can adjust height */
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.promo-image .overlay-content {
  color: white;
  text-align: center;
  background-color: transparent !important; /* Optional: adds readability */
  padding: 15px;
  border-radius: 8px;
}

/* Responsive Height (optional) */
@media (max-width: 768px) {
  .promo-image {
    height: auto;
    padding: 0px 20px;
    padding-bottom: 10px;
    text-align: center;
}

.promo-image .overlay-content h3,
.overlay-content p {
    text-align: left !important;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px !important;
}
.mobile-view{
    display: block !important;
}.desktop-view{
        display: none !important;
    }
}
@media (min-width: 768px) {
    .desktop-view{
        display: block !important;
    }.mobile-view{
        display: none !important;
    }
}



