/* =========================================================
   ELECTRICAL APPROVAL
   INDIVIDUAL SERVICE PAGE CSS
========================================================= */


/* =========================================================
   PAGE BASE
========================================================= */

.subscription-page {
    width: 100%;
    overflow: hidden;
}


.subscription-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 50px;
}


/* =========================================================
   HERO SECTION
========================================================= */

.subscription-hero {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    padding: 80px 55px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #172c3c 0%, #175a73 55%, #28718b 100%);
}


.subscription-hero-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    top: -190px;
    right: -130px;
    border: 2px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}


.subscription-hero-circle:after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    top: 72px;
    left: 72px;
    border: 2px solid rgba(255,255,255,0.07);
    border-radius: 50%;
}


.subscription-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
    background-size: 34px 34px;
}


.subscription-hero-content {
    position: relative;
    z-index: 2;
    max-width: 930px;
}


.subscription-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}


.subscription-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
}


.subscription-hero p {
    max-width: 900px;
    margin: 0;
    color: rgba(255,255,255,0.93);
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.subscription-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}


.subscription-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 25px;
    border-radius: 7px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s ease;
}


/* =========================================================
   APPLY ONLINE – FULL SOLID BLUE
========================================================= */

.subscription-btn-apply {
    background: #1c698f;
    border: 1px solid #1c698f;
    color: #ffffff !important;
}


.subscription-btn-apply:hover {
    background: #124e6a;
    border-color: #124e6a;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.20);
}


/* =========================================================
   FREE CONSULTATION – FULL SOLID WHITE
========================================================= */

.subscription-btn-light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #17364f !important;
}


.subscription-btn-light:hover {
    background: #e9f4f8;
    border-color: #e9f4f8;
    color: #17364f !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.20);
}


/* =========================================================
   CALL BUTTON – FULL SOLID DARK BLUE
========================================================= */

.subscription-btn-outline {
    background: #0f4f6d;
    border: 1px solid #0f4f6d;
    color: #ffffff !important;
}


.subscription-btn-outline:hover {
    background: #08384d;
    border-color: #08384d;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.20);
}


/* =========================================================
   CONTENT SECTIONS
========================================================= */

.subscription-section {
    margin-top: 30px;
    padding: 40px;
    border: 1px solid #e5edf1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.035);
}


.subscription-highlight-section {
    background: #f7fbfc;
}


.subscription-section-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: #1c698f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}


.subscription-section h2 {
    margin: 0 0 20px;
    color: #17364f;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
}


.subscription-section h3 {
    color: #1d425d;
}


.subscription-section p {
    margin-bottom: 16px;
    color: #4d5c67;
    font-size: 16px;
    line-height: 1.85;
    text-align: justify;
}


/* =========================================================
   TECH SERVICE GRID
========================================================= */

.subscription-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}


.subscription-tech-grid > div {
    padding: 25px;
    border: 1px solid #e2ebf0;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.25s ease;
}


.subscription-tech-grid > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}


.subscription-tech-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: #edf7fa;
    color: #1c698f;
    font-size: 21px;
}


.subscription-tech-grid h3 {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 700;
}


.subscription-tech-grid p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   NUMBER / PROCESS GRID
========================================================= */

.subscription-growth-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}


.subscription-growth-grid > div {
    padding: 25px;
    border: 1px solid #e2ebf0;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.25s ease;
}


.subscription-growth-grid > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
}


.subscription-growth-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #17364f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   ELECTRICAL PROJECT NUMBER HOVER
========================================================= */

.subscription-growth-grid > div:hover span {
    background: #1c698f;
}


.subscription-growth-grid h3 {
    margin: 0 0 10px;
    font-size: 19px;
}


.subscription-growth-grid p {
    margin: 0;
    font-size: 15px;
}


/* =========================================================
   LIST BOX
========================================================= */

.subscription-list-box {
    margin-top: 25px;
    padding: 28px;
    border-left: 4px solid #1c698f;
    border-radius: 8px;
    background: #f4f9fb;
}


.subscription-list-box h3 {
    margin-top: 0;
    margin-bottom: 18px;
}


.subscription-list-box ul {
    margin: 0;
    padding-left: 22px;
}


.subscription-list-box li {
    margin-bottom: 12px;
    color: #4d5c67;
    line-height: 1.7;
    text-align: justify;
}


