@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
/* font-family: "Pacifico", cursive; */

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #000000;
    background: #FFFFFF;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #0b5798;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

iframe {
    max-width: 100%;
}

/* FORM */

.form-col {
    position: relative;
    margin-bottom: 8px;
}

.form-col-btn {
    position: relative;
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

label {
    display: inline-block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

textarea {
    width: 100%;
    height: 136px;
    border: none;
    outline: none;
    border-radius: 10px;
    transition: 0.2s ease all;
    resize: none;
    background: #fff;
    padding: 13px 21px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242b32;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    border-radius: 10px;
    transition: 0.2s ease all;
    background: #fff;
    padding: 12px 21px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242b32;
}

input::-webkit-input-placeholder {
    color: #242b32;
    opacity: 1;
}

textarea::placeholder,
input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242b32;
    opacity: 100;
}

[type="submit"] {
    border: none;
    outline: none;
    padding: 13px 25px;
    border-radius: 0px;
    transition: 0.2s ease all;
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 45px;
    gap: 10px;
    background: #d0b5a4;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

[type="submit"]:hover {
    background: #f2ccb3;
}

.radio {
    position: relative;
    line-height: 0;
}

.radio input {
    display: none;
}

.radio label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.radio label::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #f0f0f3;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio input:checked + label::before {
    background: #d0b5a4;
}

.radio input:checked + label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
}

@media (max-width: 767px) {
    .form-col:first-child {
        order: 1;
    }

    .form-col:nth-child(2) {
        order: 5;
    }

    .form-col:nth-child(3) {
        order: 2;
    }

    .form-col:nth-child(4) {
        order: 6;
    }

    .form-col:nth-child(5) {
        order: 3;
    }

    .form-col:nth-child(6) {
        order: 7;
    }

    .form-col:nth-child(7) {
        order: 4;
    }

    .form-col:nth-child(8) {
        order: 8;
    }

    .form-col-radio {
        order: 9;
    }

    .form-col-btn {
        order: 10;
    }

    .advertising-material-form__wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/* End form */

.btns {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 12px 24px;
}

.primary-btn {
    background: #D0B5A4;
    color: #FFFFFF;
}

.primary-btn:hover {
    background: #242B32;

}

.secondary-btn {
    background: #242B32;
    color: #FFFFFF;
}

.secondary-btn:hover {
    background: #D0B5A4;
}

h1 {
    font-weight: 400;
    font-size: 32px;
    color: #242B32;
}

h2 {
    font-size: 24px;
    line-height: 1.5625em;
    font-weight: 700;
    color: #242B32;
}

h4 {
    font-size: 18px;
    line-height: 1.666667em;
    font-weight: 700;
}

.sub-heading-italic {
    display: block;
    font-weight: 400;
    font-family: "Pacifico", cursive;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    margin: 0;
}

.container-fluid {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 29px;
    }

    h4 {
        font-size: 21px;
    }

    p {
        font-size: 16px;
    }

    .btns {
        font-size: 16px;
        padding: 13px 27px;
    }

    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    .container-fluid {
        padding-left: 56px;
        padding-right: 56px;
    }
}


/* header css start */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: 0.2s linear;
}

.header.sticky {
    background: #FFFFFF;
    box-shadow: 0 0 15px #D0B5A4;
}

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

.logo {
    border-radius: 0 0 10px 10px;
    transition: 0.2s linear;
}

.logo a {
    display: block;
    max-width: 90px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.header.sticky .logo {
    box-shadow: 0 8px 10px -6px #D0B5A4;
    margin-bottom: -25px;
}

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

.menu-bar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99;
    height: 100%;
    width: 300px;
    background: #D0B5A4;
    opacity: 0;
    transition: 0.4s;
    padding: 30px 0 0 30px;
}

.menu-bar.show {
    left: 0;
    opacity: 1;
}

.menu-bar li {
    margin-bottom: 15px;
}

.menu-bar li a {
    font-size: 15px;
    line-height: 1.2352941176470589em;
    font-weight: 700;
    color: #252525;
}

.toggle-btn {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 7px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0;
}

