body{
  font-family: 'Poppins', sans-serif;
}

.page-top {
  background: #fff;
  padding: 20px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb a {
  color: #cd6a39;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb span {
  margin: 0 6px;
  color: #999;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb .current {
  color: #888;
  font-family: 'Poppins', sans-serif;
}

.page-title {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}


/* Mobile Media Query */
@media (max-width: 768px) {

  .page-title {
    font-size:20px;
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins', sans-serif;
  }

}


     /* ===== TABLE WRAP ===== */
.small-package-table-wrap{
    background:#fff;
    border:1px solid #dbe3ee;
    overflow:hidden;
    border-radius:2px;
    font-family:Arial,sans-serif;
}

/* ===== TABLE ===== */
.small-package-table{
    width:100%;
    border-collapse:collapse;
}

/* ===== HEAD ===== */
.small-package-table thead{
    background:#f1f1f1;
}

.small-package-table thead th{
    padding:16px 18px;
    text-align:left;
    font-size:15px;
    font-weight:700;
    color:#222;
    border-bottom:1px solid #dcdcdc;
}

/* ===== BODY ===== */
.small-package-table tbody tr{
    border-bottom:1px solid #e8e8e8;
}

.small-package-table tbody td{
    padding:8px;
    font-size:12px;
    color:#333;
    vertical-align:middle;
}

/* ===== TITLE ===== */
.small-package-table tbody td strong{
    font-weight:700;
    color:#222;
}

/* ===== PRICE ===== */
.small-package-table .price{
    color:#3462a1;
    font-weight:700;
    white-space:nowrap;
}

/* ===== BUTTON ===== */
.table-btn{
    display:inline-block;
    background:#1f3a5f;
    color:#fff;
    padding: 6px 8px;
    border-radius:4px;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
    transition:0.3s;
}

.table-btn:hover{
    background:#003ec7;
    color:#fff;
}

/* ===== GOLD BUTTON ===== */
.gold-btn{
    background:#d8b04c;
}

.gold-btn:hover{
    background:#be9636;
}

/* ===== NOTE ===== */
.table-note{
    padding:14px 18px;
    background:#fafafa;
    font-size:14px;
    color:#555;
    border-top:1px solid #e5e5e5;
}

.table-note strong{
    font-style:italic;
}

.table-note a{
    color:#0056ff;
    text-decoration:none;
    font-weight:600;
}

/* ===== MOBILE ===== */
@media(max-width:768px){

    .small-package-table{
        min-width:700px;
    }

    .small-package-table-wrap{
        overflow-x:auto;
    }

    .small-package-table thead th,
    .small-package-table tbody td{
        padding:14px;
        font-size:13px;
    }

    .table-btn{
        padding:8px 14px;
        font-size:12px;
    }
}

/* Intro box */
.hero-intro-box {
  background: #f7f9ff;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 20px 0 20px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.hero-intro-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  background:  linear-gradient(180deg, #cc6633, #ff3d00);
  border-radius: 5px;
}

.hero-intro-box p {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
   
  font-family: 'Poppins', sans-serif;
}

.hero-intro-box strong {
  color: #1a3cff;
  font-family: 'Poppins', sans-serif;
}

/* Swiper */
.heroSwiper {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
}

.heroSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.hero-padding{
  padding: 20px 0;
}

/* FORM POSITION */
.hero-form-wrap{
  position: relative;
  margin-top: -90px;
  z-index: 10;
}

/* Centering wrapper */
.hero-form-center{
  display: flex;
  justify-content: center;
}

/* Ã°Å¸â€˜â€¡ yahin se width control hoti hai */
.hero-form-box{
  background:#fff;
  border-radius:20px;
  padding: 20px 30px 18px;
  text-align:center;
  width:100%;
  max-width: 980px;
  font-family: 'Poppins', sans-serif;
}

.hero-form-box h4{
  font-size:26px;
  font-weight:700;
  color:#cc6633;
  margin-bottom:20px;
  font-family: 'Poppins', sans-serif;
}

.hero-form-box .form-control{
  height:40px;
  border-radius:10px;
  font-size:15px;
  font-family: 'Poppins', sans-serif;
}

.hero-submit{
  background:#cc6633;
  color:#fff;
  padding:8px 40px;
  border:none;
  border-radius:10px;
  font-weight:600;
  font-size:16px;
  font-family: 'Poppins', sans-serif;
}

.hero-trust{
  margin-top:20px;
  padding:12px 22px;
  border:1px solid #3b6cff;
  border-radius:50px;
  color:#1b2cff;
  font-size:14px;
  font-weight:600;
  font-family:'Poppins', sans-serif;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;

  width:auto;
  max-width:100%;
}

/* ðŸ”¥ MOBILE ONLY */
@media (max-width: 767px){
  .hero-trust{
    display:block;
    text-align:center;
  }
}


.hero-trust i{
  margin-right:8px;
}

  .package-head{
  background:#fff;
}

.pkg-title{
  font-size:32px;
  font-weight:700;
}

.pkg-meta{
  display:flex;
  gap:30px;
  color:#444;
   
}

.pkg-meta i{
  color:#d26b36;
  margin-right:6px;
}

.pkg-divider{
  border-bottom:1px solid #ddd;
  margin:20px 0;
}

.pkg-subtitle{
  font-weight:700;
  margin-bottom:16px;
}

/* Highlights */
.pkg-highlights{
  border:1px solid #ddd;
  border-radius:12px;
  padding:20px;
  display:grid;
  grid-template-columns: repeat(4,1fr);
  text-align:center;
}

.highlight-item i{
  font-size:28px;
  color:#d26b36;
}

.highlight-item span{
  display:block;
  margin-top:8px;
  font-size:13px;
  font-weight:600;
}

/* Category Box */
.pkg-category-box{
  background:#f2fbff;
  padding:50px 30px;
  border-radius:14px;
  text-align:center;
}

/* Price Box */
.pkg-price-box{
  border:1px solid #ccc;
  border-radius:16px;
  padding:20px;
}

.price-label{
  font-weight:600;
  font-size:14px;
}

.pkg-price-box del{
  display:block;
  color:#999;
}

.price-main{
  font-size:32px;
  font-weight:800;
  color:#d26b36;
  font-family: 'Poppins', sans-serif;
}

.price-main small{
  font-size:14px;
  color:#111;
}

.emi-pill{
  background:#1f3a5f;
  color:#fff;
  padding:6px 14px;
  border-radius:30px;
  font-size:12px;
  font-weight:600;
  
  bottom:-14px;
  left:50%;
  transform:translateX(-50%);
}

/* Enquiry */
.pkg-enquiry-box{
  border:1px solid #ddd;
  border-radius:14px;
  padding:24px;
}

.pkg-enquiry-box h5{
  font-weight:700;
}


.onpage-wrap{
  background:#fff9f457;
  border:1px solid #ddd;
  border-radius:14px;
  padding:24px 26px;
  max-width:100%;
}

.onpage-wrap h4{
  font-size:22px;
  font-weight:700;
  margin-bottom:16px;
}

/* Scrollable list */
.onpage-list{
  max-height:220px;
  overflow-y:auto;
  padding-right:10px;
}

.onpage-list a{
  display:block;
  padding:10px 0 10px 0px;
  position:relative;
  color:#f26a21;
  text-decoration:underline;
  font-size:15px;
  font-weight:500;
}

/*.onpage-list a::before{*/
/*  content:"Ã¢â‚¬Â¢";*/
/*  position:absolute;*/
/*  left:0;*/
/*  top:10px;*/
/*  font-size:20px;*/
/*  color:#000;*/
/*}*/

/* scrollbar */
.onpage-list::-webkit-scrollbar{
  width:6px;
}

.onpage-list::-webkit-scrollbar-thumb{
  background:#bbb;
  border-radius:10px;
}

.ash{
  font-size: 15px;
}

.package-form{
  font-family:'Poppins', sans-serif;
  border:1px solid #ddd;
  border-radius:18px;
  padding:24px;
  /*max-width:360px;*/
  background:#fff;
}

.package-form h4{
  font-weight:700;
  font-size: 20px;
  margin-bottom:0px;
}

.package-form p{
  font-size:13px;
  color:#666;
  margin-bottom:18px;
}

.package-form .form-control{
  margin-bottom:12px;
  height:42px;
  border-radius:8px;
  font-size:14px;
  border:1px solid #888;
}

.category-box{
  display:flex;
  gap:14px;
  margin-bottom:18px;
}

.category-box label{
  font-size:14px;
  display:flex;
  gap:6px;
  align-items:center;
}

.submit-btn{
  width:100%;
  background:#1f3a5f;
  color:#fff;
  border:none;
  padding:10px;
  border-radius:6px;
  font-weight:600;
}

.form-note{
  display:block;
  font-size:11px;
  color:#666;
  margin-top:10px;
  line-height:1.4;
}

.form-divider{
  border-top:1px solid #ccc;
  margin:18px 0;
}

.help-box{
  text-align:center;
}

.help-box h6{
  font-weight:700;
  margin-bottom:6px;
}

.help-box p{
  font-size:14px;
  color:#d26b36;
  font-weight:600;
}

.whatsapp-btn{
  display:inline-block;
  background:#25d366;
  color:#fff;
  padding:10px 18px;
  border-radius:6px;
  font-weight:600;
  text-decoration:none;
}

.bg-white{
  background: #ffffff;
}

   .pkg-tabs-wrapper{
  position: relative;
}

/* normal */
.pkg-tabs-nav{
  display:flex;
  gap:18px;
  background:#fff;
  padding:8px 0;
}

/* sticky */
.pkg-tabs-nav.sticky-tabs{
  position: fixed;
  top: 0;
  z-index: 999;
  background:#1f3a5f;
  padding:5px 12px;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
}

/* links */
.pkg-tab-link{
  color:#1f3a5f;
  font-weight:600;
  text-decoration:none;
  padding:6px 14px;
  position:relative;
  border-radius:50px;
}

.pkg-tabs-nav.sticky-tabs .pkg-tab-link{
  color:#fff;
}

 

.pkg-tabs-nav.sticky-tabs .pkg-tab-link.active::after{
  background:#ffb703;
}

/* mobile scroll */
@media(max-width:768px){
  .pkg-tabs-nav{
    overflow-x:auto;
    white-space:nowrap;
  }
}

.char-dham-overview{
  background:#fff;
  border:1.5px solid #ccc;
  border-radius:20px;
  padding:20px;
  margin-bottom:40px;
  font-family:'Poppins', sans-serif;
}

.char-dham-overview h2{
  font-size:26px;
  font-weight:700;
  margin-bottom:18px;
}

.char-dham-overview h4{
  font-size:20px;
  font-weight:700;
  margin-top:26px;
  margin-bottom:12px;
}

.char-dham-overview p{
  font-size:15px;
  line-height:1.8;
  color:#333;
  margin-bottom:14px;
}

.char-dham-overview strong{
  color:#000;
  font-weight:700;
}

/* Button */
.read-more-btn{
  display:inline-block;
  background:#ff4d4d;
  color:#fff;
  padding:10px 18px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  margin-top:10px;
  transition:0.3s ease;
}

.read-more-btn:hover{
  background:#e83b3b;
}

.itinerary-box{
  font-family:'Poppins', sans-serif;
}

.itinerary-item{
  background:#f4f6ff54;
  border-radius:12px;
  margin-bottom:14px;
  overflow:hidden;
}

.itinerary-head{
  background:#eef2ff;
  padding:14px 20px;
  font-weight:600;
  font-size: 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.itinerary-head b{
  font-size:22px;
}

.itinerary-body{
  padding:20px;
  display:none;
}

.itinerary-item.open .itinerary-body{
  background: #eef2ff;
  display:block;
}

.itinerary-body h6{
  font-weight:700;
  margin-bottom:10px;
}

.itinerary-body p{
  font-size:14px;
  color:#444;
  line-height:1.7;
}

.itinerary-body ul{
  padding-left:18px;
  margin-bottom:12px;
}

.itinerary-body li{
  margin-bottom:6px;
}

.itinerary-meal{
  background:#f9faff;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
  margin-top:10px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.sec-head{
  font-size: 24px;
  margin: 20px 0 40px 0;
}

.tour-highlights{
  background:#e4fff7;
  border-radius:18px;
  padding:40px 36px;
  font-family:'Poppins', sans-serif;
  margin:40px 0;
}

.highlight-grid{
  display:grid;
  grid-template-columns: 1fr 2fr;
  gap:30px;
  align-items:center;
}

/* Left title */
.highlight-title{
  font-size:32px;
  font-weight:700;
  line-height:1.2;
}

.highlight-title span{
  color:#25d366;
}

/* Right list */
.highlight-list{
  display:grid;
   
}

.highlight-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.highlight-item span{
  background:#000;
  color:#fff;
  width:15px;
  height:15px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  flex-shrink:0;
}

.highlight-item p{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:#222;
}

.highlight-item strong{
  font-weight:700;
}

/* Mobile */
@media(max-width:768px){
  .highlight-grid{
    grid-template-columns:1fr;
  }

  .highlight-list{
    grid-template-columns:1fr;
  }
}

.chardham-inclusion-box{
  background:#ecfff0;
   
  border-radius:14px;
  padding:24px 26px;
  font-family:'Poppins', sans-serif;
  
}

.chardham-inclusion-box h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:18px;
  color:#1f3a5f;
}

/* List */
.inclusion-list{
  list-style:none;
  padding:0;
  margin:0;
}

.inclusion-list li{
  position:relative;
  padding-left:28px;
  margin-bottom: 2px;
  font-size:14px;
  line-height:1.6;
  color:#222;
}

/* Green tick */
.inclusion-list li::before{
  content: "✔";
  position:absolute;
  left:0;
  top:0;
  color:#28a745;
  font-weight:800;
  font-size:14px;
}

.chardham-exclusion-box{
  background:#fff9f4;
   border-radius:14px;
  padding:24px 26px;
  font-family:'Poppins', sans-serif;
  margin-bottom:30px;
}

.chardham-exclusion-box h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:18px;
  color:#a40000;
}

/* List */
.exclusion-list{
  list-style:none;
  padding:0;
  margin:0;
}

.exclusion-list li{
  position:relative;
  padding-left:28px;
  margin-bottom: 2px;
  font-size:14px;
  line-height:1.6;
  color:#222;
}

/* Red cross */
.exclusion-list li::before{
  content: "✖";
  position:absolute;
  left:0;
  top:0;
  color:#e63946;
  font-weight:800;
  font-size:14px;
}

  .why-list {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #ffffff;
  padding: 18px;
  margin: 2px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
              rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  transition: 0.3s;
}

 
@media (max-width: 992px) {
  .why-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px) {
  .why-list {
    grid-template-columns: 1fr;
  }
}


.why-list li:hover {
   
 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.why-list i {
  font-size: 20px;
  color: #ff6b00;
  min-width: 35px;
}

.why-list strong {
  font-size: 16px;
  color: #111;
}

.why-list p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

/* Comparison / Journey Details Table */
.table-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1f2937;
  background: #ffffff;
}

/* Table Head */
.table-comparison-table thead th {
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
}

/* Table Body Cells */
.table-comparison-table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
}

