.margin-form {
    margin-bottom: 0!important;
}
.form-custom-background{
    background-color: none !important;
}

.input-form{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(255, 255, 255, 0.566) !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.icon{
    width: 70px;
    position: absolute;
}

.svg2{
    fill:#fff !important;
}
.ml-custom{
    margin-left: 100px;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .icon-block {
        min-height: 100px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .icon-block {
        min-height: 100px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .icon-block {
        min-height: 100px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .icon-block {
        min-height: 100px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .icon-block {
        min-height: 100px;
    }
}

.whatsapp-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    height: 50px;
    width: 50px;
    font-size: 30px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect-small 5s 4 ease-in;
  }
  
  .whatsapp-button .lni{
    margin-top: 100%;
  }

  .whatsapp-button:hover .lni{
    margin-top: 0;
  }
  
  .whatsapp-button:hover {
    color: #fff;
    background-color: #128c7e;
    width: 160px;
    height: 50px;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 30px;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    animation: effect-big 5s ease-in;
  }
  
  .whatsapp-button:hover i {
    left: 10px;
    top: 10px;
    position: absolute;
  }
  
  .whatsapp-button:hover p {
    display: inline;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transition-delay: 0.1s;
    right: 0;
    font-size: 15px !important;
    position: relative;
  }
  
  .whatsapp-button p {
    display: block;
    overflow: hidden;
    font-size: 15px !important;
    height: 0;
    width: 0;
    opacity: 0;
  }
  
  @keyframes effect-big {
    20%,
    100% {
      width: 160px;
      height: 50px;
      font-size: 30px;
    }
    5%,
    15% {
      width: 165px;
      height: 55px;
      font-size: 35px;
    }
    10% {
      width: 160px;
      height: 50px;
      font-size: 30px;
    }
    0% {
      width: 50px;
      height: 50px;
      font-size: 30px;
    }
  }
  
  @keyframes effect-small {
    20%,
    100% {
      width: 50px;
      height: 50px;
      font-size: 30px;
    }
    0%,
    10% {
      width: 55px;
      height: 55px;
      font-size: 35px;
    }
    5% {
      width: 50px;
      height: 50px;
      font-size: 30px;
    }
  }

  @media (min-width: 992px) {  
    .bigvw {
        background-color: transparent !important;
        background: none !important;
        position: relative !important;
        border: none !important;
        margin:0 0 0 0 !important;
        top: 0 !important

    }
  }
  @media (max-width: 991px) {  
    .bigvw {
        display:none !important;
    }
  }

.top-menu {
    margin: 0px 100px; /* Adjust as needed */
}

.top-menu li {
    margin-right: 20px; /* Adjust spacing between menu items */
    list-style: none; /* Remove default list style */
}

.top-menu li:last-child {
    margin-right: 0; /* Remove right margin from the last item */
}

.top-menu a {
    text-decoration: none; /* Remove underline from links */
    color: #FFF; /* Change link color */
    font-weight: bold; /* Make the text bold */
    padding: 5px 10px; /* Add padding to make the clickable area larger */
    border-radius: 5px; /* Add some rounded corners */
    transition: background-color 0.3s ease; /* Add smooth transition */
}

.top-menu a:hover {
    background-color: #f0f0f0; /* Change background color on hover */
}

@media (min-width: 576px) {  
  .logo{
    width:300px;
  }
}

@media (max-width: 575px) {  
  .logo{
      width:200px;
  }
}

.hover {
    background-color: transparent;
    border-color: transparent;
  }

.language-btn:hover {
    background-color: #dadada;
    color:#000;
}
.language-btn {
    color:#000;
}
.language-btn-selected {
    background-color: #cfe5ff;
    color:#004390;
}
.nostyle
{list-style: none;}

.footer-padding{
  padding: 7em 0 0 0 !important;
}
/* Loading overlay styles */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 9999; /* Ensure it's above everything */
}

/* No-scroll class to disable scrolling */
.no-scroll {
  overflow: hidden;
}
.logo-display{
  display:none;}