
    *{margin:0;padding:0;box-sizing:border-box;font-family:Tahoma, sans-serif;}
    body{background:#fafafa;color:#222;line-height:1.6;}
    header{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:2px 30px;backdrop-filter:blur(10px);z-index:999; text-transform: uppercase; box-shadow: 0 6px 18px rgba(1,2,0,1); background: yellow;}
    header .logo{font-weight:400;color:#fff;}
    header .contact-btn{background-color: #000; color:#fff;padding:8px 16px; border-radius:10px;text-decoration:none;}
    nav {display:flex; gap:10px;}
  nav a {margin:0 10px;color:#000; text-decoration: none;}
  nav a:hover {color:blue;}
  .active {color:blue;font-weight: 800;}
    /* Hamburger menu */
  .menu-toggle {
    display:none;
    font-size:28px;
    cursor:pointer;
    width: 50px;
    height: 50px;
    background:none;
    color:#fff;
  }
    
    .hero{height:100%;background:url('assets/media/corbettwaala-safari-min.jpg') center/cover no-repeat;display:flex;align-items:center;justify-content:center;position:relative;padding:100px 30px; box-shadow: 0 6px 18px rgba(1,2,0,1); border-radius:20px; }
    .hero::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);border-radius:20px;}
    .hero-content{position:relative;display:flex;gap:20px;width:100%;padding:5% ;z-index:2;margin-top: 0px;border-radius:20px;}
    .hero-form{flex:30%;background:rgba(255,255,255,0.2);padding:20px;border-radius:10px; border: 4px solid #000; margin-top: 40px; max-height: 100%; box-shadow: 0 6px 18px rgba(0,0,0,1);}
    .hero-form h2{color:#fff;margin-bottom:5px;font-size: 1rem}
     .hero-form h3{color:#fff;margin-bottom:5px;font-size: 2.5rem;line-height: 1.2;}
    .hero-form input,.hero-form textarea{width:100%;margin:8px 0;padding:10px;border:none;border-radius:5px;}
    .hero-form button{width:100%;padding:10px;background:#000;border:none;color:#fff;font-weight:bold;border-radius:5px;cursor:pointer; border: 2px solid #fff; box-shadow: 0 6px 18px rgba(1,2,0,1); margin-bottom: 10px}
    .hero-text{flex:70%;color:#fff;text-align:left; margin-top: 50px;}
    .hero-text h1{font-size:2.2rem;margin-bottom:5px; line-height: 1.2;}
    .hero-text h2{font-size:3.2rem;margin-bottom:5px; line-height: 1.2; text-decoration: underline;}
    .hero-text h3{font-size:1.2rem;margin-bottom:15px;}
    .hero-text p{max-width:90%; margin-bottom: 20px;}
    .hero-text .btns a{display:inline-block;margin:10px 5px;padding:15px 20px;border-radius:15px;text-decoration:none;background:#000;color:#fff;font-weight:bold; border: 2px solid #fff; box-shadow: 0 6px 18px rgba(1,2,0,1);}
.sidebar-form{flex:30%;background:rgba(255,255,255,0.2);padding:20px;border-radius:10px; border: 4px solid #000; margin-top: 40px; max-height: 100%; box-shadow: 0 6px 18px rgba(0,0,0,1);}
     .sidebar-form h3{color:#000;margin-bottom:5px;font-size: 1.5rem;line-height: 1.2;text-decoration: underline;}
 .sidebar-form input,.sidebar-form textarea{width:100%;margin:8px 0;padding:10px;border:2px solid #000;border-radius:5px;}
    .sidebar-form button{width:100%;padding:10px;background:#000;border:none;color:#fff;font-weight:bold;border-radius:5px;cursor:pointer; border: 2px solid #fff; box-shadow: 0 6px 18px rgba(1,2,0,1); margin-bottom: 10px}
    section{padding:80px 20px;}
    .section-light-green{background:#f0f9f0;}
    .section-golden{background:#fffaf0;}
    .section-light{background:#f9f9ff;}
    .section-title{text-align:center;margin-bottom:10px;}
    .section-title h2{font-size:3.5rem;color:#333;margin-bottom:5px; line-height: 1.2; font-weight: 800;}
    .section-title h3{color:blue; margin-bottom: 10px; font-weight: 700; font-size: 1.5rem; line-height: 1.1}
    .section-title p{margin-bottom: 5px; line-height: 1.5; max-width:1000px;margin:auto; margin-top: 5px; text-align:center; justify-content: center;}
     .section-btns a{display:inline-block;margin:10px 5px;padding:15px 20px;border-radius:15px;text-decoration:none;background:#000;color:#fff;font-weight:bold; border: 2px solid #fff; box-shadow: 0 6px 18px rgba(1,2,0,1); text-align:center;}
    .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;padding: 0% 5%;}
    .card{background:#fff;border: 2px solid #000; padding:20px;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,1);position:relative;overflow:hidden;}
    .card-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-right: -30px;
}
.ribbon-badge{
  background: #000;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(1,2,0,1);
}
    .ribbon {position:absolute; top:-5px; left:-5px; background:yellow; color:#000; padding:10px 20px; font-size:14px; font-weight:bold; border-radius:0 0 8px 0; border: 2px solid #000; box-shadow: 0 6px 18px rgba(0,0,0,1);}
    .ribbon2 {position:absolute; right:-5px; margin-top: 500px; background:yellow; color:#000; padding:10px 20px; font-size:14px; font-weight:bold; border-radius:0 0 8px 0; border: 2px solid #000; box-shadow: 0 6px 18px rgba(0,0,0,1);}

  .word-rotator {
  display: inline-block;
  white-space: nowrap;
  padding-left: 6px;              /* spacing from preceding text */
  transition: opacity 450ms ease;
  opacity: 1;
  font-weight: 800;
  color: yellow;
}

/* faded state used by JS */
.word-rotator.fade-out {
  opacity: 0;
}


    .card img{width:100%;min-height:180px; min-width: 250px; object-fit:cover;border-radius:10px;margin-bottom:5px;border: 2px solid #000;}
    .card h3{margin-bottom:5px;color:#333;}
    .card p{margin-bottom:10px; font-size: 12px; color:#555;}
    .card .price{font-weight:bold;margin-bottom:10px;color:#006400;}
    .card .price span{font-weight:bold;margin-bottom:10px;color:#006400; font-size: 12px;}
    .card button{background:#006400;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-weight:bold;}

    .faq{max-width:900px;margin:auto;}
    .faq-item{margin-bottom:5px;}
    .faq-item h3{cursor:pointer;background:#d4af37;color:#000;padding:10px;border-radius:5px;font-size: 20px;}
    .faq-item p{display:none;padding:10px;background:#fff;margin-top:5px;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.layout{height:100%;display:flex;align-items:center;justify-content:center;position:relative;}
     .split-content{position:relative;display:flex;gap:20px;width:100%;padding-left:5%;padding-right: 5%; z-index:2;margin-top: 0px;border-radius:20px;}
    .form-30{flex:30%;background:rgba(255,255,255,0.2);padding:20px;border-radius:10px; border: 4px solid #000; margin-top: 10px; height: 100%; box-shadow: 0 6px 18px rgba(0,0,0,1);}
    .form-30 h2{color:#000;margin-bottom:5px;font-size: 1rem}
     .form-30 h3{color:#000;margin-bottom:10px;font-size: 2.5rem;line-height: 1.2; text-decoration: underline;}
      .form-30 h4{cursor:pointer;background:#000;color:#fff;padding:10px;border-radius:5px;font-size: 16px;}
       .form-30 p{display:none;padding:10px; color: yellow; background:#000;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,1);}
    .form-30 input,.hero-form textarea{width:100%;margin:8px 0;padding:10px;border:none;border-radius:5px; border: 2px solid #000;}
    .form-30 button{width:100%;padding:10px;background:#000;border:none;color:#fff;font-weight:bold;border-radius:5px;cursor:pointer; border: 2px solid #fff; box-shadow: 0 6px 18px rgba(1,2,0,1); margin-bottom: 10px}
    .text-70{flex:70%;text-align:left; margin-top: 0px;}
    .text-70 h2{font-size:2rem;margin-bottom:5px; line-height: 1.2;}
    .text-70 h3{font-size:2.5rem;margin-bottom:5px; line-height: 1.2; text-decoration: underline;}
    .text-70 h4{font-size:1.2rem;margin-bottom:5px;}
    .text-70 p{max-width:90%; margin-bottom: 10px;}
    .text-70 .btns a{display:inline-block;margin:10px 5px;padding:15px 20px;border-radius:15px;text-decoration:none;background:#000;color:#fff;font-weight:bold; border: 2px solid #fff; box-shadow: 0 6px 18px rgba(1,2,0,1);}

    /* footer */
footer{background:linear-gradient(180deg,#06140f,#09261c);color:#e7e7e7;padding:5%;border-top-left-radius:28px;border-top-right-radius:28px;text-align: center;}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.6fr;gap:20px;max-width:var(--maxw);margin:0 auto;padding:0 10px}
.footer-logo{height:156px;margin-bottom:12px;justify-content: center;}
.socials a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.06);margin:20px}
.footer h4{margin:0 0 8px;color:#fff;font-size:20px;text-decoration: underline;}
.footer p, .footer li, .footer a{color:rgba(255,255,255,0.82);font-size:16px;}
.footer a:hover {color:yellow;}
.payment-card{background:rgba(255,255,255,0.03);padding:12px;border-radius:10px}

.blog-faq {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 30px;
  padding: 40px 6%;
  background: #D6DAFF;
}


/* Blog Section */
.blog-section h2 {
   font-size:2rem;
  margin-bottom:5px;
  line-height: 1.2;
  text-decoration: underline;
  color: #000;
}
.blog-section h3 {
  font-size:1.5rem;
  margin-top:0px;
   color: #000;
}

.blog-section p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: #000;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.blog-card {
  display: flex;
  gap: 15px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,1);
  transition: transform 0.3s;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 3px 10px rgba(1,0,0,1);
}
.blog-content {
  padding: 10px;
}
.blog-content h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
  color: #fff;
}

.blog-content p {
  font-size: 0.9rem;
  color: #fff;
}
.dot-list {
  list-style-type: disc;   /* default bullet dots */
  padding-left: 20px;      /* indent so dots appear inside */
  margin-bottom: 0;
}

.dot-list li {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: #555;
  border-left: 4px solid #333;
  padding: 15px 20px;
  margin: 20px 0;
  background: #f9f9f9;
}
.btn-read {
  color: yellow;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}
.btn-read:hover {
  color: #e91e63;
}

/* FAQ Section */
.faq-section h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #000;
  text-decoration: underline;
}
.faq-item {
  margin-bottom: 12px;
    border: 2px solid #000;
      border-radius: 8px;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: #CC4C02;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
   box-shadow:0 6px 18px rgba(0,0,0,1);
}
.faq-question:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}
.faq-answer {
  display: none;
  padding: 10px;
  font-size: 0.95rem;
  background: yellow;
  border-radius: 0 0 6px 6px;
  margin-top: -6px;
}
.faq-item.active .faq-answer {
  display: block;
}
.thin-callout {
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 10px;
    font-weight: 1000;
    letter-spacing: .5px
}
.hide-pc {
  display: none;
}

    @media(max-width:1024px){
      .hero-content{flex-direction:column;}
      .hero-text{text-align:center;}
       .menu-toggle {display:block; background-color: #000}
    }
    @media(max-width:780px){
      .footer-grid{grid-template-columns:1fr 1fr;}
    }
    @media(max-width:480px){
    
header .contact-btn{color:#fff;width: 200px;}

header nav {
   display: none;
    flex-direction: column;
    background: #021;  /* mobile dropdown background */
    position: absolute;
    top: 60px; /* below header */
    right: 0;
    width: 220px;
   margin-top: 20px;
  border: 2px solid #fff;
}
.active {       /* shown when burger toggled */
  display: flex; color: yellow; justify-content: center;
}
header nav a {
  color: #fff;
  padding: 12px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
      .footer-grid{grid-template-columns:1fr;}
      .hero{height:100%;background:url('assets/media/corbettwaala-safari-min.jpg') center/cover no-repeat;display:flex;align-items:center;justify-content:center;position:relative;padding:20px 10px;}
.hero-content {position:relative;display:column;gap:10px;width:100%;padding:5% ;z-index:1;margin-top: 50px; margin-bottom: 30px;}
 .hero-text h1{font-size:0.8rem;margin-bottom:5px; line-height: 1.2; margin-top:20px;}
    .hero-text h2{font-size:1.5rem;margin-bottom:5px; line-height: 1.2; text-decoration: underline;}
    .hero-text .btns a{width: 100%}
       .hero-text p{max-width:100%; margin-bottom: 10px; font-size: 0.8rem}
       .hero-form{flex:30%;background:rgba(255,255,255,0.2);padding:20px;border-radius:10px; border: 2px solid #000; margin: 20px 0px; height: 100%; box-shadow: 0 6px 18px rgba(0,0,0,1);}
    .hero-form h2{color:#fff;margin-bottom:5px;font-size: 1rem}
     .hero-form h3{color:#fff;margin-bottom:5px;font-size: 1.5rem;line-height: 1.2;text-decoration: underline;}
      .section-btns a{width: 100%}
      .hide-mobile{display: none}
 .layout{height:100%; display:column;position:relative;padding:20px 10px; width: 100%}
      .split-content {position:relative;display:column;gap:10px;width:100%;padding:5% ;z-index:1;margin-top: 20px;}
 .text-70 h1{font-size:0.8rem;margin-bottom:5px; line-height: 1.2; margin-top: 20px;}
    .text-70 h2{font-size:1.5rem;margin-bottom:5px; line-height: 1.2; text-decoration: underline;}
    .text-70 .btns a{width: 100%}
       .text-70 p{max-width:100%; margin-bottom: 10px; font-size: 0.8rem}
       .form-30{flex:30%;background:rgba(255,255,255,0.2);padding:20px;border-radius:10px; border: 2px solid #000; margin: 20px 0px; height: 100%; box-shadow: 0 6px 18px rgba(0,0,0,1);}
    .form-30 h2{color:#fff;margin-bottom:5px;font-size: 1rem}
     .form-30 h3{color:#fff;margin-bottom:5px;font-size: 2rem;line-height: 1.2;}

      .cards{display:column;padding: 0% 0%;}
      .hero-content{display:column;padding: 0% 1%;}
      .section-title h2{font-size:3rem;}
      .ribbon2 {position:absolute; right:-5px; margin-top: 470px;}
      .blog-faq {
    grid-template-columns: 1fr; /* Blog full width, FAQ below full width */
  }
  .hide-pc {display: block;}

  .faq-section {
    margin-top: 5px;
  }
  .blog-section h2 {
  font-size:2rem;
  margin-bottom:10px;
  line-height: 1.2;
  text-decoration: underline;
  color: #000;
}

    }
