* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.width-wrapper {
    max-width: 1440px;
    width: 100%;
}

.v-input {
    height: 48px;
    width: 100%;
    padding: 0 12px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    margin: 12px 0;
    position: relative;
}
img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
  width: 40px;
  height: 40px;
  position: relative;
  --c:no-repeat linear-gradient(#25b09b 0 0);
  background:
    var(--c) center/100% 10px,
    var(--c) center/10px 100%;
}
.loader:before {
  content:'';
  position: absolute;
  inset: 0;
  background:
    var(--c) 0    0,
    var(--c) 100% 0,
    var(--c) 0    100%,
    var(--c) 100% 100%;
  background-size: 15.5px 15.5px;
  animation: l16 1.5s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes l16 {
   33%  {inset:-10px;transform: rotate(0deg)}
   66%  {inset:-10px;transform: rotate(90deg)}
   100% {inset:0    ;transform: rotate(90deg)}
}


.y-header {
    display: flex;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 2;
    font-family: "Plus Jakarta Sans";
}

.y-header .header-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    padding: 12px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .y-header .mobile-logo {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .y-header .header-container {
        margin-top: 15px;
        padding: 12px 24px;
    }

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

.y-header .desktop ul {
    display: flex;
    list-style: none;
    gap: 28px;
    margin: 0;
    padding: 0;
}

.y-header .desktop li .services-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.y-header .desktop li .chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.y-header .desktop li .chevron.open {
    transform: rotate(180deg);
}

.y-header .desktop li a,
.y-header .desktop li span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.y-header .services-dropdown-wrapper {
    display: none;
}
.y-header .services-dropdown-wrapper.show {
    display: block;
}

.y-header .services-dropdown {
    position: absolute;
    top: 84px;
    right: clamp(3.25rem, -35.0331rem + 59.759vw, 18.75rem);
    display: flex;
    padding: 30px;
    border-radius: 12px;
    background: #cfece3;
    gap: 20px;
    z-index: 999;
}

.y-header .services-dropdown svg {
    position: absolute;
    top: -18px;
    right: 300px;
}

.y-header .services-dropdown .link-card {
    display: flex;
    flex-direction: column;
    gap: 19px;
    text-align: left;
}

.chevron {
    transition: transform 0.3s ease;
}

.chevron.rotate {
    transform: rotate(180deg);
}

.y-header .services-dropdown .link-card img {
    width: 140px;
    height: 140px;
    border-radius: 9px;
}

.y-header .services-dropdown .link-card p {
    margin: 0;
    color: #222524;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 119%;
}

.y-header .logo-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.y-header .mobile-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 12px 18px;
    border-radius: 9px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, #0a7858 0%, #02a878 100%);
    box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.25),
        0px 2px 4px rgba(33, 50, 42, 0.2);
}

.y-header .local-btn {
    padding: 12px 16px;
    color: #112019;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
    line-height: 100%;
    border: none;
    border-radius: 9px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.82) 0%,
        rgba(255, 255, 255, 0.84) 100%
    );
    box-shadow: 0px 2px 4px rgba(33, 50, 42, 0.2);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.y-header .local-btn:hover {
    background-color: #d9f2a1;
}

.y-header .mobile {
    display: none;
}

.services-submenu {
    display: none;
    transition: all 0.3s ease;
    padding-left: 1rem;
}

.services-submenu.open {
    display: block;
}

