 body {
      font-family: 'Poppins';
     
    }

    p{
        text-align: justify;
    }

    .top-bar {
  background-color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  
}
.sticky{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 10;
}

.custom-left-space {
  margin-left: 0; /* No space on mobile */
}
@media (max-width: 400px) {
    .navbar-brand img {
    width: 48% !important;
}

.top-bar span strong{
    font-size:16px !important;
}
.ph{
    font-size:16px !important;
}
.heading-underline1::after {
   
    top: 70% !important;
}
}

@media (max-width: 992px) {
    .navbar-brand img {
    width: 48%;
}
  .hero-section {
  background-image: url('./img/Banner-01-Mobi.webp') !important; /* Replace with your image path */
  background-size: contain !important;
  height: 60vh !important;
  transform: translateY(74px);
}

.top-bar span strong{
    font-size:16px;
}
.ph{
    font-size:16px;
}

.heading-underline1::after {
   
    top: 70% !important;
}


}

@media (min-width: 768px) {
  .custom-left-space {
    margin-left: 10%; /* Add more space on desktop */
  }
}


    .top-bar span strong{
        font-size: 20px;
        color: #965b37;
    }
.ph{
    font-size:18px;
}
    .navbar {
      background-color: #b96f2b;
      color: #fff;
      
    }
    .nav-link{
        color: #fff;
    }
    .nav-link:hover{
        color: #dfbf6a;
    }
    .nav-item .active{
        color: #dfbf6a !important;
    }

    .navbar-brand img {
      width: 100%;
    }
    .desktop-logo{
        position: absolute;
    }

    .hero-section {
  background-image: url('./img/Banner-01.webp'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; /* Full screen height */
  width: 100%;
}

.right-content p{
    text-align: justify;
}

.heading-underline {
  position: relative;
  font-family: Georgia, serif;
  color: #8B5E3C;
  display: inline-block;
  padding-bottom: 10px;
}

.heading-underline::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  bottom: 0;
  height: 20px; /* Adjust based on image height */
  width: 100%;
  background-image: url('./img/Section-Line.png'); /* Replace with your underline image path */
  background-repeat: no-repeat;
  
  background-size: contain;
}


.heading-underline1 {
  position: relative;
  font-family: Georgia, serif;
  color: #8B5E3C;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 auto; /* Center the inline-block element */
}

.heading-underline1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 47%; /* places it just below the text */
  height: 20px; /* Adjust to your image height */
  width: 120px; /* Set fixed width of your image */
  background-image: url('./img/Section-Line.png'); /* your underline image */
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-underline3 {
  position: relative;
  font-family: Georgia, serif;
  color: #8B5E3C;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 auto; /* Center the inline-block element */
}

.heading-underline3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80%; /* places it just below the text */
  height: 20px; /* Adjust to your image height */
  width: 120px; /* Set fixed width of your image */
  background-image: url('./img/Section-Line.png'); /* your underline image */
  background-repeat: no-repeat;
  background-size: contain;
}


.heading-underline4 {
  position: relative;
 
  color: #8B5E3C;
  display: inline-block;
  padding-bottom: 10px;
}
section {
  scroll-margin-top: 80px;
}


.heading-underline4::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  bottom: 0;
  height: 20px; /* Adjust based on image height */
  width: 100%;
  background-image: url('./img/Section-Line.png'); /* Replace with your underline image path */
  background-repeat: no-repeat;
  
  background-size: contain;
}

