
  .video-bg-section video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
  }

  .video-bg-section {
  position: relative;
  height: 50vh; 
  overflow: hidden;
}

@media (min-width: 768px) {
  .video-bg-section {
    height: 80vh;
  }
}



    .video-bg-section .content {
      position: relative;
      z-index: 10;
      color: white;
    }
    .difference-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      max-width: 1200px;
      margin: auto;
      padding: 2rem;
    }
    .difference-card {
      background: white;
      border: 1px solid #e5e7eb;
      border-radius: 0.5rem;
      padding: 1.5rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .difference-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    }
    #difference h2 {
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 2rem;
    }

    .logo-grid img {
      max-height: 60px;
      width: auto;
      object-fit: contain;
      margin: auto;
    }

  
    
 header {
      height:100px;
      padding-bottom:5px;
    }
    header img {
      height: 100%;
      max-height:75px;
    }
    header nav a {
      font-size: 1.25rem;
    }
    .dropdown {
      
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      font-size: 1.25rem;
      font-weight:lighter;
      background-color:whitesmoke;
    }
    .dropdown.show {
      
      opacity: 1;
      visibility: visible;
    }
    /* Rotate arrow when expanded */
    .rotate-180 {
      transform: rotate(180deg);
    }

    #mobileMenu {
  position: fixed;
  top: 80px; /* Adjust as needed */
  left: 0;
  right: 0;
  width: 100%; /* Ensure full width */
  z-index: 50;
  background-color: whitesmoke;
  
    }

    
 @media (max-width: 768px){
  header img{
    max-height:60px;
  }
 

}


  

/*-------contact page------------*/

    footer {
      background: #0c0c0c;
      color: #eee;
      padding: 2rem 0;
    }
    .footer-content {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    .newsletter-form input {
      padding: 0.5rem;
      margin-right: 0.5rem;
      border: none;
      border-radius: 4px;
    }
    .newsletter-form button {
      padding: 0.5rem 1rem;
      background: #1a73e8;
      color: #fff;
      border: none;
      border-radius: 4px;
    }
    .social-icons img {
      width: 28px;
      margin-right: 0.5rem;
    }
    @media (max-width: 768px) {
      .footer-content {
        flex-direction: column;
        text-align: center;
      }
      .newsletter-form {
        margin-top: 1rem;
      }
    }
  
#contactlogo{
  height:550px;
  padding-left: 10px;
  padding-right: 10px;
}