body {
    padding: 0;
    margin: 0;
   
}
html {
    scroll-behavior: smooth;
}
header {
    background: #191919;
    font-family: 'Poppins', sans-serif;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;

}

.logo-container img {
    width: 100px;
    height: 55px;
    background-color: #fff;
  border-radius:10px ;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .logo-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar .logo-container img {
    width: 73px;
   
}

.navbar .logo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #003366; /* Navy Blue */
}

  .nav-links {
    display: flex;
    justify-content: center; /* Ensure the list items are centered inside the container */
  }
  
  .nav-item {
    margin: 0;
    padding: 0;
  }
  
/* Default navbar-toggler style */
.navbar-toggler {
    background: transparent; 
    border: none; 
    outline: none; 
    padding: 0;
    transition: all 0.3s ease; 
  }
  

  .navbar-toggler i {
    font-size: 25px; 
    color: #333; 
    transition: color 0.3s ease; 
  }
  

  .navbar-toggler:hover i {
    color: #ffffff 
  }
  

  .navbar-toggler i:before,
  .navbar-toggler i:after {
    color: #ffffff; 
    transition: background-color 0.3s ease; 
  }
  

  .navbar-toggler:hover i:before,
  .navbar-toggler:hover i:after {
    color:#ffffff; 
  }
  
  /* Custom Dropdown Styling */
  .custom-dropdown {
    min-width: 250px; /* Increase dropdown width */
    
    border-radius: 5px;
}

.custom-dropdown .dropdown-item {
    color: white;
  
}

.custom-dropdown .dropdown-item:hover {
    transform: scale(0.95);
}

.dropdown-hr{
width: 95%;
border: 1px solid;
border-radius: 30px;

}


/* Social Media Icons */
.social-icons-container {

    display: flex;
    align-items: center;
    margin-bottom:5px
}

.social-icons-container a {
    text-decoration: none;   
}


.social-icon {
    margin-left: 15px;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}

/* Mobile Menu (Hamburger Icon) */
.menu-toggle {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 24px;
    width: 30px;
}

.menu-toggle .bar {
    width: 100%;
    height: 3px;
    background-color: #003366; /* Navy Blue */
}


/* About Us Section */
.about-us-section {
    gap: 10px;
    padding: 4rem 0;
    background-color:  #ECF3F9;
}

.about-us-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #191919;
  
}

.about-us-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.about-us-section2 p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 15px;
    
}

.about-us-section1 p {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 2px;
    margin-bottom: 2.5rem;
}


.about-image-container img {
    border-radius: 43px; 
    width: 75%;    
}


.about-image-container1 img {
    border-radius: 43px; 
    height: 500px;
    width: 100%;

}

.about-image-container1{
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.445);
    border-radius: 43px; 
    width: 85%;
}

/* Adjust logo size at 994px */
    .logo-container img {
        width: 60px;
    }

.logo-container {
    display: flex;
    align-items: center;
}
/* Navbar Links Styling */
.nav-links {
    display: flex;
    gap: 30px
}

.nav-links li a {

    text-decoration: none;
    color:#ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    transition: transform 0.3s ease;
}

.nav-links li a:hover {
    
   color: #6CB4EE;
   transition: 0.4s ease;
   transform: scale(1.1);
}

.navbar-Menu {
    display: none;  /* Hide the navbar-toggler by default */
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
}
/* Hero Section */
.hero-section {
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video-container {
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.hero-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.521);
    z-index: 1;
}

/* Hero Text */
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1;
   
    
}
.Hero-logo-container {
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 9px;
    background-color: #fff;
    top: 79px; 
    left: 1px;
    z-index: 1;
    opacity: 0.4;  /* Lower opacity for watermark effect */
    pointer-events: none; /* Ensures the logo doesn't block interactions */
}

.Hero-logo-container img {
    width: 90px; /* Adjust size as needed */
    height: auto;
}
.hero-text h1 {
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size:48px;
    font-weight: bold;
    margin-bottom: 1rem;
    
}


.hero-text p {

    font-size: 20px;
    padding-top: 1px;
    letter-spacing: 2px;
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   animation: typing 4s;
}

@keyframes typing{
    from{width: 0;}
}

.btn-custom {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 0.8rem 2rem;
    border: 2px solid black;
    border-radius: 30px;
    transition: all 0.3s ease; 
    color: #191919;
    text-decoration: none; 
}

.btn-custom-about-us {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 0.8rem 2rem;
    background-color: #ffffff;
    border-radius: 30px;
    transition: all 0.3s ease; 
    color: #191919;
    text-decoration: none; 
}

