* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;

  background-color: #fffff4;

  color: #2d1f16;
}

/* Header Styling */

.header {
  background-color: #2d1f16;

  color: #fffff4;

  height: 60px;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.header-container {
  width: 90%;

  /* max-width: 1440px; */

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 20px;
}

/* Links and Buttons */

.header-link {
  color: #fffff4;

  text-decoration: none;

  font-size: 14px;
}

.icon-btn {
  background: none;

  border: none;

  color: #fffff4;

  font-size: 16px;

  cursor: pointer;
}

.icon-btn:hover {
  color: #ffffcc;
}

.language-dropdown {
  position: relative;
}

.language-btn {
  background-color: #fffff4;

  color: #2d1f16;

  border: none;

  padding: 5px 10px;

  font-size: 14px;

  cursor: pointer;
}

.language-btn:hover {
  background-color: #ffffcc;
}

.language-options {
  display: none;

  position: absolute;

  top: 35px;

  right: 0;

  background-color: #fffff4;

  list-style: none;

  border: 1px solid #2d1f16;

  padding: 5px 0;

  z-index: 10;
}

.language-options li button {
  background: none;

  border: none;

  color: #2d1f16;

  width: 100%;

  text-align: left;

  padding: 5px 10px;

  font-size: 14px;

  cursor: pointer;
}

.language-options li button:hover {
  background-color: #eeeeee;
}

/* Responsive Design */

@media (max-width: 768px) {
  .header-container {
    flex-direction: column;

    align-items: flex-end;
  }
}

/* Header 2 Styling */

.header-2 {
  background-color: #fffff4;

  color: #2d1f16;

  height: 80px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.header-2-container {
  width: 90%;

  /* max-width: 1440px; */

  display: flex;

  align-items: center;

  justify-content: space-between;
}

/* Logo */

.logo {
  font-size: 20px;

  font-weight: bold;
}

.logo a {
  text-decoration: none; /* Removes underline */

  color: inherit; /* Makes the link take the color of its parent element */
}

/* Navigation */

.nav {
  display: flex;

  gap: 20px;
}

.nav-item {
  position: relative;

  font-size: 14px;

  text-decoration: none; /* Removes underline */

  color: #2d1f16;

  cursor: pointer;
}

.nav-item a {
  color: #ed5722; /* Makes the link take the color of its parent element */

  font-size: 14px;
}

.nav-item:hover {
  color: #ed5722;
}

.nav-item:hover a {
  color: #ed5722;
}

/* Dropdown Styling */

.dropdown-toggle {
  background: none;

  border: none;

  font-size: 14px;

  cursor: pointer;

  color: #2d1f16;
}

.dropdown-toggle:hover {
  color: inherit;
}

.dropdown-menu {
  display: none;

  position: absolute;

  top: 25px;

  left: 0;

  color: #2d1f16;

  background-color: #fffff4;

  list-style: none;

  border: 0.5px solid #2d1f16;

  border-radius: 4px;

  padding: 5px 0;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  z-index: 10;
}

.dropdown-menu li a {
  padding: 5px 10px;

  display: block;

  text-decoration: none;

  color: inherit;
}

.dropdown-menu li a:hover {
  background-color: #eeeeee;

  text-decoration: none;

  color: inherit;
}

/* Buttons */

.header-buttons {
  display: flex;

  gap: 10px;
}

.btn {
  padding: 8px 16px;

  border: none;

  font-size: 14px;

  cursor: pointer;
}

.btn-signin {
  color: #2d1f16;

  background: none;
}

.btn-know {
  color: #fffff4;

  background: none;
}

.btn-get-started {
  background-color: #ed5722;

  color: #fffff4;

  border-radius: 4px;
}

.btn-get-started:hover {
  background-color: #d14d1c;
}

/* Show Dropdown on Hover */

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Responsive Design */

@media (max-width: 768px) {
  .nav {
    flex-direction: column;

    gap: 10px;
  }

  .header-buttons {
    flex-direction: column;

    gap: 5px;
  }
}

/* Hero Section Styling */

.hero-section {
  background-image: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/ujjain/ujjain-hero.png'); /* Replace with the actual image path */

  background-size: cover;

  background-position: center;

  width: 100%;

  /* max-width: 1440px; */

  height: 740px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  padding: 0px 80px;

  box-sizing: border-box;
}

.hero-content {
  color: #fffff4;

  max-width: 600px;
}

.hero-heading {
  font-size: 44px;

  font-weight: 700;

  margin-bottom: 20px;
}

.hero-subheading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
  margin: 0px;
  padding: 0;
}

.hero-buttons {
  display: flex;

  gap: 15px;
}

.btn {
  font-size: 16px;

  font-weight: 600;

  padding: 10px 20px;

  border: none;

  cursor: pointer;

  border-radius: 4px;
}

.btn-contact {
  background-color: #ed5722;
}

.hero-section-haridwar2 {
  background-size: cover;
  background-color: #fffff4;
  background-position: center;
  width: 100%;
  /* max-width: 1440px; */
  height: 503px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 60px;
  box-sizing: border-box;
}

.hero-content-haridwar2 {
  background-image: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/where_to_stay/join-now-bg.png');
  background-size: cover;
  background-position: center;
  /* max-width: 1280px; */
  height: 343px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 80px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right center;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 50px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
  color: #ffffff;
}

.text-content-haridwar2 {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 80%;
}

.text-content-haridwar2 h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 5px;
}

