
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}



.mobilecall{
    text-align: end;
    position: fixed;
    z-index: 10;
    left: 92%;
    top: 85%;
}

.mobilecall img{
    width:9vh;
}
/* ===== NAVBAR BASE ===== */
#mainNavbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 139, 116, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* On scroll */
#mainNavbar.scrolled {
  background: rgba(0, 139, 116, 0.92);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* ===== BRAND LOGO ===== */
.navbar-brand img {
  height: 55px;
  transition: transform 0.3s ease;
}
.navbar-brand img:hover {
  transform: scale(1.05);
}

/* ===== NAV LINKS ===== */
.nav-link {
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.3px;
  transition: color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
}
.nav-link:hover {
  color: #008B74;
  transform: translateY(-1px);
}

/* ===== ICONS ===== */
.nav-link i {
  font-size: 18px;
  color: #008B74;
  background: rgba(0, 139, 116, 0.1);
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.nav-link:hover i {
  background: #008B74;
  color: #fff;
  transform: rotate(8deg) scale(1.15);
}

/* ===== NAV TOGGLER ===== */
.navbar-toggler {
  border: none;
  outline: none;
  background: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23008B74' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,139,116,0.9)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .navbar-brand img {
    height: 45px;
  }
  .nav-link {
    justify-content: center;
    padding: 10px 0;
  }
}


[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
    margin-right: 15px;
}
/* ---------- GENERAL ---------- */


/* ---------- HERO SECTION ---------- */
#front-section {
  position: relative;
 background: url('https://searoot.co.in/images/index/banner-min.jpg') center/cover no-repeat; 

  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  color: #fff;
  overflow: hidden;
}

#front-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* ---------- GRID LAYOUT ---------- */
.text-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 420px; /* Left content + fixed form width */
  gap: 40px;
  align-items: start;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

/* ---------- LEFT CONTENT ---------- */
.box1 {
  width: 100%;
}

.box1 h1 {
  font-size: clamp(1.9rem, 2.6vw + 0.6rem, 2.6rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.box1 h1 span {
  color: #00C9A7; /* Emerald accent */
}

.box1 p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #e8e8e8;
  margin-bottom: 30px;
}

/* ---------- COUNTERS ---------- */
.counter {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.counter-box {
  min-width: 110px;
  text-align: left;
}

.counter-box span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #E5C07B; /* gold accent */
}

.counter-box p {
  font-size: 0.95rem;
  color: #eaeaea;
  margin-top: 4px;
}

/* ---------- RIGHT FORM ---------- */
.box2 {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.box2 h3 {
  text-align: center;
  font-weight: 700;
  color: #008B74; /* emerald */
  margin-bottom: 20px;
  font-size: 1.15rem;
}

/* ---------- FORM FIELDS ---------- */
.box2 form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.box2 input,
.box2 select {
  width: 100%;
  height: 46px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  outline: none;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.box2 input:focus,
.box2 select:focus {
  border-color: #00C9A7;
  box-shadow: 0 6px 18px rgba(0, 201, 167, 0.12);
}

.box2 select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'><path fill='%23008B74' d='M7 10L0 .999h14z'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding-right: 38px;
}

/* ---------- SUBMIT BUTTON ---------- */
#submit-btn {
  width: 100%;
  height: 48px;
  background-color: #008B74;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.14s ease, background 0.14s ease;
}

#submit-btn:hover {
  background-color: #00A386;
  transform: translateY(-2px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .text-overlay {
    grid-template-columns: 1fr; /* stack vertically */
    gap: 28px;
    padding: 0 10px;
  }
  .box2 {
    max-width: 680px;
    justify-self: center;
    padding: 26px;
  }
}

@media (max-width: 576px) {
  #front-section {
    padding: 30px 14px;
    min-height: 88vh;
  }
  .box2 {
    padding: 18px;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
  }
  .box2 h3 { font-size: 1.02rem; }
  .box2 input, .box2 select { height: 44px; font-size: 0.95rem; }
  .counter { justify-content: center; gap: 12px; }
  .counter-box { text-align: center; min-width: auto; }
  .box1 h1 { font-size: clamp(1.4rem, 4.5vw, 1.9rem); }
  .box1 p { font-size: 0.98rem; }
}

/* ---------- LARGE SCREENS ---------- */
@media (min-width: 1300px) {
  .text-overlay { max-width: 1400px; grid-template-columns: 1fr 460px; }
  .box2 { max-width: 460px; }
}

