﻿:root {
    /* Headings (H1 & H2 – SAME BY DESIGN) */
    --heading-font: "Space Grotesk", sans-serif;
    --heading-size: 48px;
    --heading-weight: 600;
    --heading-line-height: 1.1em;
    --heading-letter-spacing: -0.04em;
    /* Sub Headings */
    --h3-size: 20px;
    --h3-weight: 600;
    --h4-size: 18px;
    --h5-size: 16px;
    --h6-size: 14px;
    /* Body Text */
    --body-font: "DM Sans", sans-serif;
    --body-size: 16px;
    --body-weight: 400;
    --body-line-height: 1.6em;
    /* Accent / Buttons */
    --accent-size: 18px;
    --accent-weight: 600;
    /* Colors */
    --font-color: #302d2d;
    --icon-font: "Font Awesome 6 Pro";
    --gold: #a89e62;
    --gold-light: #e1dcbd;
    --yellow: #f8ae33;
    --grey: #e0e0e0;
    --background-grey: #f5f5f5;
    --dark-grey: #2e2e2e;
    --light-grey: #f2f2f2;
    --mid-grey: #d9d9d9;
    --white: #ffffff;
    --black: #0D0D0D;
    --border-grey: #acacac;
}


.mt-30 {
    margin-top: 30px;
}

.text-left{
    text-align:left;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-two-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-space-top-bottom {
    margin-top: 60px;
    margin-bottom: 60px;
}

.section-space-top {
    margin-top: 60px;
}

.section-space-padding-top {
    padding-top: 60px;
}
.section-space-padding-top-small {
    padding-top: 30px;
}
.section-space-padding-top-bottom-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-space-top-large {
    margin-top: 120px;
}

.section-space-top-small {
    margin-top: 30px;
}

.section-space-bottom {
    margin-bottom: 60px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.bdt-prime-slider-skin-locate .bdt-slider-excerpt p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: none !important;
    border-color: none !important;
}

.elementor-2812 .elementor-element.elementor-element-4cac186 .qodef-qi-animated-text .qodef-m-title {
    color: #000 !important;
}

.elementor-2812 .elementor-element.elementor-element-b2e3f17 .bdt-prime-slider-skin-locate:before {
    background: var(--gold) !important;
}

.elementor-2812 .elementor-element.elementor-element-b2e3f17 .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag, .elementor-2812 .elementor-element.elementor-element-b2e3f17 .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a {
    color: var(--gold) !important;
    stroke: var(--gold) !important;
}

.elementor-2812 .elementor-element.elementor-element-b2e3f17 .bdt-prime-slider-skin-locate, .elementor-2812 .elementor-element.elementor-element-b2e3f17 .bdt-prime-slider-skin-isolate, .elementor-2812 .elementor-element.elementor-element-b2e3f17 .bdt-prime-slider-skin-locate .bdt-prime-slider-desc {
    background: var(--dark-grey);
}


/*#region Typograhy*/


h1,
h2 {
    font-family: var(--heading-font);
    font-size: var(--heading-size);
    font-weight: var(--heading-weight);
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
}

h3 {
    font-family: var(--heading-font);
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    line-height: 1.3;
}

h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 600;
    line-height: 1.4;
}

h4 {
    font-size: var(--h4-size);
}

h5 {
    font-size: var(--h5-size);
}

h6 {
    font-size: var(--h6-size);
}

/* ≤ 1024px (Tablet) */
@media (max-width: 1024px) {
    :root {
        --heading-size: 36px;
        --accent-size: 16px;
    }
}

/* ≤ 767px (Mobile) */
@media (max-width: 767px) {
    :root {
        --heading-size: 26px;
        --h3-size: 18px;
    }
}

/*#endregion Typograhy*/

/*#region Footer*/
footer {
    border-radius: 30px 0px 0px 0px;
    background-color: var(--black);
    position: relative;
    z-index: 1
}

@media(max-width:1199px) {
    footer {
        padding: 90px 0 0
    }
}

@media(max-width:767px) {
    footer {
        padding: 70px 0 0
    }
}