.text-content-haridwar2 p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 0 10px 0; /* Only bottom margin for spacing */
  padding: 0; /* Ensure no padding is applied */
}

/* New Codes/sections */

.highlight-section-product {
  width: 1%;

  max-width: 140px;

  height: 50px;

  background-color: #fffff4;

  display: flex;

  align-items: center;

  justify-content: flex-start;
}

.highlight-content {
  width: 10%;

  max-width: 120px;

  height: 30px;

  background-image: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/landing-page/CTA.png'); /* Replace with your image */

  background-size: cover;

  background-position: center;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #fffff4;

  padding: 16px;

  box-sizing: border-box;

  border-radius: 20px;
}

.highlight-heading {
  font-size: 42px;

  font-weight: 700;

  margin-bottom: 15px;
}

.highlight-paragraph {
  font-size: 18px;

  line-height: 1.6;

  max-width: 600px;
}

/* Highlight Section Styling */

.hero-section-haridwar {
  background-color: #fffff4;
  width: 100%;
  /* max-width: 1440px; */
  height: 600px;
  display: flex;
  flex-direction: column; /* Change to column to stack map and cards */
  align-items: center;
  justify-content: flex-start;
  padding-top: 5%;
}

.content-haridwar-map {
  width: 80%;
  /* max-width: 1280px; */
  height: 400px;
  background: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/ujjain/ujjain-map.png') no-repeat
    center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}

.content-haridwar-card {
  display: flex;
  justify-content: space-between;
  width: 80%;
  /* max-width: 1280px; */
  height: 120px;
  margin-top: 2%;
  background-color: #fffff4; /* Optional card container background */
  padding: 20px 0px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.content-haridwar-card::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Webkit browsers */
}

.content-haridwar-card {
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.card {
  background-color: #2d1f16;
  color: #fffff4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* Align content to the left */
  padding: 15px 20px;
  border-radius: 8px;
  flex: 1;
  margin: 0 5px;
  height: 100px;
  text-align: left;
  flex: 0 0 350px;
  scroll-snap-align: start;
}

.card-har-ki-pauri {
  background-image: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/haridwar/haridhwar-map-temple.png'); /* Update path */
  background-size: cover;
  background-position: center;
}

.card h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-left: 50px;
}

.card p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-left: 50px;
}

.content-haridwar {
  display: flex;
  width: 80%;
  height: 70%;
  /* max-width: 1280px; */
  height: 480px;
}

.image-container-haridwar {
  background: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/ujjain/ujjain-about.png') no-repeat
    center center;
  background-size: cover;
  width: 40%;
  height: 95%;
  border-radius: 8px 0 0 8px;
}

.image-container-haridwar2 {
  background: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/ujjain/history-ujjain.png')
    no-repeat center center;
  background-size: cover;
  width: 40%;
  height: 95%;
  border-radius: 0 8px 8px 0;
}

