:root {
    --black: #262626;
    --brown: #C7A585;
    --white: #ffffff;
    --white2: #F0F0F0;
    --grey: #575555;
}

@font-face {
    font-family: 'Clash-Grotesk';
    src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'),
        url('../fonts/ClashGrotesk-Variable.woff') format('woff'),
        url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

body {
    font-family: 'Clash-Grotesk';
}

h1 {
    font-size: clamp(44px, 8vw, 64px);
    font-weight: 600;
    line-height: 1.25;
}

h2 {
    font-size: clamp(34px, 8vw, 54px);
    font-weight: 600;
    line-height: 1.23;
    margin-bottom: 0;
}

.brown {
    color: var(--brown);
}

a,
p {
    font-size: clamp(16px, 2.5vw, 18px);
    color: var(--grey);
    line-height: 1.6;
}

h3 {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 600;
    color: var(--black);
    line-height: 1.4;
}

h4+p {
    margin-top: 16px;
}

h4 {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 600;
    color: var(--black);
    line-height: 1.2;
}

img {
    width: 100%;
}

.subheading {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 500;
    color: var(--black);
}

.container {
    max-width: 1280px;
    width: 100%;
}


footer,
.hero {
    background-image: url('../img/hero-bg.webp');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.pera-list {
    display: flex;
    column-gap: 32px;
    row-gap: 16px;
    flex-wrap: wrap;
}

.pera-list img {
    max-width: 21px;
    max-height: 21px;
}

.pera-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: var(--black);
}

button {
    padding: 13.6px 26px;
    background: var(--black);
    color: var(--white);
    border-radius: 12px;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 500;
    position: relative;
    border: none;
    overflow: hidden;
    line-height: 1.6;
    white-space: nowrap;
}

button.btn-white {
    background: var(--white);
    color: var(--black);
}

button span {
    position: relative;
    z-index: 1;
}

h2~*,
h1~* {
    margin-top: 16px;
}

h2~button,
h1~button {
    margin-top: 32px;
}

.why-choose-us .content-wrapper:after,
button:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--brown);
    transition: all 300ms ease-in-out;
}

.why-choose-us .content-wrapper:hover::after,
button:hover::after {
    top: 0;
}

.logo {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    text-decoration: none !important;
    cursor: pointer;
}

.menu-close svg,
.mobile-menu svg {
    width: 32px;
    height: 32px;
}

.menu-close:active,
.mobile-menu:active {
    opacity: .5;
}

.mobile-menu {
    text-align: end;
}

.logo-text {
    line-height: 1;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: var(--black);
    white-space: nowrap;
}

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

.logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    object-position: center;
}

nav a {
    font-size: 18px;
    color: var(--black);
    padding: 0 16px;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

nav a:hover {
    color: var(--brown);
    text-decoration: none;

}


header {
    margin: 32px 0 40px;
}

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

.why-choose-us {
    padding: 150px 0 80px;
}

.why-choose-us-title {
    margin-top: 80px;
    margin-bottom: 30px;
}

.why-choose-us .content-wrapper {
    padding: 40px;
    border: 1px solid #26262629;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.why-choose-us .content-wrapper svg {
    width: 64px;
    height: 64px;
}

.why-choose-us .content-wrapper * {
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
}

.why-choose-us .content-wrapper:hover * {
    color: var(--white) !important;
    fill: var(--white);
}

.how-it-work {
    padding: 80px 0;
}


.how-it-work .content-wrapper {
    border-top: 1px solid #26262628;
    margin-top: 40px;
}

.work-card {
    margin-top: 40px;
}

.your-rights .content-wrapper {
    padding: 40px 40px 30px;
    border-radius: 24px;
    background: var(--brown);
    max-width: 600px;
}

.your-rights .content-wrapper p {
    color: var(--white2);

}

.your-rights h3 {
    margin-top: 80px;
    margin-bottom: 16px;
}

.your-rights {
    padding: 80px 0;
}

.first-step .row {
    background-color: var(--black);
    border-radius: 24px;
    background-image: url(/img/grid-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.first-step .content-wrapper {
    padding: 120px 0;
}

.first-step .content-wrapper h2 {
    color: var(--white);
    margin: 0;
}

.first-step .content-wrapper p {
    color: var(--white2);
    margin-bottom: 0;
}

.first-step .row .col-sm-3 {
    padding: 0;
}

.first-step .row .col-sm-3 img {
    max-width: 90%;
}

.first-step .row .col-sm-3:last-child {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding-bottom: 16px;
}

.first-step {
    padding: 80px 0;
}

.footer .content-wrapper {
    border: 1px solid #26262629;
    border-radius: 24px;
    padding: 24px;
}

.profile-img {
    border-radius: 16px;
}

.site-info {
    max-width: 580px;
}

.site-info p {
    margin-top: 16px;
}

.disclaimer {
    margin-top: 40px;
}

footer {
    padding: 80px 0 22px;
    background-color: #ffffffcc;
    background-blend-mode: color;
}


.social-icons a {
    display: block;
    width: 28px;
    height: 28px;
}

.profile-info>* {
    margin: 0;
}

.profile-info a:hover {
    color: var(--black);
    text-decoration: none;
}

.profile-info>h3~* {
    margin-top: 8px;
    display: block;
}

.profile-info button {
    margin-top: 24px;
}

.profile-info .social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
}

/*  Form */
.modal-dialog {
    margin: 50px auto !important;
}

#leadFormModal .modal-content {
    background: #fff;
    border-radius: 20px;
    padding: 10px !important;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 30px);
    max-width: 500px;
    margin: 0px auto !important;
}