.subscription-list-box li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CASE STUDY
========================================================= */

.subscription-case-study {
    border-left: 5px solid #1c698f;
}


/* =========================================================
   FAQ
========================================================= */

.subscription-faq {
    margin-top: 25px;
}


.subscription-faq > div {
    margin-bottom: 15px;
    padding: 22px 25px;
    border: 1px solid #e2ebf0;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.25s ease;
}


.subscription-faq > div:hover {
    border-color: #b9dbe8;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}


.subscription-faq > div:last-child {
    margin-bottom: 0;
}


.subscription-faq h3 {
    margin: 0 0 10px;
    color: #1d425d;
    font-size: 18px;
    font-weight: 700;
}


.subscription-faq p {
    margin: 0;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.subscription-cta {
    margin-top: 30px;
    padding: 55px 40px;
    border-radius: 16px;
    text-align: center;
    background:
        linear-gradient(135deg, #17364f, #1c698f);
}


.subscription-cta h2 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}


.subscription-cta p {
    max-width: 850px;
    margin: 0 auto;
    color: rgba(255,255,255,0.90);
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}


.subscription-cta .subscription-hero-buttons {
    justify-content: center;
}


/* =========================================================
   BOTTOM CTA BUTTONS – FULL COLORS
========================================================= */

.subscription-cta .subscription-btn-light {
    background: #ffffff;
    border-color: #ffffff;
    color: #17364f !important;
}


.subscription-cta .subscription-btn-light:hover {
    background: #e9f4f8;
    border-color: #e9f4f8;
    color: #17364f !important;
}


.subscription-cta .subscription-btn-outline {
    background: #0f4f6d;
    border-color: #0f4f6d;
    color: #ffffff !important;
}


.subscription-cta .subscription-btn-outline:hover {
    background: #08384d;
    border-color: #08384d;
    color: #ffffff !important;
}


/* =========================================================
   PAGE NAVIGATION
========================================================= */

.service-page-navigation {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}


.service-nav-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 0 22px;
    border: 1px solid #dce7ed;
    border-radius: 10px;
    background: #ffffff;
    color: #17364f;
    text-decoration: none !important;
    transition: all 0.25s ease;
}


.service-nav-btn:hover {
    color: #17364f;
    border-color: #b9dbe8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


.service-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #edf7fa;
    color: #1c698f;
}


.service-nav-text {
    flex: 1;
    padding: 0 15px;
    font-weight: 600;
}


.service-nav-arrow {
    color: #1c698f;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.subscription-disclaimer {
    margin-top: 25px;
    padding: 25px;
    border: 1px solid #efdfbc;
    border-radius: 10px;
    background: #fffaf0;
    color: #756142;
    font-size: 14px;
    line-height: 1.75;
}


.subscription-disclaimer strong {
    display: block;
    margin-bottom: 8px;
    color: #5d4a2d;
}


.subscription-disclaimer p {
    margin: 0;
    text-align: justify;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .subscription-hero {
        padding: 60px 35px;
    }


    .subscription-hero h1 {
        font-size: 38px;
    }


    .subscription-tech-grid,
    .subscription-growth-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .subscription-container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .subscription-hero {
        padding: 45px 25px;
        border-radius: 12px;
    }


    .subscription-hero h1 {
        font-size: 30px;
    }


    .subscription-hero p {
        font-size: 16px;
        text-align: left;
    }


    .subscription-kicker {
        font-size: 10px;
        line-height: 1.6;
    }


    .subscription-section {
        padding: 28px 22px;
    }


    .subscription-section h2 {
        font-size: 25px;
    }


    .subscription-section p {
        font-size: 15px;
        text-align: left;
    }


    .subscription-tech-grid,
    .subscription-growth-grid {
        grid-template-columns: 1fr;
    }


    .subscription-tech-grid > div,
    .subscription-growth-grid > div {
        padding: 22px;
    }


    .subscription-hero-buttons {
        flex-direction: column;
    }


    .subscription-btn {
        width: 100%;
        min-height: 50px;
    }


    .subscription-cta {
        padding: 40px 22px;
    }


    .subscription-cta h2 {
        font-size: 26px;
    }


    .service-page-navigation {
        flex-direction: column;
        gap: 12px;
    }


    .subscription-list-box {
        padding: 22px;
    }

}