 .hero-pro {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box {
    width: 95%;
    max-width: 1300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT */
.hero-left {
    flex: 1;
}

.hero-sub {
    font-size: 13px;
    letter-spacing: 3px;
    color: #f08080;
    font-weight: 600;
}

.hero-title {
    font-size: 42px;
    font-weight: 800;
    margin: 10px 0;
    color: #333;
}

.hero-title span {
    color: #f08080;
}

.hero-desc {
    font-size: 15px;
    color: #666;
    max-width: 420px;
    margin-bottom: 20px;
}

.hero-btn {
    display: inline-block;
    padding: 10px 28px;
    background: #f08080;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: #56761c;
}

/* RIGHT */
.hero-right {
    position: relative;
    flex: 1;
    height: 100%;
}

.hero-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.hero-right {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.hero-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

/* Responsive */
@media(max-width: 992px) {
    .hero-pro {
        height: auto;
        padding: 40px 0;
           width:100%!important;
    }

    .hero-box {
        flex-direction: column;
        text-align: center;
    }

    .hero-right {
        width: 100%;
        margin-top: 20px;
    }

}
.link-quickview {
    display: inline-block;
    background: linear-gradient(135deg, #FFA800, #F08080);
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 18px rgba(240,128,128,0.2);
}

.link-quickview:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(240,128,128,0.3);
    background: linear-gradient(135deg, #F08080, #FFA800);
    color: #fff;
}

.special-offer-section {
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
  background: #fff8f2; /* لون هادئ وأنثوي */
}

.offer-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  background: #ffffff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(240,128,128,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(240,128,128,0.2);
}

.offer-image {
  position: relative;
  flex: 1;
  min-width: 280px;
  max-width: 450px;
  border-radius: 25px;
  overflow: hidden;
}

.offer-image img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.offer-card:hover .offer-image img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

.offer-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #FFA800, #F08080);
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.offer-info {
  flex: 1;
  min-width: 280px;
}

.offer-title {
  font-size: 34px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.offer-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.offer-countdown {
  font-size: 18px;
  font-weight: 600;
  color: #F08080;
  margin-bottom: 20px;
}

.offer-meta {
  display: flex;
  gap: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.offer-meta .price {
  color: #00aa55;
}

.offer-meta .weight {
  color: #FFA800;
}

.btn-cart {
 background: #F08080 !important;;
  border: none;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cart:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.deal-expired {
  background: #ffeaea;
  color: #ff4d4d;
  font-weight: bold;
  padding: 18px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
}

/* Responsive */
@media(max-width: 992px){
  .offer-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  .offer-meta {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
 .pro-features {
    padding: 10px 0;
   
}

.pro-features-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.pro-feature {
  
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pro-feature::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 60%);
    transform: rotate(25deg);
    opacity: 0;
    transition: 0.5s ease;
}

.pro-feature:hover::before {
    opacity: 1;
}

.pro-feature:hover {
    transform: translateY(-12px);
    border-color: rgba(255, 255, 255, 0.2);
}

.pro-icon {
    font-size: 42px;
    margin-bottom: 25px;
    color: #ffffff;
    transition: 0.4s ease;
}

.pro-feature:hover .pro-icon {
    transform: scale(1.15);
}

.pro-text h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.pro-text span {
    font-size: 14px;
    font-weight:bold;
    color: black;
}
.modern-fruits-section {
    padding: 80px 0;
    background: #fff9f5;
    font-family: 'Poppins', sans-serif;
}

/* Header */
.modern-header {
    text-align: center;
    margin-bottom: 50px;
}

.modern-header h2 {
    font-size: 34px;
    font-weight: 600;
    color: #333;
}

.modern-header p {
    font-size: 16px;
    color: #777;
    margin: 10px 0 20px;
}

/* View All Button */
.modern-view-btn {
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    background: linear-gradient(45deg, #FFA800, #F08080);
    color: #fff;
    transition: 0.4s ease;
    display: inline-block;
}

.modern-view-btn:hover {
    transform: scale(1.05);
}

/* Grid */
.modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Card */
.modern-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Image */
.modern-img {
    position: relative;
    overflow: hidden;
}

.modern-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-card:hover img {
    transform: scale(1.05);
}

/* Hover icons */
.hover-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: 0.3s ease;
}

.modern-card:hover .hover-icons {
    opacity: 1;
}

.hover-icons a {
    background: rgba(255, 255, 255, 0.9);
    padding: 8px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    transition: 0.3s ease;
}

.hover-icons a:hover {
    background: #FFA800;
    color: #fff;
}

/* Content */
.modern-content {
    padding: 20px;
    text-align: center;
}

.modern-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 15px;
}

.modern-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.modern-meta .price {
    font-weight: 600;
    color: #FFA800;
    font-size: 17px;
}

.modern-meta .weight {
    font-size: 14px;
    color: #F08080;
}

/* Add to Cart Button */
.modern-cart-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(45deg, #FFA800, #F08080);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.modern-cart-btn:hover {
    transform: scale(1.05);
}
  /* Floating Container */
.floating-support {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

/* Card */
.support-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    padding: 14px 20px;
    border-radius: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: all 0.4s ease;
}

.support-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* Avatar */
.support-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
}

/* Text */
.support-content h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.support-content p {
    margin: 0;
    font-size: 12px;
    color: #777;
}

/* Responsive */
@media (max-width: 768px) {
    .support-content {
        display: none;
    }

    .support-card {
        padding: 10px;
        border-radius: 50%;
    }
}