.toggle-btn span {
    width: 100%;
    height: 3px;
    background: #242B32;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}

.toggle-btn.active {
    row-gap: 0;
}

.toggle-btn.active span:first-child {
    transform: rotate(45deg) translate(1px, 1px);
}

.toggle-btn.active span:nth-child(2) {
    display: none;
}

.toggle-btn.active span:last-child {
    transform: rotate(-45deg) translate(1px, -1px);
}

@media (min-width: 768px) {
    .logo a {
        max-width: 110px;
    }

    .header.sticky .logo {
        box-shadow: 0 8px 10px -6px #D0B5A4;
        margin-bottom: -28px;
    }

    .menu-bar {
        width: 70%;
    }

    .menu-bar li a {
        font-size: 16px;
    }

    .search-bar {
        padding-right: 35px;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 0;
    }

    .header-wrapper {
        align-items: flex-start;
    }

    .logo a {
        max-width: 130px;
    }

    .header.sticky .logo {
        box-shadow: 0 8px 10px -6px #D0B5A4;
        margin-bottom: -34px;
    }

    .header-right {
        padding: 45px 0 0;
    }

    .menu-bar {
        position: relative;
        left: unset;
        top: unset;
        width: auto;
        height: auto;
        background: transparent;
        display: flex;
        gap: 20px;
        opacity: 1;
        padding: 0;
    }

    .menu-bar li {
        margin-bottom: 0;
    }

    .menu-bar li a {
        color: #242B32;
    }

    .menu-bar li a:hover,
    .menu-bar li.active a {
        color: #D0B5A4;
    }

    .search-bar {
        padding-right: 0;
        padding-left: 30px;
    }

    .toggle-btn {
        display: none;
    }
}

@media (min-width: 1400px) {
    .logo a {
        max-width: 176px;
    }

    .header.sticky .logo {
        box-shadow: 0 8px 10px -6px #D0B5A4;
        margin-bottom: -48px;
    }

    .header-right {
        padding: 58px 0 0;
    }

    .menu-bar {
        gap: 29px;
    }
}

/* header css end */

/* banner start */
.banner {
    position: relative;
    padding: 140px 0 50px 0;
}

.banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 3.01%, #FFFFFF 99.96%);
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}

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

.banner-content h1 {
    font-size: 24px;
    line-height: 1.25em;
    margin: 0 0 25px;
}

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

.banner-bot-left p {
    margin: 0 0 15px;
}

.banner-bot-left p span {
    font-weight: 400;
    display: block;
}

.banner-mid-box {
    background: #242B32;
    border-radius: 15px;
    padding: 15px;
}

.banner-mid-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.banner-mid-box h2 span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

.download-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    max-width: 88%;
    margin: 0 auto -35px auto;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 8px 10px 20px 10px;
}

.download-btn-group li a {
    display: block;
    max-width: 120px;
}

.score-number {
    margin: 45px 0 0;
}

.score-number li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
}

.score-number li:last-child {
    margin-bottom: 0;
}

.score-number li span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25em;
    color: #FFFFFF;
    background: #D0B5A4;
    border-radius: 15px;
    min-width: 90px;
    padding: 12px;
}

.social-buttons {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
}

.social-buttons li {
    margin: 0;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #D0B5A4;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.social-btn:hover {
    background: #C0A594;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(208, 181, 164, 0.3);
    color: #FFFFFF;
}

.social-btn i {
    line-height: 1;
}

