﻿@import url('./_env-banner-section.css?v=22446655');
@import url('./_stats-sections.css');
@import url('./_cta-section.css?v=22446655');
@import url('./_awards-featured-section.css?v=22446655');
@import url('./insights-post-page.css');

/* ===========================================
   ENV BANNER
   =========================================== */
.env-banner-inner { padding: 182px 0 200px; }
.env-banner-text h1 { font-size: 64px; line-height: 76.8px; margin-bottom: 8px; }
.env-banner-description p { color: var(--White); line-height: 26px; font-size: 18px; padding: 0 10px; }
.env-banner-eyebrow { margin-bottom: 6px; }

/* ===========================================
   STATS SECTION
   =========================================== */
.stats-section { background: linear-gradient(180deg, rgba(0, 129, 255, 0.10) 0%, rgba(0, 129, 255, 0.00) 100%); }
.stats-main { padding: 0;}

/* ===========================================
   CTA SECTION
   =========================================== */
.cta-wrapper { border-top: 1px solid var(--Subtle-2); }

/* ===========================================
   AWARDS FEATURED
   =========================================== */
.awards-featured-section { margin-bottom: 80px; }
.awards-fp-heading { color: var(--Foreground); }
.awards-fp-heading p strong { color: var(--Primary); }
.awards-featured-green .awards-fp-heading p strong { color: var(--Secondary); }
.awards-featured-green .awards-fp-heading { color: var(--Foreground); }
.awards-featured-green .awards-fp-eyebrow { color: var(--Secondary); }

/* ===========================================
   GENERAL DEFAULT CONTENT SECTION
   =========================================== */
.general-content-lead { color: var(--Primary); }
.general-default-content h2 { font-size: 32px; color: var(--Foreground); font-weight: 400; line-height: 38px; }
.general-default-content h3 { font-size: 28px; color: var(--Foreground); font-weight: 400; line-height: 33px; margin-bottom: 20px; }
p span { font-size: 20px; font-weight: 400; color: var(--Primary); line-height: 30px; }

/* ===========================================
   ICON CARDS
   =========================================== */
.general-icon-circle { border: 1px solid var(--Subtle-2); outline: 1.5px solid rgba(0, 129, 255, 0.20); outline-offset: 7px; }
.general-icon-line { background: var(--Tertiary); opacity: 0.3; border: none; }
.general-icon-desc { color: var(--Body-text); }
.general-icon-divider::before { content: ''; display: block; background: rgba(0, 129, 255, 0.4); }

/* ===========================================
   GENERAL DEFAULT REPEATER
   =========================================== */
.repeater-image img { width: 100%; height: auto; display: block; }

     .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{clear: both;  color: var(--Foreground); font-weight: 400; font-family: var(--text-font); text-transform: none;}
.cta-section {
  background: linear-gradient(180deg, rgba(0, 129, 255, 0.00) 0%, rgba(0, 129, 255, 0.10) 100%);}

/* ===========================================
   DESKTOP (min-width: 1024px)
   =========================================== */

 

@media only screen and (min-width: 1024px) {
   .env-banner-section { min-height: 560px; max-height: 560px;}

     .env-banner-gradient{background: linear-gradient(180deg, var(--Overlay-75, rgba(0, 44, 79, 0.75)) 0%, var(--Overlay-50, rgba(0, 44, 79, 0.50)) 100%);}

    /* Stats */
    .stats-wrap hr.vr { min-height: 120px; }
    /* .stats-main { padding-bottom: 80px; } */
    .stats-wrap { padding: 0;  }

    /* Awards featured */
    .awards-fp-content { padding: 56px 80px 56px 56px; }
    .awards-featured-project-main { padding: 0; }
    .awards-featured-reverse .awards-fp-bg { background: linear-gradient(90deg, rgba(84, 185, 72, 0.10) 0%, rgba(0, 129, 255, 0.00) 100%); }

    /* Insight post */
    .insight-post-row { gap: 40px; padding: 60px 0 80px; }
    .insight-post-list { flex: 0 0 calc(50% - 20px); gap: 40px; }
    .insight-post-thumb { flex: 1; }

    /* General default content */
    .general-default-content-main { padding: 80px 0; }
    .general-content-lead { margin-bottom: 48px; }


    .general-default-content + .general-default-content .general-default-content-main { padding-top: 0; }

   .general-default-content h2:nth-child(2){ padding-top: 14px; }
   .general-default-content h3:nth-child(4){ padding-top: 13px; }

   .awards-featured-section:first-of-type{padding-top: 51px;}

    /* Icon cards */
    .general-icon-cards { gap: 32px; margin-top: 54px; margin-bottom: 80px; }
    .general-icon-card { flex: 1; }
    .general-icon-circle { width: 88px; height: 88px; flex-shrink: 0; }
    .general-icon-circle figure { width: 44px; }
    .general-icon-circle figure img { width: 100%; height: auto; display: block; }
    .general-icon-divider { margin: 8px 0 30px; }
    .general-icon-divider::before { width: 1px; height: 16px; margin-left: 44px; }
    .general-icon-line { height: 1px; }

    /* Repeater */
    .general-default-repeater { margin: 78px 0; }
    .repeater-item.reversed {flex-direction: row-reverse; }
    .repeater-image { flex: 0 0 535px; }
    .repeater-content { flex: 1; padding: 0 64px; justify-content: center;}
    .repeater-item:not(.reversed) .repeater-content { border-right: 1px solid var(--Secondary); }
    .repeater-item.reversed .repeater-content { border-left: 1px solid var(--Secondary); }

    .repeater-content p { margin-bottom: 32px; }
    .repeater-content h3 { font-size: 32px; }

     h4{font-size: 24px; color: var(--Foreground); font-weight: 400;}

     .stats-row {padding-bottom: 82px; border-bottom: 1px solid var(--Tertiary-50);}

}



