﻿/* =========================================================
   HULEG INTERNATIONAL SCHOOL
   HOME PAGE - HARROW INSPIRED STRUCTURE
========================================================= */

:root {
    --hh-navy: #971a22;
    --hh-navy-dark: #061f38;
    --hh-gold: #b59a62;
    --hh-gold-light: #c9b17b;
    --hh-cream: #f5f3ed;
}


/* =========================================================
   HERO
========================================================= */

.hh-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: url("/images/surguuli.jpg") center center / cover no-repeat;
    color: #fff;
}

.hh-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.10) 35%, rgba(0,0,0,.72) 100% );
}

.hh-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 250px;
    padding-bottom: 85px;
}

.hh-hero-eyebrow {
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
}

.hh-hero-title {
    margin: 0;
    max-width: 1000px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem,5.5vw,5.8rem);
    font-weight: 400;
    line-height: 1.03;
}

.hh-hero-bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hh-hero-intro {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.90);
    font-size: 15px;
    line-height: 1.8;
}

.hh-hero-buttons {
    display: flex;
    gap: 12px;
}

.hh-hero-gold-button {
    min-width: 165px;
    padding: 15px 25px;
    background: var(--hh-gold);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

    .hh-hero-gold-button:hover {
        background: #fff;
        color: var(--hh-navy);
    }


/* =========================================================
   INTRO
========================================================= */

.hh-intro-section {
    padding: 65px 20px 75px;
    background: #fff;
}

.hh-intro-inner {
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}

.hh-intro-mark {
    width: 110px;
    height: 9px;
    margin: -65px auto 38px;
    background: var(--hh-navy);
}

.hh-intro-title {
    margin-bottom: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem,3vw,3rem);
    font-weight: 400;
}

    .hh-intro-title em {
        color: var(--hh-gold);
        font-weight: 400;
    }

.hh-intro-line {
    width: 55px;
    height: 1px;
    margin: 20px auto 28px;
    background: var(--hh-gold);
}

.hh-intro-inner p {
    max-width: 1250px;
    margin: 0 auto 12px;
    color: #313b46;
    font-size: 14px;
    line-height: 1.85;
}

.hh-gold-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding: 12px 22px;
    border: 1px solid var(--hh-gold);
    color: var(--hh-gold);
    background: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

    .hh-gold-outline-button:hover {
        background: var(--hh-gold);
        color: #fff;
    }

/* =========================================================
   HULEG CAMBRIDGE SECTION
========================================================= */

.hh-cambridge-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient( 135deg, rgba(151, 26, 34, .92) 0%, rgba(151, 26, 34, .80) 55%, rgba(125, 20, 27, .88) 100% );
    color: #fff;
}


    /* subtle decoration */

    .hh-cambridge-section::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -160px;
        top: -240px;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 50%;
    }


    .hh-cambridge-section::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        right: -60px;
        bottom: -220px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 50%;
    }


/* =========================================================
   CONTENT
========================================================= */

.hh-cambridge-inner {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: 0 auto;
    padding: 90px 20px;
    text-align: center;
}


/* =========================================================
   SMALL TITLE
========================================================= */

.hh-cambridge-kicker {
    margin-bottom: 14px;
    color: #e2c583;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
}


/* =========================================================
   TITLE
========================================================= */

.hh-cambridge-title {
    margin: 0;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.5rem, 6vw, 6rem);
    font-weight: 300;
    line-height: 1;
}


    .hh-cambridge-title strong {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 800;
    }


/* =========================================================
   GOLD LINE
========================================================= */

.hh-cambridge-gold-line {
    width: 110px;
    height: 3px;
    margin: 28px auto;
    background: #d2b36f;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.hh-cambridge-description {
    max-width: 750px;
    margin: 0 auto 45px;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   STATISTICS
========================================================= */

.hh-cambridge-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    margin-bottom: 45px;
}


.hh-cambridge-stat {
    display: flex;
    align-items: center;
    gap: 14px;
}


    .hh-cambridge-stat strong {
        color: #fff;
        font-size: clamp(3.8rem, 6vw, 6rem);
        font-weight: 800;
        line-height: .9;
    }


    .hh-cambridge-stat span {
        color: #e2c583;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.45;
        text-align: left;
        letter-spacing: .05em;
    }


/* =========================================================
   BUTTON
========================================================= */

