  /* Right Side Sticky Buttons */
  .social-to-top {
      position: fixed;
      z-index: 9999;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
  }

  .social-to-top ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 2px;
  }

  .social-to-top li {
      display: block;
  }

  .social-to-top li a {
      display: flex;
      align-items: center;
      justify-content: center;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      padding: 20px 10px;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      color: #fff;
      min-height: 160px;
      width: 45px;
      transition: all 0.3s ease;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .social-to-top .whatsappicons {
      background-color: #6b9142;
      border-radius: 10px 0 0 0;
  }

  .social-to-top .quickicons {
      background-color: #537aa2;
      border-radius: 0 0 0 10px;
  }

  .social-to-top li a i {
      margin-bottom: 10px;
      font-size: 18px;
      transform: rotate(90deg);
  }

  .social-to-top li a:hover {
      padding-right: 20px;
      width: 55px;
  }

  /* hero-section */
  .hero-section {
      height: 400px;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .hero-section h1 {
      font-size: 37px;
  }

  .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
  }

  .breadcrumb-custom {
      background: rgb(253 253 253 / 28%);
      border-radius: 50px;
  }

  .breadcrumb-item.active {
      color: rgb(255 255 255);
      font-weight: 600;
  }

  .breadcrumb-item::before {
      color: rgb(255 255 255) !important;
  }

  .fa-solid.fa-location-dot,
  .fa-city,
  .fa-phone,
  .fa-solid.fa-user {
      color: #618a34;
  }
  
    .fa-solid.fa-calendar.me-2 {
        color: #618a34;
    }

  /* ====background-images==== */
  #himachal-hero {
      background: url('../images/other/himachal.jpg') center center / cover no-repeat;
      min-height: 400px;
  }

  #spiti-hero {
      background: url('../images/domestic/spiti.jpg') center center / cover no-repeat;
      min-height: 400px;
  }

  #leh-hero {
      background: url('../images/domestic/leh-banner.jpg') center center / cover no-repeat;
      min-height: 400px;
  }

  #rajasthan-hero {
      background: url('../images/domestic/rajasthan.jpg') center center / cover no-repeat;
      min-height: 400px;
  }

  #kashmir-hero {
      background: url('../images/domestic/kashmir.jpg') center center / cover no-repeat;
      min-height: 400px;
  }

  #goa-hero {
      background: url('../images/domestic/goa.jpg') center center / cover no-repeat;
      min-height: 400px;
  }

  #uttarakhand-hero {
      background: url('../images/domestic/uttarakhand.jpg') center center / cover no-repeat;
      min-height: 400px;
  }

  /* ==destination== */
  .travel-card {
      border-radius: 30px;
      overflow: hidden;
      background: #f5f5f5;
      margin: 1rem 0.5rem;
  }

  .travel-img {
      height: 300px;
      object-fit: cover;
  }

  .badge-days {
      background: #0c437c;
      border-radius: 50px;
      font-weight: 500;
      padding: 10px 20px;
  }

  .travel-content {
      padding: 1.5rem;
  }

  .price {
      color: #0c437c;
      font-weight: 700;
      font-size: 18px;
  }

  .rating-stars i {
      color: #0c437c;
      font-size: 14px;
  }

  .package-name {
      font-size: 21px;
  }

  /* Sticky spacing */
  .destination-sidebar {
      z-index: 10;
  }

  /* Card polish */
  .destination-sidebar .card {
      border-radius: 20px;
      transition: all 0.3s ease;
  }

  .destination-sidebar .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }

  /* Price Styling */
  .destination-sidebar h2 {
      font-size: 28px;
      letter-spacing: 0.5px;
  }

  /* Buttons */
  .destination-sidebar .btn-primary {
      background: #618a34;
      border: none;
      padding: 12px;
      font-weight: 600;
      transition: all 0.3s ease;
  }

  .destination-sidebar .btn-primary:hover {
      background: #618a34;
      transform: translateY(-2px);
  }

  .destination-sidebar .btn-outline-dark {
      padding: 11px;
      font-weight: 500;
  }

  /* Icon Box */
  .icon-box {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      background: #f8f9fa;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      transition: 0.3s ease;
  }

  .icon-box i {
      color: #618a34;
  }

  .icon-box:hover {
      background: #618a34;
  }

  .icon-box:hover i {
      color: #ffffff;
  }

  /* Quick Info Text */
  .quick-info small {
      font-size: 12px;
      letter-spacing: 0.4px;
  }

  .quick-info span {
      font-size: 14px;
  }

  /* Support Card */
  .support-icon-wrapper {
      width: 70px;
      height: 70px;
      margin: auto;
      border-radius: 50%;
      background: #618a34;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
  }

  .support-icon-wrapper i {
      font-size: 24px;
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
      .destination-sidebar {
          position: relative !important;
          top: 0 !important;
          margin-top: 30px;
      }
  }

  /* destination detail */
  .top-bar {
      background: #ffffff;
      border-radius: 12px;
      padding: 15px 20px;
  }

  /* detail-price */
  .detail-price {
      color: #0c437c;
      font-weight: 700;
      font-size: 20px;
  }

  /* Section Titles */
  .section-title {
      font-weight: 600;
      margin-bottom: 15px;
  }

  .destination-image {
      height: 474px;
      /* width: 100%; */
      object-fit: cover;
  }

  /* Card Box */
  .detail-soft-card {
      background: #0c437c12;
      border-radius: 15px;
      padding: 20px;
      position: relative;
  }

  /* Quote Box */
  .quote-box {
      background: #fff;
      border-left: 4px solid #0c437c;
      padding: 20px;
      border-radius: 10px;
      position: relative;
      margin-top: 3rem;
  }

  .quote-box::before {
      content: "\f10d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 30px;
      color: #0c437c;
      position: absolute;
      left: -15px;
      top: -15px;
  }

  /* Included List */
  .check-list li {
      margin-bottom: 10px;
  }

  .check-list i {
      color: #618a34;
      margin-right: 8px;
  }

  /* Timeline */
  .timeline-item {
      background: #0c437c12;
      border-radius: 15px;
      padding: 15px;
      margin-bottom: 15px;
  }

  .day-circle {
      width: 100%;
      max-width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #0c437c;
      color: #fff;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
  }

  .rating i {
      color: #0c437c;
      font-size: 14px;
  }

  .day-detail {
      display: none;
      margin-top: 5px;
  }

  .day-detail {
      list-style-type: circle;
      padding-left: 20px;
  }

  @import url('https://fonts.googleapis.com/css2?family=Lora:wght@500;600&display=swap');

  .travel-heading {
      font-family: 'Lora', serif;
      /* Elegant travel feel */
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.5px;
      color: #222;
      position: relative;
      display: inline-block;
  }

  .travel-heading span {
      padding: 0 25px;
      position: relative;
  }

  .div-itinerary {
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      border-radius: 20px;
      background: white;
      padding: 10px;
  }

  /* Section Title */
  .section-subtitle {
      font-weight: 600;
      color: #0f5c5c;
      letter-spacing: 0.5px;
  }

  /* Boxes */
  .include-box,
  .exclude-box {
      background: #ffffff;
      border-radius: 18px;
      padding: 15px 25px;
      transition: 0.3s ease;
      height: 100%;
  }

  .include-box:hover,
  .exclude-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  }

  /* Accent Border */
  .include-box {
      border-left: 4px solid #618a34;
  }

  .exclude-box {
      border-left: 4px solid #dc3545;
  }

  /* List Styling */
  .include-list li {
      display: flex;
      align-items: center;
      margin-bottom: 11px;
      font-size: 14px;
      font-weight: 500;
      color: #444;
  }

  /* Icon Box */
  .detail-icon-box {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      font-size: 14px;
  }

  .detail-icon-box.success {
      background: rgba(40, 167, 69, 0.1);
      color: #618a34;
  }

  .detail-icon-box.danger {
      background: rgba(220, 53, 69, 0.1);
      color: #dc3545;
  }

  /* Remove last spacing */
  .include-list li:last-child {
      margin-bottom: 0;
  }

  /* destination gallery */
  .destination-gallery {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 16px;
  }

  .main-image {
      grid-row: span 2;
  }

  .destination-gallery img {
      width: 100%;
      object-fit: cover;
      border-radius: 12px;
  }

  .side-images img {
      height: 221px;
      margin: 10px;
      object-fit: cover;
  }

  @media (max-width: 768px) {
      .destination-gallery {
          grid-template-columns: 1fr;
          grid-template-rows: auto;
          height: auto;
      }

      .main-image {
          grid-row: span 1;
      }

      .side-images {
          display: none;
      }

      .side-images img {
          height: 200px;
      }
  }

  /* ====policy page==== */
  .policy-hero {
      position: relative;
      background: linear-gradient(rgba(5, 10, 20, 0.45), rgba(5, 10, 20, 0.45)), url('../images/domestic/privacy-banner.jpg') center center / cover no-repeat;
      overflow: hidden;
      border-bottom: 2px solid rgba(97, 138, 52, 0.1);
      height: 400px;
  }

  .policy-hero-content {
      position: relative;
      z-index: 3;
  }

  .tag-v3 {
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: rgba(255, 255, 255, 0.05);
  }

  .text-gradient-gold {
      background: linear-gradient(135deg, #f8b848 0%, #ffbd5a 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  /* Sticky Navigation Sidebar */
  .policy-navigation {
      position: sticky;
      top: 100px;
      z-index: 100;
  }

  .nav-card {
      background: #fff;
      border-radius: 30px;
      padding: 30px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
  }

  .policy-nav-link {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 14px 20px;
      color: #777;
      text-decoration: none !important;
      font-weight: 600;
      font-size: 15px;
      border-radius: 15px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      margin-bottom: 8px;
  }

  .policy-nav-link i {
      font-size: 18px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .policy-nav-link:hover,
  .policy-nav-link.active {
      background: rgba(97, 138, 52, 0.08);
      color: #618a34;
      transform: translateX(10px);
  }

  .policy-nav-link.active i {
      color: #618a34;
  }

  /* Content Card Styling */
  .policy-content-card {
      background: #fff;
      border-radius: 40px;
      padding: 30px;
      margin-bottom: 23px;
      border: 1px solid rgba(0, 0, 0, 0.03);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
      position: relative;
      overflow: hidden;
  }

  .policy-content-card::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 150px;
      height: 150px;
      background: radial-gradient(circle at top right, rgba(97, 138, 52, 0.05) 0%, transparent 70%);
      z-index: 0;
  }

  .policy-section-badge {
      width: 70px;
      height: 70px;
      background: rgba(248, 184, 72, 0.1);
      color: #f8b848;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      margin-bottom: 30px;
      box-shadow: 0 10px 20px rgba(248, 184, 72, 0.05);
  }

  .policy-content-card h3 {
      font-size: 24px;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 5px;
      letter-spacing: -1px;
  }

  .policy-content-card p {
      font-size: 17px;
      line-height: 1.9;
      color: #555;
  }

  .policy-feature-list {
      list-style: none;
      padding-left: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
  }

  .policy-feature-item {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 20px;
      display: flex;
      gap: 15px;
      align-items: flex-start;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .policy-feature-item:hover {
      background: #fff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transform: translateY(-5px);
  }

  .policy-feature-item i {
      color: #618a34;
      font-size: 20px;
      margin-top: 3px;
  }

  .policy-feature-content h5 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px;
      color: #1a1a1a;
  }

  .policy-feature-content p {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 1.6;
  }

  /* Floating Accents */
  .glass-support-card {
      background: linear-gradient(135deg, #0c437c 0%, #0c437cb3 100%);
      padding: 40px;
      border-radius: 30px;
      color: #fff;
      position: relative;
      overflow: hidden;
      margin-top: 30px;
  }

  .glass-support-card::before {
      content: '';
      position: absolute;
      width: 150px;
      height: 150px;
      background: #618a34;
      filter: blur(80px);
      top: -50px;
      right: -50px;
      opacity: 0.3;
  }

  .fa-envelope-open-text,
  .fa-phone-volume {
      color: #618a34;
      font-size: 19px;
  }

  /* ====terms and conditions==== */
  .terms-hero {
      position: relative;
      background: linear-gradient(rgba(5, 10, 20, 0.55), rgba(5, 10, 20, 0.55)), url('../images/domestic/privacy-banner.jpg') center center / cover no-repeat;
      overflow: hidden;
      border-bottom: 2px solid rgba(97, 138, 52, 0.1);
      height: 400px;
  }

  .terms-hero-content {
      position: relative;
      z-index: 3;
  }

  /* ====thanks page==== */
  .thanks-checkmark {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: linear-gradient(135deg, #618a34, #7db344);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
      animation: thanksPopIn 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
      box-shadow: 0 8px 30px rgba(97, 138, 52, 0.35);
  }

  .thanks-checkmark i {
      font-size: 44px;
      color: #fff;
      animation: thanksCheckDraw 0.4s ease 0.5s both;
  }

  @keyframes thanksPopIn {
      0% {
          transform: scale(0);
          opacity: 0;
      }

      100% {
          transform: scale(1);
          opacity: 1;
      }
  }

  @keyframes thanksCheckDraw {
      0% {
          opacity: 0;
          transform: scale(0.3) rotate(-45deg);
      }

      100% {
          opacity: 1;
          transform: scale(1) rotate(0);
      }
  }

  /* ===== SUCCESS CARD ===== */
  .thanks-card {
      background: rgba(255, 255, 255, 0.97);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 28px;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
      padding: 50px 40px;
      position: relative;
      z-index: 3;
  }

  .thanks-card h2 {
      font-weight: 800;
      color: #1a1a1a;
      font-size: 2rem;
  }

  .thanks-card .thanks-lead {
      color: #666;
      font-size: 1.05rem;
      max-width: 520px;
      margin: 0 auto;
      line-height: 1.7;
  }

  /* ===== CTA SECTION ===== */
  .thanks-cta {
      background: linear-gradient(135deg, #f5f8f0 0%, #eef4e5 100%);
      padding: 60px 0;
      text-align: center;
  }

  .thanks-cta h4 {
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 8px;
  }

  .thanks-cta p {
      color: #777;
      margin-bottom: 28px;
  }

  .thanks-cta .thanks-btn-home {
      background: transparent;
      color: #618a34;
      font-weight: 700;
      font-size: 0.95rem;
      padding: 14px 36px;
      border-radius: 50px;
      border: 2px solid #618a34;
      letter-spacing: 0.3px;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
  }

  .thanks-cta .thanks-btn-home:hover {
      background: #618a34;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(97, 138, 52, 0.2);
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 991px) {
      .thanks-card {
          padding: 40px 28px;
      }

      .thanks-card h2 {
          font-size: 1.6rem;
      }
  }

  @media (max-width: 767px) {
      .thanks-card {
          padding: 32px 20px;
          border-radius: 20px;
      }

      .thanks-card h2 {
          font-size: 1.4rem;
      }

      .thanks-card .thanks-lead {
          font-size: 0.95rem;
      }

      .thanks-checkmark {
          width: 80px;
          height: 80px;
          margin-bottom: 18px;
      }

      .thanks-checkmark i {
          font-size: 34px;
      }

      .thanks-cta {
          padding: 40px 0;
      }
  }

  @media (max-width: 576px) {
      .thanks-card {
          padding: 28px 16px;
          border-radius: 16px;
      }
  }