
/* =========================
   RESET
========================= */

.services-title {
    padding: 80px 0;
    background: var(--sky-semi-bg);
    text-align: center;
}

.services-main-content {
    background: var(--light-bg);
   /* padding: 80px 0; */ 
}

.services-title h2 {
   /* font-size: 42px; */
    color: var(--logo-high);
    margin-bottom: 20px;
}

.services-title p {
    color: var(--primary-dark);
    line-height: 1.8;
   /* font-size: 18px; */
    max-width: 850px;
    margin: auto;
}

/* =========================
   SOLAR TYPES SECTION
========================= */
.solar-types {
   /* padding: 80px 0; */
    background: var(--light-bg);
}

/* Header */
.solar-types-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}
/*
.solar-label {
    display: inline-block;

    padding: 8px 18px;

    background: rgba(217,119,6,0.12);

    color: #d97706;

   /* font-size: 13px; 
    font-weight: 700;

    letter-spacing: 1.5px;

    border-radius: 50px;

    margin-bottom: 20px;
}
*/
.solar-types-header h2 {
   /* font-size: 42px; 
    color: #111827; */
    margin-bottom: 20px;
}

.solar-types-header p {
   /* font-size: 18px; 
    color: #64748b; */
    line-height: 1.8;
}

/* =========================
   GRID
========================= */
.solar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* =========================
   CARD
========================= */
.solar-card {
    background: var(--sky-semi-bg);

    border-radius: 20px;

    padding: 40px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.08);

    transition: 0.3s ease;
}

.solar-card:hover {
    transform: translateY(-5px);
}

.solar-icon {
    display: flex;
    justify-content: center;
    font-size: 48px;
    margin-bottom: 20px;
}

.solar-card h3 {
   /* color: #d97706; 
    color: #003087; */
    text-align: center;
   /* font-size: 28px; */
    margin-bottom: 20px;
}

.solar-card p {
   /* color: var(--light-solar-blue); */
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}

.solar-card ul {
    padding-left: 20px;
}

.solar-card li {
    
    margin-bottom: 10px;
    
    color: var(--light-solar-blue);
}

/* =========================
   MOBILE
========================= */
@media (max-width: 992px) {

    .solar-grid {
        grid-template-columns: 1fr;
    }

}
/* =========================
   SOLAR COMPARISON
========================= */
.solar-comparison {
    margin-top: 60px;
}

.comparison-header {
    text-align: center;
    margin-bottom: 40px;
}

.comparison-header h2 {
  /*  font-size: 38px; */
    color: var(--Deep-Solar-Blue);
    margin-bottom: 20px;
}

.comparison-header p {
  /*  font-size: 18px; 
    color: #64748b; */
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
}

/* =========================
   TABLE
========================= */
.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;

    border-collapse: collapse;

    background: var(--sky-semi-bg);

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 4px 15px rgba(0,0,0,0.08); */

   /* border: 2px solid #86efac;   /* Light Green Border 
    box-shadow: 0 4px 15px rgba(134,239,172,0.15); */
}

.comparison-table thead {
    background: var(--Deep-Solar-Blue);
}

.comparison-table th {
    color: var(--sky-semi-bg);

    padding: 20px;

    font-size: 18px;

    text-align: center;
}

.comparison-table td {
    padding: 18px;

    text-align: center;

    border-bottom: 1px solid var(--sky-dark-bg);

    color: var(--Deep-Solar-Blue);
}

.comparison-table td:first-child {
    text-align: left;

    font-weight: 600;

    color: var(--Deep-Solar-Blue);
}

.comparison-table tbody tr:hover {
    background: var(--sky-semi-bg);
   /* background:  rgba(22, 163, 74, 0.12);  #beefb5; */
   /* color: var(--sky-semi-bg); */
}

/* =========================
   SERVICES OFFERED
========================= */
.services-offered {
    padding: 9px 0;
    background: var(--light-bg);
}

