  h2{
font-family: serif;
color:red;
}


@media (max-width:768px){

.name-logo{

display: none;

}

}
@media (max-width:400px){

.name-logo{

display: none;

}

}




 /* Sticky Button Style */
      .sticky-enquiry-btn {
      position: fixed;
      top:40%;
      right: 0.5%;
      background:#073461;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        z-index: 1000;
      }
      .sticky-enquiry-btn  img{
      height: 150px;
      width: 40px;
      }
      /*
      .sticky-enquiry-btn:hover {
      background-color: #0056b3;
      }*/
      /* Modal Background */
      .modal-bg {
      display: none;
      position:fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
      }
      /* Modal Content */
      .modal-content {
      margin:auto  ;
      margin-top: 30px;
      background-color: white;
      width: 90%;
      max-width: 500px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      }
      .modal-content h2 {
      font-size: 24px;
      margin-bottom: 20px;
      }
      /* Input fields */
      .modal-content input,
      .modal-content textarea {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
      resize: vertical;
      }
      .modal-content button[type="submit"] {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
      width: 100%;
      transition: background-color 0.3s ease;
      }
      .modal-content button[type="submit"]:hover {
      background-color: #0056b3;
      }
      /* Close Button */
      .close-btn {
      background-color: red;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 5px;
      cursor: pointer;
      display: none;
      }
      /* Responsive Media Queries */
      @media (max-width: 768px) {
      .modal-content {
      margin: 50px auto;
      padding: 15px;
      }
      .sticky-enquiry-btn  img{
      height: 100px;
      width: 30px;
      }
      .modal-content h2 {
      font-size: 20px;
      }
      }
      @media (max-width: 480px) {
      .modal-content {
      margin: 30px auto;
      padding: 10px;
      }
      .modal-content h2 {
      font-size: 18px;
      }
      .modal-content input,
      .modal-content textarea {
      font-size: 14px;
      }
      .sticky-enquiry-btn  img{
      height: 100px;
      width: 30px;
      }
      }
      #captcha_image {
      width: 70px;
      height: 30px;
      object-fit: cover; /* Ensures the image fits correctly */
      }

      .sticky-icon {
      position: fixed;
      top:75%;
      right: 0.5%;
      background-color: rgba(255, 255, 255, 0.5); 
      border: none;
      border-radius: 12px;
      cursor: pointer;
        z-index: 1000;
      }


/* Webkit browsers (Chrome, Safari, Edge) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

 

h3,h2{


   color:   #00008B;



}


@media (max-width: 576px) {
    h2 {
        font-size: 1.5rem;
    }
     h3 {
        font-size: 1rem;
    }
      h4 {
        font-size: 0.7rem;
    }

}

@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
    }
     h3 {
        font-size: 1.5rem;
    }
      h4 {
        font-size: 1rem;
    }

}

@media (min-width: 992px) {
    h2 {
        font-size: 2rem;
    }
     h3 {
        font-size: 1.7rem;
    }
      h4 {
        font-size: 1.3rem;
    }


}

.nav-link{

color: white;


}
 
 .demo{


color: red;

 }



@media(max-width:768px){


.q-logo{


    height: 30px;




 }



}


.banner-image {
         background: no-repeat center center;
       width: 100%; /* Ensures the image doesn't exceed its container width */
         height:350px;   /* Maintains the aspect ratio */
         object-fit: cover; /* Ensures proper scaling without distortion */
         background-size: cover;


         }


    
         @media (max-width: 768px) {
         .banner-image {
         width: 100%; /* Full-width image on smaller screens */
         height: 200px; /* Maintain aspect ratio */
         }


         .owl-nav{

display: none;


         }
         .custom-owl-dots{


margin-top: 100px ;
         }
     }
.custom-overlay{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
        }


        .header-body{

background: orange;


        }


        /* Container Style */
        .marquee-row {
            display: flex;
            align-items: center;
            background-color: #f8f9fa;
            border: 1px solid #ddd;
            padding: 10px;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        }

        /* Heading Style */
        .marquee-heading {
            font-size: 20px;
            font-weight: bold;
            margin-right: 15px;
            color: #333;
            white-space: nowrap;
        }

        /* Marquee Container */
        .marquee-container {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        /* Marquee Content */
        .marquee-content {
            display: inline-block;
            white-space: nowrap;
            animation: marquee 15s linear infinite;
        }

        /* Hover Effect to Pause */
        .marquee-container:hover .marquee-content {
            animation-play-state: paused;
        }

        /* Marquee Animation */
        @keyframes marquee {
            from {
                transform: translateX(100%);
            }
            to {
                transform: translateX(-100%);
            }
        }

        /* Styling the Text */
        .marquee-content span {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-right: 50px;
        }

        .marquee-content span a {
            color: #007bff;
            text-decoration: none;
        }

        .marquee-content span a:hover {
            text-decoration: underline;
        }