@media (min-width: 768px) {
    .banner {
        padding: 180px 0 60px 0;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .score-number li {
        gap: 10px;
    }

    .score-number li p {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .banner-bg {
        object-position: top;
    }

    .banner-content h1 {
        margin: 0 0 40px;
    }

    .banner-bottom-flex {
        align-items: center;
    }

    .download-btn-group {
        max-width: 98%;
    }

    .banner-bot-left p {
        text-align: right;
    }

    .score-number li span {
        font-size: 18px;
        min-width: 84px;
    }
}

@media (min-width: 1200px) {
    .banner {
        padding: 248px 0 0 0;
    }

    .banner::after {
        height: 135px;
    }

    .banner-content h1 {
        font-size: 32px;
        margin: 0 0 85px;
    }

    .banner-bottom-col {
        width: calc(50% - 262px) !important;
    }

    .banner-bottom-col:nth-child(2) {
        width: 524px !important;
    }

    .banner-bot-left {
        margin-right: 20px;
    }

    .banner-mid-box {
        max-width: 500px;
        border-radius: 20px;
        margin: 0 auto;
        padding: 44px 55px;
        margin-bottom: 44px;
    }

    .banner-mid-box h2 {
        font-size: 32px;
    }

    .banner-mid-box h2 span {
        font-size: 18px;
    }

    .download-btn-group {
        max-width: 100%;
        gap: 6px;
        margin: 0;
        margin-bottom: -88px;
        padding: 15px 15px 32px 15px;
    }

    .download-btn-group li a {
        max-width: 172px;
    }

    .score-number {
        margin: 0;
    }

    .score-number li {
        gap: 18px;
        margin: 0 0 22px;
    }

    .score-number li span {
        font-size: 32px;
        min-width: 130px;
        padding: 14px 12px;
    }

    .score-number li p {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .banner-bot-left p {
        font-size: 20px;
    }
}


.features {
    margin: 50px 0;
}

.feature-title {
    text-align: center;
    margin: 0 0 25px;
}

.feature-title h2 {
    margin: 0 0 8px;
}

.features-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #D0B5A4;
    border-radius: 15px;
    padding: 25px 15px;
}

.mid-mobile {
    order: 1;
    display: block;
}

.mid-mobile img {
    margin: 0 auto;
}

.features-list {
    order: 2;
}

.features-list.reverse {
    order: 3;
}

.features-list:last-of-type {
    margin: 18px 0 0;
}

.features-list li {
    position: relative;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 30px;
}

.features-list li:not(:last-child) {
    margin: 0 0 18px;
}

.features-list li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: -15px;
    width: 30px;
    height: 1px;
    background: #FFFFFF;
}

.features-list li::after {
    position: absolute;
    content: "";
    top: 9.4px;
    left: 11px;
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
}

.features-list li strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .features {
        margin: 60px 0;
    }
}

@media (min-width: 1200px) {
    .features-flex {
        flex-direction: row;
        border-radius: 20px;
    }

    .features-list {
        width: 50%;
        padding-right: 15px;
    }

    .features-list.reverse {
        margin: 0;
        padding-left: 15px;
        padding-right: 0;
    }

    .features-list li {
        text-align: right;
        padding-left: 0;
        padding-right: 40px;
    }

    .features-list li::before {
        top: 12px;
        left: unset;
        right: 0;
    }

    .features-list li::after {
        left: unset;
        right: 0;
    }

    .features-list.reverse li {
        text-align: left;
        padding-right: 0;
        padding-left: 40px;
    }

    .features-list.reverse li::before {
        right: unset;
        left: 0;
    }

    .features-list.reverse li::after {
        right: unset;
        left: 0;
    }

    .feature-title p {
        max-width: 1157px;
        margin: 0 auto;
    }

    .features-flex {
        position: relative;
        align-items: flex-end;
        padding: 35px 42px 45px 42px;
        margin: 100px 0;
    }

    .mid-mobile {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 358px;
    }

    .features-list {
        padding-right: 254px;
    }

    .features-list ul {
        max-width: 500px;
        margin-left: auto;
    }

    .features-list li {
        font-size: 16px;
        padding-right: 0;
    }

    .features-list li:not(:last-child) {
        margin: 0 0 24px;
    }

    .features-list li::before {
        width: 80px;
        right: -106px;
    }

    .features-list li::after {
        right: -30px;
        top: 9.8px;
    }

    .features-list li strong {
        font-size: 18px;
    }

    .features-list.reverse {
        padding-left: 254px;
    }

    .features-list.reverse ul {
        margin-left: 0;
        margin-right: auto;
    }

    .features-list.reverse li {
        padding-left: 0;
    }

    .features-list.reverse li::before {
        left: -106px;
    }

    .features-list.reverse li::after {
        left: -30px;
    }
}


.full-width-image-text {
    position: relative;
    padding: 40px 0;
    margin: 40px 0;
}

.full-width-image-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(36, 43, 50, 0.7);
}

.full-width-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.image-text-content h4 {
    color: #FFFFFF;
    line-height: 1.2083333333333333em;
    margin: 0 0 15px;
}

.image-text-content h4 b {
    display: block;
    font-weight: 700;
}

.image-text-content h4 b:first-of-type {
    margin-top: 14px;
}

.image-text-content h4 b:last-of-type {
    margin-bottom: 14px;
}

.image-text-content span {
    display: block;
    font-size: 14px;
    line-height: 1.22223em;
    color: #FFFFFF;
    font-weight: 500;
}

.image-text-content span:has(strong) {
    color: #D0B5A4;
    margin: 12px 0 25px 0;
}

.image-text-content span:has(strong) strong {
    font-weight: 700;
}

