/* Text Content */
.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* Subtitle */
.hero-subtitle {
  font-size: 22px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  font-family: "Prata", serif;
}

/* Main Heading */
.hero-content .head{
  font-size: 60px;
  margin: 0;
  font-family: "Prata", serif;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .solargy-hero {
    height: 260px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}

/* service 2 */

/* Dark overlay */
.newsletter-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 60, 50, 0.55);
}

/* Content box */
.newsletter-content {
    position: relative;
    max-width: 600px;
    margin-right: 120px;
    color: #fff;
    z-index: 2;
}

/* Title */
.newsletter-content span {
    font-family: 'Prata', serif;
    font-size: 48px;
    margin-bottom: 25px;
}

/* Form Layout */
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Input full width */
.newsletter-form input {
    width: 100%;
    padding: 18px 20px;
    border: none;
    font-size: 16px;
    outline: none;
    margin-top: 30px;
}

/* Button below input */
.newsletter-form button {
    background: #9BCB3C;
    border: none;
    color: #fff;
    padding: 16px 30px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    width: fit-content;
}


/* Description */
.newsletter-note {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.6;
    color: #e4e4e4;
    font-family: 'Prata', serif;

}

.newsletter-note a {
    color: #9BCB3C;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .newsletter-section {
        justify-content: center;
        text-align: center;
    }

    .newsletter-content {
        margin-right: 0;
        padding: 0 20px;
    }

    .newsletter-form {
        flex-direction: column;
    }
}


/* service 3 */
.services-section {
    padding: 100px 50px;
    background: #ffffff;
    font-family: 'Prata', serif;
}

.services-container {
    max-width: 1200px;
    margin: auto;
}

/* Title */
.services-title {
    display: block;      /* important */
    text-align: center;
    font-size: 48px;
    color: #233D63;
    margin-bottom: 60px;
    line-height: 1.3;
}


/* Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card */
.service-card {
    display: flex;
    flex-direction: column;
}

