.section1 {
  position: relative;
  background-color: #203A4F;
  background-image: url('images/section-bg-image.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0; /* increased top & bottom padding */
  /* z-index:-1; */
  overflow: hidden;
}

/* Dark overlay for better text visibility */
.section1::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 58, 79, 0.6);
  /* z-index: 0; */
}

.section1 .container {
  position: relative;
  /* z-index: 1; */
  text-align: left; /* align text to left */

}

.section1 h1 {
  font-size: 1.5rem;
  font-weight: 700;
   padding-top:60px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.section1 p {
  font-size: 15px;
  color: #e0e0e0;
}

.section1 i {
  color: #0ac4d1ff;
  margin: 0 6px;
  font-size:12px;
}

/* Optional: subtle animation for a modern touch */
.section1 h1, .section1 p {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s forwards;
}

.section1 h1 {
  animation-delay: 0.3s;
}

.section1 p {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== FRIDGE SECTION ===== */
.fridge-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}

.fridge-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #2AB97E;
    margin-bottom: 25px;
    line-height: 1.2;
}

.fridge-desc {
    font-size: 1.15rem;
    color: #495057;
    margin-bottom: 35px;
    line-height: 1.6;
}

.fridge-features {
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #495057;
    transition: transform 0.3s;
}

.feature-item i {
    color:  #2AB97E;
    margin-right: 12px;
    font-size: 1.3rem;
}

.feature-item:hover {
    transform: translateX(5px);
}

.fridge-cta {
    font-size: 1.15rem;
    margin-bottom: 25px;
    font-weight: 500;
}

.btn-book {
    background-color: #2AB97E;
    color: #fff;
    padding: 14px 35px;
    font-size: 1.05rem;
    border: none;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(19, 214, 52, 0.3);
}

.btn-book:hover {
    background-color: #0056b3;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
    transform: translateY(-2px);
}

.fridge-image .img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.fridge-image .img-wrapper:hover {
    transform: scale(1.05);
}

.fridge-image img {
    width: 100%;
    display: block;
    border-radius: 15px;
}
@media (max-width: 992px) {
    .fridge-section {
        padding: 13px  0px;
    }
   .fridge-title {
        font-size: 25px;
    }
    .btn-book {
        width: 100%;
        text-align: center;
        margin-bottom:20px;
    }
    .fridge-cta{
        margin-bottom:15px;
    }
    .fridge-features{
        margin-bottom:10px;
    }
}

 .washing-problems {
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
  position: relative;
  padding: 80px 0;
}