@media screen and (max-width: 1024px) {
    .y-header .desktop {
        display: none;
    }

    .y-header .nav ul {
        display: none;
    }

    .y-header .mobile {
        display: flex;
        align-items: center;
    }

    .y-header .hamburger-icon {
        background: transparent;
        border: none;
    }

    .y-header .hamburger-icon img {
        width: 24px;
    }

    .y-header .mobile-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        overflow-y: auto;
        transition: all 0.5s ease;
        transform: translateX(-100%);
        padding: 20px;
        background: rgba(215, 243, 231, 0.88);
        box-shadow: 0 4px 4px rgba(19, 85, 67, 0.13);
        backdrop-filter: blur(19px);
    }

    .y-header .mobile-menu.open {
        transform: translateX(0);
        height: 100vh;
    }

    .y-header .mobile-menu.hidden {
        transform: translateX(-100%);
        height: 100vh;
    }

    .y-header .menu-upper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .y-header .close-btn {
        color: #00996d;
        background: transparent;
        border: none;
        font-size: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .y-header .menu {
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .y-header .menu ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }

    .y-header .menu li a,
    .y-header .menu li .dropdown-toggle {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        line-height: 152%;
        letter-spacing: 0.11px;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .y-header .menu li .dropdown-toggle img {
        width: 28px;
        height: 28px;
    }

    .y-header .menu li .dropdown-toggle .chevron {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
    }

    .y-header .menu li .dropdown-toggle .chevron.open {
        transform: rotate(180deg);
    }

    .y-header .menu li a.mobile-list {
        color: #003828;
        font-size: 20px;
        font-weight: 500;
        line-height: 108%;
        letter-spacing: -0.4px;
    }

    .y-header .b-button {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}

.b-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.b-footer .width-wrapper {
    display: flex;
    flex-direction: column;
    gap: 77px;
    font-family: "Plus Jakarta Sans";
    padding: 80px 80px 44px;
}

@media (max-width: 786px) {
    .b-footer .width-wrapper {
        padding: 37px 24px 44px;
    }
}
@media (max-width: 600px) {
    .b-footer .width-wrapper {
        gap: 45px;
    }
}

.b-footer .logo-dual {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.b-footer .logo-dual.desktop {
    display: none;
}

@media (min-width: 600px) {
    .b-footer .logo-dual.desktop {
        display: flex;
    }
}

.b-footer .logo-dual.mobile {
    display: flex;
}

@media (min-width: 600px) {
    .b-footer .logo-dual.mobile {
        display: none;
    }
}

.b-footer .logo-dual img {
    width: clamp(
        8.25rem,
        7.553571428571429rem + 2.857142857142857vw,
        10.125rem
    );
    height: clamp(
        2.5rem,
        2.267857142857143rem + 0.9523809523809524vw,
        3.125rem
    );
}

.b-footer .logo-dual p {
    color: rgba(34, 37, 36, 0.6);
    font-size: clamp(
        0.75rem,
        0.6571428571428571rem + 0.38095238095238093vw,
        1rem
    );
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
    margin: 0;
}

.b-footer .f-upper-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-footer .f-upper-section .subscribe {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.b-footer .f-upper-section .subscribe p {
    color: #222524;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 119%;
    letter-spacing: -0.66px;
    margin: 0;
}

.b-footer .input-btn {
    display: flex;
    gap: 12px;
}

.b-footer .input-btn input {
    width: 100%;
    padding: 12px 18px;
    border-radius: 9px;
    border: 0.5px solid rgba(34, 37, 36, 0.3);
}

.b-footer .input-btn input::placeholder {
    color: rgba(34, 37, 36, 0.3);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.b-footer .input-btn button {
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    border-radius: 9px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, #0a7858 0%, #02a878 100%);
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
        0px 2px 4px 0px rgba(33, 50, 42, 0.2);
}

.b-footer .f-lower-section{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.b-footer .f-lower-top {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .b-footer .f-lower-top {
        flex-direction: column;
    }
}

.b-footer .combine {
    display: flex;
    gap: 20px;
}

@media (max-width: 1048px) {
    .b-footer .combine {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .b-footer .combine {
        flex-direction: column;
        gap: 45px;
    }
}

.b-footer .combine strong {
    color: rgba(34, 37, 36, 0.7);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.8px;
}

.b-footer .combine a {
    color: rgba(34, 37, 36, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
    text-decoration: none;
}

.b-footer .part-1,
.b-footer .part-2 {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

@media (max-width: 600px) {
    .b-footer .part-1,
    .b-footer .part-2 {
        gap: 20px;
    }
}

.b-footer .part-1 {
    width: 100%;
}

.b-footer .part-1 .links {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 15px;
    column-gap: 33px;
}

@media (max-width: 1091px) {
    .b-footer .part-1 .links {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 786px) {
    .b-footer .part-1 .links {
        grid-template-columns: auto;
        gap: 6px;
    }
}

.b-footer .part-2 .contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.b-footer .part-3 {
    display: flex;
    flex-direction: column;
    gap: 59px;
}

@media (max-width: 600px) {
    .b-footer .part-3 {
        gap: 45px;
        margin-top: 45px;
    }
}

.b-footer .part-3 .socials {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 14px;
}

.b-footer .part-3 .socials img {
    width: 30px;
    height: 30px;
}

.b-footer .part-3 .policy {
    display: flex;
    gap: 41px;
}

.b-footer .part-3 .policy a {
    color: rgba(34, 37, 36, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
    text-decoration: none;
}

.b-footer .f-lower-section .f-lower-bottom{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.b-footer .f-lower-section .f-lower-bottom .divider{
    height: 1px;
    width: 100%;
    background-color: rgba(34, 37, 36, 0.1);
}

.b-footer .f-lower-section .f-lower-bottom p{
    padding: 20px;
    border-radius: 8px;
    background-color: #f3f3f3;
    color: rgba(34, 37, 36, 0.6);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
}