.hh-cambridge-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-width: 220px;
    padding: 15px 25px;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(255,255,255,.05);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    transition: all .25s ease;
}


    .hh-cambridge-button span {
        font-size: 17px;
        line-height: 1;
    }


    .hh-cambridge-button:hover {
        background: #fff;
        border-color: #fff;
        color: #971a22 !important;
        transform: translateY(-2px);
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .hh-cambridge-inner {
        padding: 75px 30px;
    }


    .hh-cambridge-stats {
        gap: 45px;
    }


    .hh-cambridge-stat strong {
        font-size: 4rem;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .hh-cambridge-inner {
        padding: 60px 20px;
    }


    .hh-cambridge-kicker {
        font-size: 9px;
    }


    .hh-cambridge-title {
        font-size: 3rem;
        line-height: 1.05;
    }


        .hh-cambridge-title strong {
            display: block;
        }


    .hh-cambridge-description {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 35px;
    }


    .hh-cambridge-stats {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-bottom: 35px;
    }


    .hh-cambridge-stat {
        width: 190px;
        justify-content: flex-start;
    }


        .hh-cambridge-stat strong {
            min-width: 115px;
            font-size: 3.6rem;
            text-align: right;
        }


    .hh-cambridge-button {
        width: 100%;
        max-width: 300px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .hh-cambridge-inner {
        padding: 50px 15px;
    }


    .hh-cambridge-title {
        font-size: 2.5rem;
    }


    .hh-cambridge-stat strong {
        font-size: 3.2rem;
    }
}
/* =========================================================
   SCHOOL LEVELS
   4 EQUAL CARDS
========================================================= */

.hh-levels-section {
    position: relative;
    padding: 85px 0 95px;
    background: #fff;
}


/* =========================================================
   HEADING
========================================================= */

.hh-levels-heading {
    max-width: 750px;
    margin: 0 auto 48px;
    text-align: center;
}


.hh-levels-kicker {
    margin-bottom: 8px;
    color: #b79a60;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .17em;
}


.hh-levels-heading h2 {
    margin: 0;
  
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 400;
    line-height: 1.15;
}


.hh-levels-heading-line {
    width: 55px;
    height: 2px;
    margin: 20px auto;
    background: #b79a60;
}


.hh-levels-heading p {
    max-width: 620px;
    margin: 0 auto;
    color: #6d747a;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   CARD
========================================================= */

.hh-level-new-card {
    position: relative;
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #e3dfd8;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}


    .hh-level-new-card:hover {
        transform: translateY(-7px);
        border-color: #b79a60;
        box-shadow: 0 18px 38px rgba(0,0,0,.11);
    }


/* =========================================================
   IMAGE
========================================================= */

.hh-level-new-image {
    position: relative;
    height: 285px;
    overflow: hidden;
    background: #eee;
}


    .hh-level-new-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform .6s ease;
    }


.hh-level-new-card:hover
.hh-level-new-image img {
    transform: scale(1.055);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.hh-level-new-overlay {
    position: absolute;
    inset: 0;

    transition: background .3s ease;
}


.hh-level-new-card:hover
.hh-level-new-overlay {
   
}


/* =========================================================
   NUMBER
========================================================= */

.hh-level-new-number {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(151,26,34,.92);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
}


/* =========================================================
   CONTENT
========================================================= */

.hh-level-new-content {
    position: relative;
    min-height: 150px;
    padding: 24px 24px 22px;
    border-top: 4px solid #b79a60;
    background: #fff;
}


.hh-level-new-small {
    margin-bottom: 7px;
    color: #b79a60;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
}


.hh-level-new-content h3 {
    margin: 0 0 20px;
    color: #971a22 !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}


.hh-level-new-content > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #686868;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    transition: color .25s ease, gap .25s ease;
}


.hh-level-new-card:hover
.hh-level-new-content > span {
    gap: 15px;
    color: #971a22;
}


/* =========================================================
   ARROW
========================================================= */

.hh-level-new-content i {
    color: #b79a60;
    font-size: 14px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .hh-levels-section {
        padding: 70px 0 75px;
    }


    .hh-level-new-image {
        height: 260px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .hh-levels-section {
        padding: 55px 0 60px;
    }


    .hh-levels-heading {
        margin-bottom: 35px;
        padding: 0 15px;
    }


        .hh-levels-heading h2 {
            font-size: 2.2rem;
        }


        .hh-levels-heading p {
            font-size: 13px;
        }


    .hh-level-new-image {
        height: 270px;
    }


    .hh-level-new-content {
        min-height: 130px;
        padding: 20px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .hh-level-new-image {
        height: 300px;
    }


    .hh-level-new-content h3 {
        font-size: 18px;
    }
}

/* =========================================================
   STORY
========================================================= */

.hh-story-section {
    position: relative;
    min-height: 560px;
    display: grid;
    grid-template-columns: 50% 50%;
    background: #bdd8ec;
}

.hh-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hh-story-panel {
    align-self: center;
    margin-left: -20px;
    padding: 55px 70px;
    background: rgba(8,41,70,.94);
    color: #fff;
    text-align: center;
}

.hh-story-icon {
    color: var(--hh-gold);
    font-size: 32px;
}

.hh-story-kicker {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 800;
}

.hh-story-panel h2 {
    margin-top: 4px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

    .hh-story-panel h2 span {
        font-weight: 300;
    }

.hh-story-line {
    width: 50px;
    height: 1px;
    margin: 20px auto;
    background: var(--hh-gold);
}

.hh-story-panel p {
    line-height: 1.7;
}

.hh-story-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    color: var(--hh-gold);
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}


/* =========================================================
   CENTERED SECTION TITLES
========================================================= */

.hh-centered-heading {
    margin-bottom: 45px;
    text-align: center;
}

    .hh-centered-heading h2 {
        margin: 0;
        font-size: 29px;
        font-weight: 400;
    }

    .hh-centered-heading div {
        color: var(--hh-gold);
        font-size: 27px;
        font-weight: 300;
    }

    .hh-centered-heading > span {
        display: block;
        width: 50px;
        height: 1px;
        margin: 20px auto;
        background: var(--hh-gold);
    }


/* =========================================================
   EXPLORE
========================================================= */

.hh-explore-section {
    padding: 80px 0;
    background: #fff;
}

.hh-explore-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 270px 270px;
}

.hh-explore-feature {
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
    overflow: hidden;
    background: var(--hh-cream);
    color: var(--hh-navy);
    text-decoration: none;
}

    .hh-explore-feature img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hh-explore-feature-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .hh-explore-feature-content > div {
        color: var(--hh-gold);
        font-size: 13px;
    }

    .hh-explore-feature-content h3 {
        color: var(--hh-navy);
        font-size: 23px;
        font-weight: 400;
    }

    .hh-explore-feature-content p {
        color: #555;
        font-size: 13px;
        line-height: 1.7;
    }

.hh-small-button {
    align-self: flex-start;
    margin-top: 20px;
    padding: 9px 14px;
    border: 1px solid var(--hh-gold);
    color: var(--hh-gold);
    font-size: 9px;
    font-weight: 700;
}

.hh-explore-tile {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

    .hh-explore-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .hh-explore-tile:hover img {
        transform: scale(1.05);
    }

.hh-explore-tile-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8,41,70,.3);
}

.hh-explore-tile-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 28px;
    z-index: 2;
}

    .hh-explore-tile-content h3 {
        margin: 0;
        color: #fff;
        font-size: 19px;
    }

    .hh-explore-tile-content span {
        color: var(--hh-gold-light);
        font-size: 11px;
    }

.hh-explore-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff;
    color: #555;
    transform: translate(-50%,-50%);
    font-size: 30px;
}


/* =========================================================
   LATEST NEWS
========================================================= */

.hh-latest-section {
    padding: 80px 0;
    background: #fff;
}

.hh-latest-card {
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.hh-latest-image {
    height: 300px;
    overflow: hidden;
}

    .hh-latest-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

.hh-latest-card:hover
.hh-latest-image img {
    transform: scale(1.04);
}

.hh-latest-title {
    min-height: 65px;
    margin-top: -65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 20px;
    background: rgba(181,154,98,.90);
    color: #fff;
    font-size: 16px;
}

    .hh-latest-title i {
        color: var(--hh-navy);
        font-size: 22px;
    }

.hh-latest-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}


/* =========================================================
   EVENTS
========================================================= */

.hh-home-events {
    padding: 80px 0;
    background: var(--hh-cream);
}

.hh-home-event-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.hh-home-event {
    display: flex;
    gap: 22px;
    padding: 22px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    border-left: 3px solid var(--hh-gold);
}

.hh-home-event-date {
    min-width: 70px;
    text-align: center;
}

    .hh-home-event-date strong {
        display: block;
        color: rgba(0,0,0);
        font-size: 35px;
        line-height: 1;
    }

    .hh-home-event-date span {
        color: var(--hh-gold);
        font-size: 11px;
        font-weight: 700;
    }

.hh-home-event-content small {
    color: var(--hh-gold);
    font-size: 9px;
    font-weight: 700;
}

.hh-home-event-content h3 {
    margin: 4px 0;
    color: rgba(0,0,0);
    font-size: 18px;
}

.hh-home-event-content p {
    margin: 0;
    color: #777;
    font-size: 11px;
}


/* =========================================================
   LOCATION
========================================================= */

.hh-location-section {
    min-height: 600px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.hh-location-info {
    padding: 70px 60px;
    text-align: center;
    background: #fff;
}

.hh-location-photo {
    width: 420px;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 25px;
}

.hh-location-info h3 {
    color: var(--hh-gold);
    font-size: 19px;
    font-weight: 400;
}

.hh-location-info p {
    color: rgb(0,0,0);
    line-height: 1.7;
}

.hh-location-buttons {
    display: flex;
    flex-direction: column;
    max-width: 265px;
    margin: 15px auto 0;
    gap: 0;
}

.hh-location-map {
    position: relative;
    background: #3b5579;
    overflow: hidden;
}

.hh-location-map-background {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5e9ea;
    color: #fff;
    text-align: center;
}

.hh-map-ring {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 4px solid var(--hh-gold);
    border-radius: 50%;
    color: var(--hh-gold);
    font-size: 28px;
}

.hh-location-map-background strong {
    font-size: 24px;
}

.hh-location-map-background p {
    margin-top: 5px;
    color: rgba(255,255,255,.75);
    font-size: 12px;
}


/* =========================================================
   EMPTY
========================================================= */

.hh-empty {
    padding: 40px;
    text-align: center;
    color: #777;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .hh-hero {
        min-height: 800px;
    }

    .hh-hero-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hh-results-grid {
        gap: 35px;
    }

    .hh-story-section {
        grid-template-columns: 1fr;
    }

    .hh-story-image {
        height: 430px;
    }

    .hh-story-panel {
        margin: 0;
    }

    .hh-explore-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .hh-explore-feature {
        grid-column: span 2;
        min-height: 300px;
    }

    .hh-home-event-grid {
        grid-template-columns: 1fr;
    }

    .hh-location-section {
        grid-template-columns: 1fr;
    }

    .hh-location-map {
        min-height: 450px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .hh-hero {
        min-height: 720px;
        background-position: center center;
    }

    .hh-hero-content {
        padding-top: 175px;
        padding-bottom: 60px;
    }

    .hh-hero-title {
        font-size: 2.8rem;
    }

    .hh-hero-buttons {
        width: 100%;
        flex-direction: column;
    }

    .hh-hero-gold-button {
        width: 100%;
    }

    .hh-intro-section {
        padding: 55px 15px;
    }

    .hh-results-section {
        min-height: 700px;
    }

    .hh-results-grid {
        flex-direction: column;
    }

    .hh-result {
        min-width: 210px;
    }

    .hh-result-number {
        min-width: 130px;
        text-align: right;
    }

    .hh-levels-section {
        padding: 60px 15px;
    }

    .hh-level-divider {
        display: none;
    }

    .hh-level-card {
        height: 260px;
    }

    .hh-story-image {
        height: 330px;
    }

    .hh-story-panel {
        padding: 45px 25px;
    }

    .hh-explore-grid {
        display: block;
    }

    .hh-explore-feature,
    .hh-explore-tile {
        min-height: 300px;
        margin-bottom: 2px;
    }

    .hh-explore-feature {
        display: block;
    }

        .hh-explore-feature img {
            position: absolute;
            inset: 0;
        }

        .hh-explore-feature::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255,255,255,.90);
        }

    .hh-explore-feature-content {
        position: relative;
        z-index: 2;
        min-height: 300px;
    }

    .hh-latest-image {
        height: 280px;
    }

    .hh-latest-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hh-location-info {
        padding: 55px 20px;
    }
}
/* ============================================================
   HULEG HOME HERO CAROUSEL
   FINAL FIXED VERSION
============================================================ */

.hh-hero-carousel {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #111;
}


/* ============================================================
   CAROUSEL
============================================================ */

#hulegHeroCarousel {
    position: relative;
    width: 100%;
    height: 820px;
    overflow: hidden;
}

    #hulegHeroCarousel .carousel-inner,
    #hulegHeroCarousel .carousel-item {
        width: 100%;
        height: 100%;
    }


