/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito'), url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Nunito'), url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nunito'), url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Nunito Sans'), url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9yAs5tU1E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
    text-transform: uppercase;
    padding: 13px 20px;
}

.footer__columns li {
    list-style-type: none;
    text-transform: uppercase;
    padding: 0px 0px !important;
}

button {
    border: none;
    outline: none;
    background: none;
}

body {
    overflow-x: hidden;
    font-family: Nunito, sans-serif;
    position: relative;
    scroll-behavior: smooth;
    background: #ffffff;
}

.container {
    max-width: 1530px;
}

select,
input {
    outline: none;
    border: none;
    box-shadow: none;
    background: transparent;
}

/*******************  Header Starts **************************/
/***********************************************************/
header {
    position: absolute;
    width: 100%;
}

.navigation__wrapper {
    padding: 20px 0;
}

.navigation__wrapper img {
    max-width: 200px;
    width: 100%;
}

.navigation__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation__wrapper ul {
    display: flex;
    gap: 20px;
}

.navigation__wrapper ul li a {
    position: relative;
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    color: #1d45a0;
}

.navigation__wrapper ul li a:hover {
    color: #cd242a;
}

.navigation__wrapper ul li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    transition: all 0.25s;
    background: #cd242a;
    transform: scaleX(0);
}

.navigation__wrapper ul li a:hover:before {
    transform: scaleX(1);
}

.navigation__toggler {
    width: 37px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #373b47;
    box-sizing: border-box;
    padding: 5px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}

.navigation__toggler span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #373b47;
}

.navigation__wrapper .cta {
    padding: 10px 20px;
    background-color: #1d45a0;
    color: #ffffff;
    border: none;
}

.contact-cta {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background: #1d45a0;
    border-radius: 16px;
    padding: 6px 10px;
    border: none;
    transition: color 0.45s;
    width: 200px;


    margin: auto;
    margin-bottom: 15px;
    text-align: center;
}

/*******************  Header Ends **************************/
/***********************************************************/



/******************* HomePage Css Starts ************************************/
/****************************************************************************/
.index__Section1 {
    background: url('../images/cleaning-banner-01.png');
    background-size: cover;
    min-height: 610px;
    padding-top: 170px;
}

.section__label {
    font-family: Nunito, sans-serif;
    font-size: 22px;
}

.index__Section1 .section__label {
    margin-bottom: 30px;
}

.banner__heading {
    font-family: Nunito, sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 50%;
}

.services__List {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 750px;
    margin-top: 60px;
}

.services__List .service__box {
    width: 80px;
    text-align: center;
}

.services__List .service__box .icon__wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 7px 9px 23px rgba(135, 135, 135, .25);
    margin-bottom: 20px;
}

.services__List .service__box .icon__wrapper img {
    filter: hue-rotate(45deg);
}

.services__List .service__box .service__name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-family: Nunito;
    color: #373b47;
}

.services__List .service__box a:hover .icon__wrapper {
    background-color: #cb242a;
}

.services__List .service__box a:hover .icon__wrapper img {
    filter: brightness(100) hue-rotate(65deg) contrast(100)
}

.index__Section2 {
    background-color: #0467b4;
    padding: 25px 0;
}

.counter__wrapper {
    display: flex;
    justify-content: space-between;
}

.counter__wrapper .counter__box {
    width: 20%;
    text-align: center;
    color: #ffffff;
}

.counter__wrapper .counter__box .count {
    font-size: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
}

.counter__wrapper .counter__box .label {
    line-height: 1;
}

.explore__services__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore__services__wrapper .left__column {
    width: 17%;
}

.explore__services__wrapper .right__column {
    width: 83%;
}


.index__Section3 {
    padding: 10px 0;
    background-color: #f5f5f5;
}

.section__heading {
    font-family: Nunito, sans-serif;
    font-size: 35px;
    line-height: 50px;
    color: #1a1b2d;
    font-weight: 700;
}

.section__description {
    font-size: 16px;
    color: #373b47;
}

.exploreSwiper img {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    border-radius: 15px;
}

.index__Section4 {
    padding: 50px 0;
}

.index__Section4 .section__heading {
    margin-bottom: 30px;
}

.service__slder__box {
    position: relative;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 3px 3px 15px rgb(55 59 71 / 20%);
    margin-bottom: 10px;
}