.yatra-section {
      background: url('./img/Home-yatra-Highlights-BG.webp') no-repeat center center;
      background-size: cover;
      padding: 50px 0;
      min-height: 600px;
      color: #4b2f1e; /* Adjusted for brownish tone */
    }

    .left-content {
      align-self: start;
    }

    .yatra-section .right-content {
      align-self: end;
    }

    .highlight-title {
      font-family: 'Georgia', serif;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 30px;
    }

    .yatra-flag {
      font-weight: bold;
    }



      .yatra-programme {
      padding: 60px 0;
     
      background-color: #fdfaf6;
      color: #4b2f1e;
    }

    .section-title {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
    }
    
    .district-list a{
        background-color: #f0c98c;
      border: none;
      padding: 8px 12px;
      margin: 5px 0;
      font-weight: bold;
      width: 100%;
      text-align: left;
      color: #000;
      font-weight: bold;
      letter-spacing: 0.5px;
    }

    .district-list button {
      background-color: #f0c98c;
      border: none;
      padding: 8px 12px;
      margin: 5px 0;
      font-weight: bold;
      width: 100%;
      text-align: left;
      color: #000;
      font-weight: bold;
      letter-spacing: 0.5px;
    }
    .district-list button:hover{
         background-color: #925c3d;
      color: white;
    }

    .cta-box {
      background-color: #925c3d;
      color: white;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      margin-top: 30px;
    }

    .cta-box h5 {
      font-style: italic;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .cta-box p {
      font-size: 14px;
      margin-bottom: 10px;
    }

    .cta-box strong {
      font-size: 18px;
    }

     .mandal-section {
      background-color: #f6f4ef;
      padding: 60px 0;
      color: #4b2f1e;
      
    }

    .mandal-title {
      font-size: 2rem;
      font-style: italic;
      font-weight: 600;
      color: #8c4c1b;
    }

    .mandal-border {
      width: 80px;
      height: 2px;
      background-color: #d7a568;
      margin: 10px 0 20px;
    }

    .mandal-image {
      border-radius: 10px;
      max-width: 100%;
      height: auto;
    }

    ul.mission-list {
      padding-left: 1.2rem;
    }

    ul.mission-list li {
      margin-bottom: 5px;
    }
    .fa-phone{
       color: #d7a568;
    }

.journey-section {
      padding: 60px 0;
      
      color: #4b2f1e;
      background-color: #fdfdfc;
    }

    .section-heading {
      font-style: italic;
      font-weight: bold;
      color: #8c4c1b;
      font-size: 2rem;
    }

    .heading-border {
      width: 80px;
      height: 2px;
      background-color: #d7a568;
      margin: 10px 0 20px;
    }

    .leader-image {
      width: 100%;
      
      object-fit: cover;
      border-radius: 10px;
    }

    .leader-name {
      font-weight: 600;
      margin-top: 10px;
    }

    .leader-role {
      font-style: italic;
      font-size: 14px;
    }

    .leader-card {
      text-align: center;
      margin-top: 20px;
    }



    .footer-main {
      background-color: #5b2b1d;
      color: white;
      padding: 50px 0 30px;
      
    }

    .footer-logo {
      max-width: 100px;
      margin-bottom: 10px;
    }

    .footer-title {
      font-style: italic;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .footer-links ul {
      list-style: none;
      padding-left: 0;
    }

    .footer-links ul li::before {
      content: "_";
      color: #f0c98c;
      /*font-weight: bold;*/
    }

    .footer-links ul li {
      margin-bottom: 8px;
    }

    .footer-links ul li a {
      color: white;
      text-decoration: none;
    }

    .footer-links ul li a:hover {
      color: #f0c98c;
    }

    .footer-icon {
      margin-right: 8px;
      color: #f0c98c;
    }

    .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 12px;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background-color: #f0c98c;
  color: #5b2b1d;
  border-color: #f0c98c;
}

    .footer-bottom {
      background-color: #f8f8f8;
      padding: 15px 0;
      text-align: center;
      font-size: 14px;
      color: #222;
    }

    .footer-bottom a {
      color: #000;
      font-weight: bold;
      text-decoration: none;
    }

    .footer-bottom a:hover {
      text-decoration: underline;
    }
    
    
 .download{
         background: #925c3d;
    padding: 7px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
 }  
 .download:hover{
     background:transparent;
     color:#925c3d;
     border:1px solid #925c3d;
 }
    
    
    @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

