@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/MinionPro-Regular.otf');
    /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle-Sans-Bold';
    src: url('../fonts/Adelle-Sans-Bold.otf');
    /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle-Sans-Light';
    src: url('../fonts/Adelle-Sans-Light.otf');
    /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle-Sans-Regular';
    src: url('../fonts/fonnts.com-Adelle_Sans_ARA_Regular.otf');
    /* IE9 Compat Modes */
    font-weight: 400;
    font-style: normal;
}

:root {
    --gold-color: rgb(184, 166, 133);
    --black-color: rgb(3, 12, 21);
    --dark-blue-color: rgb(25, 45, 80);
    --dark-blue-color-2: rgb(20, 39, 62);
    --light-blue-color: rgb(113, 152, 188);
}

.bg-dark-blue {
    background-color: var(--dark-blue-color);
}

.bg-dark-blue-2 {
    background-color: var(--dark-blue-color-2);
}

.bg-light-blue {
    background-color: var(--light-blue-color);
}

.bg-gold-color {
    background-color: var(--gold-color);
}

@media (max-width: 576px) {
    .hide-on-mobile {
        display: none;
    }

    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}



a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero-and-about {
    height: max-content;
}

/* Type Faces */
/* Base styles */
.energlobix__title {
    font-family: 'Adelle-Sans-Bold', sans-serif;
    font-size: 38px;
    line-height: 46px;
}

/* .energlobix__text {
    font-family: 'Adelle-Sans-Light', sans-serif;
    font-size: 28px;
    line-height: 36px;
} */

.energlobix__text {
    /* font-family: 'Adelle-Sans-Light', sans-serif; */
    font-family: 'Adelle-Sans-Regular', sans-serif;
    font-size: 22px;
    line-height: 30px;
}

.energlobix__text_2 {
    /* font-family: 'Adelle-Sans-Light', sans-serif; */
    font-family: 'Adelle-Sans-Regular', sans-serif;
    font-size: 22px;
    line-height: 32px;
}

.energlobix__text__reduce_by_1 {
    font-family: 'Adelle-Sans-Light', sans-serif;
    font-size: 27px !important;
    line-height: 35px !important;
}

.energlobix__text__reduce_by_2 {
    font-family: 'Adelle-Sans-Light', sans-serif;
    font-size: 26px !important;
    line-height: 34px !important;
}

.energlobix__text__subtitle {
    /* font-family: 'Adelle-Sans-Light', sans-serif;
    font-size: 22px;
    line-height: 36px; */

    font-family: 'Adelle-Sans-Regular', sans-serif;
    font-size: 22px;
    line-height: 30px;
}

@media (max-width: 576px) {
    .energlobix__text__subtitle {
        font-family: 'Adelle-Sans-Regular', sans-serif;
        font-size: 22px;
        line-height: 36px;
    
        /* font-family: 'Adelle-Sans-Regular', sans-serif;
        font-size: 26px;
        line-height: 34px; */
    }
}

.energlobix__point {
    font-family: 'Adelle-Sans-Light', sans-serif;
    font-size: 17px;
    line-height: 20.6px;
}

.energlobix__links {
    font-family: 'Adelle-Sans-Bold', sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    text-decoration: none;
}

.energlobix__card-title {
    font-family: 'Adelle-Sans-Bold', sans-serif;
    font-size: 34.575px;
    line-height: 41.89px;
}

.energlobix__card-title-2 {
    font-family: 'Adelle-Sans-Bold', sans-serif;
    font-size: 27px;
    line-height: 32.4px;
}

.energlobix__card-text {
    font-family: 'Adelle-Sans-Regular', sans-serif;
    font-size: 18.81px;
    line-height: 22.81px;
}

/* Styles for iPads (75% of the original size) */
@media (max-width: 1024px) {
    .energlobix__title {
        font-size: calc(38px * 0.75);
        line-height: calc(46px * 0.75);
    }

    .energlobix__text {
        font-size: calc(28px * 0.75);
        line-height: calc(36px * 0.75);
    }

    .energlobix__text_2 {
        font-size: calc(22px * 1);
        line-height: calc(32px * 1);
    }

    .energlobix__links {
        font-size: calc(18px * 0.75);
        line-height: calc(21.6px * 0.75);
    }

    .energlobix__card-title {
        font-size: calc(34.575px * 0.75);
        line-height: calc(41.89px * 0.75);
    }

    .energlobix__card-text {
        font-size: calc(28px * 0.75);
        line-height: calc(36px * 0.75);
    }

    .read-more-arrow2 {
        margin-top: -8px !important;
    }
}

