@font-face {
    font-family: 'Fixel Text';
    src: url('fonts/FixelText-Light.woff') format('woff'),
        url('fonts/FixelText-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel Text';
    src: url('fonts/FixelText-Regular.woff') format('woff'),
        url('fonts/FixelText-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel Text';
    src: url('fonts/FixelText-Medium.woff') format('woff'),
        url('fonts/FixelText-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel Text';
    src: url('fonts/FixelText-SemiBold.woff') format('woff'),
        url('fonts/FixelText-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Fixel Text';
    src: url('fonts/FixelText-Bold.woff') format('woff'),
        url('fonts/FixelText-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

h2{
    font-size: 48px;
    line-height: 120%;
    margin-top: 0;
    color: #04122A;
    font-weight: 600;
}
h3{
    font-size: 40px;
    line-height: 120%;
    margin-top: 0;
    color: #04122A;
    font-weight: 600;
}
h4{
    font-size: 32px;
    line-height: 130%;
    margin-top: 0;
    color: #04122A;
    font-weight: 600;
}
h5{
    font-size: 24px;
    line-height: 140%;
    margin-top: 0;
    color: #04122A;
    font-weight: 600;
}
h6{
    font-size: 20px;
    line-height: 140%;
    margin-top: 0;
    color: #04122A;
    font-weight: 600;
}
.service-list-c h3{
    font-size: 36px;
    line-height: 48px;
}
.service-list-c p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}


.how-we-work *{
    position: relative;
    z-index: 5;
}
.how-we-work-svg{
    position: absolute;
    z-index: 1;
        top: 5rem;
}
.how-we-work p{
    font-size: 20px;
    line-height: 28px;
}
.how-we-work h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}
.how-we-work .card-blue p{
    font-size: 16px;
    line-height: 24px;
}
.how-we-work .not-visible i.bi{
    font-size: 30px;
}
.how-we-work .not-visible b{
    font-size: 18px;
    line-height: 24px;
}
.text-474E59{
    color: #474E59;
}
.why-section .br-light-grey p{
    color: #474E59;
    font-size: 16px;
    line-height: 24px;
}
.ship-svg{
    position: absolute !important;
        left: 0;
    top: 0;
    height: 100%;
}
.ship-svg img{
    height: 100%;
}
.buttons-section-js p{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #474E59;
}
.row-icons-js b{
    font-size: 14px;
    line-height: 20px;
}
.buttons-section-js .wcl-button-wrapper .wcl-button-blue{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.buttons-section-js .wcl-button-wrapper .wcl-button-white{
    border: 1px solid var(--Border-secondary, #E1E3E7);
    font-size: 16px;
    font-weight: 700;
    color: #04122A;
}

.fw-medium{
    font-weight: 500;
}
.fw-bold{
    font-weight: 700;
}


.sticky-accum-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1040;                 /* вище за контент/хедер за потреби */
  display: none;                 /* ховаємо, коли поза секцією */
  pointer-events: auto;          /* якщо в заголовках будуть посилання */
  background: transparent;       /* без фону, можна додати градієнт */
}

/* Стекований елемент (клон заголовка) */
.sticky-accum-item {
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: .75rem 0;             /* підлаштуй під свій вертикальний ритм */
}

/* Опційно — легка анімація появи */
.sticky-accum-item {
  transform: translateY(-8px);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}
.sticky-accum-item.appear {
  transform: translateY(0);
  opacity: 1;
}
.review-info-au .web-s{
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    line-height: 24px;
}
.review-info-au a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.swiper-pagination-test-next, .swiper-pagination-test-prev{
        position: absolute;
    z-index: 99;
    right: -4rem;
    width: 40px;
    height: 40px;
    border: 1px solid var(--Border-primary, #666666);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-test-prev{
    right: 0;
    left: -4rem;
}
.swiper-pagination-test-next::after, .swiper-pagination-test-prev::after{
    display: none;
}
.comment-div p{
    font-family: 'Fixel Text';
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #04122A;
}
.socials-label{
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.48);
    font-weight: 400;
}


.bg-ECF2FF{
    background-color: #ECF2FF;
}
.bg-04122A{
    background-color: #04122A;
}
.bg-04122A *{
    color: #fff;
}
   .video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
      height: 0;
      overflow: hidden;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    h2{
font-weight: 700;
font-size: 48px;
line-height: 56px;
color: #04122A;

    }


.card-blue {
    border: 1px solid rgba(0, 149, 215, 0.16);
    padding: 32px;
    position: relative;
    background-color: #051734;
    transition: all 0.3s ease-in-out;
    height: 100%;
}


.card-blue .visible {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.card-blue .not-visible {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.z-6{
    z-index: 6;
}
.hover-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0095D7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    border: unset !important;
    position: relative;
    z-index: 99;
}

.hover-circle .plus {
    width: 2px;
    height: 11px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
    opacity: 1;
}

.hover-circle .minus {
    width: 11px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
    opacity: 1;
}



.card-blue .img-coin-h {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
}

.card-blue .img-coin-h .img-coin-not-h {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

.card-blue .img-coin-h .coing-h {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

.card-blue .not-visible[hidden]{ display:none !important; }

/* Повна ширина для оверлею */
.card-blue .not-visible { right:0; }

/* Ховер працює ТІЛЬКИ на пристроях з курсором */
@media (hover:hover), (min-width:991px) {

  .card-blue:hover { background-color:#0095D7; }
  .card-blue:hover .visible { opacity:0; }
  .card-blue:hover .not-visible { 
    opacity:1; 
    display:flex !important; /* перекриває [hidden] */
  }
  .card-blue:hover .plus { opacity:0; }
  .card-blue:hover .hover-circle { background-color:#fff; }
  .card-blue:hover .hover-circle .minus { background-color:#0095D7; }
  .card-blue:hover .img-coin-h .img-coin-not-h { opacity:0; }
  .card-blue:hover .img-coin-h .coing-h { opacity:1; }
}

/* Мобільний/тач-режим: імітуємо ховер через .active */
@media (hover:none), (max-width:991px){
  .card-blue.active { background-color:#0095D7; }
  .card-blue.active .visible { opacity:0; }
  .card-blue.active .not-visible { 
    opacity:1; 
    display:flex !important; /* показати контент */
  }
  .card-blue.active .plus { opacity:0; }
  .card-blue.active .hover-circle { background-color:#fff; }
  .card-blue.active .hover-circle .minus { background-color:#0095D7; }
  .card-blue.active .img-coin-h .img-coin-not-h { opacity:0; }
  .card-blue.active .img-coin-h .coing-h { opacity:1; }
}


    .br-light-grey{
        border: 1px solid #E1E3E7;
    }
    .bg-blue-gradient{
 
         /*   background-image: url(https://limcologistics.com/wp-content/themes/limcologistics_theme/new-images/ship.svg), linear-gradient(180deg, #0095D7 0%, #0173FF 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 100px bottom, center;
    background-size: contain;*/
    background:linear-gradient(180deg, #0095D7 0%, #0173FF 100%);
    }
    .wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid #E1E3E7;
    background-color: #FFFFFF;
    font-family: 'Fixel Text';
    font-weight: 400;
    line-height: 145%;
    padding: 12px;
    margin-top: 0.5rem;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder{
    color: rgba(4, 18, 42, 0.32);
}


.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    border: 1px solid var(--bg-black) !important;
    outline: unset !important;
}

.wpcf7-form label {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Fixel Text';
}
.wpcf7-form label span{
    width: 100%;
}

.wpcf7-form input[type=submit] {
    background-color: #FFFFFF;
    border-radius: 50px;
    color: #04122A;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 100%;
}
.btn-sec-c{
    border: 1px solid var(--Border-secondary, #E1E3E7);
    background: var(--Background-color-primary, #FFFFFF);
    padding: 8px 20px;
    border-radius: 100px;
    font-family: 'Fixel Text';
font-weight: 700;
font-size: 14px;
line-height: 20px;
color: #474E59;
}
.btn-sec-c.active{
    color: #FFFFFF;
    background-color: #04122A;
}
.bt-anim{
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.main-gal-img img{
    /* max-height: 325px; */
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.gallery{
    height: 100%;
}
.gallery .main-gal-img{
    height: 100%;
}
.gallery .main-gal-img img{
    height: 100%;
}
.gallery-gal-images{
    overflow: scroll;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.gallery-gal-images img{
    width: 70px;
    height: 46px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.comment-div{
    background-color: #FFFFFF;
    border-radius: 8px;
    gap: 16px;
    padding: 32px;
}
.link-soc{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 100px;
}
.link-soc i.bi{
    font-size: 20px;
}


.swiper-in-swiper .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* головний слайдер — висота авто */
.swiper-in-swiper .mySwiper3 {
  height: auto;                 /* ключове */
}

/* слайд = колонка: картинка зверху, текст знизу */
.swiper-in-swiper .mySwiper3 .swiper-slide {
  display: flex;
  flex-direction: column;
}

/* картинка — респонсивна по ширині; висота за контентом */
.swiper-in-swiper .mySwiper3 .swiper-slide img {
  width: 100%;
  height: auto;                  /* ключове, НЕ 100% */
  object-fit: cover;
  display: block;
  max-height: 580px;
  object-fit: cover;
  object-position: center;
}

/* текст не обрізається, має відступи */
.swiper-in-swiper .mySwiper3 .swiper-slide p {
  margin: 12px 0 0;
  line-height: 1.5;
  text-align: center;
  color: #474E59;
  font-size: 12px;
  line-height: 20px;
}

/* thumbnails — окрема смуга з фіксованою висотою */
.swiper-in-swiper .mySwiper2 {
  margin-top: 2rem;
  height: 48px;                 /* будь-яке фіксоване значення */
  box-sizing: border-box;
  padding:0;
  width: auto;
}

.swiper-in-swiper .mySwiper2 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: .4;
}
.swiper-in-swiper .mySwiper2 .swiper-slide-thumb-active { opacity: 1; }

/* всі інші картинки (наприклад у thumbs) заповнюють слайд */
.swiper-in-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-in-swiper .mySwiper2 img{
width: 84px;
}
.swiper-in-swiper .mySwiper2 .swiper-slide{
    width: 84px !important;
}
.swiper-in-swiper .mySwiper2 .swiper-wrapper{
    justify-content: center;
}

.swiper-button-next-slide, .swiper-button-prev-slide{
    width: 40px;
    height: 40px;
    border: 1px solid var(--Border-secondary, #E1E3E7);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4rem;
    z-index: 99;
}
.swiper-button-next-slide::after, .swiper-button-prev-slide::after{
    display: none;
}
.swiper-button-prev-slide{
    right: unset;
    left: -4rem;
}
.swiper-button-prev-slide img{
    transform: rotate(180deg);
}
.bg-slider-logos{
    background-image: url(../new-images/how-we-work.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 4rem;
}
.test i.bi{
    color: #ffffff;
    font-size: 23px;
}
.test span{
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.test h5{
    font-family: 'Fixel Text';
font-weight: 700;
font-size: 18px;
line-height: 24px;
color: #ffffff;
}

.bg-blue-gradient .container-xl *{
position: relative;
z-index: 10;
}
.contact-right{
    right: 0;
    position: absolute;
    top: 1rem;
}
#wcl-quote-form-section.fixed{
    position: relative;
}
    .accordion-item {
      border: 1px solid #E1E3E7 !important;
    padding: 24px 32px;
    border-radius: 32px !important;
    margin-bottom: 16px;
}
.accordion-item h3{
    margin-top: 0;
}
.wcl-main-banner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
        padding-top: 14rem;
}
.h5{
    font-size: 24px;
    line-height: 140%;
    margin-top: 0;
    font-weight: 500;
}

.accordion-button {
    border: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    font-family: 'Fixel Text';
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #04122A;
}
.accordion-button:not(.collapsed){
     color: #04122A;
}
.accordion-body{
    font-family: 'Fixel Text';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #474E59;
    text-align: start;
}

.accordion-button::after {
    background-image: url(../new-images/faq.svg);
    background-size: cover;
    width: 20px;
    height: 10px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../new-images/faq.svg);
    background-size: cover;
    width: 20px;
    height: 10px;
    transform: rotate(180deg);
}


.swiper-logos .swiper-slide{
    display: flex;
    padding:1rem;
    min-height: 203px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    justify-content: center;
    align-items: center;
}

.wcl-quote {
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 175px 0;
  position: relative;
  margin-top: 200px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wcl-quote {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-quote {
    margin-top: 75px;
  }
}
.wcl-quote .data-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 25px;
  margin-top: 0;
}
.wcl-quote .data-description {
  font-weight: 600;
  max-width: 636px;
}
.wcl-quote .wcl-button {
  margin-top: 55px;
  min-width: 139px;
  background-color: var(--white-color);
  color: var(--main-color);
  border-radius: 100px;
  font-weight: 600;
  padding: var(--button-padding);
}
.wcl-quote .wcl-button:hover {
  background-color: var(--white-color-50);
}
.wcl-quote .data-background-image {
  position: absolute;
}
.wcl-quote .data-background-image-1 {
  top: 0;
  left: 0;
}
.wcl-quote .data-background-image-2 {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .wcl-quote .data-title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .wcl-quote {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-quote .data-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-quote .data-title {
    font-size: 40px;
  }
  .wcl-quote .data-description {
    font-size: 14px;
  }
}
.socials-label {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.48);
    font-weight: 400;
}
#wcl-quote-form-section.fixed{
    background-color: transparent;
}
#menu-header-bottom-menu{
    padding-top: 1rem;
}
.header-logo img, .header-logo{
    max-width: 132px;
}
.header-menu li a{
    font-weight: 500;
}
.header-search, .header-phone{
    width: 44px;
    height: 44px;
    border: 1px solid var(--Border-white, #FFFFFF) !important;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.wcl-main-banner .data-labels .data-labels-item a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.wcl-quote-form .data-tab-content{
    width: auto;
}
.wcl-quote-form .data-tab{
    padding: 10px;
}
.wcl-quote-form .data-column{
    padding: 12px 20px;
}
.wcl-quote-form .data-column-wrapper{
    max-width: 286px;
}
.wcl-quote-form .wcl-button-search{
    padding: 12px 32px;
}
.wcl-quote-form .wcl-button-search{
    min-height: 64px;
}
.wcl-quote-form .data-column .data-input{
    font-weight: 500;
    color:rgba(71, 78, 89, 0.48);
    line-height: 20px;
    font-size: 14px;
}
.wcl-quote-form .data-tab{
    background-color: #FFFFFF;
}
.gallery-gal-images img { opacity: .7;}
.gallery-gal-images img.thumb-active { opacity: 1;}
.data-sidebar-form{
        display: flex;
    justify-content: center;
    align-items: center;
}
.data-sidebar-form .data-wrapper{
    max-width: 632px;
    right: unset;
}
.data-sidebar-form.active .data-wrapper{
    right: unset;
}
.data-sidebar-form .data-input{
    border: 1px solid var(--Border-secondary, #E1E3E7);
    background: #fff;
    padding: 20px 16px;
    border-radius: 8px;
    color: #04122A;
    font-size: 14px;
}
.data-sidebar-form .data-input::placeholder{
    color: rgba(4, 18, 42, 0.32);
}


.data-consent-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:16px;
}

.data-consent{
  display:flex;
  align-items:center;
  gap:12px;
  line-height:1.4;
  color:#0f172a; /* темний текст, як у вас в темі */
  cursor:pointer;
  flex:1;
}

.data-consent input[type="checkbox"]{
  width:20px;
  height:20px;
  border:1px solid #cbd5e1;
  border-radius:6px;
  appearance:auto; /* залишаємо системний чекбокс, хочете — намалюємо кастомний */
}

.wcl-button-blue.is-disabled{
  opacity:.5;
  pointer-events:none;
}

.error-message{
  color:#dc2626;
  font-size:.9rem;
  margin-top:8px;
}

/* Mobile: кладемо в стовпчик */
@media (max-width:768px){
  .data-consent-row{
    flex-direction:column;
    align-items:stretch;
  }
  .wcl-button-wrapper{
    width:100%;
  }
  .wcl-button-wrapper .wcl-button{
    width:100%;
  }
}
.data-sidebar-form .wcl-button-wrapper{
    min-width: 142px;
}
.data-sidebar-form .wcl-button-blue{
    border-radius: 100px;
    font-size: 16px;
}
.wcl-fixed-badge{
    display: none;
}
/*.col-lg-6.ship-svg{
    display: none !important;
}*/

.data-sidebar-form-custom{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    pointer-events: none;
    color: var(--main-color);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data-sidebar-form-custom.active{
        opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.data-sidebar-form-custom .wcl-form-result{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.data-sidebar-form-custom .data-wrapper.result{
    height: 100%;
    background: #fff;
    display: flex;
    padding: 3rem;
}
.data-sidebar-form-custom .data-wrapper.result .wcl-button-wrapper, .data-sidebar-form-custom .data-wrapper.result .wcl-button-wrapper button{
    width: 100%;
}
.data-sidebar-form .wcl-button[disabled],
.data-sidebar-form .wcl-button:disabled {
  opacity: 0.5;             /* робимо напівпрозорою */
  cursor: not-allowed;      /* змінюємо курсор */
  pointer-events: none;     /* блокуємо кліки на всякий випадок */
}
@media(min-width: 1650px) {
    .wcl-main-banner .data-title-wrapper .data-title {
       font-size: 80px;
    }
}
@media(min-width:991px){
    .wcl-main-banner{
        justify-content: space-evenly;
    }
}
@media only screen and (max-width: 1400px) {
    .header-actions {
        max-width: unset;
        margin-left: auto;
    }
}
@media(max-width:991px){
    .wcl-main-banner .data-background{
        background-image: unset !important ;
        position: relative;
        top: unset;
        right: unset;
        left: unset;
        bottom: unset;
        width: 100%;
    }
    .wcl-quote-form{
        margin-top: 1rem;
    }
    .wcl-quote-form .data-column{
        border-radius: 6px;
    }
    h2{
        font-size: 40px;
        line-height: 48px;
    }
    .service-list-c h3{
        font-size: 28px;
        line-height: 36px;
        margin-top: 1rem;
    }
    .service-list-c .wcl-button-blue{
        width: 100%;
        text-align: center;
    }
    .wpcf7-form input[type=submit]{
        width: 100% !important;
    }
    .wpcf7-spinner{
        display: none;
    }
    .sticky-section h5{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .why-section-2 .br-light-grey p{
        font-size: 14px;
        line-height: 20px;
    }
    .why-section-2 .br-light-grey h5{
        font-size: 16px;
        line-height: 24px;
    }
    .gallery-gal-images img{
            width: 42px;
    height: 23px;
    }
    .mob-pag{
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    .mob-pag .swiper-button-next, .mob-pag .swiper-button-prev{
        position: relative;
        right: unset;
        bottom: unset;
        left: unset;
        top: unset;
        margin-top: 0;
    }
    .swiper-logos .swiper-slide{
        min-height: 106px;
    }
    .accordion-item{
        padding: 20px;
        border-radius: 12px !important;
    }
    .accordion-button{
        font-size: 20px;
        line-height: 28px;
        padding: 0;
    }
    .accordion-body{
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .wcl-quote-form .data-column-wrapper{
            max-width: 100%;
    width: 100%;
    }
    .wcl-quote-form .data-tabs-wrapper{
            align-items: stretch;
    }
    .wcl-quote-form .wcl-button-search{
        min-height: 46px;
    }
}
@media only screen and (max-width: 991px) {
    .header-actions .wcl-button-wrapper:first-child, .wcl-button-wrapper-mob-phone, .header-actions .wcl-button-wrapper:nth-child(2) {
        width: 36px;
        height: 36px;
    }
    .header-search, .header-phone{
         width: 36px;
        height: 36px;
    }
    .wcl-button-menu-exit-wraper{
        width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    }
    .wcl-button-menu-exit-wraper .wcl-button-menu-exit{
        font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid var(--Border-white, #FFFFFF);
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    }
    .wcl-button-menu-exit-wraper .wcl-button-menu-exit span{
        width: 13.75px;
    height: 1.5px;
    }
}

@media only screen and (max-width: 576px) {
    .wcl-main-banner {
        padding: 178px 0 50px;
        padding-top: 8rem;
    }
    .wcl-main-banner .data-background img{
        max-width: 50%;
        margin: auto;
    }
    .header-search, .header-phone{
         width: 36px !important;
        height: 36px;
    }

}
@media(min-width: 991px) {
    .wcl-main-banner .data-background {
        background-attachment: unset;
        background-size: 648px;
        background-position: center;
                height: 548px;
        transform: translateY(-50%);
        top: 50%;
        background-size: contain;
    }
    .contact-simple h2{
        font-size: 64px;
        line-height: 64px;
    }
    .description-p-contact{
            font-size: 20px;
    line-height: 28px;
    }
}