
/* <!-- Navbar --> */

    .navbar-brand img {
      max-height: 60px;
    }

    .top-bar {
      font-size: 14px;
      background: #f8f9fa;
      padding: 5px 0;
    }

    .contact-icons i {
      margin-right: 5px;
    }
    
    

    .navbar-nav .nav-link {
      font-weight: 500;
    }

    .navbar-nav .nav-link.active {
      color: red !important;
    }

    /* <!-- Carousel --> */


    .carousel-inner img {
      width: 100%;
      height: auto;
      max-height: 500px;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .carousel-inner img {
        max-height: 300px;
      }
    }

    @media (max-width: 480px) {
      .carousel-inner img {
        max-height: 200px;
      }
    }

    /* content section */

    .content-section {
      padding: 40px 0;
    }

    .image-box img {
      width: 100%;
      height: auto;
      max-height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .content-section {
        padding: 20px 0;
      }
    }

    /* Call Section */
    .blue-section {
      background-color: #2c3e68;
      color: white;
      padding: 40px 0;
    }

    .blue-section img {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }

    .contact-info {
      text-align: center;
    }

    .contact-info h2 {
      font-size: 28px;
      margin-bottom: 15px;
    }

    .contact-info p {
      font-size: 18px;
      margin-bottom: 20px;
    }

    .contact-info a {
      color: white;
      font-size: 18px;
      text-decoration: none;
      display: inline-block;
      margin: 0 10px;
    }

    @media (max-width: 768px) {
      .blue-section {
        padding: 20px 0;
      }
    }

    /* service section */
    .service-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 10px;
    }

    .service-title {
      font-weight: 700;
      margin-top: 15px;
      font-size: 20px;
      color: #1f2e56;
    }

    .service-text {
      font-size: 16px;
      color: #333;
    }

    @media (max-width: 768px) {
      .service-img {
        height: 200px;
      }

      .service-title {
        font-size: 18px;
      }

      .service-text {
        font-size: 15px;
      }
    }

    /* footer section */

    .footer {
      background-color: #0f1c35;
      color: #fff;
      padding: 40px 0;
    }

    .footer a {
      color: #ffffff;
      text-decoration: none;
    }

    .footer a:hover {
      color: #00c6ff;
      text-decoration: underline;
    }

    .footer .logo {
      max-width: 200px;
      height: auto;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 30px;
      padding-top: 15px;
      font-size: 14px;
    }

    @media (max-width: 768px) {
      .footer {
        text-align: center;
      }
      .footer .logo {
        margin-bottom: 20px;
      }
    }

    /* gallery section */
    .gallery-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
    }

    .gallery-mobile-scroll {
      display: none;
      overflow-x: auto;
      white-space: nowrap;
    }

    .gallery-mobile-scroll img {
      display: inline-block;
      width: 80%;
      max-width: 280px;
      margin-right: 10px;
      border-radius: 8px;
    }

    @media (max-width: 576px) {
      .gallery-grid {
        display: none;
      }
      .gallery-mobile-scroll {
        display: block;
        padding: 10px 0;
      }
    }


    /* buttons */

.whatsapp {
    background: #25d366;
    border-radius: 50%;
    padding: 10px 12px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 14px 0 #12ca59;
    box-shadow: 0 0 14px 0 #12ca59;
    color: #fff !important;
}

.call-btn {
    
    border-radius: 50%;
    background: red;
    padding: 10px;
    -webkit-box-shadow: 0 0 14px 0 #006aad;
    box-shadow: 0 0 14px 0 #006aad;
    color: #fff !important;
}

.sticky-btn {
    position: fixed;
    right: 10px;
    bottom: 250px;
    z-index: 999;
}

.blink {
  animation: blinker 2s linear infinite !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.ncontacts{
    font-size: 10px !important;
      animation: blinker 2s linear infinite !important;
}