.service__slder__box a {
    display: block;
}

.service__slder__box img {
    width: 100%;
    min-height: 160px;
    max-height: 160px;
    object-fit: cover;
}

.service__slder__box .service__label {
    font-size: 16px;
    text-align: center;
    color: black;
    line-height: 1.4;
    font-weight: 500;
    padding: 20px 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


.swiper-button-next,
.swiper-button-prev {
    opacity: 1 !important;
}

.index__Section5 {
    padding-bottom: 50px;
}

.index__Section5 .section__description {
    margin-bottom: 20px;
}

.index__Section6 {
    padding-bottom: 50px;
}

.index__Section6 .section__description {
    margin-bottom: 20px;
}

.index__Section7 {
    padding-bottom: 50px;
}

.index__Section7 .section__description {
    margin-bottom: 20px;
}

.index__Section8 {
    padding-bottom: 50px;
}

.index__Section8 .section__description {
    margin-bottom: 20px;
}

.index__Section9 {
    padding-bottom: 50px;
}

.index__Section9 .section__description {
    margin-bottom: 20px;
}

.wellness__Services__wrapper {
    display: flex;
    justify-content: space-between;
}

.index__Section9 .wellness__Services__wrapper .leftCol,
.index__Section9 .wellness__Services__wrapper .rightCol {
    position: relative;
    width: 49%;
    min-height: 235px;
    max-height: 235px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.index__Section9 .wellness__Services__wrapper .leftCol a,
.index__Section9 .wellness__Services__wrapper .rightCol a {
    display: block;
}

.wellness__Services__wrapper .leftCol {
    background: url('../images/wellness-services/home-wellness.webp');
    background-size: cover;
    background-position: center;
}

.wellness__Services__wrapper .rightCol {
    background: url('../images/wellness-services/personal-wellness.webp');
    background-size: cover;
    background-position: center;
}

.sub__heading {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
}

.sub__description {
    font-size: 14px;
    font-weight: 400;
}

.text__visibility__overlay {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px 15px;
}

.index__Section10 {
    padding-bottom: 50px;
}

.index__Section10 .section__description {
    margin-bottom: 20px;
}

.index__Section11 {
    padding-bottom: 50px;
}

.index__Section11 .section__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index__Section11 .leftCol {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 50px;
    width: 36%;
}

.index__Section11 .rightCol {
    width: 100%;
    overflow: hidden;
}

.index__Section11 .rightCol video {
    width: 100%;
    height: 100%;
    background: #141414;
    border-radius: 15px;
}

.before__after__box {
    position: relative;
}

.before__after__box img {
    max-height: 400px;
    min-height: 400px;
    width: 100%;
    border-radius: 10px;
}

.before__after__box .tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #cb242a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: Nunito, sans-serif;
    letter-spacing: 0.5px;
    border-radius: 5px;
    padding: 5px 20px;
}

.cta {
    font-family: Nunito, sans-serif;
    width: fit-content;
    background-color: #1d45a0;
    font-family: "Nunito Bold";
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 1.94444px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 32px;
    padding: 18px 28px;
}

.cta:hover {
    color: #fff;
    background-color: #000000;
}

.index__Section12 {
    background-color: #EDEDED;
    padding: 30px 0;
}

.site__links__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.site__links__wrapper .column {
    width: 24%;
}

.column__heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.site__links__wrapper .column li {
    margin-bottom: 5px;
}

.site__links__wrapper .column li a {
    font-size: 14px;
    line-height: 34px;
}

.site__links__wrapper .column li a:hover {
    color: #cd242a;
}

.index__Section13 {
    padding: 45px 0;
    background: #0A63B3;
}

.ctaBar__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctaBar__wrapper .leftCol {
    width: 33%;
}

.ctaBar__wrapper .rightCol {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.ctaBar__wrapper .section__heading,
.ctaBar__wrapper .section__description {
    color: #ffffff;
}

.ctaBar__wrapper .rightCol .contact__box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 40%;
    color: #ffffff;
}

.ctaBar__wrapper .rightCol .contact__box .contact__icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #ffffff;
}

.ctaBar__wrapper .rightCol .contact__box .contact__icon img {
    filter: hue-rotate(45deg);
}


/******************* Client Reviews Section **********************/
/*****************************************************************/
.client__reviews {
    padding-bottom: 50px;
}