@media (min-width: 768px) {
    .full-width-image-text {
        padding: 60px 0;
    }

    .image-text-content {
        text-align: left;
        max-width: 450px;
        margin-left: auto;
    }

    .image-text-content h4 {
        margin: 0 0 25px;
    }

    .image-text-content span {
        font-size: 16px;
    }

    .image-text-content span:has(strong) {
        margin: 14px 0 40px 0;
    }
}

@media (min-width: 1200px) {
    .full-width-image-text {
        margin: 50px 0 80px 0;
    }

    .image-text-content {
        max-width: 40%;
    }

    .image-text-content h4 {
        margin: 0 0 40px;
    }
}


.half-image-half-text_flex {
    flex-direction: column-reverse;
    gap: 25px 0;
}

.half-image-col {
    position: relative;
}

.half-image-col img {
    margin: 0 auto;
}

.learge-image {
    width: 219px;
    height: 319px;
}

.learge-image img,
.middle-image img,
.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.middle-image,
.small-image {
    position: absolute;
    bottom: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.middle-image {
    width: 145px;
    height: 208px;
    left: 140px;
    z-index: 1;
}

.small-image {
    right: 0;
    bottom: 22px;
    width: 145px;
    height: 76px;
    z-index: 2;
}

.half-text-col h2 {
    margin: 0 0 10px;
}

.half-text-col p {
    color: #1E1E1E;
    margin: 0 0 10px;
}

.half-text-col p strong {
    font-weight: 700;
}

.half-text-col p:has(strong) {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .half-image-half-text_flex {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .middle-image {
        left: 164px;
    }

    .half-text-col h2 {
        margin: 0 0 30px;
    }

    .half-text-col p {
        margin: 0 0 14px;
    }

    .half-text-col p strong {
        display: block;
    }

    .half-text-col p:has(strong) {
        margin: 0 0 40px;
    }
}


.testimonials {
    margin: 50px 0;
}

.testimonials-content {
    text-align: center;
    margin: 0 0 30px;
}

.testimonials-content h2 {
    color: #070B30;
}

.testimonials-content figure {
    display: block;
    max-width: 120px;
    margin: 15px auto 15px auto;
}

.testimonials-content p {
    color: #1E1E1E;
}

.testimonials-content p:last-of-type {
    margin-top: 14px;
}

.testimonials-right {
    position: relative;
    margin-right: -20px;
}

.testimonials-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 100%;
    background: #242B32;
    border-radius: 20px 0 0 20px;
}

.js-testimonials-slider {
    padding: 40px 0 60px 0;
}

.testimonials-slider-col {
    margin: 0 15px 0 0;
}

.testimonials-item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 20px;
    width: 300px;
    text-align: center;
    min-height: 346px;
    transition: 0.3s;
    padding: 52px 15px 66px 15px;
}

.testimonials-slider-col.slick-current .testimonials-item {
    background: #D0B5A4;
}

.testi-text p {
    font-weight: 400;
    color: #1E1E1E;
    transition: 0.3s;
    margin: 0 0 15px;
}

.testimonials-slider-col.slick-current .testi-text p {
    color: #FFFFFF;
}

.testimonials-slider-col h6 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #1E1E1E;
    margin-top: auto;
}

.testimonials-slider-col h6 span {
    display: block;
}

.testimonials-slider-col.slick-current h6 {
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .testimonials {
        margin: 70px 0;
    }

    .testimonials-content {
        margin: 0 0 40px;
    }

    .testimonials-slider-col {
        margin: 0 30px 0 0;
    }

    .testimonials-content figure {
        max-width: 145px;
    }

    .testimonials-right {
        margin-right: -32px;
    }

    .testimonials-right::before {
        width: calc(100% - 112px);
        border-radius: 50px 0 0 50px;
    }

    .js-testimonials-slider {
        padding: 64px 0 38px 0;
    }

    .testimonials-item {
        width: 350px;
        min-height: 380px;
        padding: 52px 28px 66px 28px;
    }
}

@media (min-width: 1200px) {
    .testimonials {
        margin: 100px 0;
    }

    .testimonials-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-right: -56px;
    }

    .testimonials-content {
        width: 35%;
        text-align: left;
        align-content: flex-end;
        padding-left: 25px;
        margin: 0 0 80px;
    }

    .testimonials-content figure {
        margin: 40px 0 25px 0;
    }

    .testimonials-right {
        width: calc(100% - 35%);
        margin-right: 0;
        padding-left: 54px;
    }

    .testimonials-right::before {
        width: calc(100% - 166px);
    }
}


.support-area h4 {
    text-align: center;
    margin: 0 0 40px;
}