/* ============================================================
   IMAGE
============================================================ */

.hh-carousel-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


/* ============================================================
   OVERLAY
============================================================ */

.hh-carousel-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( 180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.02) 40%, rgba(0,0,0,.08) 60%, rgba(0,0,0,.55) 100% );
}


/* ============================================================
   CONTENT AREA
============================================================ */

.hh-carousel-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    z-index: 25;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    pointer-events: none;
}


/* ============================================================
   TEXT
============================================================ */

.hh-carousel-intro {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 24px;
    padding: 0 30px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,.65);
}


/* ============================================================
   BUTTON ROW
============================================================ */

.hh-carousel-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    pointer-events: auto;
}


/* ============================================================
   GOLD BUTTONS
============================================================ */

.hh-carousel-button {
    width: 230px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #b79a60;
    border: 1px solid #b79a60;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

    .hh-carousel-button:hover {
        background: #971a22;
        border-color: #971a22;
        color: #fff !important;
        transform: translateY(-2px);
    }


/* ============================================================
   INDICATORS
============================================================ */

.hh-carousel-indicators {
    position: absolute;
    bottom: 145px !important;
    z-index: 32;
    margin-bottom: 0;
}

    .hh-carousel-indicators [data-bs-target] {
        width: 9px;
        height: 9px;
        margin: 0 5px;
        padding: 0;
        border: 1px solid #fff;
        border-radius: 50%;
        background: transparent;
        opacity: .9;
    }

    .hh-carousel-indicators .active {
        background: #b79a60;
        border-color: #b79a60;
        opacity: 1;
    }


/* ============================================================
   ARROWS
============================================================ */

.hh-carousel-arrow {
    z-index: 30;
    width: 65px;
    opacity: 1;
}

    .hh-carousel-arrow:hover {
        opacity: .7;
    }

    .hh-carousel-arrow .carousel-control-prev-icon,
    .hh-carousel-arrow .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        background-size: 27px 27px;
    }