.client__reviews .section__heading {
    margin-bottom: 30px;
}

.client__reviews__slider .review__box {
    height: 100% !important;
    border: 1px solid #BBBDBF;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.client__reviews__slider .swiper-slide {
    align-self: stretch;
    height: auto !important;
}

.client__reviews__slider .review__box .client__rating {
    display: flex;
    justify-content: space-between;
}

.client__reviews__slider .review__box .client__rating .left__column i {
    color: #f9bc15;
}

.client__reviews__slider .review__box .client__rating .review__date {
    font-size: 0.84rem;
    color: #929497;
}

.client__reviews__slider .review__box .client__rating .right__column img {
    width: 20px;
    height: 20px;
}

.client__reviews__slider .review__box .review__content {
    margin: 0.25rem 0;
    font-size: 0.9rem;
    color: #929497;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.client__reviews__slider .review__box .review__content .more__less {
    color: #929497;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    cursor: pointer;
}

.review__box .reviewer__name {
    font-size: 0.9rem;
    color: #929497;
    margin-top: 0.5rem;
}

.review__rating__Text {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.review__rating__Text a img {
    display: inline-block;
    width: 40px;
}

.review__rating__Text .cta {
    padding: 10px 30px;
}

/*********************** About Us Css Starts **********************/
/******************************************************************/
.inner__pages__banner {
    padding: 170px 0 50px;
}

.inner__banner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner__banner__wrapper .leftCol {
    width: 45%;
}

.banner__counters {
    display: flex;
    justify-content: space-between;
}

.banner__counters .left__column,
.banner__counters .right__column {
    width: 45%;
    display: block;
}

.banner__counters .counter__val {
    font-size: 40px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    line-height: 50px;
    color: #0467b4;
    margin-bottom: 5px;
}

.banner__counters .counter__val span {
    font-weight: 100;
    font-size: 45px;
    margin-left: 5px;
}

.banner__counters .counter__label {
    font-size: 18px;
    font-weight: 600;
    font-family: Nunito, sans-serif;
    line-height: 25px;
}

.inner__banner__wrapper .rightCol {
    position: relative;
    width: 54%;
    display: flex;
    justify-content: center;
}

.inner__banner__heading {
    font-family: Nunito, sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
}

.inner__banner__wrapper .section__description {
    width: 75%;
}

.inner__banner__wrapper .leftCol .cta {
    display: inline-block;
    margin: 30px 0 80px;
    padding: 10px 20px;
}

.banner__img {
    /* border-radius: 50%; */
    width: 405px;
    height: 481px;
}

.offer__box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center;
}

.offer__box .icon__box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #0061EA12;
    font-size: 24px;
}

.offer__box .icon__box i {
    color: #0467b4;
}

.offer__box .offer__label {
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #0467b4;
}

.offer__box.first {
    position: absolute;
    left: 0;
    top: 0;
}

.offer__box.second {
    position: absolute;
    left: 0;
    bottom: 0;
}

.offer__box.third {
    position: absolute;
    right: 0;
    top: 25%;
}

.offer__box:hover .icon__box {
    background-color: #cb242a;
}

.offer__box:hover .icon__box i {
    color: #ffffff;
}

.about__section2 img {
    width: 100%;
}

.about__section3 {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.inner__counter__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner__counter__wrapper .leftCol {
    width: 55%;
}

.inner__counter__wrapper .rightCol {
    width: 30%;
}

.inner__counter__wrapper .section__description {
    margin-top: 20px;
}

.inner__counter__wrapper .counter__wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
}

.inner__counter__wrapper .counter__wrapper .counter__box {
    width: 48%;
    color: #000000;
}

.about__section4 {
    padding: 50px 0;
}

.about__section4 .section__heading {
    text-align: center;
    margin-bottom: 30px;
}

.division__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.division__wrapper .division__column {
    width: 31%;
}

.division__wrapper .division__column img {
    width: 100%;
    min-height: 275px;
    max-height: 275px;
    border-radius: 15px;
}

.division__wrapper .division__column h4 {
    font-family: Nunito, sans-serif;
    font-size: 20px;
    color: #2a323e;
    margin: 15px 0;
}

.division__wrapper .division__column p {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    color: #565a69;
}

.about__section5 {
    padding: 30px 0 140px;
}

.about__section5 .section__heading {
    text-align: center;
    margin-bottom: 30px;
}