.support-left {
    position: relative;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    margin-left: -20px;
}

.support-left::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 43, 50, 0.8);
}

.support-left img {
    width: 100%;
}

.support-left h2 {
    position: absolute;
    bottom: 25px;
    right: 12px;
    color: #FFFFFF;
}

.support-content {
    margin: 24px 0 0;
}

.support-content p {
    margin: 12px 0;
}

.support-content p strong {
    font-weight: 700;
}

.support-content p:has(strong) {
    margin: 0 0 22px;
}

@media (min-width: 768px) {
    .support-area h4 {
        margin: 0 0 60px;
    }

    .support-left {
        margin-left: -32px;
    }

    .support-left img {
        height: 420px;
        object-fit: cover;
    }

    .support-left h2 {
        right: 40px;
        bottom: 35px;
    }

    .support-content p {
        margin: 15px 0;
    }

    .support-content p:has(strong) {
        margin: 0 0 30px;
    }
}

@media (min-width: 992px) {
    .support-content {
        margin: 25px 0;
    }

    .support-left {
        height: 100%;
    }

    .support-left img {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .support-area h4 {
        margin: 0 0 90px;
    }

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

    .support-left {
        height: unset;
        margin-left: -56px;
        margin-right: 14px;
    }

    .support-left img {
        height: 416px;
    }

    .support-content {
        margin: 0;
    }

    .support-content p:has(strong) {
        margin: 0 0 38px;
    }
}


/* footer css start */
.footer {
    padding: 50px 0 30px 0;
}

.footer-content {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}

.footer-links li {
    line-height: 1;
}

.footer-links li a {
    font-size: 14px;
    line-height: 1.3125em;
    font-weight: 600;
    color: #242B32;
}

.footer-content p:has(a) {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.75em;
    color: #242B32;
    margin: 25px 0;
}

.footer-content p:has(a) a {
    color: #242B32;
}

.footer-content p:has(a) a:not(:last-child) {
    margin-right: 20px;
}

.footer-content figure {
    display: block;
    margin: 0;
}

.footer-content figure img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer {
        padding: 80px 0 50px 0;
    }

    .footer-content p:has(a) {
        margin: 38px 0;
    }

    .footer-links li a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .footer {
        padding: 100px 0 80px 0;
    }

    .footer-links {
        gap: 10px 32px;
    }

    .footer-links li a:hover {
        color: #D0B5A4;
    }

    .footer-content p:has(a) a:hover {
        text-decoration: underline;
    }
}


.banner.inner-banner {
    align-content: end;
    min-height: 23.479vw;
}

.inner-banner .banner-content {
    align-content: flex-end;
}

.inner-banner .banner-content h1 {
    margin: 0;
}

.where-download {
    margin: 50px 0 0;
}

.where-download-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #D0B5A4;
    border-radius: 0 20px 20px 0;
    padding: 30px 20px 30px 20px;
    margin-left: -20px;
}

.where-download-text {
    order: 1;
    margin: 0 0 25px;
}

.where-download-text h2 {
    color: #FFFFFF;
    margin: 0 0 15px;
}

.where-download-text p {
    color: #FFFFFF;
    margin: 0 0 15px;
}

.where-download-text p:has(strong) {
    margin-bottom: 0;
}

.where-download-text p strong {
    font-weight: 700;
}

.dark-float-mobile {
    order: 3;
    max-width: 58%;
}

.download-from-wrap {
    position: absolute;
    bottom: 50px;
    left: 35%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 180px;
    padding: 15px;
}

.download-from-wrap a {
    display: block;
}

@media (min-width: 768px) {
    .where-download {
        margin: 70px 0 0;
    }

    .where-download-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -32px;
        padding-left: 32px;
    }

    .where-download-text {
        width: calc(100% - 245px);
        padding-right: 20px;
    }

    .dark-float-mobile {
        width: 245px;
        max-width: 100%;
    }

    .download-from-wrap {
        bottom: 30px;
        left: 32px;
        max-width: 288px;
        padding: 40px 36px;
    }
}