.btn-custom-about-us:hover {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 0.8rem 2rem;
    background-color: #6CB4EE;
    box-shadow: 0 5px 11px #6CB4EE;
    border-radius: 30px;
    transition: all 0.3s ease; 
    color:#ffffff;
    text-decoration: none; 
}

/* Hover effect */
.btn-custom:hover {
    background-color: #6CB4EE;
    transform: scale(1.1); 
    box-shadow: 0 5px 11px #6CB4EE;
    text-decoration: none; 
    color: white;
    border: 2px solid #6CB4EE ;
    transition: 0.6s ease;
}
/* Section Styling */
.new-products-section {
    padding: 60px 20px;
    background-color:  #ECF3F9;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #191919;
    margin-bottom: 10px;
}

.section-description {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

/* Product Card Styling */
.product-card {
    background:  #ECF3F9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 400px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Product Image */
.product-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 254px;
       transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

/* Product Content */
.product-content {
    padding: 20px;
    text-align: center;
}

.product-content h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-content p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.product-button{
    font-size: 11px;
    padding:11px 16px;
    margin-bottom: 15px;
    border-radius: 30px; 
    transition: all 0.3s ease; 
    background-color: #003366;
    color: #fff;
    text-decoration: none; 
}





/* Button Styling */
.btn-view {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-view:hover {
    background-color: #0056b3;
    text-decoration: none;
}

.services-section {
    background-color: #ECF3F9;
    padding: 60px 20px;

}

.services-section3 h2 {
    margin-top:45px;
    font-size:2.9rem;
}

.services-section h2 {
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #191919;
}

.service-box {
    background-color:  #ECF3F9;
    border: 1px solid #ddd; 
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-box1 {
    background-color:  #ECF3F9;
    border-radius: 10px;
    border:3px solid black;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}


.service-box3 {
    border: 2px solid black;
    background-color:  #ECF3F9;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box3 img{

    border-radius: 25px;
}
    

.service-box h4 {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}


.container-client{
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    
}


.service-icon {
    font-size: 2.5rem;
    color: #003366; 
    margin-bottom: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.service-box:hover .service-icon {
    color:rgb(255, 102, 0);
    transform: scale(1.2);
}

.container-contact-us {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
    width: 100%;
    max-width: 1200px;
   margin: 80px auto; 
    border-radius: 25px;
    box-shadow: 0px 6px 16px 6.5px rgba(26, 25, 25, 0.432);
    background-color: #00324b;
  }
  

  .right-section {
    flex: 2; 
    background: #ffffff;
    padding: 40px;
  }
  
  .right-section h2 {
    padding-top: 1.5rem;
    font-size: 2.0rem;
    font-weight: bolder;
    margin-bottom: 10px;
  }
  
  .right-section p {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
  }
  
  /* Form Styling */
  form .input-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
  }
  
  form .input-box:hover {
   border: 1px solid #191919;
   
  }
  
  .input-box i {
    margin-right: 10px;
    color: #191919;
    font-size: 18px;
  }
  
  .input-box input,
  .input-box textarea {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 5px;
  }
  
  .input-box textarea {
    height: 100px;
    resize: none;
  }
  
  /* Submit Button */
  .submit-btn {
    width: 42%;
    margin-top: 20px;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #000;
    color: #000;
    border-radius: 45px;
    transition: all 0.5s ease;
   
  }
  
  .submit-btn:hover {

    background:#6CB4EE;
    color: #ffffff;
    border: none;
    box-shadow: 0 5px 11px  #6CB4EE;
    transition: all 0.5s ease;
  }

  

  /* Right Section (Now Thank You + Image) */
.left-section {
    flex: 1.1;
    text-align: center;
    background-color: #191919;
  }
  
  .left-section h1 {
    padding-top: 4rem;
    font-size: 2.0rem;
    font-weight: bolder;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .left-section p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    padding-top: 20px;
  }
  
  .left-section img {
    width: 50%;
    border-radius: 10px;
    padding-top: 15px;
  }

  .contact-icon{
    padding-top: 15px;
  }

  .contact-icon img{
    width: 60px;
    height: 60px;
    text-align: center;
  }
  


/* Footer General Styling */
footer {
    background:#191919;
    color:#ffffff;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Footer Sections Styling */
.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
}

.footer-left, .footer-middle, .footer-info, .footer-social {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

/* Logo Styling */
.footer-left .logo img {
    max-width: 100px;
    margin-bottom: 10px;
}

/* Text Styling */
footer h3, footer h4 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}

footer p {
    font-size: 12px;
    font-weight: 800;
    margin: 5px 0;

    color:#ffffff;
}

/* Links Styling */
footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color:#ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.5s ease-in-out; 
}

footer ul li a:hover {
    color: #6CB4EE;
    transition: 0.5s ease;
   padding-left: 15px;
   text-decoration: none;
    
}

/* Social Icons Styling */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-icon {
    font-size: 21px;
    color:#003366;
    padding: 8px;
    border-radius: 50%;
    background-color:#fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.social-icon-2{
    background-color:#fff;
    color: rgb(190, 22, 212);
}

.social-icon-3{
    background-color:#fff;
    color: #000;
}



.icon1:hover{
    color:#003366;
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.icon2:hover{
    
    color:rgb(190, 22, 212);
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.icon3:hover{
    
    color:#000;
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}


.social-icons a {
    text-decoration: none; /* Removes underline */
}

/* Footer Bottom Section */
.footer-bottom {
    width: 100%;
    background-color:#191919;
    height: auto;
    color:#ffffff;
    text-align: center;
    padding: 15px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

   
}

/* Enhanced HR Style */
.custom-hr {
    margin: 12px auto; 
    width: 10%; 
    border: solid #6CB4EE; 
    opacity: 1;
    border-radius: 30px; 
    transition: all 0.3s ease; 
}

.custom1-hr {
    margin: 2px auto; 
    width: 10%; 
    opacity: 1;
    border: solid #fff; 
    border-radius: 30px; 
    transition: all 0.3s ease; 
}

.Fotter-Hr{
    background-color: #fff;
    width: 100%;
    height: 1px;
}

.scale-in-center {
    animation: scale-in-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}


.active-links{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius:5px;
    background-color:  #ffffff;
    padding: 2px;
    
    
}

.active-links a{
    color: #003366 !important;
    font-size: 0.5rem;
}
.active-links a:hover{
    color: #003366 !important;
}
@media(max-width: 1198px){
    .product-content {
        padding: 15px;
        text-align: center;}

        .product-content p {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 21px;}
}

@media (max-width: 990px) {
    .navbar-Menu {
        display: block;  
    }
    
    .navbar {
      padding-top: 5px; 
      padding-bottom: 5px; 
    }

   
 
    .navbar-collapse {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }

 
    .logo-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 8px; 
    }

    .logo {
      font-size: 24px; 
    }

    .nav-links-container {
      display: block;
      width: 100%;
      padding-top: 10px;
    }

    .nav-item {
        display: block;
        text-align: center;
        padding: 19px 0px;
        width: 96%;
        margin: -26px;
    }
    /* Social icons container */
    .social-icons-container {
        display: flex;
     
       
      }
  
      .social-icon {
        margin: 0 8px;
        font-size: 16px; /* Reduce icon size */
      }
  
         /* Remove unwanted margins and padding */
      .navbar-nav {
        margin: 0;
        padding: 0;
        list-style: none;
      }
  
      .nav-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
      }
  
    }

    @media (max-width: 768px) {
    .active-links {
        width: 90%; /* Adjust width for smaller screens */
        max-width: none; /* Remove max-width constraint */
        margin: 10px auto; /* Add spacing for smaller viewports */
        padding: 8px; /* Reduce padding */
    }

    .active-links a {
        font-size: 14px; /* Adjust font size for smaller screens */
    }

  
    .nav-links {
        flex-direction: column;
        gap: 10px;
    }

    .hero-text h1 {
        font-size: 1.5rem;
    }

    .hero-text p {
        font-size: 0.9rem;
    }

    .about-image-container {
        height: auto;
    }

    .about-us-section h2 {
        font-size: 1.8rem;
    }

    .about-us-section p {
        font-size: 1rem;
    }

    .product-card {
        height: auto;
    }

    .services-section h2 {
        font-size: 2rem;
    }

    .contact-form {
        width: 100%;
        padding: 15px;
    }

    .footer-container {
        flex-direction: column;
        gap: 20px;
    }

    .footer-left .logo img {
        width: 80px;
    }

    .footer-bottom {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .active-links {
        padding: 6px; /* Further reduce padding for very small screens */
        font-size: 12px; /* Adjust font size further */
    }

    .active-links a {
        padding: 4px 8px; /* Adjust link padding */
    }

    .navbar {
        padding: 10px;
    }

    .navbar .logo-container img {
        width: 50px;
    }

    .hero-text h1 {
        font-size: 1.2rem;
    }

    .hero-text p {
        font-size: 0.8rem;
    }

    .btn-custom {
        font-size: 0.8rem;
        padding: 0.6rem 1.5rem;
    }

    .about-us-section h2 {
        font-size: 1.5rem;
    }

    .about-us-section p {
        font-size: 0.9rem;
    }

    .product-card {
        height: auto;
        padding: 10px;
    }

    .service-box {
        padding: 10px;
    }

    .contact-form {
        width: 100%;
        padding: 10px;
    }

    .footer-bottom {
        font-size: 9px;
    }
}
    