/* ---------- CTA SECTION ---------- */
.cta-section {
  background: linear-gradient(135deg, #00C9A7, #008B74, #00FFC2);
  padding: 0px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Add subtle floating shapes */
.cta-section::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  top: -80px;
  right: -100px;
  z-index: 0;
}

.cta-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  bottom: -60px;
  left: -80px;
  z-index: 0;
}

/* ---------- FLEX LAYOUT ---------- */
.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* ---------- TEXT ---------- */
.cta-text {
  flex: 1;
  max-width: 550px;
}

.cta-text h2 {
  font-size: clamp(1.8rem, 2.5vw + 0.5rem, 2.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-text p {
  font-size: 1.05rem;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.9);
}

/* ---------- CTA BUTTON ---------- */
.cta-button {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #fff, #e0fff9);
  color: #008B74;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button img {
  margin-left: 12px;
  width: 18px;
  height: 18px;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.2);
  background: linear-gradient(90deg, #e0fff9, #fff);
}

/* ---------- IMAGE ---------- */
.cta-image {
  flex: 1;
  max-width: 500px;
  text-align: center;
}

.cta-image img {
  width: 100%;
  max-width: 480px;
  /* border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  transform: translateY(0);
  transition: transform 0.4s ease; */
}


/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .cta-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .cta-text, .cta-image {
    max-width: 100%;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }

  .cta-section {
  padding: 10px 20px;
}
}

#services {
  background: linear-gradient(135deg, #e0f4f1 0%, #d2f1ec 100%);
  background-image: radial-gradient(#ffffff33 1px, transparent 1px);
  background-size: 40px 40px;
  padding: 40px 20px;
  text-align: center;
}

#services .heading h1 {
  font-size: 2.8rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

#services .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

#services .box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  backdrop-filter: blur(8px);
  text-align: left;
}

#services .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}

#services h3 {
  font-size: 1.5rem;
  color: #065f46;
  font-weight: 700;
  margin-bottom: 20px;
}

#services ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

#services ul li {
  display: flex;
  align-items: center;
  margin: 8px 0;
  color: #064e3b;
  font-size: 1rem;
}

#services ul li img {
  width: 16px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(78%) saturate(398%) hue-rotate(120deg) brightness(90%);
}

#services .describe {
  color: #0b3d2e;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* 🌟 Modern creative button */
.fancy-btn {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 30px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.fancy-btn span {
  position: relative;
  z-index: 2;
}

.fancy-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3), transparent);
  transition: all 0.5s ease;
  z-index: 1;
}

.fancy-btn:hover::before {
  left: 100%;
}

.fancy-btn:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.fancy-btn:active {
  transform: scale(0.98);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #services .heading h1 {
    font-size: 2rem;
  }

  #services .box {
    padding: 30px 20px;
  }

  #services h3 {
    font-size: 1.3rem;
  }

  .fancy-btn {
    width: 100%;
    text-align: center;
  }
}

#advantages {
  background: linear-gradient(135deg, #f6fffd 0%, #d8f8f2 100%);
  background-image: radial-gradient(#ffffff22 1px, transparent 1px);
  background-size: 50px 50px;
  padding: 40px 20px;
  position: relative;
}

#advantages .heading {
  text-align: center;
  margin-bottom: 60px;
}

#advantages .heading h1 {
  font-size: 2.8rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

#advantages .heading h1::after {
  content: "";
  position:solute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #10b981, #047857);
}

/* Content grid */
#advantages .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Each box card */
#advantages .box {
  background: #ffffffcc;
  border-radius: 18px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border-top: 4px solid #10b981;
  backdrop-filter: blur(10px);
}

#advantages .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  background: linear-gradient(145deg, #ffffff 0%, #ecfdf5 100%);
  border-top: 4px solid #047857;
}

#advantages .box h4 {
  font-size: 1.3rem;
  color: #065f46;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

#advantages .box h4::before {
  content: "✔";
  color: #10b981;
  font-weight: bold;
  margin-right: 8px;
}

#advantages .box p {
  color: #0f3d2e;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive design */
@media (max-width: 992px) {
  #advantages {
    padding: 70px 20px;
  }

  #advantages .heading h1 {
    font-size: 2rem;
  }

  #advantages .box {
    padding: 25px 20px;
  }
}

@media (max-width: 600px) {
  #advantages .heading h1 {
    font-size: 1.8rem;
  }

  #advantages .box h4 {
    font-size: 1.1rem;
  }

  #advantages .box p {
    font-size: 0.9rem;
  }
}

#aboutus {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  padding: 40px 20px;
  position: relative;
}

