/* Highlight active parent */
ul li.sub-parent.active>a {
    color: #D4AF37;
    /* Example: Red text for active parent */
    /* font-weight: bold; */
}

header .sub-parent.active .arrow {
    filter: invert(94%) sepia(95%) saturate(4133%) hue-rotate(325deg) brightness(87%) contrast(89%);
}

/* Highlight active submenu */
ul li.sub-parent .submenu li.active>a {
    color: #D4AF37;
    /* Example: Blue text for active submenu */
}

header {
    position: relative;
}

@font-face {
    font-family: SansPro;
    src: url(../font/SourceSansPro-Regular.otf);
}

.quick-menu {
    margin-left: 6%;
    display: none;
}

.overflowX-hidden {
    overflow-x: hidden;
}

.navbar-toggler {
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar-toggler-icon div {
    width: 1.1rem;
    height: 3px;
    background-color: black;
    transition: all 0.3s ease;
    transform-origin: left center;
}

/* Active state for hamburger menu */
.navbar-toggler-icon.active div:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: -2px;
}

.navbar-toggler-icon.active div:nth-child(2) {
    opacity: 0;
}

.navbar-toggler-icon.active div:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
}


.navbar-toggler-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;

    align-items: center;
    row-gap: 3px;
    justify-content: center;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.navbar-toggler {
    border: solid 0px black;
}

.navbar-toggler.collapsed {
    border: none;
}

body.blur:not(.custom-mobile-sidebar) {
    filter: blur(5px);
    pointer-events: none;
}

.custom-mobile-sidebar {
    width: 20%;
    z-index: 3434343434;
    padding: 9% 20px 20px;
    top: -10%;
    background: white;
    visibility: hidden;
    opacity: 0;
    height: 1000%;
    position: fixed;
    left: -71%;
    transition: all 0.5s;
}

.custom-mobile-sidebar ul {
    padding-left: 6%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.custom-mobile-sidebar ul li a {
    color: black;
    font-weight: 400;
}

.custom-mobile-sidebar .custom-sidebar-close {
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    z-index: 3434;
    color: black;
    top: 1%;
    left: 83%;
}


.custom-mobile-sidebar.active {
    opacity: 1;
    visibility: inherit;
    left: 0%;
    transition: left 0.5s;
}

.container {
    width: calc(83vw + 0.1rem);
    margin: 0px auto;
}

body {
    /* font-family: SansPro; */
    font-family: "Roboto", sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.fixed {
    position: fixed;
    z-index: 90;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow for a sticky effect */
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.top-padding {
    padding-top: 3%;
}

.bottom-padding {
    padding-bottom: 6%;
}

.top-padding2 {
    padding-top: 3%;
}

.bottom-padding2 {
    padding-bottom: 3%;
}

.sub-heading {

    text-transform: uppercase;
    font-weight: 500;
    line-height: calc(3.4vw + 0.1rem);
    letter-spacing: -0.01em;
    font-size: calc(2.4vw + 0.1rem);
}

.highlight-text {
    color: #D4AF37;
    font-weight: 600;
}

img {
    max-width: 100%;
}

.row {
    display: flex;
}

a {
    text-decoration: none;
}

.button {
    position: relative;
    padding: calc(0.7vw + 0.1rem) calc(2vw + 0.1rem);
    border-radius: 10px;
    font-size: calc(1.1vw + 0.1rem);
    /* padding-right: calc(3vw + 0.1rem); */
    /* display: block; */
    background: #006039;
    color: white;
    width: fit-content;

    text-align: center;
    padding: 11px 14px;
    font-size: 1rem;

}

.button::after {
    position: absolute;
    content: '';
    right: 12%;
    z-index: 23;
    width: calc(1.2vw + 0.1rem);
    height: calc(1.2vw + 0.1rem);
    background-image: url('/img/button-arrow.png');
    background-size: cover;
}

.button2 {
    /* First Drop Shadow */
    position: relative;

    padding: 14px 24px;
    border-radius: 14px;
    font-size: calc(1vw + 0.1rem);
    /* padding-right: 50px; */
    display: block;
    width: fit-content;
    background: #006039;
    color: white;
    text-align: center;
}

.button2:hover {
    background-color: #D4AF37;
}

.button2::after {
    position: absolute;
    content: '';
    right: 12%;
    z-index: 23;
    width: calc(1.2vw + 0.1rem);
    height: calc(1.2vw + 0.1rem);
    background-image: url('/img/button-arrow.png');
    background-size: cover;
}

/*  */
.innersection {
    position: relative;
    padding: 100px 0px;
    display: flex;
    background-image: url(/img/bg-b.png);
    background-position: center;
    background-size: cover;
    flex-direction: column;
    text-transform: uppercase;
    align-items: center;
    color: white;
    z-index: 1;
}

.innersection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Black overlay with 60% opacity */
    z-index: -1;
    /* Place it behind the text */
}

.innersection .heading {
    color: #ffffff;
    font-weight: 500;
    font-size: calc(3.5vw + 0.1rem);
}

/* header style */
header {
    width: 100%;
    /* box-shadow: 0px 6px 108px 51px rgb(255 255 255 / 57%); */
    background: white;

    position: relative;
    z-index: 34;
    padding: 18px 0px;
    border-bottom: 1px solid gray;
}

header .row {
    justify-content: space-between;
    align-items: center;
}

header .logo-container {
    display: flex;
    align-items: center;
    width: 15%;
}

header .header-menu {
    width: 53%;
}

header .header-menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
}

header .sub-parent {
    position: relative;
    padding: 11px 0px;
}

header .sub-parent .arrow {
    padding-left: 3px;
    width: 12px;

}

/* header .sub-parent::after {
    cursor: pointer;
    content: '';
    width: calc(0.6vw + 0.1rem);
    background-position: center;
    top: 24%;
    left: 96%;
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(0.7vw + 0.1rem);
    background-image: url(/img/down-arrow.png);
    position: absolute;
    z-index: 2;
} */

header .header-menu ul li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(0.84vw + 0.1rem);
    color: #1b4f72;
}