/* Left Column (Category) */
.table-comparison-table tbody td:first-child {
  font-weight: 600;
  width: 28%;
  color: #0f172a;
}

/* Row Hover */
.table-comparison-table tbody tr:hover {
  background: #f9fafb;
}

/* Responsive fix */
@media (max-width: 768px) {
  .table-comparison-table thead {
    display: none;
  }

  .table-comparison-table,
  .table-comparison-table tbody,
  .table-comparison-table tr,
  .table-comparison-table td {
    display: block;
    width: 100%;
  }

  .table-comparison-table tr {
    margin-bottom: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
  }

  .table-comparison-table td {
    padding: 10px 14px;
    border: none;
    position: relative;
  }

  .table-comparison-table td:first-child {
    background: #f8fafc;
    font-weight: 600;
  }
}

/* ===== SECTION ===== */
.starting-points-section{
    padding:100px 0;
    background:linear-gradient(to bottom,#fffaf4,#ffffff);
    position:relative;
    overflow:hidden;
    font-family:'Poppins', sans-serif;
}

 

/* ===== HEADING ===== */
.sp-heading{
     margin-bottom:45px;
    font-family:'Poppins', sans-serif;
}

.sp-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,140,0,0.12);
    color:#ff7a00;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
    font-family:'Poppins', sans-serif;
}

