.elementor-436 .elementor-element.elementor-element-cae77fe{--display:flex;}.elementor-436 .elementor-element.elementor-element-091a5dd{--display:flex;}.elementor-436 .elementor-element.elementor-element-0514941{--display:flex;}.elementor-436 .elementor-element.elementor-element-3edbf03{--display:flex;}.elementor-436 .elementor-element.elementor-element-414c160{--display:flex;}.elementor-436 .elementor-element.elementor-element-ae35866{--display:flex;}.elementor-436 .elementor-element.elementor-element-149ef1a{--display:flex;}.elementor-436 .elementor-element.elementor-element-6d2538f{--display:flex;}.elementor-436 .elementor-element.elementor-element-f27a00b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9894b96 *//* =========================================================
   HARIDWAR GREENS
   LUXURY REAL ESTATE HERO
========================================================= */

.hg-premium-hero {

    position: relative;

    width: 100%;

    min-height: 650px;

    background-image:
        url("https://herohome.in/wp-content/uploads/2026/09/image-1.avif");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    overflow: hidden;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

}


/* =========================================================
   PREMIUM OVERLAY
========================================================= */

.hg-hero-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:

        linear-gradient(
            90deg,
            rgba(7,38,29,0.88) 0%,
            rgba(7,38,29,0.72) 27%,
            rgba(7,38,29,0.35) 55%,
            rgba(7,38,29,0.10) 78%,
            rgba(7,38,29,0.20) 100%
        );

}


/* =========================================================
   SUBTLE LIGHT EFFECT
========================================================= */

.hg-premium-hero:after {

    content: "";

    position: absolute;

    width: 600px;

    height: 600px;

    right: -250px;

    top: -250px;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.07);

    filter: blur(10px);

    z-index: 1;

    pointer-events: none;

}


/* =========================================================
   MAIN INNER
========================================================= */