@media (min-width: 1200px) {
    .where-download {
        margin: 100px 0 0;
    }

    .where-download-wrap {
        width: calc(100% - 160px);
        min-height: 407px;
        padding: 60px 20px 40px 56px;
        margin: 60px 0;
        margin-left: -56px;
    }

    .download-from-wrap {
        order: unset;
        left: unset;
        right: -106px;
        bottom: -22px;
    }

    .download-from-wrap img {
        width: 215px;
    }

    .where-download-text {
        order: unset;
        width: 100%;
        max-width: 42%;
        margin-left: auto;
        margin-right: 220px;
        margin-bottom: 0;
    }

    .where-download-text h2 {
        margin: 0 0 25px;
    }

    .where-download-text p {
        margin: 0 0 20px;
    }

    .dark-float-mobile {
        order: unset;
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translate(0, -50%);
    }
}


.application-feature {
    padding: 50px 0 0;
}

.app-feture-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -15px;
}

.app-feture-items {
    width: 100%;
    margin: 0 15px;
}

.app-feture-inner {
    position: relative;
    max-width: 390px;
    padding: 0 0 30px;
    margin: 0 auto;
}

.app-feture-text {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    min-height: 260px;
    background: #D0B5A4;
    border-radius: 20px;
    padding: 55px 40px;
}

.app-feture-text p {
    font-weight: 400;
    color: #FFFFFF;
}

.app-feture-text p br {
    display: none;
}

.app-feture-text p strong {
    font-weight: 700;
}

.app-feture-bot-text {
    text-align: center;
    margin: 40px 0 0;
}

.app-feture-bot-text strong {
    font-weight: 700;
    display: block;
    margin: 10px 0 0;
}

@media (min-width: 760px) {
    .application-feature {
        padding: 70px 0 0;
    }

    .app-feture-items {
        width: calc(50% - 30px);
    }

    .app-feture-text {
        width: 280px;
        min-height: 278px;
    }

    .app-feture-bot-text {
        margin: 60px 0 0;
    }
}

@media (min-width: 1200px) {
    .application-feature {
        padding: 100px 0 0;
    }

    .app-feture-flex {
        gap: 40px 0;
        margin: 0 -20px;
        padding: 0 45px;
    }

    .app-feture-items {
        width: calc(33.33% - 40px);
        margin: 0 20px;
    }

    .app-feture-inner {
        max-width: 400px;
        padding: 0 0 70px;
    }

    .app-feture-text {
        left: 75px;
        width: 315px;
        min-height: 236px;
        padding: 20px 18px;
    }

    .app-feture-text p {
        display: inline-block;
    }

    .app-feture-text p br {
        display: block;
    }

    .app-feture-text p strong {
        font-size: 18px;
    }

    .app-feture-bot-text strong {
        margin: 20px 0 0;
    }

    .app-feture-bot-text {
        margin: 86px 0 0;
    }
}


/* Contact Page */
.contact-black {
    margin: 41px 0 0px;
}

.contact-form {
    position: relative;
    padding: 30px 0 40px 20px;
}

.contact-form::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: calc(100% + 50px);
    height: 100%;
    background: #242b32;
    border-radius: 30px 30px 0px 0px;
    z-index: -1;
}

.contact-information {
    margin-bottom: 50px;
}

.contact-form h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-information h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 33px;
}

.contact-information h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.contact-information ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.contact-information ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.contact-information ul li a {
    color: #000000;
}

.contact-information ul li a:hover {
    color: #d0b5a4;
}

@media (min-width: 768px) {
    .contact-black__flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contact-form {
        width: calc(50% + 11px);
    }

    .contact-information {
        width: calc(50% - 11px);
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .contact-black {
        margin: 41px 0 0px;
    }

    .contact-form {
        padding: 56px 0 90px 116px;
    }

    .contact-form::before {
        right: -156px;
        width: calc(100% + 156px);
        border-radius: 100px 100px 0px 0px;
    }

    .contact-form__wrapper {
        max-width: 412px;
    }

    .contact-form h3 {
        font-size: 32px;
        margin-bottom: 37px;
    }

    .contact-information ul {
        gap: 24px;
    }
}

/* Advertising Material */
.advertising-materials {
    margin: 33px 0 0;
}

.advertising-material-form {
    background: #242b32;
    border-radius: 30px 30px 0px 0px;
    padding: 27px 30px 20px;
}

.form-col-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 13px;
}

.advertising-material-form__wrapper .form-col-btn {
    margin-top: 19px;
}

.advertising-material {
    max-width: 660px;
    margin: 0 auto 57px auto;
}

.advertising-material h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #242B32;
    margin-bottom: 20px;
}

.advertising-material p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #242B32;
}

.advertising-material ul {
    margin-bottom: 20px;
}

.advertising-material ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #242B32;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.advertising-material ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 100%;
    margin-right: 10px;
}