.sp-heading h2{
    font-size:28px;
    line-height:1.3;
    color:#0f172a;
    margin-bottom:20px;
    font-weight:600;
    font-family:'Poppins', sans-serif;
}

.sp-heading h2 span{
    color:#ff7a00;
}

.sp-heading p{
    
    margin:auto;
    color:#5b6475;
    line-height:1.6;
    font-size:14px;
    font-family:'Poppins', sans-serif;
}

/* ===== INFO CARD ===== */
.sp-info-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    display:flex;
    align-items:flex-start;
    gap:25px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
    border:1px solid #f1f1f1;
    margin-bottom:35px;
    transition:.4s;
    font-family:'Poppins', sans-serif;
}

.sp-info-card:hover{
    transform:translateY(-5px);
}

.sp-info-icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#ff9f43,#ff6b00);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
}

.sp-info-content h3{
    font-size:24px;
    color:#0f172a;
    margin-bottom:12px;
    font-weight:700;
    font-family:'Poppins', sans-serif;
}

.sp-info-content p{
    color:#5f6777;
    line-height:1.6;
    font-size:13px;
    font-family:'Poppins', sans-serif;
}

/* ===== ACCORDION ===== */
.sp-accordion{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
    border:1px solid #f1f1f1;
    font-family:'Poppins', sans-serif;
}