/* Styles for mobiles (50% of the original size) */
@media (max-width: 576px) {
    .energlobix__title {
        /* font-size: calc(38px * 0.60);
        line-height: calc(46px * 0.60); */

        font-size: calc(34.575px * 0.75);
        line-height: calc(41.89px * 0.75);
    }

    .energlobix__text {
        font-size: calc(28px * 0.60);
        line-height: calc(36px * 0.60);
    }

    .energlobix__text_2 {
        font-size: calc(22px * 0.75);
        line-height: calc(32px * 0.75);
    }

    .energlobix__links {
        font-size: calc(18px * 0.75);
        line-height: calc(21.6px * 0.75);
    }

    .energlobix__card-title {
        font-size: calc(34.575px * 0.75);
        line-height: calc(41.89px * 0.75);
    }

    .energlobix__card-text {
        font-size: calc(28px * 0.60);
        line-height: calc(36px * 0.60);
    }
}


/* 3 Text colors */
.text-gold {
    color: var(--gold-color);
}

.text-blue {
    color: var(--dark-blue-color);
}

.text-light-blue {
    color: var(--light-blue-color);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'MinionPro-Regular', sans-serif;
    margin: 0;
}

.color-test {
    color: var(--gold-color);
}


@media (min-width: 576px) {
    .navbar-container {
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .navbar-container {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .navbar-container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .navbar-container {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1400px) {
    .navbar-container {
        background: #000 !important;
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        display: flex;
        justify-content: center;
        /* Center the content horizontally */
    }
}

@media(min-width: 1441px) {
    .navbar-container {
        max-width: 1320px;
        width: 100%;
    }
}


/* Base styles for the navbar */
.energlobix__navbar {
    height: 202.937px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
    max-width: 1320px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.energlobix__navbar .logo {
    max-height: 140px;
    /* Adjust as needed */
}

.navlinks {
    display: flex;
    align-items: center;
}

.energlobix__navbar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 50px;
    font-family: 'Adelle-Sans-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.8px;
}

.energlobix__navbar ul li {
    cursor: pointer;
    /* color: var(--gold-color); */
    /* color: rgb(184, 166, 133, 0.95); */
    color: white;
    text-decoration: none;
}

.energlobix__navbar .navlinks ul li.active {
    color: white;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 3px;
}

.energlobix__navbar ul li:hover {
    color: #fff;
}


.navbar-right-side {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Hamburger Icon & Premium Dropdown Navigation Menu & Mobile Sidebar */
.hamburger-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
    pointer-events: auto;
    transition: color 0.15s ease-in-out;
}

.hamburger-btn:hover {
    color: #d1d5db;
}

.hamburger-btn svg {
    width: 2rem;
    height: 2rem;
}

.menu-wrapper {
    position: relative;
    pointer-events: auto;
}

.nav-menu-container {
    position: fixed;
    top: 0;
    right: -320px; /* hidden off-screen by default on mobile */
    width: 300px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.96);
    backdrop-filter: blur(12px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    overflow-y: auto;
    box-sizing: border-box;
}

.nav-menu-container.active {
    right: 0; /* slide in on mobile */
    pointer-events: auto;
}

.close-menu-btn {
    align-self: flex-end;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    transition: color 0.15s ease-in-out;
}

.close-menu-btn:hover {
    color: #c2b18f;
}

/* Desktop dropdown styling */
@media (min-width: 992px) {
    .nav-menu-container {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        width: 250px !important;
        height: auto !important;
        background-color: rgba(0, 0, 0, 0.95) !important;
        backdrop-filter: blur(8px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 0.5rem !important;
        z-index: 1000 !important;
        padding: 0.5rem 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-10px) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow-y: visible !important; /* to allow submenus to fly out */
    }

    .nav-menu-container.active {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }

    .close-menu-btn {
        display: none !important;
    }
}

.nav-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
}

.nav-menu-item {
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
}

.nav-menu-link {
    color: #fff !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 1rem 1.5rem !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.nav-menu-link:hover {
    color: #c2b18f !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Submenu styles */
.nav-submenu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
}

.submenu-link {
    color: #fff !important;
    text-decoration: none !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.submenu-arrow {
    transition: transform 0.2s ease-in-out !important;
    margin-left: 0.5rem !important;
    vertical-align: middle !important;
}

/* Mobile/Tablet Submenu Accordion styles */
@media (max-width: 991.98px) {
    .nav-submenu {
        display: none !important;
        padding-left: 1.5rem !important;
    }

    .nav-submenu li {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .nav-submenu.open {
        display: flex !important;
        flex-direction: column !important;
    }

    .submenu-link {
        color: #ccc !important;
        font-size: 0.9rem !important;
        display: block !important;
        padding: 0.6rem 0 !important;
    }

    .submenu-link:hover {
        color: #c2b18f !important;
    }

    .has-submenu.active > .nav-menu-link .submenu-arrow {
        transform: rotate(180deg) !important;
    }
}

/* Desktop inline expanding submenus */
@media (min-width: 992px) {
    .nav-menu-item {
        position: relative !important;
    }

    .nav-submenu {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 0 !important;
        width: 100% !important;
        background-color: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease !important;
    }

    .nav-submenu.open {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 300px !important;
    }

    .submenu-link {
        font-size: 0.9rem !important;
        text-transform: uppercase !important;
        display: block !important;
        padding: 0.75rem 2.5rem !important;
    }

    .submenu-link:hover {
        color: #c2b18f !important;
        background-color: rgba(255, 255, 255, 0.05) !important;
    }

    .submenu-arrow {
        transform: none !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .has-submenu.active > .nav-menu-link .submenu-arrow {
        transform: rotate(180deg) !important;
    }
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .energlobix__navbar {
        height: auto;
        padding: 1rem 2rem;
    }

    .energlobix__navbar .logo {
        max-height: 100px;
    }

    .navlinks {
        display: none !important;
    }

    .navbar-right-side {
        gap: 0;
    }
}

/* Optional: additional styles for very small screens */
@media (max-width: 576px) {
    .energlobix__navbar {
        padding: 2rem 2rem;
    }
}

.hero-slider-section {
    position: relative;
    width: 100%;
    min-height: 1134px;
    overflow: hidden;
}

.slide {
    position: absolute;
    padding-top: 202.937px;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    z-index: -10;
}

@media (max-width: 576px) {
    .slide {
        background-size: 380% auto;
        background-repeat: no-repeat;
        background-position: top;
    }

    .video-bg {
        width: auto;
        height: 100%;
        z-index: -10;
        position: absolute;
        top: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.slide.active {
    opacity: 1;
}

.hero-section {
    background-size: cover;
    background-position: 0px -50px;
    background-repeat: no-repeat;
    min-height: 1134px;
    display: flex;
    flex-direction: column;
    background-attachment: fixed;
}

.fade-in {
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}



.hero-mid-section {
    margin-top: 159.596px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: 'Adelle-Sans-Light', sans-serif;
}

@media (max-width : 576px) {
    .hero-mid-section {
        margin-top: 100px;
    }
}

.single-logo-transparent {
    position: absolute;
    max-width: 230px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* Ensures the image is behind the content */
}

.hero-mid-section-content {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    /* Ensures the content is above the image */
}

.hero-title {
    /* font-size: 54.74px; */
    /* line-height: 65.688px; */
    font-size: 52.74px;
    line-height: 63.688px;
}

.hero-subtitle {
    font-size: 36px;
    line-height: 61px;
}

.hero-lower-section {
    margin-top: 100px;
    /* font-size: 23px; */
    /* line-height: 27.8px; */
    font-size: 15px;
    line-height: 17px;
    display: flex;
    justify-content: center;
}

.explore-link-container {
    /* border: 1px solid var(--gold-color); */
    background-color: var(--gold-color);
    border-radius: 5px;
    padding: 10px 40px;
    padding-bottom: 6px;    
}

.explore-link-container img {
    width: 35px;
    margin-top: -5px;
}


.hero-lower-section,
.hero-lower-section a {
    text-decoration: none;
    font-family: 'Adelle-Sans-Bold', sans-serif;
    color: #fff;
    text-align: center;
}

@media (max-width : 576px) {

    .hero-section {
        background-position: center;
    }

    .hero-title {
        font-size: 41.055px;
        line-height: 49.266px;
        /* font-size: 25.37px; */
        
        /* line-height: 32.844px;
        font-size: 27.37px; */
    }

    .hero-subtitle {
        font-size: 27px;
        line-height: 45.75px;

        /* font-size: 20px;
        line-height: 30.5px; */
    }

    .hero-lower-section {
        /* margin-top: 115px; */
        margin-top: 60px;
        /* font-size: 17.25px;
        line-height: 20.85px; */
        font-size: 15px;
        line-height: 17px;
    }

    .single-logo-transparent {
        max-width: 182.5px;
    }

}

.about-section {
    position: relative;
    margin-top: -335px;
    background-image: url('../images/over-background2.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.who-we-are-about-section {
    position: relative;
    margin-top: -335px;
    background-image: url('../images/who-we-are-about-us-bg.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.what-we-do-about-section {
    position: relative;
    margin-top: -335px;
    background-image: url('../images/what-we-do-about-section-bg.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.how-we-do-it-about-section {
    position: relative;
    margin-top: -335px;
    background-image: url('../images/how-we-do-it-about-section-bg.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.insights-about-section {
    position: relative;
    margin-top: -335px;
    background-image: url('../images/insights-about-section-bg.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (max-width : 576px) {
    .about-section {
        background-image: url('../images/about_us_mobile.png');
    }

    .who-we-are-about-section {
        background-image: url('../images/who-we-are-about-us-bg-mobile.png');
    }

    .what-we-do-about-section {
        background-image: url('../images/what-we-do-about-section-bg-mobile.png');
    }

    .how-we-do-it-about-section {
        background-image: url('../images/how-we-do-it-about-section-bg-mobile.png');
    }

    .insights-about-section {
        background-image: url('../images/insights-about-section-bg-mobile.png');
    }
}

.oval-container {
    width: 100%;
    /* height: 1871.5px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 183.38px;
    padding-bottom: 151.597px;
}

.oval-container-2 {
    width: 100%;
    /* height: 1871.5px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 183.38px;
    padding-bottom: 151.597px;
}

.oval-container-3 {
    width: 100%;
    /* height: 1871.5px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 183.38px;
    padding-bottom: 300px;
}

@media (max-width : 576px) {
    .about-section {
        margin-top: -535px;
        /* border-top-left-radius: 100% 140px; */
        /* border-top-right-radius: 100% 140px;      */
        /* background-image: none; */
        /* background-color: var(--gold-color); */
    }

    .oval-container {
        padding-top: 250px;
        padding-bottom: 50px;
    }

    .oval-container-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .oval-container-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }


}

.energlobix__title a {
    text-decoration: none;
}

.energlobix__text-dark {
    color: var(--dark-blue-color);
}

.learn-more {
    font-family: 'Adelle-Sans-Bold', sans-serif;
    font-size: 18px;
    line-height: 21.6px;
}

.learn-more a,
.learn-more a:visited {
    color: #000;
    text-decoration: none;
}

.about-us {
    margin-top: 60px;
}

.about-us-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.card-image-container {
    z-index: 1;

}

.card-image {
    border-radius: 5.225px;
    max-width: 406.505px;
    z-index: 1;
}

.card-image-2 {
    border-radius: 5.225px;
    max-width: 515px;
    z-index: 1;
}

@media (max-width: 576px) {
    .card-image {
        max-width: 97%;
    }

    .card-image-2 {
        max-width: 97%;
    }

    .about-us-card {
        margin-bottom: 20px;
    }
}

.divider-logo-container {
    position: relative;
    z-index: 9 !important;
}

.card-content {
    max-width: 423.748px;
    border-radius: 5.225px;
    height: 100%;
    /* border: 0.523px solid var(--gold-color); */
    background: #F8F6F3;
    padding: 34px 50px;
    margin-top: -57px;
}

@media (max-width: 576px) {
    .card-content {
        padding-bottom: 10px;
    }
}

.card-content-2 {
    max-width: 559.50px;
    height: 100%;
    border-radius: 5.225px;
    /* border: 0.523px solid var(--gold-color); */
    background: #F8F6F3;
    padding: 34px 72px;
    padding-top: 94px;
    margin-top: -87px;

    display: flex;
    flex-direction: column;
}

.divider-container {
    margin-top: auto;
    /* Pushes the divider-container to the bottom */
}

.black-section {
    z-index: -1;
    margin-top: -280px;
    padding-top: 300px;
    background-color: #000;
}

.how-we-do-it-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

.how-box-bg1 {
    background-image: url('../images/shutterstock_1936256839.jpg');
    background-size: cover;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
}


.how-box-bg2 {
    background-image: url('../images/shutterstock_1945399948.jpg');
    background-size: cover;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
}

.how-box-bg3 {
    background-image: url('../images/shutterstock_2346258639.jpg');
    background-size: cover;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width : 576px) {

    .how-box-bg1,
    .how-box-bg2,
    .how-box-bg3 {
        min-height: 100vw !important;
    }
}

.how-section-links {
    cursor: pointer;
    width: 265px;
    padding: 10px;
    display: block;
}

.how-section-links:hover {
    background-color: var(--gold-color);
    border: none !important;
}

.commodities-section {
    padding: 0px 10px;
    margin-top: 117px;
    margin-bottom: 117px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.latest-news-section {
    display: flex;
    justify-content: center;
    gap: 73px;
}

.news-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.feed-image {
    width: 26.25px;
}

.vertical-divider {
    width: 1px;
    background-color: var(--gold-color);
}

@media (max-width: 576px) {
    .latest-news-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 73px;
    }

    .vertical-divider {
        width: 100%;
        height: 1px;
        background-color: var(--gold-color);
    }

}

.price-advisory {
    margin-top: 60px;
}

.insights,
.career {
    padding-top: 97.303px;
    padding-bottom: 126.573px;
}

.achievements,
.commitment {
    padding-top: 97.303px;
    padding-bottom: 126.573px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {

    .insights,
    .career {
        padding-top: 48.6515px;
        padding-bottom: 63.2865px;
    }
}

.insights {
    background-image: url('../images/insights-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.career {
    background-image: url('../images/careers-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us-section {

    padding-top: 124.4px;
    padding-bottom: 124.4px;
}



.contact-details {
    margin-top: 79.4px;
}

@media (max-width : 576px) {

    .contact-information {
        margin-bottom: 50px;
    }

    .contact-details {
        margin-top: 40.4px;
    }

}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid var(--gold-color);
    /* border-radius: 2px; */
    color: var(--gold-color);
    font-family: 'Adelle-Sans-Regular', sans-serif;
    font-weight: 400;
    padding: 10px;
    background: none;
    margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--gold-color);
}

.contact-form button {
    background-color: var(--dark-blue-color);
    color: var(--gold-color);
    margin-top: 0;
    font-family: 'Adelle-Sans-Regular', sans-serif;
    font-weight: 400;
    border-radius: 2px;
    padding: 10px 30px;
}

.contact-form button:hover {
    background-color: var(--gold-color);
}

.footer-logo img {
    max-height: 140px;
}

@media (max-width: 576px) {
    .footer-logo img {
        max-height: 100px;
    }
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    padding-bottom: 130px;
}

.footer-links a,
.footer-links a:visited {
    color: var(--gold-color);
    text-decoration: none;
}

.footer-link-text {
    font-family: 'Adelle-Sans-Bold', sans-serif;
    font-size: 14px;
    line-height: 17.6px;
}

@media (max-width : 576px) {
    .footer-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding-bottom: 65px;
    }

    .footer-link-text {
        font-size: calc(14 * 0.75)px;
        line-height: calc(17.6 * 0.75)px;
        text-align: center;
    }
}

.how-we-do-it-box {
    padding-top: 109px;
    padding-bottom: 109px;
    padding-left: 157.073px;
    padding-right: 157.073px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1550px) {
    .how-we-do-it-box {
        padding-left: 80px;
        padding-right: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }   
}

@media (max-width: 1440px) {
    .how-we-do-it-box {
        padding-left: 80px;
        padding-right: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }   
}

.title-gold-border {
    border: 1px solid var(--gold-color);
    border-radius: 5px;
    padding: 10px 40px;
    padding-bottom: 8px;
}

.title-blue-border {
    border: 1px solid var(--dark-blue-color);
    border-radius: 5px;
    padding: 10px 40px;
    padding-bottom: 8px;
}

.insights-box {
    padding-top: 71px;
    padding-bottom: 71px;
    padding-left: 192px;
    padding-right: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 543px;
}

.contact-us-maps {
    width: 667.084px;
    height: 381.192px;
    margin-top: 128.735px;
}

@media (max-width: 576px) {
    .how-we-do-it-box {
        width: 100%;
        height: 100vw;
        padding: 34px 72px;
    }

    .insights-box {
        width: 100%;
        min-height: 100vw;
        padding: 34px 72px;
    }

    .contact-us-maps {
        width: 100%;
    }
}

.top-oval {
    background-color: #192d50; height: 200px; border-radius: 100%;
}

.bottom-oval {
    background-color: #192d50; height: 200px; border-radius: 100%; margin-top: -100px;
}

@media (max-width: 557px) {
    .top-oval {
        background-color: #192d50; height: 200px; border-radius: 35%;
    }
    
    .bottom-oval {
        background-color: #192d50; height: 200px; border-radius: 50%; margin-top: -100px;
    }
}

#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Hidden by default */
    background-color: var(--gold-color);
    color: white;
    border: none;
    outline: none; 
    width: 40px;
    height: 40px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
}


#backToTopBtn:hover {
    background-color: var(--gold-color); /* Darker background on hover */
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    width: 100%;
}

.grid-item {
    position: relative;
    padding-bottom: 100%; /* This ensures the height equals the width */
    overflow: hidden;
}

.grid-item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media (max-width: 557px) {
    .grid-container {
        display: none;
    }
}