.advertising-material-btns {
    max-width: 915px;
    margin: 0 auto 55px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.advertising-material-form h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 30px;
    max-width: 713px;
}

@media (min-width: 768px) {
    .form-col-radio {
        flex-direction: row;
        gap: 0 20px;
    }

    .advertising-material-form__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .advertising-material-form__wrapper .form-col {
        width: calc(50% - 5px);
    }

    .advertising-material-form__wrapper .form-col-radio {
        width: 100%;
    }

    .advertising-material-form__wrapper .form-col-btn {
        width: 100%;
    }

    .advertising-material-form h3 {
        font-size: 32px;
        line-height: 39px;
    }

}

@media (min-width: 1200px) {
    .advertising-material-form {
        background: #242b32;
        border-radius: 100px 100px 0px 0px;
        padding: 27px 185px 20px;
        margin: 0 108px;
    }

    .advertising-material-btns {
        gap: 17px;
    }


    .advertising-material ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #242B32;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .advertising-material ul li::before {
        content: "";
        position: relative;
        top: unset;
        left: unset;
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #000000;
        border-radius: 100%;
        margin-right: 10px;
    }

}


.foundation-area {
    margin: 50px 0;
}

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

.foud-title h4 {
    margin: 0 0 15px;
}

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

.foundation-col:not(:last-child) {
    margin-bottom: 30px;
}

.foundation-col span {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    display: block;
    color: #000000;
    margin: 0 0 5px;
}

.foundation-col ul li {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: #000000;
    margin: 5px 0;
}

@media (min-width: 1200px) {
    .foundation-col:not(:last-child) {
        margin-bottom: 60px;
    }

    .foundation-col ul li,
    .foundation-col span {
        font-size: 16px;
    }
}


.support-page-area {
    margin: 40px 0 0;
}

.support-inner-wrap {
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}

.support-inner-wrap h5 {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    color: #242B32;
}

.support-inner-wrap h5 strong {
    display: block;
    font-weight: 700;
    margin: 15px 0 0;
}

.support-inner-wrap p {
    color: #242B32;
    margin: 14px 0;
}

.supt-list {
    margin: 14px 0;
}

.supt-list li p {
    line-height: 1.25em;
    margin: 0;
}

.supt-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
    padding: 20px 0 0;
}

@media (min-width: 768px) {
    .support-page-area {
        margin: 60px 0 0;
    }

    .support-inner-wrap p {
        margin: 20px 0;
    }

    .supt-list {
        margin: 20px 0;
    }

    .support-inner-wrap h5 strong {
        margin: 20px 0 0;
    }

    .supt-btn-group {
        padding: 40px 0 0;
    }
}

@media (min-width: 1200px) {
    .supt-btn-group li .secondary-btn {
        font-size: 18px;
        padding: 11.5px 25px;
    }
}

/* Advertising Material */
.advertising-materials {
    margin: 33px 0 0;
}

.advertising-material-form {
    background: #242b32;
    border-radius: 30px 30px 0px 0px;
    padding: 27px 30px 20px;
}

.form-col-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 13px;
}

.advertising-material-form__wrapper .form-col-btn {
    margin-top: 19px;
}

.advertising-material {
    max-width: 660px;
    margin: 0 auto 57px auto;
}

.advertising-material h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #242b32;
    margin-bottom: 20px;
}

.advertising-material p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #242b32;
}

.advertising-material ul {
    margin-bottom: 20px;
}

.advertising-material ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #242b32;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.advertising-material ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 100%;
    margin-right: 10px;
}

.advertising-material-btns {
    max-width: 915px;
    margin: 0 auto 55px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.advertising-material-btns .secondary-btn span {
    display: inline-block;
    font-weight: 300;
}

.advertising-material-form h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 30px;
    max-width: 713px;
}

@media (min-width: 768px) {
    .form-col-radio {
        flex-direction: row;
        gap: 0 20px;
    }

    .advertising-material-form__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .advertising-material-form__wrapper .form-col {
        width: calc(50% - 5px);
    }

    .advertising-material-form__wrapper .form-col-radio {
        width: 100%;
    }

    .advertising-material-form__wrapper .form-col-btn {
        width: 100%;
    }

    .advertising-material-form h3 {
        font-size: 32px;
        line-height: 39px;
    }
}

