
  /*------------------------------------------------------
               G L O B A L   C L A S S E S   
  -------------------------------------------------------*/
.heading-for-form{
    font-size: 22px;
}

.page-header{
    font-size: 26px;
  }

h2 {
    font-size: 20px;
    font-weight: 510;
    margin-bottom: 5px;
}

  /*------------------------------------------------------
         L O A D I N G   I N D I C A T O R   
  -------------------------------------------------------*/

#loadingIndicator {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; /* Ensure it appears above the map */
  display: none; /* Initially hidden */
}
.spinner {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #006782; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  /*------------------------------------------------------
                      H E A D E R  
  -------------------------------------------------------*/
.navbar-nav li.nav-item a.nav-link:hover {
    color: #006782 ; /* Hover text color */
    font-weight: bold; /* Make text bold on hover */

}

.language_button:hover{
    color:#006782;
    font-weight: bold;
}


.language_icon {
    width: 18px;
    height: auto; /* Maintain aspect ratio */
    display: inline-block;
}

.language_button {
    font-size: 14px;
    background-color: #ffffff;
    border: none;
}



  /*------------------------------------------------------
                     I N D E X   
  -------------------------------------------------------*/

#karusell {
    padding-top: 120px;
    padding-bottom: 100px;
}
  
.slider_section .carousel-indicators li {
    background-color: #0ca4cc;   
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    width: 17px;
    height: 17px;
    background-color: #006782;
}

/* testimonial box */
.client_section .box .img-box {
    border-radius: 100%;
    border: 10px solid;
    margin-right: 25px;
    min-width: 175px;
    max-width: 175px;
    overflow: hidden;
}

/* Testomonial name*/
.client_section .box .detail-box .name h6 {
    color: #006782;
    font-size: 20px;
}

  /*------------------------------------------------------
                     B U T T O N S  
  -------------------------------------------------------*/

.custom_button_1 {
    background-color: #006782;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 0.25rem;
    border: 1px solid #6bb7be;
    -webkit-transition: all .42s;
    transition: all .42s;
}

.custom_button_1:hover {
    background-color: transparent;
    color: #6bb7be;
}


.contact_section .form_container button {
    background-color: #006782;
    color: #ffffff;
}

  /*------------------------------------------------------
               C H E C K B O X  
  -------------------------------------------------------*/
.custom-checkbox-1:checked {
    accent-color: #006782; /* Blue color when checked */
}

  /*------------------------------------------------------
                S P E C I F I C  
  -------------------------------------------------------*/
#details_table td {
    padding-left: 10px;
}


  /*------------------------------------------------------
                CONTENT FROM responsive.css 
  -------------------------------------------------------*/

  @media (max-width: 992px) {
    .long_section {
      margin-left: 30px;
      margin-right: 30px;
    }
  
    .hero_area {
      min-height: auto;
    }
  
    .quote_btn-container a {
      margin-right: 0;
      margin-top: 10px;
    }
  
    .slider_section {
      padding-top: 45px;
      padding-bottom: 90px;
    }
  
    .quote_btn-container {
      flex-direction: column;
      align-items: center;
    }
  
  
  }
  
  @media (max-width: 768px) {
  
  
    .slider_section {
      padding-top: 45px;
      padding-bottom: 75px;
    }
  
    .slider_section .detail_box {
      text-align: center;
      padding-left: 0;
    }
  
    .slider_section .img-box {
      margin-top: 45px;
    }
  
    .about_section .img-box {
      margin-bottom: 45px;
  
    }
  
    .contact_section .form_container {
      margin-bottom: 45px;
    }
  
    .client_section .box {
      flex-direction: column;
      text-align: center;
      margin: 45px 15px;
    }
  
    .client_section .box .detail-box {
      align-items: center;
    }
  
    .client_section .box .img-box {
      margin-right: 0;
      margin-bottom: 25px;
    }
  
    .info_section .contact_nav {
      flex-direction: column;
      align-items: center;
      padding-bottom: 0;
    }
  
    .info_section .contact_nav a {
      margin-bottom: 15px;
    }
  
    .info_section .row>div {
      text-align: center;
    }
  
    .info_section .info_post .post_box {
      justify-content: center;
    }
  
    .info_section .info_links .info_links_menu a {
      flex-basis: 100%;
    }
  
    .info_form {
      margin-top: 35px;
    }
  
    .info_form form {
      display: flex;
      flex-direction: column;
      align-items: center;
  
    }
  
    .info_form .social_box {
      justify-content: center;
    }
  
    .info_form .social_box a {
      margin: 0 5px;
    }
  
  }
  
  @media (max-width: 576px) {
    .long_section {
      margin-left: 25px;
      margin-right: 25px;
    }
  
  
    .info_section .info_links .info_links_menu {
      margin-bottom: 35px;
    }
  
  }
  
  @media (max-width: 480px) {}
  
  @media (max-width: 420px) {
    .long_section {
      margin-left: 15px;
      margin-right: 15px;
    }
  
    .slider_section .detail-box .btn-box {
      flex-direction: column;
    }
  
    .slider_section .detail-box .btn-box a {
      width: 100%;
    }
  
    .furniture_section .box .img-box {
      height: auto;
    }
  }
  
  @media (max-width: 376px) {
    .slider_section .detail-box h1 {
      font-size: 2rem;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
  }