#leadFormModal .modal-header {
    border: none;
    padding-bottom: 0 !important;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-content {
    display: flex;
    flex-direction: column;
}

.form-content label {
    margin-bottom: 10px !important;
    font-weight: 500;
}

.form-btn {
    margin: 0px auto !important;
}

#leadFormLabel {
    margin: 0;
}

#leadFormModal .form-heading {
    font-size: 18px;
    font-weight: 600;
    /* margin: 20px 0 25px!important; */
    color: var(--black);
}

#leadFormModal .form-control {
    color: var(--black);
    border-radius: 12px;
    box-shadow: none;
    height: 44px;
    padding: 10px 15px !important;
    font-size: 14px;
}

#leadFormModal .form-control:focus {
    border-color: #E7C873;
    outline: none;
    box-shadow: 0 0 5px rgba(42, 157, 143, 0.2);
}

#leadFormModal .checkbox {
    margin-top: 5px !important;
}

#leadFormModal .checkbox input[type="checkbox"] {
    margin-top: 0 !important;
    cursor: pointer;
    accent-color: var(--black);
}

#leadFormModal .checkbox label {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}

.modal-header .close span {
    color: var(--black);
}

#leadFormModal .checkbox-label {
    display: flex;
    gap: 10px;
}

#leadFormModal .checkbox-label span {
    margin-top: -3px !important;
}

.heading-btn {
    margin-top: 42px;
}

@media (max-width:1200px) {
    .hero .content-wrapper {
        margin: 80px 0 120px;
    }
}

@media (max-width:991px) {
    nav {
        position: fixed;
        background: var(--white);
        width: 100%;
        height: 100dvh;
        z-index: 3;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 200ms ease-in-out;
    }

    .mobile-menu {
        text-align: end;
        width: max-content;
        margin: auto 0 auto auto;
    }

    nav a {
        font-weight: 600;
    }

    nav.active-s {
        opacity: 1;
        visibility: visible;
    }

    .menu-close {
        position: absolute;
        bottom: 40px;
        border: 2px solid var(--brown);
        align-items: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 100%;
    }

    .hero .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-img {
        position: relative;
    }

    .hero-img:after {
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 100px;
        width: 100%;
        content: "";
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    }

    .heading-btn {
        text-align: left;
    }

    .why-choose-us-title {
        margin-top: 60px;
    }

    .your-rights .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer .content-wrapper {
        padding: 15px;
        max-width: max-content;
        margin-top: 40px;
    }

    .why-choose-us .content-wrapper {
        padding: 20px;
    }

    .your-rights .col-md-5 {
        margin-bottom: 60px;
    }
}

@media (max-width:768px) {
    .why-choose-us .content-wrapper {
        margin: 16px 0;
    }

    .why-choose-us-title {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .how-it-work .content-wrapper {
        margin-top: 20px;
    }

    .your-rights h3 {
        margin-top: 40px;
        margin-bottom: 26px;
    }

    .first-step .content-wrapper {
        padding: 30px 0;
    }

    .first-step .row .col-sm-3 img {
        max-width: 50%;
    }

    .profile-info {
        margin-top: 30px;
        text-align: center;
    }

    .profile-info button {
        margin: 24px auto 15px;
    }

    .profile-info .social-icons {
        justify-content: center;
    }

}

@media (max-width:480px) {
    .logo img {
        width: 36px;
        height: 36px;
    }

    .logo-text {
        font-size: 26px;
    }

    header {
        margin: 15px 0;
    }

    .hero .content-wrapper {
        margin: 40px 0 80px;
    }

    h2~button,
    h1~button {
        margin-top: 24px;
    }

    .why-choose-us {
        padding: 80px 0 40px;
    }

    .first-step,
    .your-rights,
    .how-it-work {
        padding: 40px 0;
    }

    .heading-btn {
        margin-top: 28px;
    }



    .why-choose-us .content-wrapper svg {
        width: 48px;
        height: 48px;
    }

    .work-card {
        margin-top: 20px;
    }

    .your-rights .content-wrapper {
        padding: 30px 30px 20px;
    }

    .footer {
        padding-top: 40px;
    }
}

@media (min-width:1200px) {
    .hero .content-wrapper {
        margin: 80px 0 252px;
    }

}

@media (min-width:768px) {
    .first-step .d-flex {
        display: flex;
    }

    .why-choose-us .why-choose-us-title+.d-flex {
        display: flex;
    }

    .work-card {
        display: flex;
    }

    .work-card .align-items-end {
        align-items: end;
        display: flex;
    }



}

@media (min-width:991px) {
    .hero .row {
        display: flex;
        align-items: end;
    }

    .hero-img img {
        scale: 1.4;
        transform-origin: bottom;
    }



    .d-flex {
        display: flex;
    }



    footer,
    .hero {
        background-size: 1540px;
    }

    .hero {
        padding-top: 40px;

    }

}