/* ============================================================
   HEADER OVER HERO
============================================================ */

.home-page .hero-site-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2000;
}


/* ============================================================
   WHITE TOP BAR
============================================================ */

.home-page .hero-topbar,
.home-page .hero-topbar-inner {
    background: #fff !important;
}


/* ============================================================
   RED TRANSPARENT NAV
============================================================ */

.home-page .hero-mainnav {
  
    box-shadow: none !important;
}


/* ============================================================
   CENTER LOGO
============================================================ */

.home-page .hero-center-logo-inner {
  
}


/* ============================================================
   STICKY HEADER
============================================================ */

.home-page .hero-site-header.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
}

    .home-page
    .hero-site-header.is-sticky
    .hero-mainnav {
        background: rgba(151,26,34,.98) !important;
        box-shadow: 0 8px 25px rgba(0,0,0,.18) !important;
    }


/* ============================================================
   LARGE DESKTOP
============================================================ */

@media (min-width: 1600px) {

    #hulegHeroCarousel {
        height: 860px;
    }

    .hh-carousel-content {
        bottom: 46px;
    }

    .hh-carousel-indicators {
        bottom: 150px !important;
    }
}


/* ============================================================
   LAPTOP
============================================================ */

@media (max-width: 1199.98px) {

    #hulegHeroCarousel {
        height: 760px;
    }

    .hh-carousel-content {
        bottom: 36px;
    }

    .hh-carousel-intro {
        max-width: 760px;
        font-size: 16px;
    }

    .hh-carousel-button {
        width: 200px;
        height: 50px;
        font-size: 11px;
    }

    .hh-carousel-indicators {
        bottom: 132px !important;
    }
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991.98px) {

    #hulegHeroCarousel {
        height: 720px;
    }

    .hh-carousel-content {
        bottom: 30px;
    }

    .hh-carousel-intro {
        max-width: 680px;
        margin-bottom: 18px;
        font-size: 15px;
    }

    .hh-carousel-buttons {
        gap: 10px;
    }

    .hh-carousel-button {
        width: 185px;
        height: 48px;
        font-size: 10px;
    }

    .hh-carousel-indicators {
        bottom: 120px !important;
    }
}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767.98px) {

    #hulegHeroCarousel {
        height: 680px;
    }

    .hh-carousel-image {
        object-position: center center;
    }

    .hh-carousel-content {
        bottom: 22px;
        padding: 0 20px;
    }

    .hh-carousel-intro {
        max-width: 500px;
        margin-bottom: 16px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 1.45;
    }

    .hh-carousel-buttons {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .hh-carousel-button {
        width: 100%;
        max-width: 300px;
        height: 45px;
        font-size: 10px;
    }

    .hh-carousel-indicators {
        bottom: 190px !important;
    }

    .hh-carousel-arrow {
        width: 42px;
    }

        .hh-carousel-arrow .carousel-control-prev-icon,
        .hh-carousel-arrow .carousel-control-next-icon {
            width: 26px;
            height: 26px;
            background-size: 18px 18px;
        }
}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 430px) {

    #hulegHeroCarousel {
        height: 650px;
    }

    .hh-carousel-intro {
        font-size: 13px;
    }

    .hh-carousel-button {
        max-width: 280px;
    }

    .hh-carousel-indicators {
        bottom: 188px !important;
    }
}
/* =========================================================
   5. OUR STORY
========================================================= */