.form-container-haridwar {
  background-color: #2d1f16;
  width: 60%;
  height: 95%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-container-haridwar2 {
  background-color: #2d1f16;
  width: 60%;
  height: 95%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-container-haridwar2 h3 {
  color: #ff5722;
  margin: 0 0 15px 0; /* Removes any margin */
  padding: 0; /* Removes any padding */
}

.form-container-haridwar2 p {
  margin: 0; /* Removes any margin */
  padding: 0; /* Removes any padding */
  line-height: 1.5; /* Adjust line-height for readability, if needed */
}

.form-container-haridwar h3 {
  color: #ff5722;
  margin: 0 0 15px 0; /* Removes any margin */
  padding: 0; /* Removes any padding */
}

.form-container-haridwar p {
  margin: 0; /* Removes any margin */
  padding: 0; /* Removes any padding */
  line-height: 1.5; /* Adjust line-height for readability, if needed */
}

.haridwar-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/haridwar/about-haridhwar-infocard.png')
    no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 620px; /* Reduced max-width */
  height: 90px;
  border-radius: 8px;
  padding: 30px;
  margin: 60px 0; /* Center the card and add top margin */
  color: #2d1f16;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.haridwar-stats2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/haridwar/history-haridhwar-infocard.png')
    no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 620px; /* Reduced max-width */
  height: 90px;
  border-radius: 8px;
  padding: 30px;
  margin: 60px 0; /* Center the card and add top margin */
  color: #2d1f16;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.stat {
  display: flex; /* Set to flex for centering content */
  flex: 1;
  flex-direction: column; /* Stack the value and label vertically */
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  text-align: center; /* Ensure text is centered */
}

.stat .value {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #2d1f16;
}

.stat .label {
  font-size: 12px;
  margin: 0;
  color: #2d1f16;
}

h3 {
  font-family: 'Inter' sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fffff4;
  padding: 5%;
}

p {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  color: #fffff499;
  font-style: 'Inter' San;
  text-align: left;
  padding: 2%;
}

ul {
  display: flex;
  list-style-type: disc;
  margin-left: 60px;
  line-height: 1.6;
  color: #fffff499;
  font-style: 'Inter' San;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
    height: auto;
  }
  .content-container,
  .image-container {
    width: 100%;
  }
  .image-container {
    height: 200px;
  }
}

.contact-us-section {
  background-color: #fffff4;
  width: 100%;
  /* max-width: 1440px; */
  display: flex;
  box-sizing: border-box;
  padding-top: 1%;
  padding-left: 10%;
}

.how-to-reach-tabs {
  display: flex;
  justify-content: center;
  background-color: #2d1f16;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  width: 80%;
  border: solid 1px black;
}
.how-to-reach-section {
  background-color: #fffff4;
  width: 100%;
  /* max-width: 1440px; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 10%;
  padding-bottom: 2%;
}
.tab-button {
  flex: 1;
  padding: 10px 20px;
  background: #2d1f16;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  transition: background 0.3s ease;
}

.tab-button.active {
  background: #fffff4;
  color: #2d1f16;
  border-radius: 30px;
}

.tab-content {
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
  background-color: #fffff4;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.hero-section-contact {
  background-color: #fffff4;
  width: 100%;
  /* max-width: 1440px; */
  height: 800px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2%;
}

.content-contact {
  display: flex;
  width: 80%;
  height: 70%;
  /* max-width: 1200px; */
}
.content-container h3 {
  margin-bottom: 5px;
  padding: 0;
}

.content-container p {
  margin-top: 10px; /* Adjust this if needed */
  margin-bottom: 10px; /* Adjust this if needed */
  padding-left: 0; /* Remove any left padding */
  margin-left: 0; /* Ensure no left margin */
}

.content-container {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align content to the left */
  gap: 4px;
}

.image-container-contact {
  background: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/haridwar/haridhwar-flight.png')
    no-repeat center center;
  background-size: cover;
  width: 40%;
  height: 95%;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.2); /* Black with 20% opacity */
}

.img-container-haridwar {
  background: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/haridwar/about-haridhwar-infocard.png');
}

.form-container-contact {
  background-color: #2d1f16;
  width: 60%;
  height: 95%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2); /* Black with 20% opacity */
}

p {
  font-family: 'Inter' sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
    height: auto;
  }
  .content-container,
  .image-container {
    width: 100%;
  }
  .image-container {
    height: 200px;
  }
}