.hg-hero-inner {

    position: relative;

    z-index: 3;

    width: 90%;

    max-width: 1200px;

    min-height: 650px;

    margin: auto;

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        405px;

    align-items: center;

    gap: 80px;

    padding: 55px 0;

    box-sizing: border-box;

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.hg-hero-left {

    max-width: 650px;

    color: #ffffff;

}


/* =========================================================
   EYEBROW
========================================================= */

.hg-eyebrow {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 24px;

    color: rgba(255,255,255,0.82);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;

}


.hg-eyebrow span {

    display: block;

    width: 25px;

    height: 1px;

    background:
        rgba(255,255,255,0.75);

}


/* =========================================================
   LOCATION
========================================================= */

.hg-location {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 14px;

    color:
        rgba(255,255,255,0.90);

    font-size: 13px;

    letter-spacing: 0.2px;

}


.hg-location svg {

    width: 17px;

    height: 17px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;

}


/* =========================================================
   TITLE
========================================================= */

.hg-hero-left h1 {

    margin: 0;

    padding: 0;

    font-size:
        clamp(58px,7vw,94px);

    line-height: 0.88;

    font-weight: 300;

    letter-spacing: -5px;

    color: #ffffff;

    text-shadow:
        0 5px 30px rgba(0,0,0,0.22);

}


.hg-hero-left h1 em {

    display: block;

    margin-top: 4px;

    font-style: normal;

    font-weight: 700;

    color: #ffffff;

    letter-spacing: -5px;

}


/* =========================================================
   BY HERO HOMES
========================================================= */

.hg-byline {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 17px;

    color:
        rgba(255,255,255,0.72);

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 2px;

}


.hg-line {

    width: 32px;

    height: 1px;

    background: #ffffff;

    opacity: 0.65;

}


/* =========================================================
   INTRO
========================================================= */

.hg-intro {

    max-width: 500px;

    margin: 24px 0 28px;

    color:
        rgba(255,255,255,0.82);

    font-size: 15px;

    line-height: 1.7;

    font-weight: 300;

}


/* =========================================================
   HOME TYPES
========================================================= */

.hg-home-types {

    display: flex;

    align-items: center;

    width: fit-content;

    min-width: 385px;

    padding:
        18px 22px;

    box-sizing: border-box;

    background:
        rgba(255,255,255,0.10);

    border:
        1px solid rgba(255,255,255,0.23);

    backdrop-filter:
        blur(15px);

    -webkit-backdrop-filter:
        blur(15px);

    border-radius: 5px;

}


.hg-home-type {

    flex: 1;

    min-width: 62px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}


.hg-home-type strong {

    color: #ffffff;

    font-size: 23px;

    font-weight: 500;

    line-height: 1;

}


.hg-home-type small {

    margin-top: 5px;

    color:
        rgba(255,255,255,0.65);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


.hg-home-type.studio strong {

    font-size: 17px;

}


/* Separators */

.hg-type-line {

    width: 1px;

    height: 34px;

    background:
        rgba(255,255,255,0.25);

    margin:
        0 8px;

}


/* =========================================================
   ACTIONS
========================================================= */

.hg-hero-actions {

    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 29px;

}


/* =========================================================
   MAIN BUTTON
========================================================= */

.hg-main-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    padding:
        14px 22px;

    background: #ffffff;

    color: #0c4a37;

    text-decoration: none;

    border-radius: 3px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.4px;

    transition:
        all .3s ease;

    box-shadow:
        0 12px 30px
        rgba(0,0,0,0.22);

}


.hg-main-btn svg {

    width: 17px;

    height: 17px;

    fill: none;

    stroke: #0c4a37;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;

    transition:
        transform .3s ease;

}


.hg-main-btn:hover {

    background: #0c4a37;

    color: #ffffff;

    transform:
        translateY(-3px);

}


.hg-main-btn:hover svg {

    stroke: #ffffff;

    transform:
        translateX(3px);

}


/* =========================================================
   TRUST
========================================================= */

.hg-trust {

    display: flex;

    align-items: center;

    gap: 7px;

    color:
        rgba(255,255,255,0.68);

    font-size: 10px;

}


.hg-dot {

    width: 6px;

    height: 6px;

    border-radius: 50%;

    background: #ffffff;

}


/* =========================================================
   FORM CARD
========================================================= */

.hg-form-card {

    position: relative;

    width: 100%;

    padding:
        30px;

    box-sizing: border-box;

    background:
        rgba(255,255,255,0.98);

    border-radius: 8px;

    box-shadow:
        0 30px 80px
        rgba(0,35,25,0.32);

    border:
        1px solid
        rgba(255,255,255,0.70);

}


.hg-form-card:before {

    content: "";

    position: absolute;

    left: 30px;

    right: 30px;

    top: 0;

    height: 3px;

    background:
        #0c4a37;

    border-radius:
        0 0 5px 5px;

}


/* =========================================================
   FORM HEADER
========================================================= */

.hg-form-overline {

    display: block;

    margin-bottom: 9px;

    color: #0c4a37;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.hg-form-top h2 {

    margin: 0;

    color: #18372d;

    font-size: 27px;

    line-height: 1.15;

    font-weight: 400;

}


.hg-form-top h2 strong {

    display: block;

    color: #0c4a37;

    font-weight: 700;

}


.hg-form-top p {

    margin:
        11px 0 21px;

    color: #718078;

    font-size: 12px;

    line-height: 1.6;

}


/* =========================================================
   CF7
========================================================= */

.hg-cf7 {

    width: 100%;

}


.hg-cf7 p {

    margin:
        0 0 10px;

}


.hg-cf7 label {

    display: block;

    margin-bottom: 4px;

    color: #29443a;

    font-size: 11px;

    font-weight: 600;

}


.hg-cf7 input[type="text"],
.hg-cf7 input[type="email"],
.hg-cf7 input[type="tel"],
.hg-cf7 input[type="number"],
.hg-cf7 select,
.hg-cf7 textarea {

    width: 100% !important;

    height: 43px;

    padding:
        0 12px;

    box-sizing: border-box;

    border:
        1px solid #dce5e0;

    border-radius: 3px;

    background: #ffffff;

    color: #243a31;

    font-size: 12px;

    outline: none;

    transition:
        all .25s ease;

}


.hg-cf7 textarea {

    height: 70px;

    padding:
        11px 12px;

    resize: vertical;

}


.hg-cf7 input:focus,
.hg-cf7 select:focus,
.hg-cf7 textarea:focus {

    border-color:
        #0c4a37;

    box-shadow:
        0 0 0 3px
        rgba(12,74,55,0.08);

}


/* =========================================================
   CF7 SUBMIT
========================================================= */

.hg-cf7 input[type="submit"] {

    width: 100%;

    height: 44px;

    border: 0;

    border-radius: 3px;

    background:
        #0c4a37;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.5px;

    cursor: pointer;

    transition:
        all .3s ease;

}


.hg-cf7 input[type="submit"]:hover {

    background:
        #083526;

    transform:
        translateY(-1px);

}


/* =========================================================
   FORM FOOTER
========================================================= */

.hg-form-footer {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin-top: 13px;

    color: #8a9690;

    font-size: 9px;

}


.hg-lock {

    width: 16px;

    height: 16px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        #e8f3ee;

    color:
        #0c4a37;

    font-size: 9px;

    font-weight: 700;

}


/* =========================================================
   VALIDATION
========================================================= */

.hg-cf7 .wpcf7-not-valid {

    border-color:
        #d9534f !important;

}


.hg-cf7 .wpcf7-not-valid-tip {

    font-size: 9px;

    margin-top: 3px;

}


/* =========================================================
   BOTTOM LABEL
========================================================= */

.hg-bottom-label {

    position: absolute;

    z-index: 4;

    left: 5%;

    right: 5%;

    bottom: 22px;

    display: flex;

    align-items: center;

    gap: 12px;

    color:
        rgba(255,255,255,0.52);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 2px;

}


.hg-bottom-label i {

    width: 35px;

    height: 1px;

    background:
        rgba(255,255,255,0.35);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .hg-hero-inner {

        width: 92%;

        grid-template-columns:
            minmax(0,1fr)
            370px;

        gap: 40px;

    }


    .hg-hero-left h1 {

        font-size: 65px;

    }


    .hg-home-types {

        min-width: 350px;

    }


    .hg-form-card {

        padding: 25px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hg-premium-hero {

        min-height: auto;

        background-position:
            center center;

    }


    .hg-hero-overlay {

        background:
            linear-gradient(
                180deg,
                rgba(7,38,29,0.55) 0%,
                rgba(7,38,29,0.43) 40%,
                rgba(7,38,29,0.70) 100%
            );

    }


    .hg-hero-inner {

        width: 90%;

        min-height: auto;

        display: flex;

        flex-direction: column;

        gap: 40px;

        padding:
            50px 0 55px;

    }


    .hg-hero-left {

        width: 100%;

        max-width: 100%;

        text-align: center;

    }


    .hg-eyebrow {

        justify-content: center;

        margin-bottom: 20px;

    }


    .hg-location {

        justify-content: center;

        font-size: 12px;

    }


    .hg-hero-left h1 {

        font-size:
            clamp(52px,15vw,70px);

        line-height: 0.90;

        letter-spacing: -3px;

    }


    .hg-hero-left h1 em {

        letter-spacing: -3px;

    }


    .hg-byline {

        justify-content: center;

        font-size: 9px;

    }


    .hg-intro {

        margin:
            21px auto 25px;

        font-size: 13px;

        line-height: 1.65;

    }


    .hg-home-types {

        width: 100%;

        min-width: 0;

        padding:
            16px 7px;

    }


    .hg-home-type {

        min-width: 0;

    }


    .hg-home-type strong {

        font-size: 18px;

    }


    .hg-home-type small {

        font-size: 7px;

    }


    .hg-home-type.studio strong {

        font-size: 14px;

    }


    .hg-type-line {

        margin:
            0 3px;

        height: 28px;

    }


    .hg-hero-actions {

        flex-direction: column;

        gap: 14px;

        margin-top: 25px;

    }


    .hg-main-btn {

        padding:
            13px 23px;

    }


    .hg-form-card {

        width: 100%;

        padding:
            26px 19px;

    }


    .hg-form-card:before {

        left: 20px;

        right: 20px;

    }


    .hg-form-top {

        text-align: center;

    }


    .hg-form-top h2 {

        font-size: 24px;

    }


    .hg-bottom-label {

        display: none;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hg-hero-inner {

        width: 92%;

        padding:
            40px 0 45px;

    }


    .hg-hero-left h1 {

        font-size: 47px;

    }


    .hg-home-types {

        padding:
            14px 3px;

    }


    .hg-home-type strong {

        font-size: 16px;

    }


    .hg-type-line {

        margin:
            0 2px;

    }


    .hg-form-card {

        padding:
            23px 15px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9379af *//* =========================================================
   HARIDWAR GREENS - PROJECT OVERVIEW
   GREEN + WHITE PREMIUM THEME
========================================================= */

.hg-overview-section {

    width: 100%;

    background: #ffffff;

    padding: 95px 0;

    overflow: hidden;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

}


/* =========================================================
   CONTAINER
========================================================= */

.hg-overview-container {

    width: 90%;

    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        0.95fr
        1.05fr;

    align-items: center;

    gap: 85px;

}


/* =========================================================
   IMAGE AREA
========================================================= */

.hg-overview-image {

    position: relative;

    height: 540px;

    overflow: hidden;

    border-radius: 5px;

    background: #eaf1ed;

}


.hg-overview-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.7s ease;

}


.hg-overview-image:hover img {

    transform:
        scale(1.035);

}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.hg-overview-image:after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(7,48,35,0.50) 100%
        );

    pointer-events: none;

}


/* =========================================================
   IMAGE BADGE
========================================================= */

.hg-image-badge {

    position: absolute;

    z-index: 2;

    left: 28px;

    bottom: 28px;

    padding:
        16px 20px;

    background:
        rgba(255,255,255,0.93);

    border-left:
        3px solid #0c4a37;

    box-shadow:
        0 12px 35px rgba(0,0,0,0.14);

}


.hg-image-badge span {

    display: block;

    color: #6d7b74;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 2px;

}


.hg-image-badge strong {

    display: block;

    margin-top: 3px;

    color: #0c4a37;

    font-size: 17px;

    letter-spacing: 1px;

}


/* =========================================================
   CONTENT
========================================================= */

.hg-overview-content {

    max-width: 570px;

}


/* =========================================================
   LABEL
========================================================= */

.hg-overview-label {

    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 17px;

    color: #0c4a37;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.hg-overview-label span {

    width: 30px;

    height: 1px;

    background: #0c4a37;

}


/* =========================================================
   HEADING
========================================================= */

.hg-overview-content h2 {

    margin: 0 0 23px;

    color: #18372d;

    font-size:
        clamp(36px,4vw,53px);

    line-height: 1.05;

    font-weight: 300;

    letter-spacing: -2px;

}


.hg-overview-content h2 strong {

    color: #0c4a37;

    font-weight: 700;

}


/* =========================================================
   PARAGRAPHS
========================================================= */

.hg-overview-content p {

    margin:
        0 0 15px;

    color: #68756f;

    font-size: 14px;

    line-height: 1.85;

    font-weight: 400;

}


.hg-overview-content p strong {

    color: #28483b;

    font-weight: 700;

}


/* First paragraph */

.hg-overview-content .hg-overview-intro {

    color: #40564d;

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 17px;

}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.hg-overview-highlights {

    display: grid;

    grid-template-columns:
        1fr 1fr 1fr;

    gap: 0;

    margin-top: 30px;

    padding-top: 25px;

    border-top:
        1px solid #e2e9e5;

}


/* =========================================================
   SINGLE HIGHLIGHT
========================================================= */

.hg-highlight {

    display: flex;

    align-items: center;

    gap: 11px;

    padding-right: 15px;

}


.hg-highlight + .hg-highlight {

    padding-left: 15px;

    border-left:
        1px solid #e2e9e5;

}


/* =========================================================
   NUMBER ICON
========================================================= */

.hg-highlight-icon {

    width: 35px;

    height: 35px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #cddbd4;

    border-radius: 50%;

}


.hg-highlight-icon span {

    color: #0c4a37;

    font-size: 9px;

    font-weight: 700;

}


/* =========================================================
   HIGHLIGHT TEXT
========================================================= */

.hg-highlight strong {

    display: block;

    color: #244238;

    font-size: 10px;

    font-weight: 700;

}


.hg-highlight small {

    display: block;

    margin-top: 4px;

    color: #8a9690;

    font-size: 8px;

    line-height: 1.3;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .hg-overview-section {

        padding:
            75px 0;

    }


    .hg-overview-container {

        width: 92%;

        gap: 45px;

    }


    .hg-overview-image {

        height: 480px;

    }


    .hg-overview-content h2 {

        font-size: 42px;

    }


    .hg-overview-content p {

        font-size: 13px;

        line-height: 1.75;

    }


    .hg-overview-highlights {

        grid-template-columns:
            1fr 1fr;

        row-gap: 18px;

    }


    .hg-highlight:nth-child(3) {

        grid-column: 1 / -1;

    }


    .hg-highlight:nth-child(3) {

        padding-left: 0;

        border-left: 0;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hg-overview-section {

        padding:
            60px 0;

    }


    .hg-overview-container {

        width: 90%;

        display: flex;

        flex-direction: column;

        gap: 42px;

        align-items: stretch;

    }


    /* IMAGE */

    .hg-overview-image {

        width: 100%;

        height: 390px;

    }


    .hg-image-badge {

        left: 20px;

        bottom: 20px;

        padding:
            13px 16px;

    }


    .hg-image-badge strong {

        font-size: 15px;

    }


    /* CONTENT */

    .hg-overview-content {

        max-width: 100%;

    }


    .hg-overview-label {

        font-size: 9px;

        margin-bottom: 14px;

    }


    .hg-overview-content h2 {

        font-size:
            clamp(34px,10vw,45px);

        letter-spacing: -1.5px;

        margin-bottom: 20px;

    }


    .hg-overview-content p {

        font-size: 13px;

        line-height: 1.75;

    }


    .hg-overview-content .hg-overview-intro {

        font-size: 14px;

    }


    /* HIGHLIGHTS */

    .hg-overview-highlights {

        grid-template-columns: 1fr;

        gap: 15px;

        margin-top: 25px;

        padding-top: 20px;

    }


    .hg-highlight {

        padding:
            0 0 14px;

    }


    .hg-highlight + .hg-highlight {

        padding:
            14px 0 14px;

        border-left: 0;

        border-top:
            1px solid #e2e9e5;

    }


    .hg-highlight:nth-child(3) {

        grid-column: auto;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hg-overview-section {

        padding:
            50px 0;

    }


    .hg-overview-image {

        height: 330px;

    }


    .hg-overview-content h2 {

        font-size: 33px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e27fc0f *//* =========================================================
   HARIDWAR GREENS
   PREMIUM PROJECT HIGHLIGHTS
   GREEN BACKGROUND
========================================================= */

.hg-highlights-section {

    position: relative;

    width: 100%;

    padding: 95px 0 100px;

    background:
        #0b4936;

    overflow: hidden;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

}


/* =========================================================
   BACKGROUND DETAILS
========================================================= */

.hg-highlights-section:before {

    content: "";

    position: absolute;

    width: 600px;

    height: 600px;

    left: -300px;

    top: -300px;

    border-radius: 50%;

    border:
        1px solid rgba(255,255,255,0.08);

}


.hg-highlights-section:after {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    right: -230px;

    bottom: -230px;

    border-radius: 50%;

    border:
        1px solid rgba(255,255,255,0.07);

}


/* =========================================================
   CONTAINER
========================================================= */

.hg-highlights-container {

    position: relative;

    z-index: 2;

    width: 90%;

    max-width: 1180px;

    margin: 0 auto;

}


/* =========================================================
   HEADER
========================================================= */

.hg-highlights-header {

    max-width: 650px;

    margin: 0 auto 55px;

    text-align: center;

}


.hg-highlights-eyebrow {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-bottom: 18px;

    color:
        rgba(255,255,255,0.68);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 3px;

}


.hg-highlights-eyebrow span {

    width: 28px;

    height: 1px;

    background:
        rgba(255,255,255,0.55);

}


.hg-highlights-header h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(35px,4vw,52px);

    line-height: 1.05;

    font-weight: 300;

    letter-spacing: -2px;

}


.hg-highlights-header h2 strong {

    display: block;

    color: #ffffff;

    font-weight: 700;

}


.hg-highlights-header p {

    max-width: 540px;

    margin: 19px auto 0;

    color:
        rgba(255,255,255,0.68);

    font-size: 13px;

    line-height: 1.7;

}


/* =========================================================
   GRID
========================================================= */

.hg-highlights-grid {

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    border-top:
        1px solid rgba(255,255,255,0.18);

    border-bottom:
        1px solid rgba(255,255,255,0.18);

}


/* =========================================================
   CARD
========================================================= */

.hg-highlight-card {

    position: relative;

    min-height: 245px;

    padding:
        28px 24px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    transition:
        background .35s ease;

}


.hg-highlight-card + .hg-highlight-card {

    border-left:
        1px solid rgba(255,255,255,0.18);

}


.hg-highlight-card:hover {

    background:
        rgba(255,255,255,0.055);

}


/* =========================================================
   NUMBER
========================================================= */

.hg-highlight-number {

    align-self: flex-end;

    color:
        rgba(255,255,255,0.35);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1px;

}


/* =========================================================
   ICON
========================================================= */

.hg-highlight-icon {

    width: 48px;

    height: 48px;

    margin:
        16px 0 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(255,255,255,0.25);

    border-radius: 50%;

    transition:
        all .35s ease;

}


.hg-highlight-card:hover
.hg-highlight-icon {

    background: #ffffff;

    border-color: #ffffff;

}


.hg-highlight-icon svg {

    width: 21px;

    height: 21px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;

}


.hg-highlight-card:hover
.hg-highlight-icon svg {

    stroke: #0b4936;

}


/* =========================================================
   TITLE
========================================================= */

.hg-highlight-card h3 {

    min-height: 24px;

    margin: 0;

    color: #ffffff;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 600;

}


.hg-highlight-card p {

    max-width: 155px;

    margin:
        9px 0 0;

    color:
        rgba(255,255,255,0.58);

    font-size: 10px;

    line-height: 1.5;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .hg-highlights-section {

        padding:
            75px 0 80px;

    }


    .hg-highlights-grid {

        grid-template-columns:
            repeat(3, 1fr);

    }


    .hg-highlight-card {

        min-height: 220px;

    }


    .hg-highlight-card:nth-child(4) {

        border-left: 0;

        border-top:
            1px solid rgba(255,255,255,0.18);

    }


    .hg-highlight-card:nth-child(5) {

        border-top:
            1px solid rgba(255,255,255,0.18);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hg-highlights-section {

        padding:
            65px 0 70px;

    }


    .hg-highlights-container {

        width: 90%;

    }


    .hg-highlights-header {

        margin-bottom: 38px;

    }


    .hg-highlights-eyebrow {

        font-size: 8px;

        letter-spacing: 2px;

    }


    .hg-highlights-header h2 {

        font-size:
            clamp(32px,9vw,42px);

        letter-spacing: -1.5px;

    }


    .hg-highlights-header p {

        font-size: 12px;

        line-height: 1.65;

    }


    /* GRID */

    .hg-highlights-grid {

        grid-template-columns:
            1fr 1fr;

    }


    .hg-highlight-card {

        min-height: 210px;

        padding:
            22px 13px;

    }


    .hg-highlight-card:nth-child(3) {

        border-left: 0;

        border-top:
            1px solid rgba(255,255,255,0.18);

    }


    .hg-highlight-card:nth-child(4) {

        border-left:
            1px solid rgba(255,255,255,0.18);

    }


    .hg-highlight-card:nth-child(5) {

        grid-column:
            1 / -1;

        border-left: 0;

        border-top:
            1px solid rgba(255,255,255,0.18);

    }


    .hg-highlight-number {

        font-size: 8px;

    }


    .hg-highlight-icon {

        width: 42px;

        height: 42px;

        margin:
            12px 0 17px;

    }


    .hg-highlight-icon svg {

        width: 18px;

        height: 18px;

    }


    .hg-highlight-card h3 {

        font-size: 14px;

    }


    .hg-highlight-card p {

        font-size: 9px;

        max-width: 130px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hg-highlights-section {

        padding:
            55px 0 60px;

    }


    .hg-highlight-card {

        min-height: 200px;

        padding:
            20px 10px;

    }


    .hg-highlight-card h3 {

        font-size: 13px;

    }

}/* End custom CSS */