footer .vector {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

    footer .vector svg {
        stroke: #151515
    }

footer .widget-title {
    margin-bottom: 15px;
}

    footer .widget-title h4 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0
    }

footer .menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    footer .menu-container ul li {
        margin-bottom: 5px
    }

        footer .menu-container ul li:last-child {
            margin-bottom: 0
        }

        footer .menu-container ul li a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            display: flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            footer .menu-container ul li a svg {
                fill: #ffffff;
                opacity: 0;
                margin-left: -5px
            }

            footer .menu-container ul li a span {
                line-height: 1;
                display: inline-block;
                border-radius: 50px;
                background: var(--gold);
                font-size: 12px;
                font-weight: 500;
                padding: 3px 8px
            }
                footer .menu-container ul li a:hover svg {
                    opacity: 1;
                    margin-left: 0
                }

footer .footer-top .footer-widget .social-link-area {
    padding-top: 30px
}

footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact:last-child {
    color: #ffffff;
}

@media(max-width:1399px) {
    footer .footer-top .footer-widget .social-link-area {
        padding-top: 20px
    }
}

@media(max-width:991px) {
    footer .footer-top .footer-widget .social-link-area {
        padding-top: 0
    }
}

footer .footer-top .footer-widget .social-link-area .social-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 300px;
    width: 100%
}

    footer .footer-top .footer-widget .social-link-area .social-area li a {
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--paragraph-color-dark);
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding: 7px 15px;
    }

        footer .footer-top .footer-widget .social-link-area .social-area li a i {
            color: var(--paragraph-color-dark);
            line-height: 1;
        }

        footer .footer-top .footer-widget .social-link-area .social-area li a:hover {
            background-color: var(--gold);
            border-color: var(--gold);
            color: #ffffff;
        }

            footer .footer-top .footer-widget .social-link-area .social-area li a:hover i {
                color: #ffffff;
            }

footer .footer-top .solial-account ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 560px;
    width: 100%
}

    footer .footer-top .solial-account ul li {
        padding-right: 15px;
        position: relative
    }

@media(max-width:1399px) {
    footer .footer-top .solial-account ul li {
        padding-right: 15px
    }
}

@media(max-width:576px) {
    footer .footer-top .solial-account ul li {
        padding-right: 15px
    }
}

@media(max-width:1399px) {
    footer .footer-top .solial-account ul li::after {
        right: 17px
    }
}

@media(max-width:576px) {
    footer .footer-top .solial-account ul li::after {
        display: none
    }
}

footer .footer-top .solial-account ul li:last-child {
    padding-right: 0
}

    footer .footer-top .solial-account ul li:last-child:after {
        display: none;
        visibility: hidden
    }

footer .footer-top .solial-account ul li a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

footer .footer-top .footer-logo-contact-wrap {
    border-top: 1px solid var(--border-grey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width:991px) {
    footer .footer-top .footer-logo-contact-wrap {
        gap: 25px;
        padding: 25px 20px
    }
}

footer .footer-top .footer-logo-contact-wrap .footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
}

@media(max-width:991px) {
    footer .footer-top .footer-logo-contact-wrap .footer-contact {
        flex-wrap: wrap;
        gap: 0px !important;
    }
}

@media(max-width:576px) {
    footer .footer-top .footer-logo-contact-wrap .footer-contact {
        justify-content: start
    }
}

footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact {
    padding-right: 15px;
    position: relative
}

@media(max-width:1199px) {
    footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact {
        padding-right: 40px;
    }
}

@media(max-width:991px) {
    footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact {
        padding-right: 10px;
        text-align: center;
        margin: 0 auto;
    }
}

footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact::after {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #303030;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1199px) {
    footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact::after {
        right: 12px
    }
}

@media(max-width:991px) {
    footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact::after {
        display: none
    }
}

footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact:last-child {
    padding-right: 0
}

    footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact:last-child:after {
        display: none;
        visibility: hidden
    }

footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact span {
    color: #aaa;
    font-size: 14px;
    font-weight: 500
}

footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact h5 {
    margin-bottom: 0;
    padding-top: 5px
}

    footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact h5 a {
        color: #dfdfdf;
        font-size: 22px;
        font-weight: 500;
    }

@media(max-width:1199px) {
    footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact h5 a {
        font-size: 18px
    }
}

footer .footer-top .footer-logo-contact-wrap .footer-contact .single-contact h5 a:hover {
    color: var(--gold);
}

footer .footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px 0
}

    footer .footer-btm .copyright-area p {
        color: #cacaca;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0
    }

        footer .footer-btm .copyright-area p a {
            color: #ffffff;
        }

            footer .footer-btm .copyright-area p a:hover {
                color: var(--gold);
            }

    footer .footer-btm .terms-condition p {
        color: #dfdfdf;
        font-size: 12px;
        font-weight: 400
    }

        footer .footer-btm .terms-condition p svg {
            fill: #dfdfdf
        }

        footer .footer-btm .terms-condition p a {
            font-weight: 500;
            color: #ffffff;
            text-decoration: underline;
        }

            footer .footer-btm .terms-condition p a:hover {
                color: var(--gold);
            }


    footer .footer-btm .copyright-area p a:hover {
        color: var(--primary-color2)
    }

    footer .footer-btm .terms-condition p a:hover {
        color: var(--primary-color2)
    }

.footer-contact-heading p {
    font-size: 16px;
}

.box-shadow-footer-contact {
    box-shadow: rgba(144, 131, 191, 0.2) 0px -9px 95px;
    padding: 50px 30px 50px 30px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    display: block;
    z-index: 15;
    top: 67px;
}




/* =========================
   Footer Styles
   ========================= */

.footer-top {
    padding-top: 30px;
}

.footer-logo {
    width: 250px;
}

.footer-heading-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: var(--gold);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Footer Text */
.footer-widget-p1 {
    color: #ffffff;
}

.footer-widget-p2 {
    font-size: 16px;
    color: var(--gold);
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-contact-heading p {
    font-size: 16px;
}

/* Footer Contact Icons */
.footer-contact-icons {
    display: flex;
}

    .footer-contact-icons a {
        color: var(--gold);
        font-weight: bold;
    }

    .footer-contact-icons img {
        width: 20px;
    }

.footer-phone-icon {
    background-color: var(--gold);
    padding: 10px;
    border-radius: 50px;
    margin-right: 5px;
}

/* Footer Links */
.footer-get-direction {
    color: var(--gold);
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
}

    .footer-get-direction:hover {
        color: #0A0A0A;
    }

/* Footer Bottom */
.footer-copyright-text {
    margin: 0 auto;
}

.footer-bottom-pseo p {
    margin-bottom: 30px;
}

/* Floating Footer CTA */
.footer-cta-phone {
    position: fixed;
    right: 40px;
    bottom: 25px;
    text-align: right;
    z-index: 9999999;
}

/* =========================
   Responsive Footer (Mobile)
   ========================= */

@media only screen and (max-width: 650px) and (min-width: 200px) and (orientation: portrait) {

    .footer-logo {
        width: 160px;
    }

    .footer-contact-icons {
        display: grid !important;
    }

    .m-footer-link-col-half {
        width: 50%;
        float: left;
    }
}

/*#endregion Footer*/


.main-header .header-upper .logo-box {
    padding: 20px 0px 60px !important;
}

.logo a img {
    height: 70px !important;
}

/*#region Bread crumb*/
.breadcumb-container {
    background-color: var(--gold);
    border-radius: 0px 0px 0px 30px;
}

.breadcumb-content {
    padding: 0.5rem 0px;
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative;
}

    .breadcumb-menu li:after {
        content: "\f061";
        position: relative;
        margin-left: 6px;
        font-weight: 500;
        font-size: 15px;
        color: #000000;
        font-family: var(--icon-font);
    }

    .breadcumb-menu li:last-child {
        padding-right: 0;
        margin-right: 0;
        color: #ffffff;
        font-weight: 700;
    }

        .breadcumb-menu li:last-child:after {
            display: none;
        }

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}