@media (min-width: 1200px) {
    .advertising-material-form {
        background: #242b32;
        border-radius: 100px 100px 0px 0px;
        padding: 27px 185px 20px;
        margin: 0 108px;
    }

    .advertising-material-btns {
        gap: 17px;
    }

    .advertising-material ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #242b32;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .advertising-material ul li::before {
        content: "";
        position: relative;
        top: unset;
        left: unset;
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #000000;
        border-radius: 100%;
        margin-right: 10px;
    }
}

/*  */

.cooperation-section {
    padding: 50px 0px 0;
}

.cooperation-image-wrapper {
    position: relative;
    padding-bottom: 91px;
    margin-bottom: 30px;
}

.cooperation-image-wrapper img {
    border-radius: 30px;
}

.cooperation-image-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -50px;
    width: calc(100% - 57px);
    height: calc(100% - 81px);
    background: #d0b5a4;
    z-index: -1;
    border-radius: 30px;
}

.advertising-image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 50px;
}

.advertising-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -40px;
    width: calc(100% + 40px);
    height: calc(100% - 120px);
    background: #d0b5a4;
    z-index: -1;
    border-radius: 20px;
}

.cooperation-left h2 {
    margin-bottom: 15px;
}

.cooperation-left h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    margin-bottom: 14px;
}

.cooperation-left h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    margin-bottom: 0px;
}

.cooperation-left p {
    color: #1e1e1e;
    margin-bottom: 15px;
}

.cooperation-left ul {
    margin-bottom: 15px;
    padding-left: 14px;
}

.cooperation-left ul li {
    list-style: disc;
}

.cooperation-left .btns {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .cooperation-section {
        padding: 90px 0px;
    }

    .cooperation-flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }

    .cooperation-image-wrapper {
        width: 50%;
        margin: 0;
    }

    .cooperation-left {
        width: 50%;
    }

    .cooperation-image-wrapper::before {
        border-radius: 50px;
        right: -209px;
        width: calc(100% + 102px);
    }

    .cooperation-image-wrapper img {
        border-radius: 50px;
    }

    .cooperation-left h2 {
        margin-bottom: 30px;
    }

    .cooperation-left .btns {
        margin-top: 41px;
    }

    .advertising-image-wrapper {
        width: calc(50% - 47px);
        margin-bottom: 0px;
        padding: 0;
    }

    .advertising-image-wrapper::after {
        bottom: 0;
        right: -76px;
        width: calc(100% + 76px);
    }

    .advertising .cooperation-flex {
        align-items: end;
    }

    /* .cooperation-section.advertising {
      margin: 50px 0 0;
    } */
}

@media (min-width: 991px) {
    .advertising-image-wrapper {
        padding: 0 84px 0 117px;
    }
}

@media (min-width: 1920px) {
    .cooperation-image-wrapper img {
        width: 38.4vw;
    }
}

.wpcf7-response-output {
    color: #fff;
}

/* siatka i odstępy */
.form-col-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0 12px 12px 0;
}

/* chowamy natywny input */
.form-col-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* klikalna „pigułka” z kwadratowym wskaźnikiem */
.form-col-checkbox .wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 10px 10px;
    border: 2px solid #606770;
    border-radius: 8px;
    color: #fff; /* dopasuj pod swój motyw; na screenie masz ciemne tło */
    cursor: pointer;
    transition: .2s ease;
}

/* kwadracik przed tekstem */
.form-col-checkbox .wpcf7-list-item-label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #606770;
    border-radius: 4px;
    background: transparent;
    display: inline-block;
    margin-right: 5px;
}

/* stan zaznaczony */
.form-col-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
    border-color: #d0b5a4; /* kolor aktywny */
    box-shadow: inset 0 0 0 1px #d0b5a4;
}

.form-col-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #d0b5a4;
    border-color: #d0b5a4;

}

/* opcjonalnie: focus dla klawiatury */
.form-col-checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label {
    outline: 1px dashed #d0b5a4;
    outline-offset: 1px;
}

.wpcf7-not-valid-tip {
    color: #d0b5a4 !important;
}

input.acceptance + span {
    color: white;
    font-size: 10px;
    line-height: 0.1;
}
input.acceptanceTester + span {
    color: white;
    font-size: 10px;
    line-height: 10px;
}

.contactFormTester{
    margin: auto;
}

.page-id-345 .foundation-col span{
    display: unset !important;
    text-align: left;
}


.page-id-345 .wpcf7-response-output {
    color: #252b32;
}

.page-id-345 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #d0b5a4;
}

/* CSS */
@media (max-width: 767px) {
    .footer-links {
        display: none !important;
    }
}