*{box-sizing:border-box}
body{
margin:0;
font-family:Poppins,Arial,sans-serif;
background:#f3efe8;
color:#000000;
font-size:16px;
line-height:1.5;
}
.header{
background:#fff;
padding:15px 40px;
box-shadow:0 4px 15px rgba(0,0,0,.05)
}
.hero{
display:flex;
flex-wrap:wrap;
gap:40px;
padding:70px 60px;
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
url("images/chardhamhero.jpg") center/cover no-repeat;
color:#fff
}
.hero-left{flex:1}
.hero-left h1{font-size:2.625rem}
.hero-form{
background:#fff;
color:#000;
padding:30px;
border-radius:14px;
max-width:420px
}
.hero-form input,.hero-form button{
width:100%;
padding:14px;
margin-bottom:12px
}
.hero-form button{
background:#c62828;
color:#fff;
border:none;
border-radius:6px
}
.trust{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
padding:40px;
background:#fff;
text-align:center
}
.package-section{padding:80px 60px}
.package-grid{
display:grid;
grid-template-columns:repeat(1,1fr);
gap:30px
}
.card{
margin-bottom:20px
}
.image-wrap{position:relative}
.image-wrap img{
width:100%;
height:190px;
object-fit:cover;
border-radius:18px
}
.duration{
position:absolute;
bottom:-14px;
left:50%;
transform:translateX(-50%);
background:#fff;
padding:6px 18px;
border-radius:20px;
box-shadow:0 6px 15px rgba(0,0,0,.15)
}
.price span{
color:#e53935;
font-size:1.125rem;
font-weight:600
}
.price-line{
display:flex;
align-items:center;
gap:10px;
margin-top:5px
}
.price-line .price, .price-line .land{
font-size:0.9rem;
margin:0
}
.price-line .btn{
margin:0;
padding:6px 16px;
font-size:0.9rem;
border-radius:20px
}
.btn{
display:inline-block;
margin-top:10px;
background:#fc6d00;
color:#fff;
padding:10px 28px;
border-radius:25px;
transition:background 0.3s ease, transform 0.3s ease;
cursor:pointer
}
.btn:hover{
background:#e55a00;
transform:scale(1.05)
}
.cta{
background:#ff5500;
color:#fff;
text-align:center;
padding:70px 40px
}
.cta a{
color:#fff;
border:2px solid #fff;
padding:12px 30px;
border-radius:30px
}
.whatsapp{
position:fixed;
bottom:25px;
right:25px;
width:48px;
height:48px;
border-radius:50%
}
@media(max-width:768px){
.hero{padding:40px 20px}
}
/* =====================
   GOOGLE MAP SECTION
===================== */

.map-section {
  padding: 70px 40px;
  background: #ffffff;
  text-align: center;
}

.map-section h2 {
  margin-bottom: 10px;
}

.map-section p {
  color: #666;
  margin-bottom: 30px;
}

.map-container {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Mobile */
@media (max-width: 768px) {
  .map-section {
    padding: 40px 20px;
  }

  .map-container iframe {
    height: 300px;
  }
}
/* =====================
   SOTC STYLE HEADER
===================== */

/* MAIN HEADER */
.main-header {
  background: #1f1f1f;
  display: flex;
  align-items: center;
  padding: 2px 40px;
  border-top: 1px solid #444;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.logo-box {
  color: #fff;
  font-weight: bold;
  padding: 0px 2px;
  font-size: 24px;
  margin-right: 12px;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.logo img {
  width: 150px;
  height: 150px;
}

.logo small {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* NAV MENU */
.nav-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.nav-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.nav-menu a:hover {
  color: #e30613;
}

.nav-menu .plus {
  font-size: 18px;
  font-weight: bold;
}

/* MOBILE */
@media (max-width: 900px) {
  .top-bar {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

/* TABLET */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero {
    padding: 50px 40px;
  }

  .hero-left h1 {
    font-size: 2.25rem;
  }

  .package-section {
    padding: 60px 40px;
  }

  .package-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .map-section {
    padding: 50px 30px;
  }
}

/* LARGE SCREENS */
@media (min-width: 1025px) {
  .hero {
    padding: 80px 80px;
  }

  .hero-left h1 {
    font-size: 3rem;
  }

  .package-section {
    padding: 100px 80px;
  }

  .package-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  .map-section {
    padding: 80px 60px;
  }
}

/* PROFESSIONAL AND RICH CARD DESIGN */
.tour-card {
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid #e9ecef;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.image-wrap img {
  transition: transform 0.4s ease;
}

.tour-card:hover .image-wrap img {
  transform: scale(1.05);
}

/* TEXT ARRANGEMENT INSIDE CARDS */
.tour-card h3, .card h5, .card-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 15px 20px 10px;
  line-height: 1.3;
  text-align: center;
}

.tour-card p, .card-text, .validity {
  font-size: 0.65rem;
  color: #6c757d;
  margin: 0 20px 10px;
  text-align: center;
  font-weight: 500;
}

.duration {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.price-line .price, .price-line .land {
  font-size: 0.8rem;
  margin: 0;
  color: #495057;
  font-weight: 600;
}

.price span {
  color: #dc3545;
  font-size: 1rem;
  font-weight: 700;
}

.btn {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border: none;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  font-size: 0.85rem;
  border-radius: 25px;
}

.btn:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,123,255,0.3);
}

.price-line .btn {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