.hh-story-section {
    width: 100%;
    display: flex;
    align-items: center;
    /* light Huleg background */
    background: #f5e9ea;
    padding: 40px 0;
    overflow: hidden;
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.hh-story-image {
    width: 50%;
    flex: 0 0 50%;
    position: relative;
    z-index: 1;
}

    .hh-story-image img {
        display: block;
        width: 100%;
        height: 640px;
        object-fit: cover;
        object-position: center;
    }


/* =========================================================
   RIGHT RED PANEL
========================================================= */

.hh-story-panel {
    width: 50%;
    flex: 0 0 50%;
    position: relative;
    z-index: 2;
    background: linear-gradient( 135deg, rgba(151, 26, 34, .92) 0%, rgba(151, 26, 34, .80) 55%, rgba(125, 20, 27, .88) 100% );
    color: #fff;
    min-height: 395px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 65px 70px;
    text-align: center;
}


/* =========================================================
   ICON
========================================================= */

.hh-story-icon {
    color: #c5a35d;
    font-size: 31px;
    line-height: 1;
    margin-bottom: 22px;
}

    .hh-story-icon i {
        display: block;
    }


/* =========================================================
   KICKER
========================================================= */

.hh-story-kicker {
    color: #c5a35d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/* =========================================================
   TITLE
========================================================= */

.hh-story-panel h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 2.2vw, 40px);
    font-weight: 700;
    line-height: 1.25;
}

    .hh-story-panel h2 span {
        font-weight: 400;
    }


