.navbar-brand {
  margin-right: 20%;
  width: 30%;
}

.navigation_bar {
  background-color: #560710 !important;
  max-height: 70px;
  padding: 0 !important;
}

.navigation_logo img {
  width: 20%;
  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 #e2b75d;
}

.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: #e2b75d;
}

/* Active Link Effect (Click hone ke baad ye rahega) */
.navbar-nav .nav-link.active {
  color: #000 !important;
  background-color: #e2b75d;
  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: 14px !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%);
}

section {
  scroll-margin-top: 120px; /* Navbar ki height ke hisaab se adjust karein */
}

.titles h1 {
  color: #fff !important;
}

.title_subheading {
  font-size: 1.2em;
}

.inner_titles {
  background-color: #fbaf4c !important;
  margin: 0px 0px;
}

.titles {
  background-color: #ffeb78 !important;
  margin: 0px 0px;
}

.top_banner {
  margin-top: 70px;
}

.top_slider img {
  height: 300px;
}

.inner_slider img {
  object-fit: contain;
}

.slider_2 {
  height: 870px;
  object-fit: cover;
}

.subscribe_col {
  background-color: #21495b;
}

.footer {
  background-color: #560710 !important;
  color: #fff !important;
}

.footer a {
  color: #fff !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .navigation_logo img {
    width: 100%;
    padding: 8px;
    margin-left: 0;
  }

  .navbar {
    color: #fff !important;
  }

  .slider_2 {
    height: 230px;
  }
}

/* HTML: <div class="slanted-edge"></div> */
.slanted-edge {
  --p: 70px; /* control the shape (can be percentage) */
  padding: 70px 6px 12px 6px;
  clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
  background: #f4900b;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.slanted-edge2 {
  --p: 70px; /* control the shape (can be percentage) */
  height: 300px;
  padding-top: 70px;
  clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
  background: #fad70f;
}

.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: 24px;
  line-height: 1.4;

  color: #333;
}
.news p {
  font-size: 16px;
  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: #48b774;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 0.8rem;
    font-weight: 400;
  }

  input[type="email"] {
    width: 100%;
  }

  .subscribeButton {
    margin: auto;
    margin-top: 10px;
  }

  .footer {
    text-align: center;
  }

  .footerPara {
    font-size: 0.9em;
  }

  .footer a img {
    width: 40%;
    margin-bottom: 20px;
  }

  .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: #560710 !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='%23e2b75d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 2h22M4 10h22M4 18h22'/%3E%3C/svg%3E") !important;
  }
}
