.navbar-brand {
  margin-right: 20%;
}

.navigation_bar {
  background-color: #ececec !important;
  height: 70px;
  padding: 0 !important;
  outline: none;
}

.navigation_logo img {
  width: 22%;
  margin-left: 22%;
}

.navbar_li a {
  color: #fff;
  font-weight: 600;
  padding: 25px 16px;
  margin-right: 8px;
  min-width: 100px;
  border-radius: 5px;
  text-align: center;
}

.navbar-toggler {
  border: 2px solid #575757;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  padding: 25px 16px;
  text-align: center;
  border-radius: 0px;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
  color: #000 !important;
  background-color: rgb(188, 170, 251) !important;
}

/* Active Link Effect (Click hone ke baad ye rahega) */
.navbar-nav .nav-link.active {
  color: #000 !important;
  background-color: #ececec;
  border-radius: 0px !important;
  line-height: 30px;
  height: 80px;
}

ul {
  padding: 0;
  display: flex;
}

li {
  list-style-type: none;
  padding: 10px;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14 px !important;
  color: white;
  position: relative;
}

ul li a:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.5s;
}

ul li a:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  transition: all 0.5s;
}

ul li a:hover:before {
  width: 50%;
  transform: translateX(100%);
}

ul li a:hover:after {
  width: 50%;
  transform: translateX(-100%);
}

.titles h1 {
  color: #fff !important;
}

.title_subheading {
  font-size: 1.5em;
}

.inner_titles {
  background-color: #000000 !important;
  margin: 0px 0px;
}

.titles {
  background-color: #02475b !important;
  margin: 0px 0px;
}

.ititle {
  text-transform: uppercase;
}

.suptitle {
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-left: 5em;
  font-family: "inter", sans-serif !important;
  -webkit-transform: scaleX(1) !important;
  -webkit-transition-delay: 200ms;
  -webkit-transform-origin: left;
  -webkit-transition: 800mscubic-bezier(0.15, 0.75, 0.5, 1);
  transform: scaleX(1) !important;
  transition-delay: 200ms;
  transform-origin: left;
  transition: 800mscubic-bezier(0.15, 0.75, 0.5, 1);
  color: #005aab;
}

.suptitle:before {
  content: "";
  width: 3em;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -4em;
  border-style: solid;
  border-width: 2px 0 0;
}
/* .top_banner {
  margin-top: 70px;
} */

.top_slider img {
  height: 720px;
  object-fit: cover;
}

.inner_slider img {
  height: 855px;
  object-fit: cover;
}

.slider_2 {
  height: 870px;
  object-fit: cover;
}

.subscribe_col {
  background-color: #21495b;
}

section {
  scroll-margin-top: 90px; /* Navbar ki height ke hisaab se adjust karein */
}

.footer {
  background-color: #ececec !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;
}

.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: #575757;
  color: #fff;
}

.content_container {
  background-color: rgb(188, 170, 251);
  padding: 6% 2%;
}

.content_row {
  margin-left: 3%;
  --bs-gutter-x: 0 !important;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23575757' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 2h22M4 10h22M4 18h22'/%3E%3C/svg%3E") !important;
}

.plan_row2 {
  margin-top: 10%;
}

.plan_inner_col {
  background-color: #2d0f81;
  width: 80%;
  margin: 0 auto;
  font-size: 0.9vw;
  padding: 5%;
  border-radius: 14px;
}

.plan_h3 {
  color: #fff;
  text-align: center;
  font-size: 3em;
}

.plan_p {
  color: rgb(188, 170, 251);
  font-size: 3.2em;
  padding: 5px 8px;
  text-align: center;
  margin-top: 30px;
  border: 3px solid rgb(188, 170, 251);
}

.border_right {
  border-right: 4px solid #2d0f81;
}

.large_point {
  font-size: 6em;
  color: #fff;
  font-weight: bold;
}

.grey_point {
  font-size: 2.4em;
  color: #333;
}

.small_heading {
  font-size: 2.6em;
  font-family: "verdana", Sans-serif;
  font-weight: bolder;
}
.xsmall_heading {
  font-size: 2em;
  font-family: "verdana", Sans-serif;
  font-weight: bolder;
  color: #2d0f81;
}

.container_title {
  padding: 8% 10%;
}

.head_title {
  font-size: 5em;
  text-align: center;
  padding-bottom: 5%;
}

.block_title {
  font-size: 3.5em;
  text-align: center;
  padding-bottom: 2%;
}

.p_top5 {
  padding-top: 5%;
}
.p_top10 {
  padding-top: 10%;
}

.p_bottom2 {
  padding-bottom: 2%;
}
.p_bottom5 {
  padding-bottom: 5%;
}
.p_bottom10 {
  padding-bottom: 10%;
}

.head_title_span {
  color: #2d0f81;
}

.reg_para {
  font-size: 1.6em;
}

.para_container {
  padding-top: 3%;
  padding-bottom: 3%;
}

@media screen and (max-width: 768px) {
  .navigation_logo img {
    width: 30%;
  }

  .navbar {
    color: #fff !important;
  }

  .slider_2 {
    height: 330px;
  }

  .img_long {
    object-fit: cover;
    height: 600px;
  }

  .top_slider img {
    height: 190px;
    object-fit: contain;
  }

  .inner_slider img {
    height: 176px;
    object-fit: contain;
  }

  .news-heading {
    font-size: 25px;
    line-height: 1.2;
  }

  input[type="email"] {
    display: block;
    width: 100%;
  }

  .pd-lt-rgt-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .disclaimer {
    font-size: 14px;
  }

  .suptitle {
    font-size: 0.8em;
    margin-left: 2em;
    padding-left: 15px;
  }

  .suptitle:before {
    width: 2em;
    left: -2em;
  }

  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:hover {
    color: #fff !important;
    background-color: #575757 !important;
  }

  .head_title {
    font-size: 6vw;
  }

  .reg_para {
    font-size: 1em;
  }

  .small_heading {
    font-size: 6vw;
    text-align: center;
  }

  .large_point {
    font-size: 6vw;
    text-align: center;
  }

  .grey_point {
    font-size: 5vw;
  }

  .block_title {
    font-size: 7vw;
  }

  .sm_12 {
    width: 98%;
  }

  .border_right {
    border: none;
  }

  .xsmall_heading {
    font-size: 5vw;
    text-align: center;
  }

  .sm_col_first {
    margin-bottom: 4%;
  }

  .sm_br {
    display: block;
    font-size: 4vw;
  }

  .container_title {
    padding: 8% 2%;
  }

  .plan_p {
    margin-top: 0;
  }

  .navigation_bar {
    height: 90px;
    padding: 2% !important;
  }

  #home {
    margin-top: 90px;
  }

  .img_long {
    object-fit: contain;
    height: 190px;
  }

  .button.navbar-toggler {
    color: #c6eb09;
  }
}
