/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/
.hp-archive-wrap {
    padding: 60px 0;
}
.page-template-front-page #masthead {
        position: absolute;
        left: 0;
        right: 0;
    }

.hp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

/* CARD */
.hp-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.hp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(0,0,0,.14);
}

/* IMAGE */
.hp-thumb {
    position: relative;
    height: 240px;
}

.hp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65), transparent);
}

/* BADGES */
.hp-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ffb703;
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

.hp-duration-pill {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(255,255,255,.95);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

/* CONTENT */
.hp-content {
    padding: 22px;
}

.hp-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}

.hp-title a {
    color: var(--ast-global-color-0);
    text-decoration: none;
}

.hp-location {
   font-size: 18px;
    color: #172744;
    margin-bottom: 14px;
    font-weight: 600;
}
.hp-location img {
    margin-top: -2px;
}

/* DESTINATIONS */
.hp-destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.hp-destinations span {
    background: #f1f5f9;
    padding: 6px 12px;
    border-radius: 14px;
    font-size: 13px;
}

.hp-destinations .more {
    background: #000;
    color: #fff;
}

/* FOOTER */
.hp-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.hp-price .label {
    font-size: 13px;
    color: #777;
}

.hp-price-inr, .hp-price-eur {
    font-size: 16px;
    font-weight: 900;
	color: #e63946;
}

.hp-price-inr small, .hp-price-eur small {
    font-size: 13px;
    font-weight: 500;
	 color: #0a2540;
}

.hp-price-eur {
    font-size: 14px;
    color: #e63946;
}