.highlight-section {
  width: 100%;

  /* max-width: 1440px; */

  height: 500px;

  background-color: #fffff4;

  display: flex;

  align-items: center;

  justify-content: center;
}

.highlight-content {
  width: 80%;

  max-width: 1280px;

  height: 350px;

  background-image: url('https://kumbhyatrablob.blob.core.windows.net/kumbhyatraimages/img/landing-page/CTA.png'); /* Replace with your image */

  background-size: cover;

  background-position: center;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #fffff4;

  padding: 16px;

  box-sizing: border-box;

  border-radius: 20px;
}

.highlight-heading {
  font-size: 42px;

  font-weight: 700;

  margin-bottom: 15px;
}

.highlight-paragraph {
  font-size: 18px;

  line-height: 1.6;

  max-width: 600px;
}
.advertisement {
  width: 80%;
  height: 300px;
  background-color: #2d1f16;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  color: #ffffff;
  font-family: Arial, sans-serif;
  margin: 20px auto;
  border-radius: 8px;
  text-align: center; /* Ensure all text aligns centrally */
  padding: 20px;
  box-sizing: border-box;
  margin-top: 60px;
}

.advertisement h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0; /* Remove bottom margin to reduce spacing with <p> */
}

.advertisement p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff99; /* Reduced opacity for lighter text */
  margin: 0; /* Remove default margins */
  margin-top: 10px;
  text-align: center; /* Ensure text is centered */
  display: inline-block; /* Keeps the text in a block-like structure */
  padding-top: 0;
}

/* Responsive Adjustments */

@media (max-width: 768px) {
  .highlight-heading {
    font-size: 32px;
  }

  .highlight-paragraph {
    font-size: 16px;
  }
}

/* Footer Section Styling */

.footer {
  width: 100%;
  /* max-width: 1440px; */
  height: auto;
  background-color: #2d1f16;
  padding: 40px 80px;
  box-sizing: border-box;
  color: #fffff4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
  align-items: stretch; /* Ensure all columns have equal height */
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  height: 100%; /* Ensure all columns stretch equally */
  flex-grow: 1; /* Allow columns to grow evenly */
}

.footer-heading {
  font-size: 18px;
  font-weight: bold;
  color: #ed5722;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 10px;
}

.footer-list li {
  margin: 0;
}

.footer-list li a {
  text-decoration: none;
  font-size: 16px;
  color: #fffff4;
  transition: color 0.3s ease;
}

.footer-list li a:hover {
  color: #ed5722;
}
.footer-column.help-support {
  margin-top: -10px; /* Adjust this value to move it up or down */
}

.footer-column.help-support .footer-list li {
  margin-top: -3px; /* Adjust this value for each list item */
}

.social-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icon img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-icon img:hover {
  transform: scale(1.2);
}

.footer-line {
  border: none;
  border-top: 1px solid #fffff4;
  margin-top: 30px;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  color: #fffff4;
  margin-top: 20px;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer {
    padding: 40px 10px;
  }
  .footer-list {
    align-items: center;
  }
  .footer-column.help-support {
    align-items: center;
  }
  .footer-columns {
    flex-direction: column;

    gap: 20px;

    align-items: center;
  }

  .footer-column {
    max-width: 100%;

    text-align: center;
  }

  .social-media {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .hero-section-haridwar {
    height: 100%;
  }
  .content-haridwar {
    height: 100%;
    flex-direction: column;
  }
  .image-container-haridwar,
  .image-container-haridwar2,
  .image-container-contact {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }
  .form-container-haridwar,
  .form-container-haridwar2,
  .form-container-contact {
    width: 100%;
    border-radius: 8px;
  }
  .haridwar-stats,
  .haridwar-stats2,
  .content-contact {
    flex-direction: column;
    height: 100%;
  }
  .advertisement {
    height: 100%;
    width: 95%;
  }
  .hero-section-contact {
    height: 100%;
  }
  .hero-content-haridwar2 {
    height: 100%;
    width: 95%;
    padding: 30px 10px;
  }
  .hero-section-haridwar2 {
    height: 100%;
    margin-bottom: 10px;
    padding: 30px 10px;
  }
  .stat {
    margin: 20px 0;
  }
}
