:root {
  --primary: #0d6efd;
  --accent: #ffcc33;
  --dark: #062343;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.topbar {
  background: var(--dark);
}

.hero-form {
  border-radius: 0.75rem;
}

.hero-form .form-control,
.hero-form .form-select {
  border-radius: 0.4rem;
}

.package-card {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  border-radius: 8px;      /* optional */
  z-index: 2;              /* optional, helps it appear above others */
  position: relative;      /* often needed with z-index */
}

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.package-img-wrap {
  position: relative;
  overflow: hidden;
}

.package-img-wrap img {
  height: 220px;
  object-fit: cover;
}

.package-tag {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.7rem;
}

.info-tile {
  border-radius: 0.75rem;
  padding: 0.9rem 0.95rem;
  border: 1px dashed rgba(13, 110, 253, 0.3);
  background-color: #f8fafc;
}

/* Enquiry block */
.enquiry-block {
  background:
    linear-gradient(135deg, rgba(6, 35, 67, 0.95), rgba(0, 123, 255, 0.85)),
    url("../img/enquiry-bg.jpg") center/cover no-repeat;
}

/* Helpers */
.small {
  font-size: 0.9rem;
  font-weight: 500;
}

.xsmall {
  font-size: 0.8rem;
}

footer {
  font-size: 0.85rem;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
  .hero-custom {
    padding: 1rem 0 0.5rem!important;
   /* text-align: center;*/
  }
    .itnry li {
       
        font-size: 12px;
    }
  .hero-custom .hero-form {
    max-width: 400px;
    margin: 0 auto;
  }
}


/* add new  css code*/
.himachal-cta-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("/assets/images/himachal-cta-bg.jpg") center center / cover no-repeat; 
	position:relative;
	z-index:1;
	padding:100px 0;
}
.himachal-cta-section:before {
content: '';
    background: #fdfbfbe0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
	}
.himachal-cta-overlay {
  backdrop-filter: blur(1px);
}

.himachal-cta-heading {
  font-size: clamp(1.8rem, 2.8vw + 1rem, 2.6rem);
  line-height: 1.3;
}

.text-accent {
  color: #ff7a1a; /* orange highlight */
}

