
/* ================= MAIN HERO ================= */
.gc-solutions-c1 {
  position: relative;
  width: 100%;
  /* min-height: 30vh; */
  /* background: url('/entry\ bg\ big.png') center/cover no-repeat; */
}

/* overlay */
.gc-solutions-c1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.354);
}

/* ================= CONTENT WRAPPER ================= */
.gc-solutions-c2 {
  position: relative;
  width: 100%;
  /* min-height: 96vh; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1%;
}

/* ================= CONTENT BOX ================= */
.gc-solutions-c3 {
  background: rgba(144, 249, 255, 0.139);
  max-width: 100%;
  padding: 40px;
  border-top: 4px solid #18e51f;
  color: #fff;
}

/* ================= SMALL TITLE ================= */
.gc-solutions-c4 {
  color: #01930f;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

/* ================= MAIN HEADING ================= */
.gc-solutions-c5 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #0e90b0;
  font-family: "Nunito Sans", sans-serif;
}

/* ================= DESCRIPTION ================= */
.gc-solutions-c6 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 26px;
}

/* ================= BUTTON ================= */
.gc-solutions-c7 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background:linear-gradient(135deg,rgb(1, 205, 117),rgb(1, 205, 117));
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.gc-solutions-c7:hover {
  background: #037699;
  color: white;
  transform: translateY(-2px);
}

/* ================= VERTICAL TEXT ================= */
.gc-solutions-c8 {
  position: absolute;
  left: 90px;
  bottom: 200px;
  font-size: 70px;
  letter-spacing: 8px;
  color: rgba(255, 255, 255, 0.176);
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-weight: 700;
}

/* ================================================= */
/* ================= MEDIA QUERIES ================= */
/* ================================================= */

/* 1️⃣ Large desktops */
@media (min-width: 1400px) {
  .gc-solutions-c5 {
    font-size: 48px;
  }
}

/* 2️⃣ Laptops */
@media (max-width: 1200px) {
  .gc-solutions-c3 {
    max-width: 90%px;
  }
}

/* 3️⃣ Tablets landscape */
@media (max-width: 992px) {
  .gc-solutions-c2 {
    justify-content: center;
  }

  .gc-solutions-c8 {
    display: none;
  }
}

/* 4️⃣ Tablets portrait */
@media (max-width: 768px) {
  .gc-solutions-c3 {
    width: 96%;
    padding: 32px;
  }

  .gc-solutions-c5 {
    font-size: 34px;
  }
}



/* 5️⃣ Mobile devices */
@media (max-width: 576px) {
  .gc-solutions-c2 {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  
  padding: 4%;
}
  
.gc-solutions-c1 {
   
    background: url(/entry\ bg\ small.png) center / cover no-repeat;
}

  .gc-solutions-c3 {
    width: 100%;
    padding: 20px;
  }

  .gc-solutions-c5 {
    font-size: 2.4rem;
  }

  .gc-solutions-c6 {
    font-size: 1.5rem;
  }
}

/* 6️⃣ Extra small (iPhone SE, etc.) */
@media (max-width: 360px) {
  .gc-solutions-c5 {
    font-size: 24px;
  }

  .gc-solutions-c7 {
    width: 100%;
    justify-content: center;
  }


}
/* ================= POINTS WITH ICONS ================= */

.gc-solutions-c9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin-bottom: 26px;
}

.gc-solutions-c10 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gc-solutions-c11 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #27b568, #02a708);
  color: #fffdfd;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.gc-solutions-c12 {
  font-size: 1.5rem;
  color: #00768b;
  line-height: 1.4;
}

/* ============ RESPONSIVE ADJUSTMENTS ============ */

/* Tablets */
@media (max-width: 768px) {
  .gc-solutions-c9 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Small mobiles */
@media (max-width: 360px) {
  .gc-solutions-c12 {
    font-size: 13px;
  }
  .gc-solutions-c2 {
  position: relative;
  width: 100%;
  min-height: 120vh;
  display: flex;
  align-items: center;
  
  padding: 4%;
}
}



    .gc-solutions-csl1 {
  color: #02776f;
  font-size: 2.9rem;
  letter-spacing: 1px;
  margin-bottom: 14px;
  line-height: 4rem;
  
}

  .gc-solutions-csl3 {
  color: #02776f;
  font-size: 3.4rem;
  letter-spacing: 1px;
  margin-bottom: 14px;
  line-height: 4rem;
  text-align: start;
}

  .gc-solutions-csl2 {
  color: #02776f;
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 14px;
  line-height: 2.9rem;
}