header .header-menu ul li a:hover {
    color: #D4AF37;
}

header li .active {
    color: #D4AF37 !important;
}

header .submenu {
    box-shadow: 10px 10px 68px -38px rgba(0, 0, 0, 0.75);
    position: absolute;
    background: white;
    width: 300px;
    padding: 20px;
    top: 103%;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    /* display: none; */
}

header .sub-parent:hover .submenu {
    opacity: 1;
    visibility: visible;
}

header .submenu li {
    padding: 10px 0px;
}

header .submenu li a {
    font-size: calc(0.9vw + 0.1ren);
}

header .button-container {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 18%;
    column-gap: calc(1vw + 0.1rem);
}

.login,
.sign-up {
    padding: calc(0.7vw + 0.1rem) calc(1vw + 0.1rem);
}

.sign-up {
    background-color: #D4AF37;
}

.sign-up:hover {
    background-color: #812900;
}

.login:hover {
    background-color: #1b4f72;
}

/* footer */
footer {
    box-shadow: -10px -28px 37px -19px rgb(0 0 0 / 4%);
    /* display: none; */
    background-color: #ffffff;
    padding-bottom: 1.5%;
    /* color: #ffffff; */
}

footer li a,
footer p {
    /* color: #ffffff; */
}

footer .second-container .col1 li {
    position: relative;
}