.btn-accent {
  background-color: #ff7a1a;
  border: none;
  color: #ffffff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.btn-accent:hover {
  background-color: #ff8f33;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
/* css for bannerform */
.free-quotes {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 12px !important;
    opacity: 0.9;
}
.free-quotes .get-free {
    background-color: #0F6DAD;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 26px;
    position: relative;
    border-radius: 0px;
}
.free-quotes .get-free-qoute {
    padding: 30px;
}
.form-group {
    margin-bottom: 1rem;
}
.free-quotes .get-free-qoute .form-control {
    border-radius: 5px;
}
.btn-enq {
    background: #0050AF;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 6px 21px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    width: 100%;
}
/*  addnew css for we are */
.specialised-section {
  background-color: #f6f6f6;
}

.text-accent {
  color: #ff7a1a;
}

.specialised-item {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.specialised-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.specialised-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.specialised-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.25rem;
}

.specialised-text {
  font-size: 0.92rem;
  color: #666666;
  margin-bottom: 0;
}

/* mobile */
@media (max-width: 767.98px) {
  .specialised-item {
    padding: 20px 12px;
  }
}
 
 
 .contact-address-block {
  padding: 24px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-address-item + .contact-address-item {
  margin-top: 16px;
}

.contact-address-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #fff7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-address-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
/* Fixed header bar */
.tp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #fff; /* dark blue */
  padding: 15px 0;  
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Give page content space below fixed header */
body {
  padding-top: 60px; /* adjust if header height changes */
}

/* Logo */
.tp-logo {
  max-height: 48px;
}

/* Marquee */
.tp-marquee-wrap {
  background-color: transparent;
  color: #000;
  font-size: 1.2rem;
  white-space: nowrap;
}

/* Phone button */
.tp-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #ff7a1a;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.tp-phone-btn:hover {
  background-color: #ff8f33;
  color: #ffffff;
}

.tp-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Mobile tweaks */
@media (max-width: 575.98px) {
  .tp-header {
    padding: 4px 0;
  }

  .tp-logo {
    max-height: 40px;
  }

  .tp-phone-text {
    display: none; /* show only icon on very small screens */
  }

  .tp-phone-btn {
    padding-inline: 10px;
  }

  /* If you want to hide marquee on very small screens: */
  /* .tp-marquee-wrap { display: none; } */
}

.inclusions .read-collpse {
   /* position: absolute;*/
    right: 20px;
    margin-top: -10px;
}
.inclusions .read-collpse span {
    display: block;
}
.inclusions .read-collpse[aria-expanded="false"] i{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] span{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] i{
  display: block;
}
.inclusions {
    position: relative;
    margin-bottom: 0px;
}

.inclusions .read-collpse {
    display: inline-block;
    margin-top: 8px;
    cursor: pointer;
    text-decoration: none;
    color: #EE0002;
    font-weight: bold;
    font-size: 15px;
	    float: right;
}

/* default: collapsed (false) → show Read More, hide Read Less */
.inclusions .read-collpse[aria-expanded="false"] .read-more-label {
    display: inline;
}
.inclusions .read-collpse[aria-expanded="false"] .read-less-label {
    display: none;
}

/* expanded (true) → hide Read More, show Read Less */
.inclusions .read-collpse[aria-expanded="true"] .read-more-label {
    display: none;
}
.inclusions .read-collpse[aria-expanded="true"] .read-less-label {
    display: inline;
}
.card-location {
  font-size: 15px;
  color: #444;
  font-weight: 500;
}

.card-location i {
  color: #EE0002; /* match your theme color */
}
.hero-custom {
  min-height: 80vh;
  background:linear-gradient(120deg, rgb(6 35 67 / 47%), rgb(13 110 253 / 87%)),
	url(https://holidaymechanic.net/north-east-tour-packages/assets/images/banner-top.png) center / cover no-repeat
  
}
h2.h4.mb-2 {
    font-size: 36px;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 13px;
    color: #014073;
    font-weight: 800;
}
dl, ol, ul {
   
    margin-bottom: 0rem;
}
.text-primary {
    color: #014073!important;
}
.fa-clock-four:before, .fa-clock:before {
   
    color: #EE0002;
}
button.btn.btn-outline-primary.btn-sm.enquire-btn {
    background-color: #195a8c;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
button.btn.btn-outline-primary.btn-sm.enquire-btn:hover {
    background: #F37400;
    border-color: #F37400;
} 
.inclusions h5 {
    color: #195a8c;
    font-weight: 700;
    font-size: 16px;
}
h5.card-title {
    color: #195a8c;
    font-weight: 700;
    font-size: 22px;
}
ol, ul {
    padding-left: 0rem;
}
.whatsapp-float {
  position: fixed;
  left: 20px;            /* bottom-left */
  bottom: 20px;
  width: 55px;
  height: 55px;
  z-index: 9999;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  text-decoration: none;
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
}

/* If using Font Awesome instead of image */
.whatsapp-float i {
  font-size: 28px;
  color: #ffffff;
}

/* Optional hover effect */
.whatsapp-float:hover {
  background-color: #1ebe5d;
}
.pkg-incusion li {
   list-style-type: none;
    display: block;
    position: relative;
    background-image: url(https://hookatrip.com/lp/kashmir-tour-package/assets/images/arrow-orng.png);
    background-repeat: no-repeat;
    font-size: 13.5px;
    padding: 0px 0px 0px 15px;
    background-position: left 6px;
    margin: 0px;
}
.itnry {
    padding: 0px 0px;
    margin: 0;
    list-style-type: none;
}
.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 22%;
    text-align: center;
    font-size: 13px;
    color: #0f4174;
}
.itnry li figure {
    padding: 0px;
    margin: 0px;
}
.itnry figure img {
    width: 50px;
    height: auto;
}
.itnry li p {
    padding: 0px;
    margin: 0px;
}
ul.itnry {
    border-top: 1px solid #99999978;
    border-bottom: 1px solid #99999978;
    margin-bottom: 10px;
    margin-top: 5px;
}
/*  popup css */
    .hs-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 99999;
    }
    .hs-popup {
      background: #fff;
      max-width: 420px;
      width: 90%;
      padding: 20px 20px 25px;
      border-radius: 6px;
      position: relative;
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
      font-family: inherit;
    }
    .hs-popup-close {
      position: absolute;
      right: 10px;
      top: 8px;
      font-size: 22px;
      cursor: pointer;
      line-height: 1;
    }
    .hs-popup h3 {
      margin: 0 0 10px;
      font-size: 22px;
    }
    .hs-popup p {
      margin: 0 0 10px;
      font-size: 14px;
    }
    .hs-popup .get-free {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
      justify-content: center;
    }
    .hs-popup .get-free img {
      height: 40px;
      width: 70px;
      object-fit: contain;
    }
    .hs-popup form .form-group {
      margin-bottom: 8px;
    }
    .hs-popup form input,
    .hs-popup form textarea {
      width: 100%;
      padding: 8px 10px;
      border: 1px solid #ddd;
      border-radius: 3px;
      font-size: 13px;
    }
    .hs-popup form button {
      width: 100%;
      background:#ff5722;
      color:#fff;
      border:0;
      padding:10px 0;
      font-size:15px;
      border-radius:3px;
      cursor:pointer;
    }
    .hs-popup form button:hover {
      background:#e14a1a;
    }

    @media (max-width: 575.98px) {
      .hs-popup {
        max-width: 95%;
        padding: 15px;
      }
    }
.small.text-muted {
    color: #ee0002 !important;
    font-size: 15px;
} 
.d-flex.justify-content-between.align-items-center.mt-2 {
    border-top: 1px solid red;
}
/* code for gallery */
.gallery-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/*.gallery-4col img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}*/
.gallery-4col img {
  width: 100%;
  height: 220px; /* You can adjust 200â€“260px */
  object-fit: cover;
  border-radius: 6px;
  display: block;
}


@media(max-width: 768px){
  .gallery-4col{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 480px){
  .gallery-4col{
    grid-template-columns: repeat(1, 1fr);
  }
}
/* end code */

section.footer_bottom {
    background: rgb(36, 130, 115);
    padding: 15px 0px 10px;
}
section.footer_bottom p {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
}

.package-card .price-strip {
  background: linear-gradient(135deg, #fff7e0, #ffe4b3);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.4);
}

.package-card .price-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin-bottom: 4px;
}

.package-card .price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}

.package-card .primary-price .price-amount {
  font-size: 20px;
  font-weight: 700;
  color: #d63300;
}

.package-card .secondary-price .price-amount {
  font-size: 16px;
  font-weight: 600;
  color: #0d6efd;
}

.package-card .price-note {
  font-size: 11px;
  color: #495057;
}

/* Optional button styling */
.package-card .enquire-btn {
  white-space: nowrap;
  font-weight: 600;
  border-radius: 999px;
  padding: 6px 14px;
}
/* You already have .price-strip, .price-label, .price-line, 
   .primary-price, .secondary-price, .price-note, .enquire-btn */

.package-card .supplement-price {
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}

.package-card .supplement-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c757d;
}

.package-card .supplement-amount {
  font-size: 13px;
  font-weight: 600;
  color: #198754; /* green to separate from main prices */
}
/* Third price line style */
.package-card .tertiary-price .price-amount {
  font-size: 15px;
  font-weight: 600;
  color: #198754; /* green (or any accent) */
}

/* Optional: keep three rows tight */
.package-card .price-line {
  margin-bottom: 2px;
}