#aboutus .heading {
  text-align: center;
  margin-bottom: 60px;
}

#aboutus .heading h1 {
  font-size: 2.8rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

#aboutus .heading h1::after {
  content: "";
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #10b981, #047857);
  border-radius: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Layout */
#aboutus .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Left side (text) */
#aboutus .box1 {
  flex: 1 1 500px;
}

#aboutus .box1 p {
  font-size: 1rem;
  line-height: 1.7;
  color: #064e3b;
  margin-bottom: 30px;
}

/* Points grid */
#aboutus .points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#aboutus .points ul {
  flex: 1 1 45%;
  list-style: none;
  padding: 0;
}

#aboutus .points li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.98rem;
  color: #065f46;
  font-weight: 500;
}

#aboutus .points li span {
  margin-right: 10px;
}

#aboutus .points img {
  width: 16px;
  height: 16px;
  filter: hue-rotate(90deg);
}

/* Right side (image) */
#aboutus .box2 {
  flex: 1 1 450px;
  text-align: center;
  position: relative;
}

#aboutus .box2 img {
  width: 100%;
  max-width: 450px;
}


/* Responsive */
@media (max-width: 992px) {
  #aboutus {
    padding: 70px 20px;
  }

  #aboutus .content {
    flex-direction: column-reverse;
    text-align: center;
  }

  #aboutus .points ul {
    flex: 1 1 100%;
  }

  #aboutus .box2 img {
    max-width: 350px;
  }
}

@media (max-width: 600px) {
  #aboutus .heading h1 {
    font-size: 2rem;
  }

  #aboutus .box1 p {
    font-size: 0.95rem;
  }

  #aboutus .points li {
    font-size: 0.9rem;
  }
}
#partners {
  background: #ffffff;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-bottom: 50px;
}

.heading h1 {
  font-size: 2.8rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.partners-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partners-track {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* width: calc(250px * 18); */
  /* animation: scroll 30s linear infinite; */
  align-items: center;
}

.partners-track img {
  height: 50px;
  width: auto;
  margin: 0 40px;
  transition: transform 0.3s ease, filter 0.3s ease;
  /* filter: grayscale(100%) opacity(0.8); */
}



@media (max-width: 992px) {
  .partners-track img {
    height: 50px;
    margin: 0 25px;
  }

  .partners-track {
    gap : 20px;
  }
}

@media (max-width: 576px) {
  .heading h1 {
    font-size: 1.6rem;
  }

  .partners-track img {
    height: 50px;
    margin: 0 15px;
  }

  .heading .underline {
    width: 60px;
    height: 3px;
  }
}

#testimonials {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

#testimonials .heading h1 {
  font-size: 2.8rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

#testimonials .heading .subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.testimonial-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 0 50px;
}

.review {
  background: linear-gradient(145deg, #ffffff, #f3f9f7);
  border: 1px solid rgba(19, 132, 99, 0.15);
  box-shadow: 0 5px 20px rgba(19, 132, 99, 0.08);
  padding: 30px;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.review:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(19, 132, 99, 0.15);
}

.review .stars {
  color: gold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.review p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review h4 {
  font-size: 1.1rem;
  color: rgb(19, 132, 99);
  font-weight: 600;
  margin-bottom: 5px;
}

.review .verified {
  font-size: 0.9rem;
  color: #666;
  display: inline-block;
  background: rgba(19, 132, 99, 0.08);
  border-radius: 20px;
  padding: 3px 10px;
}

@media (max-width: 768px) {
  .testimonial-content {
    padding: 0 20px;
  }

  #testimonials .heading h1 {
    font-size: 2rem;
  }
}

#footer {
  background: linear-gradient(180deg, #ffffff 0%, #f5fffa 100%);
  color: #333;
  padding: 80px 0 20px 0;
  font-family: 'Poppins', sans-serif;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
  padding: 0 60px;
}

.footer-box h4 {
  color: rgb(19, 132, 99);
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.footer-box h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: rgb(19, 132, 99);
  margin-top: 5px;
  border-radius: 3px;
}

.footer-box p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-box a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-box a:hover {
  color: rgb(19, 132, 99);
}

.footer-line {
  width: 85%;
  margin: 40px auto 20px auto;
  border: 0;
  border-top: 1px solid rgba(19, 132, 99, 0.2);
}

.footer-bottom {
  text-align: center;
}

.footer-bottom p {
  color: #777;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .footer-content {
    padding: 0 20px;
    text-align: center;
  }

  .footer-box h4::after {
    margin: 5px auto;
  }
}


