.navbar-brand {
  margin-right: 20%;
}

#contact {
  margin-top: 70px;
}

.navigation_bar {
  background-color: #e6f6af !important;
  max-height: 70px;
}

.navigation_logo img {
  width: 60%;
  margin-left: 30%;
}

.navbar_li a {
  color: #000;
  font-weight: 600;
  padding: 10px 15px;
  margin-right: 8px;
  min-width: 90px;
  text-align: center;
  border-radius: 25px !important;
}

.navbar_ul {
  padding-bottom: 0%;
}

#home {
  margin-top: 50px;
}

section {
  scroll-margin-top: 80px; /* Navbar ki height ke hisaab se adjust karein */
}

.navbar-toggler {
  border: 2px solid #005aa9;
}

/* .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 600;
  padding: 25px 16px;
  text-align: center;
  border-radius: 0px;
} */

/* Hover Effect */
.navbar-nav .nav-link:hover {
  color: #fff !important;
  /* background-color: #06c122 !important; */
}

/* Active Link Effect (Click hone ke baad ye rahega) */
.navbar-nav .nav-link.active {
  color: #fff !important;
  background-color: #50b748 !important;
  transition: color 0.4s ease-in-out;
}

.navbar_li a {
  /* box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
  padding: 0 0.25rem;
  margin: 0 -0.25rem; */
  transition: color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.navbar_li a:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #005aa9;
}

.titles h1 {
  color: #fff !important;
}

.title_subheading {
  font-size: 1.5em;
  color: #005aa9;
}

.inner_titles {
  background-color: #fbaf4c !important;
  margin: 0px 0px;
}

.titles {
  background-color: #e6f6af !important;
  margin: 0px 0px;
}

.top_slider img {
  height: 515px;
  object-fit: cover;
}

.inner_slider img {
  height: 855px;
  object-fit: cover;
}

.pdngAll-2 {
  padding: 4%;
}

.regPara {
  font-size: 1.7em;
  text-align: justify;
}

.highlights_section {
  background-color: #e6f6af;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 !important;
}

.highlights_heading {
  color: #50b748 !important;
}

.highlights_heading_blue {
  color: #142186 !important;
}

.highlights_heading2 {
  color: #50b748 !important;
  margin-bottom: 30px;
  font-size: 1.8em;
  text-align: left;
}

.highlights_container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.highlights_ul li {
  list-style-type: square;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.5em;
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #005aa9;
}

.highlights_ul2 li {
  list-style-type: square;
  margin-left: 2%;
  margin-bottom: 15px;
  text-align: justify;
  font-size: 1.6em;
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #005aa9;
}

.slider_2 {
  height: 870px;
  object-fit: cover;
}

.subscribe_col {
  background-color: #21495b;
}

.footer {
  background-color: #e6f6af !important;
  color: #000 !important;
}

.footer a {
  color: #000 !important;
  text-decoration: none;
}

.img_row {
  padding: 0;
}

.img-bg {
  width: 100vw; /* Viewport ki puri width lega */
  height: auto; /* Image ka aspect ratio maintain rahega */
  display: block; /* Extra spacing hatane ke liye */
}

.news {
  padding: 4.8px 0 9.6px 0;
  text-align: center;
}
.news-heading {
  font-size: 44px;
  line-height: 1.4;

  color: #333;
}
.news p {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 12px;
  line-height: 1.8;
}

input[type="email"] {
  display: inline-block;
  width: 60%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 20px;
  border: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.disclaimer {
  max-width: 94%;
  margin: auto;
  margin-top: 100px;
}

.bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #48b774;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #home {
    margin-top: 0px;
  }
  .navigation_logo img {
    width: 30%;
  }

  .navbar {
    color: #fff !important;
    height: 75px !important;
  }

  .top_slider img {
    height: 120px;
    object-fit: contain;
  }

  .inner_slider img {
    height: 216px;
    object-fit: contain;
  }

  .slider_2 {
    height: 216px;
  }

  .news-heading {
    font-size: 25px;
  }

  input[type="email"] {
    display: block;
    width: 100%;
  }

  footer img {
    width: 30%;
    margin-left: 35%;
  }

  .navbar-brand {
    display: contents;
  }

  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .navbar-nav .nav-link {
    padding: 15px;
  }
  .navbar-nav .nav-link.active {
    height: 30px;
    line-height: 0px;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
  }

  .my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .p-5 {
    padding: 1.5rem !important;
  }

  .highlights_heading_blue {
    font-size: 1.1em;
  }

  .highlights_heading {
    font-size: 1.4em;
  }

  .regPara {
    font-size: 1.2em;
  }

  .highlights_heading2 {
    font-size: 1.3em;
  }

  .highlights_ul2 li {
    font-size: 1.2em;
  }

  #home .img_row {
    margin-top: 18vw;
  }

  #contact {
    margin-bottom: 0px !important;
    margin-top: 25px;
  }

  .subscribe_button {
    margin-left: 0;
  }

  .disclaimer {
    margin-top: 40px;
  }

  .navbar_ul {
    padding-bottom: 5%;
  }
}
