
html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 100vh;
  }

  h1,h2,h3,h4,h5,h6{
    color:#003c88;
    font-weight: 700;
  }

  .text{
    color:#003c88;

  }
  p{
    color:#003c88;
  }


  .menu-img { 
    width: 100%; 
    border-radius: 0px;
    height:auto;
   }

  .menu-section { 
    margin-bottom: 20px;
   }

   #header {
    margin: 10px 20px 0px 20px;
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
    padding: 10px;
}

.nav-logo img {
    max-width: 80px;
    height: 80px;
    float: left;
    transition: transform 0.3s ease;
}

.nav-logo img:hover {
    transform: scale(1.1);
}

.topnav {
    overflow: hidden;
    /* background: linear-gradient(90deg, #003c88, #6a5acd); */
    border-radius: 8px;
}

.topnav a {
    float: left;
    display: block;
    color: #003c88;
    text-align: center;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: bold;
}

.topnav a:hover {
    color: #003c88;
    transform: scale(1.1);
    text-decoration: none;
}

.topnav a.active {
    color: #003c88;
    font-weight: bold;
}

.topnav .icon {
    display: none;
    color: #003c88;
    font-size: 30px;
    padding: 10px;
}
.card-body {
    padding: 3px;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        display: block;
        float: right;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* Ensure the container takes full width */
.zoom-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Full-screen height */
    overflow: hidden;
}

.zoom-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    animation: zoomIn 3s ease-in-out forwards;
}

/* Centered text overlay */
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Perfect centering */
    color: #003c88; /* Make text visible */
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); */
    font-weight: bold;
}

/* Zoom animation */
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


.accordion-button {
  background-color: #f8f9fa;
  color: #343a40;
  border: 1px solid #ddd;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #d7d4d4;
  color: #003c88;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  /* margin-bottom: 10px; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  margin: 0px 40px 20px;
}

.accordion-body {
  padding: 20px;
  font-size: 15px;
}

.accordion-body ul {
  list-style-type: none;
  padding-left: 20px;
}

.accordion-body ul li {
  padding: 5px 0;
  font-size: 16px;
  color:#003c88;
}

.menu-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer {
  font-size: 14px;
  border-top: 2px solid #ffffff25;
}
.footer a:hover {
  color:#0556c0 !important;
}
/* 
.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #000;
} */

 #contact-form .form-control {
  border-radius: 0 !important; /* Remove border radius */
  color: #003c88; /* Set text color */
}

#contact-form .form-label {
  color: #003c88; /* Set label text color */
}

#contact-form .input-group-text i {
  color: #003c88; /* Set icon color */
}
#contact-form .contact-form {
  width: 600px;
  margin: 0 auto; /* Center the form */
}

#contact-form button {
  width: 100px; /* Fixed width for the button */
  background-color: #003c88; /* Set background color */
  border-color: #003c88; /* Set border color */
  color: white; /* Text color */
}

#contact-form button:hover {
  background-color: #002a66; /* Darker shade for hover */
  border-color: #002a66;
}

@media (max-width: 768px) {
  #contact-form .contact-form {
      width: 90%; /* 90% of the screen width on smaller screens */
  }

  #contact-form button {
      width: 150px; /* Slightly wider button on smaller screens */
  }
}

@media (max-width: 576px) {
  #contact-form .contact-form {
      width: 100%; /* Full width on extra small screens */
  }

  #contact-form button {
      width: 120px; /* Reduce button width on mobile */
  }
}

/*.videobox {*/
/*  width: 100%;*/
  /*max-height: 500px; */
  /* Adjust the height as needed */
/*  overflow: hidden;*/
/*}*/

.video-frame {
  width: 100%;
  height: auto; /* Keeps aspect ratio */
  /*max-height: 500px; */
  /* Adjust based on your requirement 
  object-fit: contain; /* Ensures video covers the entire frame */
}

.survey-container {
padding: 30px;
border-radius: 8px;
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
width: 100%;
max-width: 800px;
margin: auto; 
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}

.survey-container h2, h4 {
margin-bottom: 20px;
color:#003c88;
}

.survey-container p {
  text-align: justify;
}

.btn-submit {
background-color: #003c88;
color: white;
margin-top: 20px;
}

.btn-submit:hover {
  
background-color: #044dad;
}