/* Image */
.service-image {
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Heading */
.service-card .head3 {
    font-size: 26px;
    color: #233D63;
    margin: 25px 0 15px;
}

/* Description */
.service-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #485261;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Read More */
.service-card a {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #233D63;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

.service-card a span {
    transition: 0.3s ease;
}

.service-card a:hover span {
    transform: translateX(5px);
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-title {
    font-size: 32px;
  }
}


/* service 4 */
/* ===============================
   HELP FAQ SECTION
================================ */



/* BACKGROUND OVERLAY (left pattern image) */

/* WRAPPER */
.help-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ================= LEFT ================= */

.help-left {
    width: 50%;
    color: #fff;
}

.help-left .service-heading {
    font-family: 'Prata', serif;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.help-left p {
    font-family: 'Outfit', serif;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 45px;
    max-width: 520px;
}

.help-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.check-icon {
    background: #9BCB3C;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
}

.help-feature .feature {
    font-size: 24px;
    margin: 0 0 8px;
    font-family: 'Prata', serif;

}

.help-feature p {
    margin: 0;
    font-size: 18px;
    font-family: 'Outfit', serif;

}

/* ================= RIGHT ================= */

.help-right {
    width: 50%;
}

.faq-box {
    background: #fff;
    border-top: 5px solid #9BCB3C;
    padding: 40px 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* FAQ ITEM */

.faq-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 22px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Prata', serif;
    font-size: 22px;
    color: #233D63;
    cursor: pointer;
}

/* Arrow icon style like design */
.arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid #233D63;
    border-right: 2px solid #233D63;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/* Rotate on active */
.faq-item.active .arrow {
    transform: rotate(-135deg);
}

/* FAQ ANSWER */

.faq-answer {
    margin-top: 15px;
    font-size: 18px;
    color: #485648;
    line-height: 1.6;
    display: none;
    font-family: 'Outfit', serif;

}

.faq-item.active .faq-answer {
    display: block;
}

/* Smooth animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   RESPONSIVE MOBILE
================================ */

@media (max-width: 992px) {

    .help-wrapper {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
        align-items: flex-start;
    }

    .help-left,
    .help-right {
        width: 100%;
    }

    .help-left h2 {
        font-size: 34px;
    }

    .help-left p {
        font-size: 14px;
    }

    .help-feature {
        align-items: flex-start;
    }

    .faq-box {
        padding: 25px 20px;
    }

    .faq-question {
        font-size: 18px;
    }
}

/* EXTRA SMALL */

@media (max-width: 480px) {

    .help-left h2 {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
    }
}

.faq-icon {
    width: 10px;
    height: 10px;
    border-top: 2px solid #233D63;
    border-right: 2px solid #233D63;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

/* ACTIVE STATE COLOR */
.faq-item.active .faq-icon {
    transform: rotate(-135deg);
    border-top-color: #9BCB3C;
    border-right-color: #9BCB3C;
}

/* service5 */
/* MAIN SECTION */
.features-section {
  background: #fff;
  padding: 80px 0;
}

/* WRAPPER */
.features-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* EACH COLUMN */
.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1; /* equal width */
}

/* ICON */
.feature-icon {
  flex-shrink: 0;
}

.feature-icon img {
  width: 70px;
}

/* TEXT */
.feature-text .serviceicon {
  font-family: 'Prata', serif;
  font-size: 25px;
  color: #123a6f;
  margin: 0 0 12px;
  line-height: 1.2;
}

.feature-text p {
  font-family: 'Outfit', serif;
  font-size: 16px;
  color: #485261;
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .features-wrapper {
    flex-direction: column;
    gap: 35px;
  }

  .feature-box {
    align-items: center;
  }

  .feature-text h4 {
    font-size: 22px;
  }

  .feature-text p {
    max-width: 100%;
  }
}
/* MAIN SECTION */
.helping-section {
  padding: 70px 0; /* reduced from 100px */
  background: #ffffff;
}

.helping-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ROW BASE */
.helping-row {
  display: flex;
  gap: 40px; /* reduced from 60px */
  align-items: center;
}

/* SPACE BETWEEN TOP AND BOTTOM ROW */
.helping-row-bottom {
  margin-top: -120px; /* reduced from 80px - this was main issue */
}

/* COLUMN */
.helping-col {
  flex: 1;
}

/* IMAGE STYLE */
.helping-image-block img {
  width: 100%;
  height: 520px; /* force same visual height */
  object-fit: cover;
  display: block;
}

/* TOP TEXT */
.helping-text-block .service6head {
  font-family: 'Prata', serif;
  font-size: 52px;
  line-height: 1.15;
  color: #183a68;
  margin: 0 0 20px;
}

.helping-text-block p {
  font-family: 'Outfit', serif;
  font-size: 18px;
  line-height: 1.7;
  color: #888585;
  max-width: 640px;
  margin: 0;
}

/* BOTTOM TEXT */
.helping-maintenance-text {
  display: flex;
  align-items: center;
}

.maintenance-inner {
  position: relative;
  padding-left: 24px;
}

.maintenance-line {
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 100%;
  background: #9BCB3C;
}

.maintenance-inner .service6cl {
  font-family: 'Prata', serif;
  font-size: 46px;
  line-height: 1.2;
  color: #183a68;
  margin: 0;
}

.maintenance-inner .service6cl span {
  color: #9BCB3C;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 992px) {
  .helping-row {
    flex-direction: column;
    gap: 25px;
  }

  .helping-row-bottom {
    margin-top: 30px;
  }

  .helping-image-block img {
    height: auto;
  }

  .helping-text-block h2 {
    font-size: 34px;
  }

  .maintenance-inner h3 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .helping-text-block h2 {
    font-size: 28px;
  }

  .maintenance-inner h3 {
    font-size: 24px;
  }
}
