.header-main .main-menu ul li {
  margin-inline-end : 25px;
}













.theme-btn.whatsapp {
    background-color:#075e54;
}

.theme-btn.whatsapp ::before, .theme-btn.whatsapp ::after {
    background-color: var(#fff);

}



  .contact-wrapper-2 .contact-content .contact-form-items .form-clt select {
    border: 1px solid var(--border);
    color: var(--text);
    padding: 18px 20px;
    border-radius: 5px;
    width: 100%;
  }

  .contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
    color: var(--text);
    font-weight: normal;
  }

  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    flex-wrap: unset;
  }
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
    flex-shrink: 0;
  }

  



#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    color: #111;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
}


#right-side {
  position: fixed;
  bottom: 30%;
  right: 0;
  z-index: 9999;
}

#right-side .container {
  padding: 20px;
  border-radius: 15px 0 0 15px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

#right-side .container div {
  height: 40px;
}

#right-side .container div span {
  display: none;
}

#right-side a {
  border-radius: 50%;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

#right-side a:hover {
  border-radius: 15px;
  width: 200px;
}

#right-side a:hover span {
  display: inline-block;
  margin-right: 10px;
}







.about-wrapper-2 .about-content .icon-items .icon {
  min-width: 60px;
}










@media (max-width: 575px) {
  .hero-3 .hero-content {
      text-align: start;
      width: 50%;
      margin: 0;
      height: 500px;

  }
  .hero-3 .hero-content .hero-button {
    justify-content: start;
  }
}



@media (min-width: 1440px) and (max-width: 1470px) {
  .hero-3 .swiper-dot {
    left: -2%;
  }
}

.hero-slider {
  min-height: 500px;
}


.hero-slider img {
  max-width: 100%;
  height: auto;
}


 
