@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('../fonts/AcuminProCond-Regular.woff2') format('woff2'),
        url('../fonts/AcuminProCond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('../fonts/AcuminProCond-Medium.woff2') format('woff2'),
        url('../fonts/AcuminProCond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('../fonts/AcuminProCond-Semibold.woff2') format('woff2'),
        url('../fonts/AcuminProCond-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('../fonts/AcuminProCond-Bold.woff2') format('woff2'),
        url('../fonts/AcuminProCond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

main {
    overflow: hidden;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

p {
    margin-bottom: 30px;
}

p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    line-height: 1.1;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 100px;
}

body {
    min-height: 100vh;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: 'Acumin Pro Condensed';
    color: #070707;
}

body.menu-open {
    overflow: hidden;
}

.button {
    display: inline-block;
    font-family: 'Impact';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.23em;
    border-radius: 100px;
    padding: 25px 50px;
    color: #fff;
    background-color: #FF7B00;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    background-color: #DA791E;
}

.text-center {
    text-align: center;
}

.container {
    max-width: 1434px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-sm {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 20px;
}

.cs-heading {
    color: #000;
    font-size: 80px;
}

.body-text {
    font-size: 25px;
    line-height: 1.2;
}

.header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 59px;
    z-index: 99;
    transition: all 0.4s ease;
}

.header.is-scroll {
    top: 20px;
}

.header .header-inner {
    max-width: 665px;
    margin: 0 auto;
    padding: 36px 65px;
    border-radius: 40px;
    background-color: #00BCD5;
}

.header nav ul {
    list-style: none;
    display: flex;
    gap: 38px;
}

.header-logo-name {
    display: none;
}

.header nav ul li a {
    font-family: 'Impact';
    font-size: 16px;
    letter-spacing: 0.23em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.header nav ul li a:hover {
    color: #245665;
}

.header nav ul li.active a {
    color: #245665;
}

.menu-toggle {
    width: 50px;
    height: 50px;
    display: none;
}

.home-hero {
    padding: 0 20px;
}

.home-hero-main {
    margin-top: 129px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

.home-hero-content {
    position: relative;
    padding: 118px 0;
    min-height: 752px;
}

.home-hero-wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1312px;
}

.home-hero-main-inner {
    padding-left: 40px;
}

.home-hero-subheading {
    font-weight: 700;
    font-size: 50px;
    line-height: 38px;
    max-width: 451px;
    margin-bottom: 23px;
}

.home-hero-heading {
    font-weight: 400;
    font-size: clamp(200px, 27.778vw, 400px);
    line-height: 76%;
    letter-spacing: -0.05em;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 3.8%;
    pointer-events: none;
}

.home-vision-sec {
    padding: 65px 0 57px;
    overflow: hidden;
}

.home-vision-main {
    display: flex;
    align-items: center;
    row-gap: 43px;
    flex-wrap: wrap;
}

.home-vision-main .left {
    width: 38.5%;
    padding-right: 31px;
}

.home-vision-main .right {
    width: 61.5%;
}

.home-vision-heading {
    margin-bottom: 16px;
}

.home-vision-desc {
    max-width: 420px;
}

.home-vision-img img {
    max-width: unset;
    width: 181.5%;
}

.home-guiding-principles-sec {
    padding-bottom: 127px;
}

.guiding-principles-slider {
    padding: 40px 0;
}

.gp-slide {
    display: grid;
    grid-template-columns: 1.32fr 1fr;
    gap: 49px;
}

.gp-image {
    aspect-ratio: 650/505;
    overflow: hidden;
    border-radius: 40px;
}

.gp-content {
    padding: 50px 0 70px;
}

.gp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-title,
.gp-heading {
    font-size: 50px;
    line-height: 0.94;
    text-transform: uppercase;
    color: #245665;
}

.gp-heading {
    color: #000;
    margin-bottom: 25px;
}

.gp-pagination.swiper-pagination {
    left: 59%;
    text-align: left;
    bottom: 44px;
}

.gp-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #d9d9d9;
    opacity: 1;
    margin-right: 12px !important;
    margin-left: 0 !important;
}

.gp-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.home-current-site-sec {
    padding-bottom: 163px;
}

.current-site-heading {
    margin-bottom: 16px;
}

.current-site-main {
    display: flex;
    flex-direction: column;
    gap: 63px;
    text-align: center;
}

.current-site-desc {
    max-width: 763px;
    margin: 0 auto;
}

.current-site-map iframe {
    width: 100%;
    height: 474px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.proposal-features-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 79px 40px 91px;
}

.proposal-features-heading {
    color: #fff;
    margin-bottom: 49px;
}

.proposal-features-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 92px;
    max-width: 1116px;
    margin: 0 auto;
}

.proposal-features-list .item {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.proposal-features-list .item-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 33px;
}

.proposal-features-list .item-title {
    font-size: 29px;
    line-height: 27px;
    margin-bottom: 6px;
}

.home-proposal-features-sec {
    padding-bottom: 118px;
}

.home-proposal-features-sec .container {
    max-width: 100%;
}

.home-process-sec {
    padding-bottom: 40px;
}

.process-heading {
    margin-bottom: 25px;
}

.process-header {
    padding: 0 20px;
}

.process-desc {
    max-width: 496px;
    margin: 0 auto;
}

.process-swiper-wrap {
    padding: 40px 0;
}

.process-swiper {
    padding-top: 70px;
    padding-bottom: 40px;
}

.process-swiper .swiper-slide {
    display: flex;
    height: auto;
    width: 311px;
}


.process-box {
    min-height: 152px;
    padding: 30px 45px;
    border-radius: 5px;
    background: linear-gradient(135deg, #0b5d6f, #0f8fa1);
    color: #fff;
    transition:
        all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url('../images/bluebox-bg.png') no-repeat center;
    background-size: cover;
    width: 100%;
}

.process-box:hover {
    background: #FF7B00;
    transform: translateY(-53px);
}

.process-box .date {
    font-family: 'Bebas Neue';
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
}

.process-box .title {
    font-size: 25px;
    line-height: 24px;
}

.process-scrollbar {
    max-width: 1236px;
    margin: 57px auto 0;
    padding: 0 20px;
}

.process-swiper .swiper-scrollbar {
    height: 17px;
    background: #EFEFEF;
    border-radius: 100px;
    position: static;
}

.process-swiper .swiper-scrollbar-drag {
    background: #AFC9E0;
    border-radius: 100px;
}

.home-report-sec {
    padding: 0 20px 112px 20px;
}

.home-report-sec .container {
    max-width: 1240px;
}

.report-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    position: relative;
    padding: 144px 0 167px;
}

.report-main {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.report-heading {
    margin-bottom: 82px;
}

.report-main .left {
    width: calc(477 * 100% / 1194);
}

.report-main .right {
    width: calc(597 * 100% / 1194);
    max-width: 667px;
}

.rp-tab-item {
    display: inline-flex;
    align-items: center;
    gap: 29px;
    font-weight: 700;
    font-size: 30px;
    line-height: 47px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.rp-tab-item.active,
.rp-tab-item:hover {
    color: #DA791E;
}

.report-tab-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 46px;
}

.rp-tab-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.rp-content-list {
    max-height: 437px;
    overflow-y: auto;
    padding-right: 15px;
}

.rp-content-list::-webkit-scrollbar {
    width: 17px;
}

.rp-content-list::-webkit-scrollbar-thumb {
    background: #DA791E;
    border-radius: 10px;
}

.rp-content-list::-webkit-scrollbar-track {
    background: #EBE4DE;
}

.rp-content {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.rp-content.active {
    display: flex;
}

.rp-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 26px 22px 24px 18px;
    background-color: #FF7B00;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.rp-item .rp-item-left {
    display: flex;
    align-items: center;
    gap: 9px;
}

.rp-item-title {
    font-family: 'Acumin Pro Condensed';
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    color: #fff;
}

.rp-item .rp-item-left img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.rp-item .button {
    padding: 11.5px 22px;
    background-color: #DA791E;
    color: #fff;
    flex-shrink: 0;
}

.rp-item:hover {
    background-color: #00A030;
}

.rp-item:hover .button {
    background-color: #297426;
}

.home-faqs-sec {
    padding-bottom: 119px;
}

.faqs-heading {
    margin-bottom: 50px;
    padding-left: 28px;
}

.faq-item {
    border-bottom: 1px solid #000000;
    padding: 26px;
    transition: all 0.3s ease;
}

.faq-question {
    font-family: 'Acumin Pro Condensed';
    font-weight: 600;
    font-size: 44px;
    line-height: 47px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}


.faq-answer {
    display: none;
    margin-top: 23px;
    margin-bottom: 7px;
    max-width: 975px;
}

.faq-answer a {
    text-decoration: underline;
    color: #DA791E;
}

.faq-item:hover .faq-question {
    color: #DA791E;
}

.faq-item.active {
    background-color: rgba(12, 136, 237, 0.08);
}

.contact-sec {
    margin-bottom: -37px;
    padding: 0 20px;
}

.contact-sec .container {
    max-width: 1240px;
}

.contact-form-wrapper .gform_required_legend {
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px;
    color: #070707 !important;

}

.contact-box {
    border-radius: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 90px 0 113px;
}

.contact-heading {
    margin-bottom: 20px;
    color: #fff;
}

.contact-desc {
    max-width: 646px;
    margin: 0 auto 38px;
}

.contact-form-wrapper {
    width: 100%;
    border-radius: 10px;
    background-color: #F7F7F7;
    padding: 82px 24px 139px;
}

.contact-form-wrapper .gform_fields {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 11px 31px !important;
}

.contact-form-wrapper .gfield {
    grid-column: span 1 !important;
}

.contact-form-wrapper .gfield--type-textarea {
    grid-column: 2 / 3 !important;
    grid-row: 1 / span 3 !important;
}

.contact-form-wrapper .gfield_label {
    display: none !important;
}

.contact-form-wrapper .gfield {
    border: none;
}

.contact-form-wrapper .gform_fields input,
.contact-form-wrapper .gform_fields select,
.contact-form-wrapper .gform_fields textarea {
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: 'Impact' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    letter-spacing: 0.23em !important;
    color: #000000 !important;
    outline: none !important;
    background: #fff !important;
    padding: 24px 23px !important;
    border-bottom: 1px solid #000000 !important;
    min-height: 68px !important;

}

.contact-form-wrapper .ginput_container_select {
    position: relative;
}

.contact-form-wrapper .ginput_container_select::before {
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 28px;
    font-family: 'Impact';
    font-weight: 400;
    font-size: 16px;
    color: #67BDD8;
}

.contact-form-wrapper .gform_fields select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-form-wrapper .gform_fields select::-ms-expand {
    display: none;
}

.contact-form-wrapper .gform_fields input::placeholder,
.contact-form-wrapper .gform_fields textarea::placeholder {
    color: #000;
}

.contact-form-wrapper .gform_fields input {
    height: auto !important;
}

.contact-form-wrapper .ginput_container_textarea {
    height: 100% !important;
}

.contact-form-wrapper .gform_fields textarea {
    border: 1px solid #000000 !important;
    height: 100% !important;
}

.contact-form-wrapper .gform_fields .ginput_container_consent {
    display: flex !important;
    gap: 16px !important;
    align-items: start;
}

.contact-form-wrapper .gform_fields .ginput_container_consent input::before {
    margin-left: 3px;
}

.contact-form-wrapper .gform_fields .ginput_container_consent label {
    font-family: 'Acumin Pro Condensed' !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
    color: #070707 !important;
    margin-left: 0 !important;
    flex: 1 !important;
}

.contact-form-wrapper .gform_submission_error,
.contact-form-wrapper .gfield_validation_message {
    font-size: 16px !important;
}

.contact-form-wrapper .gform_confirmation_message {
    color: #070707 !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
}

.contact-form-wrapper .gform_fields .ginput_container_consent input {
    width: 22px !important;
    height: 22px !important;
    min-height: auto !important;
    border: 1px solid #000 !important;
    padding: 0 !important;
}

.contact-form-wrapper .gform_fields .gfield--type-consent {
    margin-top: 24px !important;
}

.contact-form-wrapper form {
    position: relative;
}

.contact-form-wrapper .gform_footer {
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-form-wrapper .gform_footer input[type="submit"] {
    font-family: 'Impact' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    letter-spacing: 0.23em !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 100px !important;
    min-width: 204px !important;
    padding: 21px 30px !important;
    text-transform: uppercase !important;
    background-color: #FF7B00 !important;
    height: auto !important;
    cursor: pointer;
}

.contact-form-wrapper .gform_footer input[type="submit"]:hover {
    background-color: #DA791E !important;
}

.footer {
    background-color: #67BDD8;
    padding: 80px 0;
}

.footer-title {
    font-size: 100px;
    line-height: 76%;
    letter-spacing: -0.05em;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Bebas Neue';
}