body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
  }

  
  
  :root {
    --bs-primary: rgba(41, 171, 226, 1);
  }
  
  .text-primary {
    color: var(--bs-primary) !important;
  }
  
  .bg-primary {
    background-color: var(--bs-primary) !important;
  }
  
  .border-primary {
    border-color: var(--bs-primary) !important;
  }
  
  .btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
  }
  
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: rgba(35, 150, 200, 1);
    border-color: rgba(35, 150, 200, 1);
  }
  
  .nav-link.service {
    color: rgba(35, 150, 200, 1) !important;
    font-weight: bold;
  }

  .my-favicon {
    height: 2em;
  }

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
  }

  a.hover:hover {
    color: rgba(35, 150, 200, 1) !important;
  }
  
  .btn:hover {
    color: rgba(35, 150, 200, 1);
    background-color: white;
  }


  @keyframes dropDownAnimation {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animation {
    animation-name: dropDownAnimation;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }

  .hover:hover {
    color: rgba(35, 150, 200, 1);
  }
  

  .service-pic {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  





  @keyframes my-fade-slide-in {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  

  .animate {
    animation-name: my-fade-slide-in;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  

  @media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }
  

    .services img {
        width: 70px;  
        height: 70px; 
        object-fit: contain;
    }

    .btn-secondary {
        border: solid rgba(35, 150, 200, 1) 1px;
        border-radius: 6px;
        width: fit-content;
        padding: 0 2px 0 2px;
        font-size: .7rem;
        margin: 12px 0 12px;
    }

    .arrow-list li {
      list-style: none; 
      background: url('/img/noun-arrow-2829152-29ABE2.png') no-repeat left center;
      background-size: 14px;
      padding-left: 24px; 
      margin-bottom: 8px; 
    }

    .expect {
      background-color: rgba(35, 150, 200, 0.2);
    }

    .hero-banner {
      background-image: linear-gradient(rgba(35, 150, 200, 0.4), rgba(35, 150, 200, 0.4)),
                        url('/img/technician-fridge 1.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 400px;
    }
    

    @media (max-width: 767.98px) {
      #nav-bar {
        position: static !important;
      }
    }

    .text-center {
      text-align: center;
    }

    .text-white {
      color: white;
    }
    
    .fw-bold {
      font-weight: bold;
    }
    
    
    .button {
      display: block;
      color: white;
      background-color: transparent;
      border: 1px solid white;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease;
      width: fit-content;
    }
    
    .button:hover {
      background-color: white;
      color: rgba(35, 150, 200, 1); 
      cursor: pointer;
    }
    

 
    .hero-banner {
      background-color: #007bff;
      height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding-top: 50px;
    }
    
    #typing-container {
      color: white;
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      white-space: pre-line;
      line-height: 1.5;
    }

    #cover-home {
      width: 100%;
      height: 320px; 
      background-image: url('/img/aptec-fridge.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    .home-image {
      height: 70px;
    }


    .card {
      background-color: rgba(35, 150, 200, 0.08);
      border-radius: 15px;
    }

    .carousel-image{
      height: 500px;
    }
    



    .carousel-caption {
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 1;
  }

  .caption-one{
    background-color: rgba(11, 43, 78, .7);
    height: 100%;
    padding: 40px 5px 40px 5px;
    margin: 0 80px 0 80px;
  }

  @media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}



#header-carousel {
  position: relative;  
  z-index: 1;
}

#contact-barner {
  position: relative; 
  margin-top: -70px; 
  z-index: 2;          
}

.contact-barner {
  position: absolute;   /* take it out of normal flow */
  top: 350px;            /* how far from top of carousel */
  left: 50%;            /* center horizontally */
  transform: translateX(-50%); /* perfect centering */
  z-index: 2;           /* place above carousel */
}


@media (min-width: 992px) {
  .header-carousel {
    height: 500px; /* adjust as needed */
  }

  .header-carousel .carousel-item img {
    height: 100%;
    object-fit: cover; /* makes sure image fills */
  }
}













    
    

