


/* navbar css */

  /* .top-bar {
  
    font-size: 14px;
    padding: 6px 0;
    color: #2c3e50;
  } */

  .top-bar {
    background-color: #dfe6ed;
    color: #2c3e50;
    font-weight: 700;           /* Bold text */
    font-size: 1rem;
    padding: 0.5rem 1rem;
    justify-content: flex-end !important;  /* Ensure right alignment */
  }
  
  .top-bar div {
    font-weight: 700;           /* Also makes individual div text bold */
    gap: 5rem; /* adds space between icon and text */
  }
  
  .top-bar i {
    margin-right: 5px;
    gap: 5px;
  }
  
  .navbar {
    background-color: white;
    padding: 10px 10px;
    z-index: 1030; /* Ensure navbar stays on top */
  }
  
  .logo-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
  }
  
  .logo-white {
    color: #1f4e79;
  }
  
  .logo-bytint {
    background: linear-gradient(to right, #9ec1dc, #4a7fa3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .logo-subtext {
    font-size: 14px;
    color: #4a6c8a;
    margin-top: 2px;
    letter-spacing: 1px;
  }
  
  .nav-link {
    color: #2d4a72 !important;
    font-weight: 500;
    font-size: 15px;
  }
  
  .quote-btn {
    background-color: #dfe6ed;
    border: none;
    padding: 8px 20px;
    font-weight: 500;
    color: #2d4a72;
    border-radius: 5px;
    font-size: 15px;
    white-space: nowrap;
  }
  
  @media (max-width: 991px) {
    .logo-text {
      font-size: 28px;
    }
  
    .quote-btn {
      margin-top: 10px;
    }
  }
  
/* footer css  */

  .footer {
    background-color: #002c50;
    color: #fff;
  }
  .footer .logo h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
  }
  .footer .logo h1::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    top: 40%;
    left: 0;
    width: 100%;
    height: 35%;
    transform: skewX(-25deg);
    z-index: -1;
  }
  .footer .logo p {
    font-size: 20px;
    color: #ccc;
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .footer ul {
    list-style: none;
    padding: 0;
  }
  .footer ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer .contact-icons i {
    font-size: 25px;
  }
  .footer .get-quote-btn {
    background-color: #fff;
    color: #6da4c9;
    border: none;
    padding: 10px 15px;
    font-size: 18px;


  }
  .footer-bottom {
    background-color: #e1ebf1;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 15px;
  }
/* services  */

.service-card:hover {
  transform: translateY(-10px);
}


/* about  */

/* General Enhancements */
.about {
      font-family: 'Poppins', sans-serif;
    }
    
    .about h4 {
      font-size: 1.2rem;
      font-weight: 600;
    }
    
    .about h1 {
      font-size: 2.5rem;
      line-height: 1.2;
    }
    
    .about p {
      font-size: 1rem;
      line-height: 1.8;
    }
    
    .about .about-img img {
      transition: transform 0.3s ease;
    }
    
    .about .about-img:hover img {
      transform: scale(1.05);
    }
    
    /* Counter Value Styling */
    .counter-value {
      font-size: 2.5rem;
      line-height: 1;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .about h1 {
        font-size: 2rem;
      }
      .about p {
        font-size: 0.9rem;
      }
      .about .about-img img {
        border-radius: 0.5rem !important;
      }
    }
    
    /* Hover Lift Effect */
    .hover-lift {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .hover-lift:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    /* Button Styling */
    .btn-primary {
      background-color: #0d6efd;
      border-color: #0d6efd;
      color: white;
      font-weight: 600;
      transition: background-color 0.3s ease, color 0.3s ease;
    }
    .btn-primary:hover {
      background-color: #0b5ed7;
      border-color: #0b5ed7;
    }



    /* blog section  */

    .news-blog-section {
      background-color: #f8f9fa;
    }
    
    .news-blog-section .bg-primary {
      background-color: #0f3e72 !important; /* custom dark blue */
    }
    
    .news-blog-section h5 {
      line-height: 1.4;
    }
    
    @media (max-width: 768px) {
      .news-blog-section .col-md-4,
      .news-blog-section .col-md-8 {
        flex: 100%;
        max-width: 100%;
      }
    
      .news-blog-section h1 {
        font-size: 2rem;
      }
    }
    /* faq */




    .faq-section {
      padding: 50px 0;
      background-color: #f8f9fa;
    }

    .faq-section h2 {
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
      color: #002c50;
    }

    .accordion-item {
      border: none;
      margin-bottom: 10px;
      background-color: #fff;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    .accordion-button {
      font-size: 18px;
      font-weight: 600;
      color: #002c50;
      background-color: #e1ebf1;
      border: none;
      padding: 15px;
    }

    .accordion-button:not(.collapsed) {
      background-color: #6da4c9;
      color: #fff;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-body {
      padding: 20px;
      font-size: 16px;
      color: #555;
      background-color: #f8f9fa;
    }

    .accordion-body p {
      margin-bottom: 0;
    }

    .faq-icon {
      font-size: 22px;
      color: #002c50;
    }

    @media (max-width: 991px) {
      .faq-section h2 {
        font-size: 28px;
      }
    }




    .custom-dropdown {
      background-color: #fff;
      border: none;
      padding: 0;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      min-width: 250px;
    }
    
    .custom-dropdown .dropdown-item {
      padding: 6px 10px;
      font-weight: 500;
      text-transform: uppercase;
    
      color: #1f4e79;
      position: relative;
    }
    
    .custom-dropdown .dropdown-item:hover {
      background-color: #f5f5f5;
      color: #000;
    }
    
    .custom-dropdown .arrow {
      float: right;
      font-weight: bold;
    }
    .film-card {
      transition: all 0.4s ease;
      background: #ffffff;
      border-radius: 10px;
      padding: 20px;
    }
  
    .film-card:hover {
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      transform: translateY(-5px);
    }
  
    .film-card img {
      transition: transform 0.5s ease;
      border-radius: 10px;
    }
  
    .film-card img:hover {
      transform: scale(1.05);
    }
  
    .film-title {
      color: #1f4e79;
    }
  
    .film-list li::before {
      content: "✔ ";
      color: #1f4e79;
      font-weight: bold;
      margin-right: 5px;
    }
    /*  */
    
.custom-card {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card h5 {
  font-weight: bold;
}

.card a {
  text-decoration: none;
  color: #0d6efd; /* Bootstrap primary color */
}

.card a:hover {
  text-decoration: underline;

  
}
.custom-card {
  transition: all 0.3s ease;
  border: none;
}

.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.custom-card .card-body {
  min-height: 200px; /* You can adjust the height as per your design */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* securtiy-section */
.hero {
  position: relative;
  height: 600px; /* Reduced height */
  overflow: hidden;
}
.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);




  font-weight: 500px;
  font-size: 2rem;         
  -webkit-font-smoothing: antialiased; 
     -moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.7px;      /* Thodi spacing for better readability */
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}