/* ===========================================
   WIDE DESKTOP (min-width: 1400px)
   =========================================== */
@media only screen and (min-width: 1024px) {
   .repeater-item:not(:last-child){margin-bottom: 80px;}
}
@media only screen and (min-width: 1400px) {
    .general-default-repeater { width: 1200px; margin-left: -120px; margin-right: -120px; }
}

/* ===========================================
   MID DESKTOP (1024px – 1399px)
   =========================================== */
@media only screen and (max-width: 1399px) and (min-width: 1024px) {
    .repeater-image { flex: 0 0 450px; }
    .repeater-content {  padding: 0 40px; }
}

/* ===========================================
   MOBILE (max-width: 767px)
   =========================================== */
@media only screen and (max-width: 767px) and (min-width: 0px) {
    /* Stats */
    .stats-wrap hr.vr { min-height: 50px; }
     .env-banner-inner {
    padding: 0 0 112px;}
    .env-banner-text h1 {font-size: 40px; line-height: 48px; margin-bottom: 20px;}
    

    /* General content */
    .general-default-content-main { padding: 50px 0 50px; }
    .general-default-content + .general-default-content .general-default-content-main { padding-top: 0; }
    .general-default-content h2 {font-size: 24px; margin-bottom: 12px;}
    .general-default-content h3 {font-size: 22px; margin-bottom: 20px;} 
    .general-default-content h4{font-size: 20px; margin-bottom: 18px;}

    /* Icon cards */
    .general-icon-cards { flex-direction: column; gap: 24px; margin-top: 30px; margin-bottom: 28px; }
    .general-icon-circle { width: 88px; height: 88px; flex-shrink: 0; }
    .general-icon-circle figure { width: 44px; }
    .general-icon-circle figure img { width: 100%; height: auto; display: block; }
    .general-icon-divider { margin: 8px 0 28px; }
    .general-icon-divider::before { width: 1px; height: 16px; margin-left: 44px; }
    .general-icon-line { height: 1px; }

    /* Repeater */
    .general-default-repeater { margin: 52px 0; }
    .repeater-item { flex-direction: column; align-items: stretch; gap: 24px; border-right: none; }
   .repeater-item:not(:last-child){margin-bottom: 60px;}

    .repeater-image { flex: none; width: 100%; }
    .repeater-content { flex: none; padding: 0; }

    /* Awards featured */
    .awards-featured-section { margin-bottom: 25px; }
    .awards-fp-heading {font-size: 22px;}
      .awards-featured-project-main {padding: 30px 0 0;}

    .stats-main {padding: 0 0 24px;}
    .stats-wrap{padding-top: 72px; border-bottom: 1px solid rgba(0, 129, 255, .5);}
    .stats-wrap > hr{display: none;}
    .stats-rule{height: 40px;}

    .ip-figcaption {margin-bottom: 26px; gap: 16px;}
    .insight-post-row{margin-bottom: 30px;}
    .repeater-content h3{font-size: 24px;}
    .insight-post-grid{margin-top: 60px;}

    .cta-section {border-top: 1px solid var(--Subtle-2);}

   .cta-wrapper{border-top: 0};

   /* .stats-row {padding-bottom: 25px;}   */
   .general-icon-desc {color: var(--Body-text); font-size: 16px; line-height: 24px;}
}


/* ===========================================
   TABLET (768px – 1023px)
   =========================================== */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .stats-wrap hr.vr { min-height: 100px!important; }
    .general-default-content { margin-bottom: 40px; }

    .insight-post-grid { margin-top: 60px; }
    .insight-post-list { margin-bottom: 40px; }

    .repeater-item { gap: 40px; }
    .general-default-repeater { margin: 40px 0; }

    .awards-featured-section { margin-bottom: 40px; padding-top: 40px; }
    .awards-featured-project-main { padding: 0; }

    /* Icon cards */
    .general-icon-circle { width: 88px; height: 88px; flex-shrink: 0; }
    .general-icon-divider::before { width: 1px; height: 16px; margin-left: 44px; }
    .general-icon-line { height: 1px; }
    .general-icon-divider { margin: 8px 0 24px; }

    .general-icon-circle figure { width: 44px;}
    .general-icon-card{margin-bottom: 24px;}
    .general-icon-cards{margin-bottom: 40px; margin-top: 40px;}

    .stats-list{font-size: 15px; flex: 1;
    margin-bottom: 40px;}

    .general-default-content h3 {font-size: 22px; margin-bottom: 20px;}
    .repeater-content h3{font-size: 24px;}

   .repeater-item:not(:last-child){margin-bottom: 40px;}
   .stats-row {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Tertiary-50);
}

.stats-main{padding-bottom: 20px;}

    
}
