:root{
    --main-color: #FFA828;
    --second-color: #FFA828;
    --white-color: #fff;
    --black-color: #000;
    --text-color: #115B8B;

    /* --font-family-shlager-regular: 'FbShlager-Regular';
    --font-family-shlager-bold: 'FbShlager-Bold'; */

    --font-family-Heebo-Light: 'Heebo-Light';
    --font-family-Heebo-Regular: 'Heebo-Regular';
    --font-family-Heebo-Medium: 'Heebo-Medium';
    --font-family-Heebo-Bold: 'Heebo-Bold';

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 900;
}
*{
    box-sizing: border-box;
}
html{
    scroll-padding-top: 105px;
    scroll-behavior: smooth;
    overflow: auto;
}
body{
    direction: rtl;
    font-family: var(--font-family-Heebo-Regular);
    font-weight: var(--font-weight-regular);
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
}
body.page-template-template-home{
    background-color: #282928;
}
h1,h2,h3,h4,h4,h5{
    font-family: var(--font-family-Heebo-Bold);
    font-weight: var(--font-weight-bold);
}
ul, ol{
    padding-right: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}
.global-btn, .submit-btn input {
    background-color: var(--main-color);
    font-size: 25px;
    line-height: 30px;
    border-radius: 15px;
    font-weight: var(--font-weight-regular);
    padding: 14px 30px;
    border: 1px solid var(--main-color);
    color: var(--white-color);
    position: relative;
    text-align: center;
}
.global-btn:hover, .submit-btn input:hover{
    background: none;
    color: var(--main-color);
}
.global-btn.secondary.transparent{
    background: none;
    color: var(--second-color);
}
.global-btn.secondary.transparent:hover{
    background-color: var(--second-color);
    color: var(--white-color);
}
.global-btn.transparent{
    background: none;
    color: var(--main-color);
}
.global-btn.transparent:hover{
    background-color: var(--main-color);
    color: var(--white-color);
}
.global-btn > i{
    margin-left: 10px;
}
.global-btn.secondary{
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
    color: var(--white-color);
}
.global-btn.secondary:hover, .submit-btn input:hover{
    background: none;
    color: var(--second-color);
}
.submit-btn input{
    background: linear-gradient(-86deg,rgba(206, 163, 98, 1) 0%, rgba(250, 228, 148, 1) 53%, rgba(206, 163, 98, 1) 100%) !important;
    border: 1px solid var(--second-color);
    width: 100%;
    padding: 0.7vh 1vw;
    font-size: 1.5vw;
    line-height: 3.5vh;
    border-radius: 6px;
    color: var(--black-color) !important;
    font-family: var(--font-family-Heebo-Bold);
    font-weight: var(--font-weight-bold);
}
.submit-btn input:hover{
    background: var(--main-color);
    color: var(--black-color) !important;
}
.w-fit-content{
    width: fit-content;
}
.max-w-fit-content{
    max-width: fit-content;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: unset;
}
.wpcf7 form .wpcf7-response-output{
    margin: 20px 0 20px;
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.text-justify-center{
    text-align: justify;
    text-align-last: center;
}
.my-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt-10{
    margin-top: 10px;
}
.mt-40{
    margin-top: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mx-w-fit-content{
    max-width: fit-content;
}
.container{
    padding-right: 16px;
    padding-left: 16px;
}

/**** Contact Form css start ****/
.wpcf7-spinner{
    display: none;
}
.field-col label {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: end;
}
.wpcf7-form-control-wrap {
    position: relative !important;
}
.field-col label .wpcf7-form-control-wrap, .field-col input{
    width: 100%;
    margin-bottom: 1.5vh;
    padding: 0.7vh 1vw;
    font-size: 0.9vw;
    line-height: 3.5vh;
    border-radius: 6px;
    border: none !important;
}
.field-col label > span:first-child{
    min-width: fit-content;
    font-size: 25px;
    line-height: 30px;
    font-weight: var(--font-weight-regular);
    color: var(--second-color);
}
.contact-form .form-heading{
    font-size: 30px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
    color: var(--second-color);
    min-width: fit-content;
}
.field-col label input{
    background: none;
    border: none;
    border-bottom: 2px solid var(--second-color);
    color: var(--second-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: var(--font-weight-regular);
}
.field-col label input:focus{
    outline: none;
    box-shadow: none;
}
.check-col{
    margin-top: 20px;
}
.lp-form {
    max-width: 26vw;
    margin-bottom: 2vh;
}
.wpcf7-checkbox .wpcf7-list-item-label{
    font-weight: var(--font-weight-regular);
    color: var(--white-color);
    font-size: 0.7vw;
    line-height: 2vh;
    text-align: start;
}
.wpcf7-checkbox > span{
    margin-left: 0;
}
.wpcf7-checkbox label{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    position: relative;
    padding-right: 1.8vw;
}
.wpcf7-not-valid-tip{
    position: relative;
    font-size: 0.9vw;
    line-height: 2.5vh;
    margin-top: -1.2vh;
    margin-bottom: 0.8vh;
    text-align: start;
}
.video-tag-absolute{
    position: absolute;
    bottom: 0;
    right: 11vw;
    color: #fff;
}
.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 18px;
    width: 1vw;
    height: 2.8vh;
    border: 1px solid var(--white-color);
    display: inline-block;
    position: absolute;
    top: 0.5vh;
    right: 0;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    margin-right: -4px;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
    background: transparent;
    border: 2px solid var(--white-color);
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submit-btn > p {
    position: relative;
}
.submit-btn img {
    position: absolute;
    top: 50%;
    left: 0.5vw;
    width: 1vw;
    height: 2.5vh;
    z-index: 2;
    transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.whatsapp-btn{
    position: fixed;
    bottom: 20%;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: var(--second-color);
    padding: 8px 8px 10px 10px;
    border-radius: 12px;
    z-index: 99;
}
.sticky-button-group{
    position: fixed;
    bottom: 10px;
    width: 100%;
    gap: 6px;
    background-color: var(--main-color);
    border-top: 1px solid var(--second-color);
    padding: 10px 20px;
    z-index: 99;
}
.sticky-button-group > .global-btn{
    padding: 12px;
    width: 50%;
    font-size: 20px;
    line-height: 25px;
    border-width: 1px;
}
.sticky-button-group > .global-btn > img{
    margin-right: 10px;
}

/***************
Landing Page CSS
****************/
.banner-video{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 100vh;
}
.banner-video iframe{
    height: 100%;
    width: 100%;
}
.banner-video video{
        width: 100%;
    height: 100%;
    object-fit: cover; /* ensures video covers the area */
    pointer-events: none;
}
.content-inner{
    position: relative;
    z-index: 1;
}
.content-wrapper{
    max-width: 37.45vw;
    /* max-width: 40.45vw; */
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    /* position: absolute;
    top: 0;
    left: 0; */
    z-index: 9;
    padding: 0;
    text-align: center;
    color: var(--text-color);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sidebar-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.sidebar-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.sidebar-content-main-wrapper {
    position: relative;
    z-index: 1;
    /* background: rgb(42 50 50 / 81%); */
    /* background: rgba(42, 50, 50, 0.8); */
    color: #fff;
    padding-top: 30px;
    height: 100%;
}
.content-wrapper .content-inner-wrapper{
    padding: 0 2.5vw;
}
.lp-sec{
    position: relative;
}
.slider-content{
    position: absolute;
    right: -11.5vw;
    top: 4vh;
}
.slider-content .slider-logo{
    max-width: 10vw !important;
}
.map-img-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.map-img-wrapper > img {
    height: 100vh;
    object-fit: cover;
    object-position: top left;
}
.map-btn.active > img {
    transform: rotate(180deg);
}
.animated-toggle {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.animated-toggle.show {
    max-height: 100vh;
    opacity: 1;
    pointer-events: auto;
}

.banner-slider, .map-img-wrapper{
    max-width: 62.55vw;
    /* max-width: 58.55vw; */
}
.banner-slider .slick-track{
    display: flex !important;
}
.banner-slider .slick-track .slick-slide{
    height: inherit !important;
}
.banner-slider .slick-track .slick-slide > img{
    min-height: 100vh;
    object-fit: cover;
    object-position: top right;
    height: 100vh;
}
.main-logo > a > img {
    object-fit: contain;
    /* max-height: 14vh; */
}
.main-logo > a{
    max-width: 13.5vw;
    position: relative;
    display: block;
    margin-bottom: 2.4vh;
    z-index: 2;
}
span.yellow{
    color: #FFA828;
}
.main-title{
    /* font-size: 3.74vw;
    line-height: 5.5vh; */
    font-size: 2.74vw;
    line-height: 5.3vh;
    margin-bottom: 1vh;
    z-index: 2;
    position: relative;
     background: linear-gradient(
        90deg,
        #F0A942 0%,
        #ECE095 38%,
        #D7AA45 72%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
}
.subtitle{
    font-size: 2vw;
    line-height: 3vh;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family-Heebo-Regular);
    margin-bottom: 2vh;
    z-index: 2;
    position: relative;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.subtitle-1{
    font-size: 2vw;
    line-height: 3vh;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family-Heebo-Regular);
    z-index: 2; 
    position: relative;
    color: #fff;
}
.content-wrapper .content {
    font-size: 1.53vw;
    line-height: 3vh;
    font-family: var(--font-family-Heebo-Light);
    font-weight: var(--font-weight-light);
    margin-bottom: 2vh;
    z-index: 2;
    position: relative;
    color: #fff;
    margin-top: 2vw;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.5vw;
}
.content-wrapper .content-2{
    font-size: 2vw;
    line-height: 2vh;
    font-family: var(--font-family-Heebo-Light);
    font-weight: var(--font-weight-light);
    margin-bottom: 2vh;
    z-index: 2;
    position: relative;
    color: #fff;
}
.amount-content > span {
  font-size: 1.5vw;
  line-height: 2vh;
}
.amount-content > span.badge {
  position: absolute;
  right: -0.2vw;
  top: 50%;
  transform: translateY(-50%);
      background: #4b5657;
  padding: 0.1vh 0.2vw;
  border-radius: 0;
  font-size: 0.8vw;
}
.amount-content{
    font-size: 3vw;
    line-height: 3vh;
    font-family: var(--font-family-Heebo-Medium);
    font-weight: var(--font-weight-medium);
    margin-top: 5vh;
    z-index: 2;
    position: relative;
    color: #fff;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.amount-image-after{
    position: absolute;
    left: 21vw;
    top: 0.5vh;
    width: 1.4vw;
}

.golden-text {
  color: #DCB759;
}
.dot {
    width: 0.5vw;
    height: 0.5vw;
    display: inline-block;
    background: #c99342;
    border-radius: 100px;
}
.content-wrapper .content > strong{
    color: var(--white-color);
}
.content-form-wrapper{
    background-position: top center;
    background-size: cover;
    padding: 2vh 2.5vw 4vh;
    background-repeat: no-repeat;
}
.main-title-area{
    max-width: 27.5vw;
}
.icon-box-wrapper {
    margin: 4.4vh 0 2vh;
    z-index: 2;
    position: relative;
}
.icon-box-title {
    font-size: 1.4vw;
    line-height: 3vh;
    margin-bottom: 0.5vh;
    margin-top: -1.5vh;
    padding: 0 1vw;
}
.star-img {
    margin-bottom: 3vh;
    width: 7vw;
    object-fit: contain;
}
.icon-list {
    gap: 1vh 0;
}
.icon-list .item {
    width: calc(97% / 2);
    text-align: start;
    gap: 0 1vw;
    border: 1px solid #DCB759;
    border-radius: 100px;
    padding: 0.5vh 0.2vw;
    border-radius: 100px;
    color: var(--white-color);
}
/* .icon-list .item:nth-child(2n+1) {
    border-radius: 0 100px 100px 0;
    padding-left: 3vw;
} */
/* .icon-list .item:nth-child(2n) {
    width: calc(50% + 2vw);
    margin-right: -2vw;
    border: 0.4vw solid var(--white-color);
    border-left: 0;
    margin-top: -0.5vh;
    margin-bottom: -0.5vh;
    background: linear-gradient(180deg,rgb(17, 91, 139) 40%, rgb(124, 205, 207) 100%);
} */
.icon-list .item .img-area {
    min-width: 3vw !important;
    height: 5.45vh;
    border-radius: 50%;
    position: relative;
}
.icon-list .item .img-area > img {
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}
.icon-list .item > .text {
    font-size: 0.85vw;
    line-height: 2vh;
}
.sticker {
    position: absolute;
    top: 6vh;
    /* right: -3.5vw; */
    left: 4vw;
    z-index: 99;
    max-width: 14vh;
}
.review-wrapper {
    margin-bottom: 2vh;
}
.quote-icon {
    margin-bottom: 2vh;
}
.quote-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.4vh;
    background-color: var(--text-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.quote-icon .icon-area{
    background-color: var(--white-color);
    padding: 0 2vw;
    position: relative;
    max-width: fit-content;
}
.quote-icon .icon-area > img{
    width: 2vw;
    height: 2vh;
    object-fit: contain;
}
.quote-desc {
    font-size: 1.03vw;
    line-height: 3vh;
    font-family: var(--font-family-Heebo-Regular);
    font-weight: var(--font-weight-regular);
    margin-bottom: 1vh;
    max-width: 27.5vw;
}
.reviewer-name {
    font-size: 1.03vw;
    line-height: 3vh;
    font-family: var(--font-family-Heebo-Regular);
    font-weight: var(--font-weight-regular);
    margin-bottom: 1vh;
    color: #98C7E3;
}
.form-title {
    font-weight: 400;
    font-family: var(--font-family-Heebo-Light);
    font-size: 1.3vw;
    line-height: 2.4vh;
    margin-bottom: 1.5vh;
}
.form-subtitle{
    font-size: 1.03vw;
    line-height: 3vh;
    font-family: var(--font-family-Heebo-Medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 1.6vh;
}
.form-bottom-text {
    font-size: 0.7vw;
    line-height: 1.5vh;
    margin-bottom: 2vh;
}
.form-logo {
    width: 100%;
    max-width: 5vw;
    margin-left: 1.5vw;
}
.desclimar-links {
    display: flex;
    margin-top: 3.5vh;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    gap: 0 0.8vw;
    font-size: 0.8vw;
    line-height: 1.8vh;
}
.desclimar-links > a:hover{
    color: var(--main-color);
}
.desclimar-links > * {
    font-size: 0.8vw;
    line-height: 1.8vh;
    color: var(--white-color);
}
.desclimar-links > span{
    color: var(--white-color) !important;
}
.notice-text {
    position: absolute;
    right: -10vw;
    bottom: 14vh;
    font-size: 0.7vw;
    line-height: 1.5vh;
}
.slick-prev, .slick-next{
    z-index: 99;
}
.slick-prev::before, .slick-next::before{
    content: none !important;
}
[dir="rtl"] .slick-prev{
    right: 2vw;
}
[dir="rtl"] .slick-next{
    left: 38vw;
}
.slick-prev > img, .slick-next > img {
    filter: drop-shadow(0px 0px 10px #000);
}
.map-btn {
    position: absolute;
    right: -4.2vw;
    bottom: 30vh;
    padding: 0.2vw 1vw;
    transform: rotate(90deg);
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #888585;
    color: var(--white-color) !important;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-family-Heebo-Medium);
    z-index: 9;
}
.map-btn > img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(124deg) brightness(105%) contrast(101%);
}
.mobile-butotn{
    display: none !important;
}
.mobile-butotn a {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
}
.mobile-butotn a.mobile-contact {
    background: #000000;
    border: 1px solid #000000;
}
.mobile-butotn a.mobile-whatsapp {
    background: #1ec235;
    border: 1px solid #3aa644;
}
.mobile-butotn a.mobile-contact img, .mobile-butotn a img{
    width: auto;
    height: 18px;
    margin-top: 4px;
}

/**** Lightbox css start ****/
/* Gallery css start */
.lb-outerContainer{
    border-radius: 20px !important;
    overflow: hidden;
}
.lb-nav a{
    width: 45px !important;
    height: 45px;
    background-position: center center !important;
    background-size: 14px !important;
    border-radius: 50% !important;
    background-color: var(--white-color) !important;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 1 !important;
}
.lb-nav a.lb-next{
    margin-right: 15px;
}
.lb-nav a.lb-prev{
    margin-left: 15px;
}
.lightboxOverlay{
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px);
}
.lightbox{
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.lb-details{
    display: none;
}
.lb-data{
    top: 10px;
    position: absolute;
    display: block;
    z-index: 99;
    width: 45px !important;
    height: 45px;
    opacity: 1;
    margin-right: 7px;
}
.lb-data .lb-close{
    width: 45px !important;
    height: 45px !important;
    background-position: center center !important;
    background-size: 16px !important;
    border-radius: 50% !important;
    background-color: var(--white-color) !important;
    opacity: 1 !important;
}
.lightbox .lb-image{
    border: 0 !important;
}

/* Global Page */
.privacy-banner{
    min-height: 360px;
    padding: 16px;
    margin-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.privacy-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.page-content{
    margin-bottom: 80px;
    color: #000;
}
.page-content ul {
    list-style: disc;
    margin-right: 16px;
    padding: 0;
}
.page-content :where(ol li, ul li){
    margin-bottom: 5px;
}
.page-content h2, .page-content h3 {
    margin-top: 26px;
}
.page-content p {
    margin-bottom: 8px;
    line-height: 28px;
}
.page-content p a{
    color: var(--main-color);
}
.privacy-banner h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 16px;
    color: var(--white-color);
}
.privacy-banner-content{
    z-index: 9;
    position: relative;
}
.breadcrumbs {
    gap: 10px;
    margin-bottom: 0;
}
.breadcrumbs li {
    color: var(--white-color);
    font-size: 24px;
    line-height: 24px;
    font-weight: var(--font-weight-semibold);
}
.breadcrumbs li a{
    color: var(--main-color);
}
.privacy-links {
    gap: 20px;
    margin-top: 16px;
}
.privacy-links a{
    color: var(--main-color);
    text-decoration: underline;
}

.js-review-carousel .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 20px;
}

.js-review-carousel .owl-dot {
  display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
  margin: 0 5px;
  background-color: #005e8842 !important;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.js-review-carousel .owl-dot.active {
  background-color: #005e88 !important;
}
.js-review-carousel.owl-carousel.owl-rtl .owl-item{
    height: auto;
}
.js-review-carousel{
    margin-bottom: 15px;
}
.js-review-carousel .owl-stage-outer{
    height: auto !important;
}

/* .vector-image{
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    opacity: 0.8;
    transform: rotate(-180deg);
} */
.vector-image{
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    object-position: center right;
    height: 100%;
    opacity: 0.8;
    transform: rotate(-180deg);
    width: 45vw;
}

/* Position the video as background */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Place the video in the background */
    background-size: cover;
    background-position: center;
}

/* Ensure the content wrapper has relative positioning */
.content-wrapper {
    position: relative;
}

/* Adjust content-inner-wrapper positioning to be on top of the video */
.content-inner-wrapper {
    position: relative;
    z-index: 1;
}

.vector-image-mobile{
    display: none;
}

.main-section video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center -65vh;
}
.checkbox label {
    padding-bottom: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    font-size: 13px;
}

#video-container{
        width: 24%;
    background: #000;
    padding: 20px;
    max-width: 300px;
}
#video-container iframe{
    border-radius: 20px;
    width: fit-content;
    max-height: 50vh;
    max-width: 260px;
}
#close-popup{
    position: absolute;
    top: -8px;
    right: -10px;
    background: #d7aa45;
    border: none;
    padding: 5px 13px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 50px;
}
.popup-checkbox .wpcf7-list-item{
    margin: 0 0 0 0;
}




/* .popup-contact-form {
 width: 19%;
} */
.popup-contact-form form input{
    width: 100%;
}
.modal-checkbox .wpcf7-list-item.first{
    display: flex;
    align-items: start;
    margin-top: 16px;
    position: relative;
}
.modal-checkbox .wpcf7-list-item-label{
    margin-right: 26px;
    font-size: 0.7vw;
    line-height: 2vh;
}