footer .second-container .col1 .location::after {
    position: absolute;
    content: '';
    background-image: url(/img/location.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 4%;
    left: -8%;
    height: calc(1.14vw + 0.1rem);
    width: calc(1.14vw + 0.1rem);
}

footer .second-container .col1 .phone::after {
    position: absolute;
    content: '';
    background-image: url(/img/phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 4%;
    left: -8%;
    height: calc(1.1vw + 0.1rem);
    width: calc(1.1vw + 0.1rem);
}

footer .second-container .col1 .email::after {
    position: absolute;
    content: '';
    background-image: url(/img/email.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 4%;
    left: -8%;
    height: calc(0.7vw + 0.1rem);
    width: calc(1.05vw + 0.1rem);
}

footer .inner-container {
    display: flex;
    flex-direction: column;
    row-gap: calc(4vw + 0.1rem);
}

footer .first-container .col1 .text {
    width: 51%;
    color: rgba(115, 115, 128, 1);
    font-size: calc(0.95vw + 0.1rem);
    letter-spacing: -0.3px;
    line-height: calc(1.5vw + 0.1rem);

}

footer .first-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .first-container .col1 {
    display: flex;
    flex-direction: column;
    row-gap: calc(0.6vw);
}

footer .second-container {
    padding-bottom: 4%;
    display: flex;
    justify-content: space-between;
}

footer .second-container .col1 {
    width: 30%;
}

footer .second-container .col2 {
    width: 16%;
}

footer .second-container .col3 {
    width: 16%;
}

footer .second-container .col4 {
    width: 13%;
}

footer .second-container .col2 ul,
footer .second-container .col3 ul,
footer .second-container .col4 ul {
    padding: 0px;
    margin: 0px;
}

footer .second-container .col1 ul {
    padding: 0px;
    padding-left: calc(2vw + 0.1rem);
    margin: 0px;
}

footer ul {
    display: flex;
    flex-direction: column;
    row-gap: calc(0.8vw + 0.1rem);
    list-style-type: none;
}

footer .second-container .col1,
footer .second-container .col2,
footer .second-container .col3,
footer .second-container .col4 {
    display: flex;
    flex-direction: column;
    row-gap: calc(0.6vw + 0.1rem);
}

footer .footer-logo {
    margin-bottom: 5%;
    width: 150px;
}

footer .footer-heading {
    font-weight: 600;
    font-size: calc(1vw + 0.1rem);
}

footer li,
footer li a {
    font-size: calc(0.9vw + 0.1rem);
    color: #000000;
    letter-spacing: -0.1px;
}

footer .copyrights-container {
    position: relative;
    text-align: center;
}

footer .copyrights-container .divider {
    width: 70%;
    margin: auto;
    height: 1px;
    background-color: #D1DBE1;
}

.copyright-text {
    font-weight: 300;
    color: #737380;
    padding-top: 1.7%;
    font-size: calc(0.9vw + 0.1rem);
}

@media screen and (max-width:900px) {
    .button2 {
        position: relative;
        padding: 11px 13px;
        font-size: 1rem;
    }

    .innersection .heading {
        color: #ffffff;
        font-weight: 500;
        font-size: 2.5rem;
    }

    .sub-heading {
        font-size: 1.5rem;
        line-height: 1.1;
    }

    .container {
        width: 90%;
    }

    .bottom-padding2 {
        padding-bottom: 60px;
    }

    .top-padding2 {
        padding-top: 60px;
    }

    .bottom-padding {
        padding-bottom: 12%;
    }

    .top-padding {
        padding-top: 12%;
    }

    /* menu */
    .quick-menu {
        display: block;
    }

    .header-menu {
        display: none;
    }

    .menu-item {
        padding: 10px 0px;
        display: block;
    }

    .custom-mobile-sidebar ul {
        row-gap: 0px;
        display: block;
    }

    header .logo-container {
        width: 49%;
    }

    header .button-container {
        width: 42%;
    }

    .button {
        padding: 10px 14px;
        font-size: 0.95rem;
    }

    .custom-mobile-sidebar {
        width: 57%;
        top: 0%;
    }

    .custom-mobile-sidebar .custom-sidebar-close {
        top: 0.5%;
    }

    header .submenu {
        box-shadow: none;
        position: inherit;
        background: white;
        width: auto;
        padding: 0px;
        top: 1%;
        list-style-type: none;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    header .sub-parent {
        position: relative;
        padding: 0px 0px;
    }

    header .sub-parent:hover .submenu {
        opacity: 1;
        display: block;
        visibility: visible;
    }

    /* footer */
    footer .second-container {
        padding-bottom: 4%;
        flex-direction: column;
        row-gap: 20px;
    }

    footer .second-container .col1,
    footer .second-container .col2,
    footer .second-container .col3,
    footer .second-container .col4 {
        width: 100%;
        text-align: center;
    }

    footer .footer-logo {
        width: 45%;
        margin: auto;
    }

    footer .second-container .col1 {
        display: flex;
        justify-content: center;
        text-align: left;
        align-items: center;
    }

    footer .second-container .col1 ul {
        row-gap: 14px;
    }

    footer li,
    footer li a {
        font-size: 0.85rem;
        letter-spacing: -0.1px;
    }

    footer .footer-heading {
        font-weight: 600;
        font-size: 1.2rem;
    }

    footer .second-container .col1 .phone::after {
        top: -3%;
        left: -13%;
        height: 20px;
        width: 20px;
    }

    footer .second-container .col1 .email::after {
        position: absolute;
        content: '';
        background-image: url(/img/email.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: 0%;
        left: -14%;
        height: 14px;
        width: 19px;
    }

    footer .second-container .col1 .location::after {
        position: absolute;
        content: '';
        background-image: url(/img/location.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: -20%;
        left: -14%;
        height: 20px;
        width: 20px;

    }
}


.mt-5 {
    margin-top: 50px;
}