/* =========================================================
   GOLD LINE
========================================================= */

.hh-story-line {
    width: 50px;
    height: 1px;
    margin: 28px auto;
    background: #c5a35d;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.hh-story-panel p {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   LINK
========================================================= */

.hh-story-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #d5b56d !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none !important;
    transition: color .25s ease, gap .25s ease;
}

    .hh-story-link i {
        font-size: 13px;
        transition: transform .25s ease;
    }

    .hh-story-link:hover {
        color: #fff !important;
    }

        .hh-story-link:hover i {
            transform: translateX(5px);
        }


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .hh-story-panel {
        padding-left: 90px;
        padding-right: 90px;
    }

        .hh-story-panel p {
            max-width: 760px;
        }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199.98px) {

    .hh-story-image img {
        height: 570px;
    }

    .hh-story-panel {
        padding: 55px 45px;
    }

        .hh-story-panel p {
            font-size: 14px;
        }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .hh-story-section {
        display: block;
        padding: 0;
    }

    .hh-story-image,
    .hh-story-panel {
        width: 100%;
        flex: none;
    }

        .hh-story-image img {
            height: 520px;
        }

    .hh-story-panel {
        min-height: auto;
        padding: 60px 50px;
    }

        .hh-story-panel h2 {
            font-size: 32px;
        }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .hh-story-image img {
        height: 430px;
    }

    .hh-story-panel {
        padding: 50px 30px;
    }

    .hh-story-icon {
        font-size: 27px;
        margin-bottom: 18px;
    }

    .hh-story-panel h2 {
        font-size: 28px;
    }

    .hh-story-line {
        margin: 23px auto;
    }

    .hh-story-panel p {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .hh-story-image img {
        height: 340px;
    }

    .hh-story-panel {
        padding: 42px 22px;
    }

        .hh-story-panel h2 {
            font-size: 25px;
        }

        .hh-story-panel p {
            font-size: 13px;
        }
}