: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;
}

.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;
}

.xsmall {
  font-size: 0.8rem;
}

footer {
  font-size: 0.85rem;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
  .hero-custom {
    padding: 3rem 0 2.5rem;
    text-align: center;
  }

  .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; } */
}
