/* ===== Hero Section ===== */

html, body {
  overflow-x: hidden;
}


.culture-hero {
  position: relative;
  
  height: 80vh;
  background: url('../img/culture_img.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.culture-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #faf9f7;
}

.culture-hero .hero-content {
  position: relative;
  z-index: 2;
}

.culture-hero h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #faf9f7;
}

.culture-hero p {
  font-size: 1.2rem;
  color: #faf9f7;
}

/* ===== Cultural History Section ===== */
.cultural-history {
  padding: 100px 0;
  background-color: #faf9f7;
}

.cultural-history .culture-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.cultural-history .culture-img img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.cultural-history .culture-img:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.culture-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #b85c00;
  margin-bottom: 20px;
}

.culture-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
}




/* migration from rajsthan  */
/* ===== Migration of Rajasthan Section ===== */
.migration-of-rajasthan {
  padding: 100px 0;
  background-color: #fff;
}

.migration-of-rajasthan .migration-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.migration-of-rajasthan .migration-img img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.migration-of-rajasthan .migration-img:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.migration-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #b85c00;
  margin-bottom: 20px;
}

.migration-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}


/* tourism of rajsthan */
/* ===== Tourism of Rajasthan Section ===== */
.tourism-of-rajasthan {
  padding: 100px 0;
  background-color: #faf9f7;
}

.tourism-of-rajasthan .tourism-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.tourism-of-rajasthan .tourism-img img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.tourism-of-rajasthan .tourism-img:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.tourism-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #b85c00;
  margin-bottom: 20px;
}

.tourism-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}



/* geography of rajsthan */
/* ===== Geography of Rajasthan Section ===== */
.geography-of-rajasthan {
  padding: 100px 0;
  background-color: #fff;
}

.geography-of-rajasthan .geography-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.geography-of-rajasthan .geography-img img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.geography-of-rajasthan .geography-img:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.geography-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #b85c00;
  margin-bottom: 20px;
}

.geography-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}


.cs_nav_list a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}