/* BUTTON */
.hp-btn {
    background: linear-gradient(135deg, #162745, #162745);
    color: #fff;
    padding: 11px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .25s ease;
}

.hp-btn:hover {
    transform: scale(1.06);
}
.hero {
 
}
.hero {
  position: relative;
   padding: 120px 40px 80px;
  background: url("#") top center/cover no-repeat;
  display: flex;
  align-items: center;

}

/* .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #f2fbf6, #ffffff00);
} */

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT */
.hero-content {
  max-width: 60%;
	z-index: 1;
}

.hero-tagline {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: #fff;
  color: #1e293a;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
	font-weight: 600;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.hero h1 span {
  color: #ffc107;
}

.hero p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.btn {
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary {
  background: #ffc107;
  color: #fff;
}

.btn-primary:hover {
  background: #ffb300;
}

.btn-outline {
      border: 2px solid var(--ast-global-color-0);
    color: var(--ast-global-color-0);
}

.btn-outline:hover {
    background: var(--ast-global-color-0);
    color: #fff;
}

.hero-features {
  display: flex;
  gap: 22px;
	    background: #fff;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #0000001f;
}

.feature-box {
  color: #333;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease;
}
span.hero-feature-icon {
    padding-top: 6px;
}
.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

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


/* RIGHT */
.hero-visual {
  width: 40%;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
	position:relative;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-features {
    justify-content: center;
  }

  .hero-visual {
    width: 100%;
    height: 380px;
  }
}

/* Section spacing */
.destinations-section {
  padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Header */
.destinations-header {
  margin-bottom: 40px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-tagline {
  display: inline-block;
 background: #e9f0fd;
    color: #162745;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 500;
}

.section-title {
  margin-top: 12px;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
}

/* Cards layout */
.destinations-wrap {
  display: flex;
  gap: 24px;
}

/* Card */
.destination-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  cursor: pointer;
}

/* Image */
.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover zoom */
.destination-card:hover img {
  transform: scale(1.08);
}

/* Overlay container */
.destination-overlay {
 position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    background: #fff;
    border-radius: 18px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

/* Left content */
.overlay-left h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

/* Left content wrapper */
.overlay-left {
  display: grid;
  grid-template-rows: auto 0fr; /* hide span row */
  transition: grid-template-rows 0.35s ease;
}

/* Tours count */
.overlay-left span {
  overflow: hidden;
  font-size: 14px;
  color: #6b7280;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, transform 0.35s ease;
}

/* Hover state */
.destination-card:hover .overlay-left {
  grid-template-rows: auto 1fr;
}

.destination-card:hover .overlay-left span {
  opacity: 1;
  transform: translateY(0);
}


/* Arrow button */
.overlay-arrow {
  width: 32px;
  height: 32px;
  background: #e9f0fd;
    color: #162745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* Arrow hover animation */
.destination-card:hover .overlay-arrow {
  background: #162745;
  color: #fff;
  transform: translateX(3px);
}
.about-trip-section {
  padding: 40px;
  background: linear-gradient(to top, #ffffff, #f6fbff);
}

.about-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.about-tag {
  color: #ffc107;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-desc {
  font-size: 16px;
  color: #555;
  max-width: 480px;
  margin-bottom: 35px;
}

.about-feature {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: #fff3e8;
  color: #ff7a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.about-feature h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.about-feature p {
  font-size: 14.5px;
  color: #666;
  line-height: 1.6;
}

/* RIGHT IMAGES */

.about-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-container {
    grid-template-columns: 1fr;
  }

  .about-images {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about-images .img {
    position: relative;
    width: 100%;
    height: 220px;
  }

  .img-large {
    grid-column: span 2;
    height: 280px;
  }
}
.ft-wrap {
  padding: 60px 40px;
  background:#F6FBFF;
}

.ft-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px;
  flex-wrap:wrap;
  gap:20px;
}

.ft-sub {
  color:#ffc107;
  font-style:italic;
  margin-bottom:6px;
}

.ft-tabs {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ft-tab {
  border:0;
  padding:8px 14px;
  border-radius:8px;
  background:#fff;
  cursor:pointer;
}

.ft-tab.active {
  background:#ffc107;
  color:#fff;
}

.ft-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

.ft-card {
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.ft-img {
  position:relative;
  height:200px;
  overflow:hidden;
}

.ft-img img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.ft-rating {
  position:absolute;
  right:10px;
  top:10px;
  background:#fff;
  padding:4px 8px;
  border-radius:20px;
  font-size:13px;
  font-weight:600;
}

.ft-body {
  padding:18px;
}

.ft-country {
  font-size:12px;
  color:#888;
  text-transform:uppercase;
}

.ft-price span {
  color:#ff6b2c;
  font-weight:700;
}

.ft-time {
  margin:8px 0;
  font-size:14px;
  color:#444;
}

.ft-link {
  text-decoration:none;
  font-weight:600;
  color:#111;
}
.tour-types {
  padding: 80px 5%;
  text-align: center;
  background: #fff;
}

.section-tag {
  display: inline-block;
  font-family: cursive;
  color: #f4b41a;
  margin-bottom: 10px;
}

.tour-types h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
}

.tour-card {
  text-align: center;
}

.tour-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.tour-card:hover img {
  transform: translateY(-6px);
}

.tour-card h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}
.why-choose {
  padding: 60px 40px;
  background: linear-gradient(120deg, #f7fbf4, #ffffff);
}

.wc-container {
  display: flex;
  gap: 80px;
  align-items: center;
	justify-content:center;
}

.wc-images {
  display: grid;
  grid-template-columns: 180px 260px;
  grid-template-rows: auto auto;
  gap: 30px;
}

.wc-img {
  overflow: hidden;
  border-radius: 120px;
}

.wc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-img.small {
  height: 220px;
}

.wc-img.tall {
  grid-row: span 2;
  height: 500px;
}

.wc-content {
  max-width: 520px;
}

.wc-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--ast-global-color-1);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.wc-content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--ast-global-color-0);;
}

.wc-content h2 span {
  color: var(--ast-global-color-1);;
}

.wc-content p {
  font-size: 16px;
  margin-bottom: 35px;
}

.wc-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.wc-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  background: #e9f0fd;
  border-radius: 14px;
}

.wc-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ast-global-color-0);
}

.wc-icon svg {
  width: 30px;
  height: 30px;
}


.wc-feature h4 {
  font-size: 16px;
  margin: 0;
  color: #222;
}

/* Responsive */
@media (max-width: 991px) {
  .wc-container {
    flex-direction: column;
  }

  .wc-images {
    grid-template-columns: 1fr 1fr;
  }

  .wc-img.tall {
    height: 380px;
  }
}
.stats-section {
  width: 100%;
  background: var(--ast-global-color-0); /* Blue background */
  padding: 40px 0;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 20px;
}

.stat-box {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.stat-icon svg {
  width: 36px;
  height: 36px;
  stroke-width: 1.8;
}

.stat-icon.orange { color: #f59e0b; }
.stat-icon.blue { color: #2563eb; }
.stat-icon.green { color: #16a34a; }

.stat-box h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #111;
}

.stat-box p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 900px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}
.faq-section {
	padding:60px;
	    text-align: center;
}
.faq-wrap {
  max-width: 900px;
  margin: auto;
	margin-top: 40px;
	    text-align: left;
}

.faq-item {
  border-radius: 14px;
  background: #f4f7fb;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  background: #f4f7fb;
  border: 2px solid var(--ast-global-color-0);
}

.faq-question {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.faq-answer {
  padding: 0 26px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  color: #555;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  padding: 0 26px 22px 26px;
  opacity: 1;
  max-height: 300px; /* enough for content */
}

.arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.faq-item.active .arrow {
  transform: translateY(-50%) rotate(-135deg);
  border-color: #2f6fed;
}
.partners-section {
  padding: 60px 0;
  overflow: hidden;
  text-align: center;
}

.partners-container {
  max-width: 1200px;
  margin: auto;
	margin-top:30px;
}

.partners-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partners-track {
	flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    min-width: 100%;
  animation: marquee 25s linear infinite;
}

.partner-logo {
  flex: 0 0 auto;
  padding: 0 20px;
}

.partner-logo img {
  max-height: 50px;
  width: auto;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.partner-logo img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.inquiry-bar {
  color: #fff;
}

.inquiry-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.inquiry-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.inquiry-left h4 {
  margin: 0;
  font-size: 18px;
	color:#fff;
}

.inquiry-left p {
  margin: 5px 0 0;
  color: #f5f5f5;
  font-size: 14px;
}

.icon-wrap {
  border-radius: 50%;
}

.inquiry-items {
  display: flex;
  gap: 40px;
}

.inquiry-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.inquiry-item small {
  display: block;
  color: #aaa;
  font-size: 13px;
}

.inquiry-item strong {
  font-size: 15px;
  font-weight: 600;
}

/* ICON STYLES */
.icon,
.icon-wrap {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  border-radius: 50%;
}

.icon.whatsapp {
  background: #25D366;
}

.icon.mail,
.icon.call {
  background: #1e90ff;
}
.inquiry-text {
    text-align: left;
}
.contact-content {
    text-align: left;
}
.contact-content a {
    color:#fff;
}
/* Responsive */
@media (max-width: 992px) {
  .inquiry-container {
    flex-direction: column;
    text-align: center;
  }

  .inquiry-items {
    flex-direction: column;
    gap: 20px;
  }
}
.about-boltan {
  text-align: left;
}

.about-boltan h4 {
  font-size: 22px;
  font-weight: 600;
	 text-align: left;
	 margin-bottom:20px !important;
}
.about-boltan p {
  margin-bottom:20px !important;
	 text-align: left;
}
.home-blog-section {
  padding: 60px 40px;
  background: #f8f8f8;
}

/* Header Row */

.blog-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.blog-subtitle {
  color: var(--ast-global-color-1);
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}

.blog-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

/* Button */

.blog-add-btn {
  background: var(--ast-global-color-1);
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.blog-add-btn:hover {
  background: #e56700;
  color: #fff;
}

/* Grid */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */

.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
}

/* Thumbnail */

.blog-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* Meta */

.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px 10px;
}

.blog-cat {
  background: var(--ast-global-color-1);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.blog-date {
  color: #777;
  font-size: 14px;
}

/* Title */

.blog-post-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 20px 24px;
}

.blog-post-title a {
  color: #111;
  text-decoration: none;
}

.blog-post-title a:hover {
  color: #ff7a00;
}

/* Responsive */

@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .blog-title {
    font-size: 32px;
  }
}
.sp-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin: 40px 0;
}

.sp-title {
  font-size: 36px;
  font-weight: 800;
}

.sp-duration,
.sp-location {
  display: inline-block;
  background: #f2f4f7;
  padding: 8px 14px;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.sp-badges span {
  background: #e8f1ff;
  padding: 7px 12px;
  border-radius: 18px;
  margin: 6px 6px 0 0;
  display: inline-block;
  font-weight: 600;
}

.sp-box {
  background: #fff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
  margin-top: 26px;
}

.chip {
  background: #f3f3f3;
  padding: 8px 12px;
  border-radius: 16px;
  margin: 5px;
  display: inline-block;
}

.sp-hero-card img {
  width: 100%;
  border-radius: 16px;
}

.sp-price-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
  margin-top: 20px;
  position: sticky;
  top: 100px;
}
.holiday-sidebar-widget {
    background: #fff;
	padding: 18px;
    border-radius: 12px;
}
.sp-price-card .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.sp-book-btn {
  display: block;
  background: #ff5b2e;
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  margin-top: 18px;
  cursor: pointer;
}

@media(max-width: 900px){
  .sp-grid {
    grid-template-columns: 1fr;
  }
}
.hp-hero img {
width:100%;
border-radius:14px;
margin-bottom:20px;
}

.hp-meta-strip span {
background:#eef2f6;
padding:8px 14px;
border-radius:20px;
margin-right:8px;
}

.hp-exp-badges span {
background:#e7f0ff;
padding:7px 12px;
border-radius:16px;
margin:6px;
display:inline-block;
}

.hp-box {
background:#fff;
padding:24px;
border-radius:14px;
box-shadow:0 4px 14px rgba(0,0,0,.06);
margin-top:20px;
}

.dest-item {
display:flex;
gap:10px;
align-items:center;
margin-bottom:12px;
text-decoration:none;
}

.dest-item img {
width:46px;
height:46px;
border-radius:8px;
object-fit:cover;
}
.holiday-sidebar {
    width: 30%;
    padding-left: 30px;
    margin-top: 60px;
}
.holiday-sidebar-widget {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
}
.side-price-box {
padding:18px;
border-radius:12px;
margin-bottom:16px;
}

.side-price-eur {
font-size:22px;
font-weight:700;
color:#ff5a3c;
}

.side-price-inr {
font-size:16px;
opacity:.8;
}

.side-btn {
display:block;
text-align:center;
padding:14px;
border-radius:10px;
font-weight:600;
margin-bottom:12px;
text-decoration:none;
}

.side-btn.primary {
background:#ff5a3c;
color:#fff;
}

.side-btn.whatsapp {
background:#25D366;
color:#fff;
}

.side-destinations a {
display:block;
padding:8px 0;
border-bottom:1px solid #eee;
text-decoration:none;
}
.price-grid {
display:grid;
grid-template-columns:1fr;
gap:12px;
	margin-top:15px;
}

.price-row {
display:flex;
justify-content:space-between;
align-items:center;
background:#f3f5f8;
padding:18px 20px;
border-radius:14px;
}

.price-left {
font-size:16px;
font-weight:600;
color:#2b2f38;
}

.price-right {
display:flex;
align-items:baseline;
gap:6px;
}

.price-right .amount {
font-size:22px;
font-weight:700;
color:#ff5a3c;
}

.price-right .per {
font-size:13px;
color:#6b7280;
}
.side-btn-row {
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
margin-top:16px;
}

.side-btn {
display:block;
text-align:center;
padding:12px;
border-radius:10px;
font-weight:600;
text-decoration:none;
}

.side-btn.enquire {
background:#ff5a3c;
color:#fff;
}

.side-btn.whatsapp {
background:#25D366;
color:#fff;
}