.breadcumb-title {
    margin: -0.15em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 800;
    color: #000000;
}

@media (min-width: 1300px) {
    .breadcumb-title {
        font-size: 48px;
    }
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .breadcumb-wrapper .breadcumb-content {
        --space: 165px;
        padding: calc(var(--space) + 30px) 0 var(--space);
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .breadcumb-wrapper:before {
        mix-blend-mode: multiply;
    }

    .breadcumb-wrapper .breadcumb-thumb {
        position: relative;
        z-index: 1;
        text-align: end;
        margin: -124px -50px 0px 0;
    }
/* Large devices */
@media (max-width: 1199px) {
    .breadcumb-wrapper .breadcumb-content {
        --space: 140px;
    }

    .breadcumb-menu {
        margin: 25px 0 -0.5em 0;
    }

        .breadcumb-menu li,
        .breadcumb-menu a,
        .breadcumb-menu span {
            font-size: 16px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-wrapper {
        text-align: center;
    }

        .breadcumb-wrapper .breadcumb-content {
            --space: 110px;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .breadcumb-wrapper .breadcumb-content {
        padding: 110px 0;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .breadcumb-wrapper .breadcumb-content {
        padding: 100px 0;
    }

    .breadcumb-title {
        font-size: 24px;
    }
}
/*#endregion Bread crumb*/




/*------------------- Job Detail  -------------------*/

.job-detail-section .job-detail-wrapper .job-item {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5em !important;
}

.job-detail-section .job-detail-wrapper {
    padding: 20px;
    box-shadow: -3.878px 6.997px 12px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
    height: 650px;
    max-height: 650px;
    overflow-y: auto;
}

    .job-detail-section .job-detail-wrapper .job-item span.label {
        color: var(--black);
        font-size: 16px;
        font-weight: 600;
    }

    .job-detail-section .job-detail-wrapper .job-item text.label {
        color: var(--black);
        font-size: 16px;
        font-weight: 500;
    }
/*------------------- Job Detail  -------------------*/


.hpc-bullets li {
    list-style: disc !important;
    padding: 0px 0px;
    margin-left: 2rem;
    text-align: initial !important;
    font-size: 14px !important;
}


.hpc-life-section .image a img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}


.sub-section-title .title-text {
    color: var(--gold);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}

.sub-section-title h2 {
    margin-left: 2rem;
}



.contact-form .text-danger {
    font-size: 14px;
    font-weight: 600;
}

.btn-outline-primary {
    color: var(--yellow) !important;
    border-color: var(--yellow) !important;
}

    .btn-outline-primary:hover {
        background-color: var(--yellow) !important;
        border-color: var(--yellow) !important;
        color: var(--black) !important;
    }

.hpc-section .sub-section {
    position: relative;
}

    .hpc-section .sub-section .text {
        position: relative;
        color: var(--black);
        font-size: 18px;
        padding: 12px 25px;
        border-radius: 50px;
        display: inline-block;
        border: 1px dashed var(--border-grey);
        font-weight: 700;
    }

        .hpc-section .sub-section .text a {
            position: relative;
            font-weight: 700;
            text-decoration: underline;
        }


.states-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.states-carousel ul li {
    text-align: center;
}

    .states-carousel ul li span {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: var(--gold);
    }

.text-primary{
    color:var(--gold) !important;
}
.text-secondary {
    color: var(--black) !important;
}
.read-more-btn {
    position: relative;
    font-weight: 800;
    color: var(--gold);
    font-size: 18px;
    width: auto;
    padding: 8px 24px;
    display: inline-block;
    text-decoration: underline;
}
    .read-more-btn span.icon {
        margin-left: 10px;
    }

.highlighter-container {
    position: relative;
    color: var(--black);
    font-size: 14px;
    padding: 12px 25px;
    border-radius: 10px 10px 10px 30px;
    display: inline-block;
    border: 1px dashed var(--border-grey);
    background-color: var(--background-grey);
    margin: 30px 0px;
}

p.section-header-brief-text {
    margin: 1rem 0px;
    font-size: 18px;
    color: var(--black);
}