.service__card {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service__card img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    height: 100%;
}

.service__card .service__description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service__card .service__description .service__title {
    font-size: 20px;
    font-family: Nunito, sans-serif;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}

.service__card .service__description .service__content {
    margin-bottom: 10px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}

.service__card .cta {
    font-size: 14px;
    font-weight: 600;
    font-family: Nunito, sans-serif;
    color: #fdfdfd;
    padding: 5px 15px;
    background: #cb242a;
    text-transform: capitalize;
    position: absolute;
    bottom: 15px;
}


.about__section6 {
    position: relative;
    padding: 100px 0 30px 0;
    z-index: 1;
}

.about__section6::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 265px;
    background-color: #ebf2f4;
    z-index: -1;
}

.app__installer_wrapper {
    display: flex;
    justify-content: space-between;
}

.app__installer_wrapper .leftCol {
    width: 55%;
}

.app__installer_wrapper .rightCol {
    position: relative;
    width: 30%;
}

.app__installer_wrapper .section__description {
    margin-top: 20px;
}

.app__installers {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.app__installers a {
    display: inline-block;
}

.app__installers a img {
    height: 65px;
    width: 167px;
}

.app__installer_wrapper .rightCol img {
    width: 100%;
    height: 420px;
    position: absolute;
    bottom: 0;
    object-fit: cover;
    object-position: top;
}

/************************ Footer Starts **************************/
/******************************************************************/
footer section {
    padding: 35px 0;
    background-color: #ffffff;
}

.footer__columns__wrapper {
    display: flex;
    justify-content: space-between;
}

.footer__columns__wrapper .footer__columns.first {
    width: 20%;
}

.footer__columns__wrapper .footer__columns.last {
    width: 40%;
}

.footer__columns__wrapper .footer__columns {
    width: 20%;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 50px;
}

.footer__logo img {
    width: 170px;
}

.footer__labels {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #272939;
    margin-bottom: 15px;
}

.separator {
    margin-bottom: 50px;
}

.footer__columns ul li a {
    display: block;
    font-family: Nunito, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 34px;
    color: #3e4458;
    margin-bottom: 5px;
}

.footer__columns ul li a:hover {
    color: #cd242a;
}

.social__Links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.social__Links a i {
    width: 25px;
    height: 16px;
    color: #1d45a0;
    transition: all 0.2s ease-in-out;
}

.social__Links a:hover {
    color: #cd242a;
}

.social__Links a:hover i {
    color: #cd242a;
}

.copyright__bar {
    display: flex;
    padding: 15px 0;
    background-color: #eee;
}

.copyright__wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.copyright__bar .copyright__content {
    display: flex;
    align-items: center;
    font-family: Nunito;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #4f4f4f;
}

.copyright__bar .copyright__content a {
    padding: 0 10px;
    display: inline-block;
    border-left: 1px solid #756e6e;
    margin-right: -1px;
    text-align: center;
    color: #756e6e;
}

.copyright__bar .copyright__content a:hover {
    color: #cb242a;
}

.copyright__content p {
    padding-right: 10px;
}

.copyright__bar .payment__ways {
    display: flex;
    gap: 15px;
}

.copyright__bar .payment__ways span {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 5px;
}

.copyright__bar .payment__ways span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/************************ Footer Ends **************************/
/***************************************************************/


/************************ Modal Css Starts *********************/
/***************************************************************/
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1060;
    display: unset;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 25px;
    width: 550px;
    border-radius: 0.5rem;
}

.modal__header {
    text-align: center;
    margin-bottom: 20px;
}

.modal__header h2 {
    font-size: 30px;
    font-weight: 600;
    color: #0467b4;
}

.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content form .field__box {
    margin-bottom: 15px;
}

.modal-content form .field__box p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}

.modal-content form .field__box input {
    width: 100%;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    opacity: 1;
}

.modal-content form .field__box select {
    font-size: 14px;
    width: 100%;
    display: block;
    border: 2px solid #000000;
    color: #000000;
    padding: 10px;
    border-radius: 10px;
}

.modal-content form textarea {
    font-size: 14px;
    width: 100%;
    resize: none;
    height: 150px;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 10px;
}

.modal-content .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #cb242a;
    cursor: pointer;
}

.modal-content .cta {
    display: block;
    width: 100%;
    padding: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}