body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.nav-logo{
    width: 200px;
    height: auto;
}

.roboto{
    font-family: 'Roboto', sans-serif;
}

.roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.red-font {
   color: #FF0000; 
   font-family: Arial, Helvetica, sans-serif;
   font-weight: 900;
}

.semi-bold {
    font-weight: 600;
}


.fade-link:hover {
    opacity: 0.6; 
}

nav .nav-link{
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.nav-link:hover {
    color: #FF0000;
    opacity: .7;
}

.navbar-dark, .navbar-toggler {
    border: none!important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
} 

.navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative; /* Add position relative to handle z-index */
  z-index: 1;
}

.stroke1,
.stroke2{
  width: 25px;
  height: 2px;
  background-color: white;
  margin-bottom: 8px;
  transition: transform 0.3s ease-in;
}
.stroke3 {
    width: 25px;
    height: 2px;
    background-color: white;
    transition: transform 0.3s ease-in;
  }

.navbar-toggler:not(.collapsed) .stroke1 {
  transform: rotate(45deg) translate(6px, 10px);
}

.navbar-toggler:not(.collapsed) .stroke2 {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .stroke3 {
  transform: rotate(-45deg) translate(4px, -8px);
}

/*--- Chat box---*/
.email-link {
    color: #FF0000;
    text-decoration: none;
}
.email-link:hover {
    color: #000;
    opacity: .7;
}

  .chat-body button {
    color: #000;
    border: none;
    background-color: initial;
    float: right;
  }
/*   
  .chat-body button:hover {
    background-color: #a9a9a9;
  } */
  
  .chat-icon {
    position: fixed;
    z-index: 11111;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 6px;
  }
  
  .chat-icon img {
    width: 48px;
    height: 28px;
  }
  
  .chat-box {
    position: fixed;
    z-index: 11111;
    bottom: 100px; /* Adjust the positioning as needed */
    right: 20px;
    width: 185px;
    background-color: #94A18F;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 15px 15px 20px;
}

/*--- ------*/

h1 {
    font-weight: 700!important;
    font-size: 36px;
}

.header-image {
    background-image: url('images/header-image.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.header-content {
    background-color: #000000;
    color: #fff;
    padding-top: 100px;
}

.about-image {
    background-image: url('images/feature-image-01.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ixio-info {
    background-color: #000000;
}

.ixio-box {
    background-color: #fff;
    height: 300px;
}

.item-icon {
    width: 15px;
    height: 15px;
}
.info-container {
    background-color: #000000;
    color: #fff;
}
#price {
    background-color: #94A18F;
}
.underline {
    text-decoration: underline;
    text-decoration-color: #FF0000;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    margin-bottom: 23px;
}

.contact-icon {
    width: 18px;
    height: 18px;
}

#contact p {
    font-size: 20px;
}

#contact .email-link {
    color: white;
    text-decoration: none;
}


.price-item {
    width: 100%;
    background-color: #fff;
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 12px;
    margin: 10px 0;
    border: #707070 1px solid;
}

footer .footer-link {
    color: #000000;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-link:hover {
    color: #FF0000;
    opacity: .7;
}
.copyright-section {
    font-size: 14px;
}


.miko-icon {
    width: 20px;
    height: auto;
}

@media (max-width:1400px) {
    .ixio-box {
        height: 350px;
    }   
}
@media (max-width:1200px) {
    .nav-logo{
        width: 160px;
    }
    h1 {
        font-size: 26px;
    }
    .ixio-box {
        height: 240px;
    }  
    .about-image {
        height: 350px;
    } 
}
@media (max-width:992px) {
    .header-content {
        background-color: initial;
        color: #fff;
        position: absolute;
        top: 150px;
        left: -150px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    }
    footer .footer-link {
        font-size: 14px;
    }
    .copyright-section {
        font-size: 12px;
    }
    .ixio-box {
        height: auto;
    }
    .navbar-collapse {
        transition: transform 0.5s ease-in-out;
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        z-index: 100;
        background-color: #ffffff;
        width: 100%;
        display: flex;
        align-items: center;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1)
    }
    .navbar-collapse.collapsing  {
        transition-duration: .1s; /* Adjust the duration as per your preference */
      }
      nav .nav-link{
        color: #000;
        text-align: center;
    }
    .navbar-nav{
        width: 100%;
    }
    
}

@media (max-width:700px) {
    .header-content {
        left: -100px;
    }
}
@media (max-width:568px) {
    #contact p {
        font-size: 16px;
    }
    .header-content {
        top: 80px;
        left: 0px;
    }
    .header-image {
        background-position: center;
        height: 300px;
    }
}
@media (max-width:368px) {
    h1 {
        font-size: 22px;
    }
}