.sp-accordion-head{
    padding:24px 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    background:linear-gradient(90deg,#fff7ef,#ffffff);
}

.sp-accordion-left{
    display:flex;
    align-items:center;
    gap:14px;
}

.sp-accordion-left i{
    color:#ff7a00;
    font-size:20px;
}

.sp-accordion-left span{
    font-size:18px;
    font-weight:700;
    color:#0f172a;
    font-family:'Poppins', sans-serif;
}

.sp-accordion-icon{
    color:#0f172a;
    transition:.3s;
}

.sp-accordion.active .sp-accordion-icon{
    transform:rotate(180deg);
}

.sp-accordion-body{
    padding:10px 28px 30px;
}

/* ===== TABLE ===== */
.table-wrap{
    overflow-x:auto;
}

.sp-table{
    width:100%;
    border-collapse:collapse;
    font-family:'Poppins', sans-serif;
}

.sp-table thead{
    background:#0f172a;
}

.sp-table thead th{
    color:#fff;
    padding:18px;
    text-align:left;
    font-size:15px;
    font-weight:600;
    font-family:'Poppins', sans-serif;
}

.sp-table tbody tr{
    border-bottom:1px solid #ececec;
    transition:.3s;
}

.sp-table tbody tr:hover{
    background:#fff9f3;
}

.sp-table tbody td{
    padding:20px 18px;
    font-size:15px;
    color:#4b5563;
    font-family:'Poppins', sans-serif;
}

.recommended-row{
    background:linear-gradient(90deg,#fff7eb,#ffffff);
}

.location-flex{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.recommend-badge{
    background:#16a34a;
    color:#fff;
    font-size:12px;
    padding:6px 12px;
    border-radius:30px;
    font-weight:600;
    font-family:'Poppins', sans-serif;
}

/* ===== MOBILE ===== */
@media(max-width:768px){

    .starting-points-section{
        padding:70px 0;
    }

    .sp-heading h2{
        font-size:30px;
    }

    .sp-info-card{
        flex-direction:column;
        padding:25px;
    }

    .sp-info-icon{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .sp-info-content h3{
        font-size:20px;
    }

    .sp-accordion-head{
        padding:20px;
    }

    .sp-accordion-left span{
        font-size:16px;
        line-height:1.5;
    }

    .sp-accordion-body{
        padding:10px 20px 25px;
    }

    .sp-table thead{
        display:none;
    }

    .sp-table,
    .sp-table tbody,
    .sp-table tr,
    .sp-table td{
        display:block;
        width:100%;
    }

    .sp-table tr{
        margin-bottom:15px;
        border:1px solid #eee;
        border-radius:14px;
        overflow:hidden;
        background:#fff;
    }

    .sp-table td{
        text-align:right;
        padding-left:50%;
        position:relative;
    }

    .sp-table td::before{
        content:attr(data-label);
        position:absolute;
        left:18px;
        top:20px;
        font-weight:700;
        color:#111827;
        text-align:left;
        font-family:'Poppins', sans-serif;
    }
}


/* ===== SECTION ===== */
.custom-packages-section{
    padding:100px 0;
    background:#f8fbff;
    font-family:'Poppins',sans-serif;
}

/* ===== HEADING ===== */
.cp-heading{
    margin-bottom:50px;
}

.cp-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(15,23,42,0.08);
    color:#0f172a;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.cp-heading h2{
    font-size: 28px;
    line-height:1.3;
    color:#0f172a;
    font-weight:800;
    margin-bottom:22px;
}

.cp-heading h2 span{
    color:#1e3a5f;
}

.cp-heading p{
    font-size:16px;
    line-height:1.9;
    color:#5b6475;
    max-width:950px;
    margin-bottom:18px;
}

.cp-small-text{
    font-size:14px !important;
    color:#6b7280 !important;
}

/* ===== INFO BOX ===== */
.cp-info-box{
    background:#fff;
    border-radius:24px;
    padding:20px;
    display:flex;
    align-items:flex-start;
    gap:22px;
    border:1px solid #e5edf7;
    box-shadow:0 10px 35px rgba(0,0,0,0.04);
    margin-bottom:35px;
}

.cp-info-icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#0f172a,#1e3a5f);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
}

.cp-info-content h3{
    font-size:24px;
    color:#0f172a;
    margin-bottom:10px;
    font-weight:700;
}

.cp-info-content p{
    font-size:15px;
    color:#5f6777;
    line-height:1.8;
}

/* ===== GRID ===== */
.check-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

/* ===== CARD ===== */
.check-card{
    background:#fff;
    border-radius:24px;
    padding:28px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    border:1px solid #e5edf7;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
    transition:0.4s ease;
}

.check-card:hover{
    transform:translateY(-6px);
    border-color:#c9d8ea;
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

/* ===== ICON ===== */
.cc-icon{
    min-width:60px;
    width:60px;
    height:60px;
    border-radius:18px;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1e3a5f;
    font-size:24px;
}

/* ===== CONTENT ===== */
.cc-content h4{
    font-size:18px;
    color:#0f172a;
    margin-bottom:10px;
    font-weight:700;
}

.cc-content p{
    font-size:14.5px;
    line-height:1.8;
    color:#5f6777;
}

/* ===== MOBILE ===== */
@media(max-width:768px){

    .custom-packages-section{
        padding:70px 0;
    }

    .cp-heading h2{
        font-size:30px;
    }

    .cp-heading p{
        font-size:15px;
    }

    .cp-info-box{
        flex-direction:column;
        padding:24px;
    }

    .cp-info-icon{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .cp-info-content h3{
        font-size:20px;
        line-height:1.5;
    }

    .check-grid{
        grid-template-columns: 1fr;
    }

    .check-card{
        padding:22px;
    }

    .cc-content h4{
        font-size:17px;
    }
}


.tips-bg { background: #f9fafc; }
.tips-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.tip-item { background: #fff; border-radius: 10px; padding: 16px 18px; border-left: 3px solid var(--saffron); box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.tip-item h5 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.tip-item p { font-size: 12.5px; color: var(--muted); margin: 0; line-height: 1.55; }
@media(max-width:600px){ .tips-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
============================================================ */
.faq-bg { background: linear-gradient(180deg,#f4f6f9 0%,#fff 100%); }
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item { background:#ffffff; margin-top: 10px; border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 18px 0; display: flex; justify-content: space-between; align-items: center;
  font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 600;
  color: var(--navy); text-align: left; gap: 16px;
}
.faq-q:hover { color: var(--saffron); }
.faq-q i { color: var(--saffron); flex-shrink: 0; transition: transform .3s; font-size: 12px; }
.faq-q.is-open i { transform: rotate(180deg); }
.faq-a { display: none; padding-bottom: 16px; font-size: 14px; color: #555; line-height: 1.75; }
.faq-a.is-open { display: block; }

/* ============================================================
   TERMS
============================================================ */
.tnc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; padding: 18px; }
.tnc-card { background: #f9fafb; border-radius: 10px; padding: 16px 18px; border: 1px solid var(--border); }
.tnc-card h5 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.tnc-card p { font-size: 12.5px; color: #555; margin: 0; line-height: 1.6; }
@media(max-width:600px){ .tnc-grid { grid-template-columns: 1fr; } }
/* ============================================================
   BRAND TOKENS
============================================================ */
:root {
  --saffron: #CC6735;
  --saffron-dark: #A84F2A;
  --saffron-light: #F2B89C;
  --saffron-pale: #FFF4EE;
  --navy: #1F3A5F;
  --navy-light: #EEF2F9;
  --navy-mid: #2C4F7C;
  --text: #1F2937;
  --muted: #6B7280;
  --border: #E5E7EB;
  --white: #FFFFFF;
  --bg: #F9FAFB;
}
 

/* ============================================================
   HERO — SPLIT LAYOUT
============================================================ */
.hero {
  background: linear-gradient(135deg, #0d1e35 0%, #1f3a5f 60%, #2c4f7c 100%);
  position: relative; overflow: hidden;
  padding: 70px 0 60px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1400&q=60') center/cover;
  opacity: .08;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 340px;
  gap: 48px; align-items: center;
}
/* Tag pill */
.tag-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(242,184,156,.15); border: 1px solid rgba(242,184,156,.35);
  color: var(--saffron-light); font-size: 12px; font-weight: 500;
  padding: 5px 14px; border-radius: 30px; margin-bottom: 20px;
  letter-spacing: .3px;
}
.tag-pill i { font-size: 13px; }
.hero h1 {
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 700; color: #fff; line-height: 1.22;
  margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: var(--saffron-light); }
.hero-desc {
  font-size: 15px; color: rgba(255,255,255,.75);
  line-height: 1.75; margin-bottom: 28px; max-width: 560px;
}
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.chip {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.9); font-size: 12px; font-weight: 500;
  padding: 6px 14px; border-radius: 6px;
  display: flex; align-items: center; gap: 6px;
}
.chip i { color: var(--saffron-light); font-size: 13px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-orange {
  background: var(--saffron); color: #fff;
  padding: 13px 28px; border-radius: 8px; font-weight: 600; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px; transition: .2s;
}
.btn-orange:hover { background: var(--saffron-dark); transform: translateY(-1px); }
.btn-navy-outline {
  border: 2px solid rgba(255,255,255,.4); color: #fff;
  padding: 13px 28px; border-radius: 8px; font-weight: 600; font-size: 14px;
  transition: .2s;
}
.btn-navy-outline:hover { background: rgba(255,255,255,.08); }
/* Hero booking card */
.hero-card {
  background: #fff; border-radius: 16px; padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.hcard-title { font-size: 15px; font-weight: 700; color: var(--navy); text-align: center; margin-bottom: 3px; }
.hcard-sub { font-size: 11.5px; color: var(--muted); text-align: center; margin-bottom: 16px; }
.hcard-img { border-radius: 10px; overflow: hidden; height: 155px; margin-bottom: 16px; }
.hcard-img img { width: 100%; height: 100%; object-fit: cover; }
.hcard-price {
  background: var(--bg); border-radius: 10px;
  padding: 12px; text-align: center; margin-bottom: 14px;
}
.hcard-price .from { font-size: 11px; color: var(--muted); display: block; }
.hcard-price .amount { font-size: 28px; font-weight: 700; color: var(--saffron); display: block; line-height: 1.1; }
.hcard-price .note { font-size: 11px; color: var(--muted); }
.hcard-btn {
  display: block; text-align: center;
  border: 1.5px solid var(--saffron); color: var(--saffron);
  padding: 11px; border-radius: 8px; font-weight: 600; font-size: 13px;
  transition: .2s;
}
.hcard-btn:hover { background: var(--saffron); color: #fff; }
/* Rating row */
.rating-row { display: flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 12px; color: var(--muted); }
.rating-row .stars { color: #f5a623; font-size: 13px; }
.rating-row span { font-weight: 600; color: var(--text); }

@media(max-width:900px){
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { display: none; }
}
@media(max-width:600px){
  .hero { padding: 48px 0 40px; }
}

/* ============================================================
   TRUST STRIP
============================================================ */
.trust-strip {
  background: #f4f6f9; border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.trust-items { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 32px; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: #333; }
.trust-item i { color: var(--saffron); font-size: 14px; }
/*.trust-logos { display: flex; align-items: center; justify-content: center; gap: 36px; padding: 14px 0 0; flex-wrap: wrap; }*/
/*.trust-logos img { height: 52px; filter: grayscale(1); opacity: .75; transition: .2s; }*/
/*.trust-logos img:hover { filter: none; opacity: 1; }*/

/* ============================================================
   SECTION BASE
============================================================ */
 
.section-label {
  display: inline-block; font-size: 11.5px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 10px;
}
.section-title { font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; color: var(--navy); margin-bottom: 14px; line-height: 1.3; }
.section-desc { font-size: 14.5px; color: var(--muted); max-width: 640px; line-height: 1.75; margin-bottom: 36px; }

/* ============================================================
   OVERVIEW + TOC
============================================================ */
.overview-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.overview-text p { font-size: 14.5px; color: #444; line-height: 1.8; margin-bottom: 14px; }
/* TOC */
.toc-box {
  background: var(--saffron-pale); border-radius: 14px;
  padding: 22px 20px; border: 1px solid rgba(204,103,53,.15);
  position: sticky; top: 84px;
}
.toc-box h5 { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.toc-links { list-style: none; max-height: 310px; overflow-y: auto; padding-right: 4px; }
.toc-links::-webkit-scrollbar { width: 4px; }
.toc-links::-webkit-scrollbar-thumb { background: var(--saffron); border-radius: 4px; }
.toc-links li { margin-bottom: 6px; }
.toc-links a {
  font-size: 13px; color: #444; font-weight: 500;
  padding: 5px 0 5px 16px; position: relative; display: block;
  border-radius: 4px; transition: .18s;
}
.toc-links a::before { content: ''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--saffron); }
.toc-links a:hover { color: var(--saffron); padding-left: 20px; }
@media(max-width:900px){ .overview-layout { grid-template-columns: 1fr; } .toc-box { position: static; } }

/* ============================================================
   WHY TRUST — FEATURE GRID
============================================================ */
.why-bg { background: linear-gradient(180deg, #f4f6f9 0%, #fff 100%); }
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.why-card {
  background: #fff; border-radius: 14px; padding: 24px;
  border: 1px solid var(--border); display: flex; gap: 16px; align-items: flex-start;
  transition: box-shadow .2s, transform .2s;
}
.why-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.08); transform: translateY(-2px); }
.why-icon {
  width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.wi-orange { background: #fff4ee; color: var(--saffron); }
.wi-blue { background: #eef2ff; color: #3b60e4; }
.wi-green { background: #f0fdf4; color: #16a34a; }
.wi-gold { background: #fffbeb; color: #d97706; }
.why-card h4 { font-size: 14.5px; font-weight: 700; margin-bottom: 6px; color: var(--navy); }
.why-card p { font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0; }
.bullet-mini { list-style: none; margin-top: 8px; }
.bullet-mini li { font-size: 12.5px; color: var(--muted); padding: 3px 0 3px 14px; position: relative; }
.bullet-mini li::before { content: '→'; position: absolute; left: 0; color: var(--saffron); }
@media(max-width:640px){ .why-grid { grid-template-columns: 1fr; } }

/* ============================================================
   STATS BAND
============================================================ */
.stats-band { background: var(--navy); padding: 48px 0; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat-item { text-align: center; }
.stat-num { font-size: 38px; font-weight: 700; color: var(--saffron-light); line-height: 1; }
.stat-lbl { font-size: 13px; color: rgba(255,255,255,.65); margin-top: 6px; }
.stat-sub { font-size: 10.5px; color: rgba(255,255,255,.35); letter-spacing: .4px; margin-top: 4px; }
@media(max-width:640px){ .stats-row { grid-template-columns: repeat(2,1fr); } }

/* ============================================================
   PRICING SECTION
============================================================ */
.price-banner {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 16px; padding: 28px 32px;
  display: flex; gap: 36px; align-items: center; flex-wrap: wrap;
  margin-bottom: 24px;
}
.pb-main .from { font-size: 11.5px; color: rgba(255,255,255,.6); display: block; margin-bottom: 2px; }
.pb-main .amount { font-size: 44px; font-weight: 700; color: #fff; line-height: 1; display: block; }
.pb-main .lbl { font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 4px; }
.pb-sep { width: 1px; height: 64px; background: rgba(255,255,255,.15); }
.pb-feats { display: flex; gap: 28px; flex-wrap: wrap; }
.pb-feat { display: flex; align-items: flex-start; gap: 10px; }
.pb-feat i { color: var(--saffron-light); margin-top: 2px; font-size: 16px; }
.pb-feat strong { display: block; font-size: 13.5px; color: #fff; }
.pb-feat span { font-size: 11.5px; color: rgba(255,255,255,.6); }
@media(max-width:700px){ .price-banner { flex-direction: column; gap: 18px; } .pb-sep { width: 100%; height: 1px; } }

/* ACCORDION DROPDOWN */
.accord { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-bottom: 14px; }
.accord-head {
  background: #f8fafc; padding: 16px 22px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-size: 14.5px; font-weight: 600; color: var(--navy);
  transition: background .18s; gap: 14px;
}
.accord-head:hover { background: #eef2ff; }
.accord-icon { color: var(--saffron); font-size: 13px; transition: transform .3s; flex-shrink: 0; }
.accord-head.is-open .accord-icon { transform: rotate(180deg); }
.accord-body { display: none; }
.accord-body.is-open { display: block; }

/* TABLE */
.data-tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.data-tbl thead th {
  background: #f8fafc; padding: 13px 18px; text-align: left;
  font-size: 12.5px; font-weight: 600; color: var(--navy);
  border-bottom: 1px solid var(--border);
}
.data-tbl tbody td { padding: 13px 18px; border-bottom: 1px solid #f0f0f0; color: #444; }
.data-tbl tbody tr:last-child td { border-bottom: none; }
.data-tbl tbody tr:hover td { background: #fafafa; }
.data-tbl td:first-child { font-weight: 600; color: var(--text); }
.data-tbl td .price-val { color: var(--saffron); font-weight: 700; }
.rec-row td { background: #f4fff8 !important; }
.badge-rec { background: var(--navy); color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 10px; margin-left: 6px; vertical-align: middle; }
.note-bar { background: #f9fafb; border-left: 3px solid var(--navy); padding: 12px 18px; font-size: 13px; color: #555; border-radius: 0 8px 8px 0; margin-bottom: 20px; }
.note-bar i { color: var(--navy); margin-right: 6px; }
@media(max-width:640px){
  .data-tbl thead { display: none; }
  .data-tbl, .data-tbl tbody, .data-tbl tr, .data-tbl td { display: block; width: 100%; }
  .data-tbl tr { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
  .data-tbl td { padding: 10px 14px; border: none; }
  .data-tbl td::before { content: attr(data-label); display: block; font-size: 10.5px; color: #999; font-weight: 600; margin-bottom: 2px; }
  .data-tbl td:first-child { background: #f8fafc; }
}

/* ============================================================
   STARTING POINTS
============================================================ */
.alert-box { background: #fff8f3; border-left: 3px solid var(--saffron); border-radius: 0 10px 10px 0; padding: 14px 18px; margin-bottom: 22px; font-size: 13.5px; color: #555; }
.alert-box strong { color: var(--saffron); }

/* ============================================================
   CHECKLIST CARDS
============================================================ */
.check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.check-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 18px; transition: box-shadow .2s;
}
.check-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,.06); }
.cc-ico { width: 38px; height: 38px; background: var(--saffron-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--saffron); flex-shrink: 0; }
.check-card strong { display: block; font-size: 13.5px; color: var(--navy); margin-bottom: 4px; font-weight: 600; }
.check-card p { font-size: 12.5px; color: var(--muted); margin: 0; line-height: 1.55; }
@media(max-width:600px){ .check-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CREDENTIALS
============================================================ */
.cred-bg { background: var(--navy-light); }
.assoc-list { list-style: none; margin: 14px 0 28px; }
.assoc-list li { font-size: 14px; color: #444; padding: 6px 0 6px 22px; position: relative; border-bottom: 1px solid var(--border); }
.assoc-list li:last-child { border-bottom: none; }
.assoc-list li::before { content: '✓'; position: absolute; left: 0; color: var(--saffron); font-weight: 700; }
.cred-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cstat { background: #fff; border-radius: 12px; padding: 20px 16px; text-align: center; border: 1px solid var(--border); }
.cstat-num { font-size: 30px; font-weight: 700; color: var(--saffron); line-height: 1; }
.cstat-lbl { font-size: 12.5px; color: var(--muted); margin-top: 6px; line-height: 1.4; }
.cstat-sub { font-size: 10.5px; color: var(--navy); font-weight: 600; margin-top: 5px; }
@media(max-width:640px){ .cred-stats { grid-template-columns: repeat(2,1fr); } }

/* ============================================================
   INCLUSIONS / EXCLUSIONS
============================================================ */
.inc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.inc-box { border-radius: 14px; padding: 22px 24px; }
.inc-box.green { background: #ecfff0; }
.inc-box.red { background: #fff9f4; }
.inc-box h4 { font-size: 15px; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.inc-box.green h4 { color: #166534; }
.inc-box.red h4 { color: #9a3412; }
.inc-list { list-style: none; }
.inc-list li { font-size: 13.5px; padding: 7px 0 7px 22px; position: relative; border-bottom: 1px solid rgba(0,0,0,.05); color: #333; }
.inc-list li:last-child { border-bottom: none; }
.inc-list.yes li::before { content: '✓'; position: absolute; left: 0; color: #16a34a; font-weight: 700; }
.inc-list.no li::before { content: '✕'; position: absolute; left: 0; color: #e63946; font-weight: 700; }
@media(max-width:640px){ .inc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TIPS
============================================================ */
.tips-bg { background: #f9fafc; }
.tips-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.tip-item { background: #fff; border-radius: 10px; padding: 16px 18px; border-left: 3px solid var(--saffron); box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.tip-item h5 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.tip-item p { font-size: 12.5px; color: var(--muted); margin: 0; line-height: 1.55; }
@media(max-width:600px){ .tips-grid { grid-template-columns: 1fr; } }

 

/* ============================================================
   TERMS
============================================================ */
.tnc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; padding: 18px; }
.tnc-card { background: #f9fafb; border-radius: 10px; padding: 16px 18px; border: 1px solid var(--border); }
.tnc-card h5 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.tnc-card p { font-size: 12.5px; color: #555; margin: 0; line-height: 1.6; }
@media(max-width:600px){ .tnc-grid { grid-template-columns: 1fr; } }

 

/* ============================================================
   POPUP
============================================================ */
.popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); display: none; justify-content: center; align-items: center; z-index: 10000; }
.popup-box { background: #fff; width: 400px; max-width: 92%; border-radius: 16px; overflow: hidden; position: relative; animation: popZoom .35s ease; }
@keyframes popZoom { from{transform:scale(.85);opacity:0} to{transform:scale(1);opacity:1} }
.popup-close { position: absolute; top: 10px; right: 14px; font-size: 18px; cursor: pointer; color: #fff; z-index: 2; }
.popup-hdr { height: 96px; background: var(--navy) url('') center/cover no-repeat; position: relative; display: flex; align-items: center; padding: 0 22px; }
.popup-hdr h3 { color: #fff; font-size: 18px; font-weight: 700; }
.popup-body { padding: 20px; }
.popup-form input { width: 100%; padding: 11px 14px; margin-bottom: 12px; border-radius: 8px; border: 1px solid #ddd; font-size: 13.5px; font-family: 'Poppins', sans-serif; }
.popup-form input:focus { outline: none; border-color: var(--saffron); }
.popup-form button { width: 100%; background: var(--saffron); color: #fff; border: none; padding: 13px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: .2s; }
.popup-form button:hover { background: var(--saffron-dark); }
.popup-form small { display: block; margin-top: 10px; font-size: 11px; color: #999; text-align: center; }

/* ============================================================
   STICKY MOBILE CTA
============================================================ */
.mobile-sticky { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: #fff9f4; box-shadow: 0 -3px 20px rgba(0,0,0,.12); padding: 12px 16px; z-index: 999; justify-content: center; gap: 10px; }
.mb-btn { padding: 10px 16px; border-radius: 8px; font-weight: 600; font-size: 13px; display: flex; align-items: center; gap: 6px; }
.mb-wa { background: #25d366; color: #fff; }
.mb-call { border: 2px solid #2f5bd3; color: #2f5bd3; background: #fff; }
.mb-quote { background: var(--saffron); color: #fff; }
@media(max-width:768px){ .mobile-sticky { display: flex; } body { padding-bottom: 72px; } }

/* ============================================================
   UTILITIES
============================================================ */
.bg-white { background: #fff; }
.bg-soft { background: #f9fafc; }
 
/* ============================================================
   PRICING SECTION
============================================================ */
.price-banner {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 16px; padding: 28px 32px;
  display: flex; gap: 36px; align-items: center; flex-wrap: wrap;
  margin-bottom: 24px;
}
.pb-main .from { font-size: 11.5px; color: #ffffff; display: block; margin-bottom: 2px; }
.pb-main .amount { font-size: 44px; font-weight: 700; color: #fff; line-height: 1; display: block; }
.pb-main .lbl { font-size: 12.5px; color: #ffffff; margin-top: 4px; }
.pb-sep { width: 1px; height: 64px; background: rgba(255,255,255,.15); }
.pb-feats { display: flex; gap: 28px; flex-wrap: wrap; }
.pb-feat { display: flex; align-items: flex-start; gap: 10px; }
.pb-feat i { color: var(--saffron-light); margin-top: 2px; font-size: 16px; }
.pb-feat strong { display: block; font-size: 13.5px; color: #fff; }
.pb-feat span { font-size: 11.5px; color: #ffffff; }
@media(max-width:700px){ .price-banner { flex-direction: column; gap: 18px; } .pb-sep { width: 100%; height: 1px; } }

/* ACCORDION DROPDOWN */
.accord { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-bottom: 14px; }
.accord-head {
  background: #f8fafc; padding: 16px 22px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-size: 14.5px; font-weight: 600; color: var(--navy);
  transition: background .18s; gap: 14px;
}
.accord-head:hover { background: #eef2ff; }
.accord-icon { color: var(--saffron); font-size: 13px; transition: transform .3s; flex-shrink: 0; }
.accord-head.is-open .accord-icon { transform: rotate(180deg); }
.accord-body { display: none; }
.accord-body.is-open { display: block; }

/* TABLE */
.data-tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.data-tbl thead th {
  background: #f8fafc; padding: 13px 18px; text-align: left;
  font-size: 12.5px; font-weight: 600; color: var(--navy);
  border-bottom: 1px solid var(--border);
}
.data-tbl tbody td { padding: 13px 18px; border-bottom: 1px solid #f0f0f0; color: #444; }
.data-tbl tbody tr:last-child td { border-bottom: none; }
.data-tbl tbody tr:hover td { background: #fafafa; }
.data-tbl td:first-child { font-weight: 600; color: var(--text); }
.data-tbl td .price-val { color: var(--saffron); font-weight: 700; }
.rec-row td { background: #f4fff8 !important; }
.badge-rec { background: var(--navy); color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 10px; margin-left: 6px; vertical-align: middle; }
.note-bar { background: #f9fafb; border-left: 3px solid var(--navy); padding: 12px 18px; font-size: 13px; color: #555; border-radius: 0 8px 8px 0; margin-bottom: 20px; }
.note-bar i { color: var(--navy); margin-right: 6px; }
@media(max-width:640px){
  .data-tbl thead { display: none; }
  .data-tbl, .data-tbl tbody, .data-tbl tr, .data-tbl td { display: block; width: 100%; }
  .data-tbl tr { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
  .data-tbl td { padding: 10px 14px; border: none; }
  .data-tbl td::before { content: attr(data-label); display: block; font-size: 10.5px; color: #999; font-weight: 600; margin-bottom: 2px; }
  .data-tbl td:first-child { background: #f8fafc; }
}

/* ===== WHY CHOOSE PREMIUM SECTION ===== */

.cp-why-section{
  position:relative;
  padding:90px 20px;
  background:
    radial-gradient(circle at top right, rgba(204,102,51,0.08), transparent 260px),
    linear-gradient(180deg,#fff,#faf7f4);
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

.cp-why-section::before{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-120px;
  width:280px;
  height:280px;
  background:rgba(204,102,51,0.05);
  border-radius:50%;
}

.cp-why-wrap{
  max-width:1300px;
  margin:auto;
  position:relative;
  z-index:2;
}

/* ===== HEADING ===== */

.cp-why-tag{
  display:inline-block;
  padding:8px 18px;
  background:rgba(204,102,51,0.12);
  color:#cc6633;
  border-radius:40px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.5px;
  margin-bottom:18px;
  text-transform:uppercase;
  font-family:'Poppins',sans-serif;
}

.cp-why-heading{
  font-size:22px;
  line-height:1.2;
  font-weight:800;
  color:#111;
  max-width:920px;
  margin-bottom:18px;
  font-family:'Poppins',sans-serif;
}

.cp-why-text{
  max-width:960px;
  font-size:14px;
  line-height:1.6;
  color:#555;
  margin-bottom:55px;
  font-family:'Poppins',sans-serif;
}

/* ===== GRID ===== */

.cp-why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

/* ===== CARD ===== */

.cp-why-box{
  position:relative;
  display:flex;
  gap:22px;
  align-items:flex-start;
  background:#fff;
  padding:32px 28px;
  border-radius:28px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition:.35s ease;
  overflow:hidden;
  border:1px solid rgba(204,102,51,0.08);
  font-family:'Poppins',sans-serif;
}

.cp-why-box::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#cc6633,#f2c29d);
}

.cp-why-box:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 45px rgba(204,102,51,0.12);
}

/* ===== ICON ===== */

.cp-why-icon{
  min-width:52px;
  width:52px;
  height:52px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  color:#fff;
  flex-shrink:0;
  position:relative;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

.cp-why-icon::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom right,rgba(255,255,255,.28),transparent);
}

.cp-icon-orange{
  background:linear-gradient(135deg,#cc6633,#ff8b52);
}

.cp-icon-blue{
  background:linear-gradient(135deg,#3076ff,#5ca6ff);
}

.cp-icon-green{
  background:linear-gradient(135deg,#0f9d74,#38d39f);
}

.cp-icon-gold{
  background:linear-gradient(135deg,#d68a00,#ffbc42);
}

/* ===== CONTENT ===== */

.cp-why-content h4{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.35;
  font-weight:800;
  color:#111;
  font-family:'Poppins',sans-serif;
}

.cp-why-content p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#5d5d5d;
  font-family:'Poppins',sans-serif;
}

/* ===== BULLETS ===== */

.cp-mini-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.cp-mini-list li{
  position:relative;
  padding-left:26px;
  /*margin-bottom:12px;*/
  font-size:14px;
  line-height:1.7;
  color:#444;
  font-family:'Poppins',sans-serif;
}

.cp-mini-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cc6633;
  box-shadow:0 0 0 5px rgba(204,102,51,0.12);
}

/* ===== MOBILE ===== */

@media(max-width:1100px){

  .cp-why-heading{
    font-size:38px;
  }

  .cp-why-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .cp-why-section{
    padding:70px 16px;
  }

  .cp-why-heading{
    font-size:30px;
  }

  .cp-why-text{
    font-size:15px;
    line-height:1.8;
    margin-bottom:38px;
  }

  .cp-why-box{
    padding:24px 20px;
    border-radius:24px;
    gap:18px;
  }

  .cp-why-icon{
    width:62px;
    height:62px;
    min-width:62px;
    font-size:24px;
    border-radius:18px;
  }

  .cp-why-content h4{
    font-size:20px;
  }

  .cp-why-content p{
    font-size:14px;
  }

}

@media(max-width:540px){

  .cp-why-box{
    flex-direction:column;
  }

  .cp-why-icon{
    margin-bottom:2px;
  }

}
 


/* ============================================================
   BRAND TOKENS
============================================================ */
:root {
  --saffron: #CC6735;
  --saffron-dark: #A84F2A;
  --saffron-light: #F2B89C;
  --saffron-pale: #FFF4EE;
  --navy: #1F3A5F;
  --navy-light: #EEF2F9;
  --navy-mid: #2C4F7C;
  --text: #1F2937;
  --muted: #6B7280;
  --border: #E5E7EB;
  --white: #FFFFFF;
  --bg: #F9FAFB;
}
/* ============================================================
   OVERVIEW + TOC
============================================================ */
.overview-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.overview-text p { font-size: 14.5px; color: #444; line-height: 1.8; margin-bottom: 14px; }
/* TOC */
.toc-box {
  background: var(--saffron-pale); border-radius: 14px;
  padding: 22px 20px; border: 1px solid rgba(204,103,53,.15);
  position: sticky; top: 84px;
}
.toc-box h5 { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.toc-links { list-style: none; max-height: 210px; overflow-y: auto; padding-right: 4px; }
.toc-links::-webkit-scrollbar { width: 4px; }
.toc-links::-webkit-scrollbar-thumb { background: var(--saffron); border-radius: 4px; }
/*.toc-links li { margin-bottom: 6px; }*/
.toc-links a {
  font-size: 13px; color: #444; font-weight: 500;
  padding: 5px 0 5px 16px; position: relative; display: block;
  border-radius: 4px; transition: .18s;
}
.toc-links a::before { content: ''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--saffron); }
.toc-links a:hover { color: var(--saffron); padding-left: 20px; }
@media(max-width:900px){ .overview-layout { grid-template-columns: 1fr; } .toc-box { position: static; } }
/* ===== TRUST STRIP ===== */
.trust-strip{
  background: linear-gradient(135deg,#f7f7f7,#ffffff);
  padding: 18px 20px;
  border-top: 3px solid #cc6633;
  border-bottom: 1px solid #ececec;
  position: relative;
  overflow: hidden;
}

.trust-strip::before{
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: rgba(204,102,51,0.05);
  border-radius: 50%;
}

.trust-container{
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-direction: column; /* logos niche aayenge */
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* LEFT SIDE */

.trust-badges{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
}

.trust-card{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  border: 1px solid rgba(204,102,51,0.08);
}

.trust-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(204,102,51,0.15);
}

.trust-icon{
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(204,102,51,0.12);
  color: #cc6633;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.trust-card p{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
  line-height: 1.4;
}

 

@media(max-width:991px){

  .trust-container{
    justify-content: center;
    text-align: center;
  }

  .trust-badges{
    justify-content: center;
  }

  .trust-card{
    width: calc(50% - 10px);
    justify-content: flex-start;
  }

}

@media(max-width:600px){

  .trust-strip{
    padding: 15px;
  }

  .trust-card{
    width: 100%;
    padding: 11px 14px;
  }

  .trust-card p{
    font-size: 13px;
  }

  .trust-logos{
    justify-content: center;
    gap: 15px;
  }

  .trust-logos img{
    height: 34px;
  }

}

/* HERO SECTION */

.chardham-hero-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.chardham-hero-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chardham-hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.1);
}

.fnt02{
  font-size: 20px;
      }
      
.para01{
    font-size:13.5px;
    color:#555;
    margin-bottom:16px;
}

.fa1{
    color:var(--saffron);
    margin-right:8px;
}


.fnt06{
        font-size: 15px;
    }

.faqssa{
    text-align:center;
    margin-bottom:40px;
}

.fqhead{
    max-width:580px; margin:8px auto 0;
}


.fita{
    font-size:14px;
    color:#555;
    margin-bottom:20px;
}

.saf-color{
    color:var(--saffron);
}

   
    .faq-wrapper{
      max-width:900px;
      margin:auto;
    }

    .faq-box{
      background:#f1f3f7;
      border-radius:14px;
      margin-bottom:18px;
      overflow:hidden;
      transition:0.3s ease;
    }

    .faq-question{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding: 8px 16px;
      cursor:pointer;
    }

    .faq-question h3{
      font-size:14px;
      font-weight:600;
      font-family: "Poppins", sans-serif;
      color:#0f172a;
      line-height:1.4;
    }

    .faq-icon{
      font-size:28px;
      color:#0f172a;
      font-weight:bold;
      transition:0.3s;
    }

    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height 0.4s ease;
    }

    .faq-answer p{
      padding: 1px 16px 26px 16px;
      color:#475569;
      font-family: "Poppins", sans-serif;
      font-size:12px;
      line-height:1.5;
    }

    .faq-box.active .faq-answer{
      max-height:300px;
    }

    .faq-box.active .faq-icon{
      transform:rotate(45deg);
    }

    @media(max-width:768px){
 
      .faq-question h3{
        font-size:20px;
      }

      .faq-answer p{
        font-size:16px;
      }

      .faq-icon{
        font-size:22px;
      }
    }


.dham-section {
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.dham-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 55px;
    line-height: 1.3;
}

.dham-title span {
    color: #ff7b00;
}

.dham-block {
    display: flex;
    gap: 40px;
    padding: 35px 0;
    border-bottom: 1px solid #ececec;
    align-items: flex-start;
}

.dham-left {
    min-width: 260px;
}

.dham-left h3 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.3;
}

.dham-height {
    display: inline-block;
    font-size: 14px;
    color: #ff7b00;
    background: #fff4e8;
    padding: 7px 16px;
    border-radius: 50px;
    font-weight: 600;
}

.dham-right p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    
}

.dham-right p:last-child {
    margin-bottom: 0;
}

.dham-highlight {
    color: #111827;
    font-weight: 600;
}

@media(max-width:991px){

    .dham-block{
        flex-direction: column;
        gap: 22px;
        padding: 30px 0;
    }

    .dham-left{
        min-width: 100%;
    }

    .dham-left h3{
        font-size: 26px;
    }
}

@media(max-width:768px){

    .dham-section{
        padding: 20px 0;
    }

    .dham-title{
        font-size: 30px;
        margin-bottom: 35px;
    }

    .dham-left h3{
        font-size: 24px;
    }

    .dham-right p{
        font-size: 14px;
        line-height: 1.9;
    }
}

.fith2{
    font-size: 26px;
}

.mainul0{
    font-size: 13px;
}