
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
/* variable */
:root {
    --alt-font: 'Sora', sans-serif;
    --primary-font: 'Sora', sans-serif;
    --base-color: #0d352a; 
    --dark-gray:#262b35;
}
body{
    font-size: 17px;
    line-height: 32px;
}
.text-highlight .bg-base-color {
    background-color: #b89b4a !important;
}
.adi-stats-band {
    background-color: #131313;
}
.adi-stat-item {
    padding: 72px 20px 66px;
}
.adi-stat-number {
    color: #e7ddc6;
    font-size: clamp(3.5rem, 7vw, 6.25rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}
.adi-stat-prefix,
.adi-stat-suffix {
    display: inline-block;
}
.adi-stat-label {
    color: #4b8a6c;
    font-size: clamp(1.125rem, 2vw, 1.875rem);
    line-height: 1.2;
    font-weight: 500;
}

.adi-contact-section {
    width: 100%;
    background: #e7ddc6;
    padding: 110px 0;
}

.adi-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: 80px;
}

.adi-contact-copy {
    position: relative;
    color: #0e3529;
}

.adi-contact-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #4b8a6c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.adi-contact-title {
    max-width: 650px;
    margin: 0 0 26px;
    color: #0e3529;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: 0;
}

.adi-contact-text {
    max-width: 470px;
    margin: 0;
    color: #215f47;
    font-size: 20px;
    line-height: 1.45;
}

.adi-contact-mark {
    width: 86px;
    height: 2px;
    margin-top: 48px;
    background: #b89b4a;
}

.adi-contact-form {
    display: grid;
    gap: 18px;
    padding: 46px;
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(14, 53, 41, 0.14);
    border-radius: 28px;
}

.adi-contact-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.adi-contact-field label {
    color: #0e3529;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.adi-contact-field input,
.adi-contact-field textarea {
    width: 100%;
    border: 1px solid rgba(14, 53, 41, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.62);
    color: #0e3529;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 1.35;
    padding: 16px 18px;
    outline: none;
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.adi-contact-field textarea {
    min-height: 150px;
    resize: vertical;
}

.adi-contact-field input:hover,
.adi-contact-field textarea:hover {
    border-color: rgba(33, 95, 71, 0.45);
    background: rgba(255, 255, 255, 0.78);
}

.adi-contact-field input:focus,
.adi-contact-field textarea:focus {
    border-color: #4b8a6c;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(75, 138, 108, 0.14);
}

.adi-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin-top: 8px;
    border: 1px solid #0e3529;
    border-radius: 999px;
    background: #0e3529;
    color: #e7ddc6;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.adi-contact-submit:hover {
    background: #215f47;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (min-width: 992px) {
    .adi-about-text {
        text-align: justify;
        text-align-last: left;
    }
}
/* reset */
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
/* heading */
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
header .navbar-brand img {
    max-height: 39px;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--dark-gray);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 420px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}
/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #ffa800;
}
.bg-base-color-transparent {
    background-color: rgba(6, 175, 71,.15);
}
.bg-base-color-light {
    background-color: #edf9f2;
}
.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
/* text */
.text-orange {
    color: #ffa800;
}
.text-red {
    color: #ec5b54;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form-style-03 {
    margin-top: -100px;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 16px;
}
/* footer */
footer{
    font-size: 16px;
    line-height: 30px;
}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    max-height: 39px;
}
.footer-light a:hover {
    color: var(--dark-gray);
}

.adi-hero-title-word {
    white-space: nowrap;
}

.adi-holder-strip {
    width: 100%;
    background: #215F47;
    padding: 92px 0;
}

.adi-holder-strip__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    text-align: center;
}

.adi-holder-strip__text {
    margin: 0;
    color: #e7dcc6;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
}

.adi-holder-strip img {
    width: 153px;
    max-width: 42vw;
    height: auto;
}

.adi-footer {
    background: #000000;
    padding: 90px 0 78px;
}

.adi-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 56px;
}

.adi-footer-contact {
    color: #4b8a6c;
    display: flex;
    flex-direction: column;
    justify-self: end;
    text-align: right;
    font-size: 19px;
    line-height: 1.05;
}

.adi-footer-contact a,
.adi-footer-contact span {
    color: #4b8a6c;
}

.adi-footer-contact a:hover {
    color: #4b8a6c;
    opacity: 0.8;
}

.adi-footer-logo {
    display: inline-flex;
    justify-self: start;
    align-items: center;
}

.adi-footer-logo img {
    width: 190px;
    max-width: 100%;
    height: auto;
}

.adi-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 18px;
}

.adi-footer-social a {
    color: #4b8a6c;
    font-size: 24px;
    line-height: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.adi-footer-social a:hover {
    color: #4b8a6c;
    opacity: 0.8;
    transform: translateY(-2px);
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }
    header .left-nav .navbar-nav:before {
        transform: translate(-9px, 0px);
        -webkit-transform: translate(-9px, 0px);
    }
    header .btn.btn-small {
        padding: 9px 15px;
    }

    .adi-footer-contact {
        font-size: 17px;
    }

    .adi-footer-logo img {
        width: 170px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }

    .adi-holder-strip {
        padding: 76px 0;
    }

    .adi-contact-section {
        padding: 86px 0;
    }

    .adi-contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .adi-contact-copy {
        text-align: center;
    }

    .adi-contact-title,
    .adi-contact-text {
        margin-left: auto;
        margin-right: auto;
    }

    .adi-contact-mark {
        margin-left: auto;
        margin-right: auto;
    }

    .adi-footer {
        padding: 70px 0 62px;
    }

    .adi-footer-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .adi-footer-contact,
    .adi-footer-logo,
    .adi-footer-social {
        justify-self: center;
    }

    .adi-footer-contact {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }

    .adi-contact-section {
        padding: 70px 0;
    }

    .adi-hero-title {
        font-size: clamp(3rem, 13.2vw, 4.25rem) !important;
        line-height: 0.95 !important;
        width: 100% !important;
        max-width: 100%;
    }

    .adi-holder-strip {
        padding: 64px 0;
    }

    .adi-holder-strip__inner {
        flex-direction: column;
        gap: 22px;
    }

    .adi-holder-strip__text {
        font-size: 21px;
    }

    .adi-holder-strip img {
        width: 142px;
        max-width: 58vw;
    }

    .adi-contact-grid {
        gap: 36px;
    }

    .adi-contact-title {
        font-size: 2.35rem;
        line-height: 1.04;
    }

    .adi-contact-text {
        font-size: 17px;
        line-height: 1.45;
    }

    .adi-contact-form {
        padding: 28px;
        border-radius: 22px;
    }

    .adi-contact-field input,
    .adi-contact-field textarea {
        border-radius: 14px;
        padding: 15px 16px;
    }

    .adi-contact-field textarea {
        min-height: 138px;
    }

    .adi-footer-contact {
        font-size: 16px;
        line-height: 1.15;
    }

    .adi-footer-social {
        gap: 16px;
    }

    .adi-footer-social a {
        font-size: 22px;
    }

    .adi-footer-logo img {
        width: 155px;
    }
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .btn.btn-hover-animation-switch .btn-text,
    .adi-footer-social a,
    .adi-testimonial-slide,
    .adi-testimonials-nav {
        transition: none !important;
        transform: none !important;
    }
}