/* Gradient Text */
.gradient-text {
  background: linear-gradient(90deg, #2AB97E, #2AB97E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Problem Card */
.problem-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.4s, box-shadow 0.4s;
}

.problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.problem-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.text-section {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-section h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.text-section p {
  color: #555;
  line-height: 1.5;
  font-size: 0.95rem;
  flex-grow: 1;
}

/* Button */
.btn-gradient {
  background: linear-gradient(90deg, #000000, #02033a);
  border-radius: 50px;
  padding: 0.6rem 1.8rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
  .problem-card {
    text-align: center;
  }
  .btn-gradient {
    align-self: center;
  }
}

/* --- Section Base Layout (Darkish Black + Emerald Green) --- */
.fridge-process {
    position: relative;
    padding: 100px 0;
    background-color: #050914; /* रिच डार्क ब्लैक बेस */
    background-image: linear-gradient(180deg, #02050c 0%, #080f20 100%), url('images/section-bg-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;

}

/* --- Section Title --- */
.fridge-process .section-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* प्रीमियम ग्रीन टाइटल हाइलाइट */
.fridge-process .section-title span {
    color: #2AB97E; /* आपका सिग्नेचर ग्रीन */
    text-shadow: 0 0 15px rgba(42, 185, 126, 0.2);
}

/* Elegant Divider Line */
.divider {
    width: 50px;
    height: 4px;
    background: #2AB97E; /* ग्रीन सेपरेटर */
    border-radius: 4px;
    margin-bottom: 45px;
    box-shadow: 0 0 12px rgba(42, 185, 126, 0.5);
}

/* --- Premium Dark Glass Cards --- */
.glass-card {
    background: rgba(11, 20, 38, 0.8) !important; /* डार्क प्रीमियम ग्लास बेस */
    backdrop-filter: blur(20px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    margin: 15px 0 !important;
    border: 1px solid rgba(42, 185, 126, 0.2) !important; /* बारीक नियॉन ग्रीन बॉर्डर */
    position: relative !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* बॉटम कस्टमाइज्ड नियॉन पट्टी (ग्रीन थीम) */
.glass-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px; 
    background: linear-gradient(90deg, transparent, #2AB97E, transparent);
    box-shadow: 0 0 15px rgba(42, 185, 126, 0.6);
    transition: all 0.4s ease;
}

/* --- Interactive Hover Effects --- */
.glass-card:hover {
    transform: translateY(-12px);
    background: rgba(16, 28, 54, 0.9) !important; /* होवर पर थोड़ा सा लाइट डार्क टोन */
    border-color: rgba(42, 185, 126, 0.5) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 25px rgba(42, 185, 126, 0.15);
}

.glass-card:hover::after {
    height: 5px !important;
    background: linear-gradient(90deg, #2AB97E, #1b7a53, #2AB97E);
    box-shadow: 0 0 25px rgba(42, 185, 126, 0.9) !important;
}

/* --- Step Number (Green Gradient) --- */
.step-number {
    font-size: 55px !important;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #ffffff 0%, #2AB97E 60%, #13563a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: -1px;
}

/* --- Card Content Headings --- */
.glass-card h2 {
    font-size: 21px !important;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

/* --- Card Sub-text --- */
.glass-card p {
    font-size: 15px !important;
    color: #b2c3d2; /* सॉफ्ट पढ़ने में आसान लाइट ग्रे-ब्लू टेक्स्ट */
    line-height: 1.7;
    margin: 0;
}

/* --- Interactive Hyperlinks --- */
.glass-card a {
    color: #2AB97E;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.glass-card a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* --- Responsive Layout Breaks --- */
@media (max-width: 991px) {
    .glass-card {
        margin: 20px auto;
        padding: 30px 25px !important;
    }
    .fridge-process {
        padding: 60px 0;
    }
    .fridge-process .section-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .fridge-process .section-title {
        font-size: 28px;
    }

    .step-number {
        font-size: 45px;
    }

    .glass-card h2 {
        font-size: 20px;
    }

    .glass-card p {
        font-size: 14px;
    }
}

/* Trust Section Styling */
.trust-section {
    background-color: #fff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
}

.trust-section .section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #203A4F;
}

.trust-section .divider {
    width: 60px;
    height: 4px;
    background: #38b6ff;
    border-radius: 2px;
    margin: 0 auto 50px auto;
}

/* Equal height & modern cards */
.trust-card {
    background: #fff;
    border-radius: 25px;
    padding: 35px 25px;
    margin: 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 15px 35px rgba(56, 182, 255, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
}

.trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(56, 182, 255, 0.25);
}

/* Icon Circle */
.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #38b6ff, #0a85ff);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.trust-card:hover .icon-circle {
    transform: rotate(10deg);
    box-shadow: 0 0 20px rgba(56, 182, 255, 0.5);
}

/* Headings & Text */
.trust-card h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #203A4F;
    text-align: center;
}

.trust-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    text-align: center;
}

/* Floating shapes for modern feel */
.floating-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: floatAnimation 6s ease-in-out infinite alternate;
}

.shape1 {
    width: 200px;
    height: 200px;
    background: #38b6ff;
    top: 10%;
    left: -50px;
}

.shape2 {
    width: 150px;
    height: 150px;
    background: #fc6f04;
    bottom: 15%;
    right: -50px;
}

@keyframes floatAnimation {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* Responsive */
@media (max-width: 991px) {
    .trust-card {
        margin: 20px auto;
    }
}

@media (max-width: 576px) {
    .trust-section .section-title {
        font-size: 28px;
    }

    .trust-card h2 {
        font-size: 18px;
    }

    .trust-card p {
        font-size: 13px;
    }

    .icon-circle {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

@media screen and  (min-width:300px) and (max-width:768px) {
   .fridge-desc{
    font-size: 15px;
   } 
   .fridge-cta{
    font-size: 14px;;
   }
   .washing-problems{
    padding: 20px 0px;
   }
   .gradient-text {
font-size:25px !important;
}
}