.services-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.services-header h2 {
   /* font-size: 42px; 
    color: #111827; */
    margin-bottom: 20px;
}

.services-header p {
   /* color: #64748b;
    font-size: 18px; */
    line-height: 1.8;
}

.services-grid {
    display: grid;

    padding: 9px 90px 90px;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;
}

.service-card {
    background: var(--sky-semi-bg);

    padding: 45px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;

    transition: 0.3s ease;

    border: 1px solid var(--primary);
}

.service-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.service-card h3 {
    color: var(--logo-high);
    text-align: center;
   /* font-size: 24px; */

    margin-bottom: 15px;
}

.service-card p {
   /* color: #475569; */
    text-align: center;
    line-height: 1.8;
}

/* =========================
   PROCESS SECTION
========================= */
.process-section {
    padding: 9px 90px 90px;

   /* background: #111827; */
}

.process-header {
    text-align: center;

    max-width: 850px;

    margin: 0 auto 60px;
}

.process-header h2 {
   /* color: #ffffff;

    font-size: 42px; */

    margin-bottom: 9px;
}

.process-header p {
   /* color: #9ca3af;

    font-size: 18px; */

    line-height: 1.8;
}

/* Timeline Grid */
.process-timeline {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;
}

/* Step Card */
.step {
    background: var(--sky-semi-bg);

    padding: 35px;

    border-radius: 20px;

    text-align: center;

    transition: 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
}

.step span {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    border-radius: 50%;

    background: var(--sky-light-bg);

    color: var(--logo-high);
   /* background: #FF6B00;

    color: white; */

    font-size: 22px;
    font-weight: 700;

    margin-bottom: 25px;
}

.step h3 {
    color: var(--Deep-Solar-Blue);

   /* font-size: 24px; */

    margin-bottom: 15px;
}

.step p {
   /* color: #9ca3af; */

    line-height: 1.8;
}

/* =========================
   CONSULTATION CTA
========================= */
.consultation-section {
    padding: 100px 0;
   /* background: #f8fafc; */
}

.consultation-card {
    max-width: 1000px;

    margin: auto;

    padding: 60px;

    border-radius: 24px;

    text-align: center;

    background: var(--sky-light-bg);

}

.consultation-card h2 {
    color: var(--primary);
   /* font-size: 42px; */

    margin-bottom: 25px;
}

.consultation-card p {
   /* color: #d1d5db;

    font-size: 18px; */

    line-height: 1.8;

    max-width: 800px;

    margin: 0 auto 40px;
}

/* consultation Benefits */
.consultation-benefits {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    max-width: 700px;

    margin: 0 auto 40px;
}

.consultation-item {
   /* background: rgba(255,255,255,0.05); */
    background: var(--sky-dark-bg);

    padding: 15px;

    border-radius: 12px;

    color: var(--primary);

    font-size: 16px;
}

/* =========================
   CONTACT STRIP
========================= */
.contact-strip {
    padding: 80px 20px;

    text-align: center;
 
    background: linear-gradient(
        180deg,
        #86B6F6,
        #EEF5FF
    ); 
}

.contact-strip h2 {
    color: var(--primary);

   /* font-size: 42px; */

    margin-bottom: 15px;
}

.contact-strip p {
   /* color: #d1d5db;

    font-size: 18px; */

    margin-bottom: 35px;
}

.contact-strip .btn-primary {
    display: inline-block;
}

/* Mobile */
@media (max-width: 768px) {

    .consultation-card {
        padding: 40px 25px;
    }

    .consultation-card h2 {
        font-size: 30px;
    }

    .consultation-benefits {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 992px) {

    .services-grid,
    .process-timeline {
        grid-template-columns: 1fr;
    }

    .services-header h2,
    .process-header h2,
    .faq-header h2,
    .contact-strip h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .service-card,
    .step,
    .faq-item {
        padding: 25px;
    }

    .contact-strip {
        padding: 60px 20px;
    }

    .contact-strip h2 {
        font-size: 28px;
    }
}