/* ============================================================
   TOUR DETAIL PAGE — PREMIUM CUSTOM CSS
   Aesthetic: Luxury Travel / Editorial / Warm Gold + Deep Navy
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── CSS Variables ── */
:root {
    --gold: #c9902a; 
    --gold-light: #e8b84b;
    --dark: #1a1208; 
    --bg: #fdf8f0;
      /* --text: #3d3020; */
    --muted: #7a6a55;
    --white: #ffffff;
    --card-bg: #fff9f0;
    /* --gold:        #C9A84C; */
    /* --gold-light:  #F0D898; */
    --gold-dark:   #A0782A;
    --navy:        #0E1B2E;
    --navy-mid:    #1A2E48;
    --cream:       #FBF7F0;
    --smoke:       #F4F0E8;
    --text-main:   #1C1C1C;
    --text-muted:  #6B6B6B;
    --success:     #2E7D5A;
    --danger:      #C0392B;
    --radius-lg:   16px;
    --radius-sm:   8px;
    --shadow-soft: 0 4px 24px rgba(14, 27, 46, 0.08);
    --shadow-card: 0 8px 40px rgba(14, 27, 46, 0.12);
    --transition:  0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Base Typography ── */
body {
    /* font-family: 'DM Sans', sans-serif;
    color: var(--text-main);
    background-color: var(--cream);
    -webkit-font-smoothing: antialiased; */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
}

/* ── Breadcrumb Bar ── */
/* .breadcrumb-bar {
    position: relative;
    padding: 72px 0 52px;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}

.breadcrumb-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(14, 27, 46, 0.78) 0%,
        rgba(14, 27, 46, 0.45) 60%,
        rgba(201, 168, 76, 0.25) 100%
    );
}

.breadcrumb-bar .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.3);
    margin-bottom: 12px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a,
.breadcrumb-item {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color var(--transition);
}

.breadcrumb-item a:hover {
    color: var(--gold-light);
}

.breadcrumb-item.active {
    color: var(--gold-light);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.4);
} */

/* ── Page Content Wrapper ── */
.content {
    padding: 40px 0 60px;
}

/* ── Tour Title ── */
#tour_title {
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
    gap: 10px;
    flex-wrap: wrap;
}

#tour_title .badge {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    background: linear-gradient(135deg, #2E7D5A, #3aa870) !important;
    letter-spacing: 0.03em;
    border-radius: 20px !important;
    box-shadow: 0 2px 8px rgba(46, 125, 90, 0.3);
}

/* ── Info Meta Row ── */
.fs-12 {
    font-size: 13.5px !important;
}

.border-lg-end {
    border-right: 1.5px solid #ddd !important;
}

/* Star Rating */
.bi-star-fill,
.bi-star-half,
.fa-star {
    font-size: 13px;
}


/* ── Content Cards (Overview, Pickup, etc.) ── */
.card-bg-light {
    background: #fff !important;
    border-radius: var(--radius-lg) !important;
    padding: 28px 28px 20px !important;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(201, 168, 76, 0.12);
    transition: box-shadow var(--transition);
}

.card-bg-light:hover {
    box-shadow: var(--shadow-card);
}

/* .card-bg-light h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--navy);
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 2px solid transparent;
    background: linear-gradient(to right, var(--gold), transparent) border-box;
    border-image: linear-gradient(to right, var(--gold), transparent) 1;
    display: inline-block;
    width: 100%;
} */

.card-bg-light p {
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.75;
}

/* Pickup / Drop Icons */
.fa-plane-departure,
.fa-plane-arrival {
    color: var(--gold);
    font-size: 15px;
}

.fa-language {
    color: var(--gold);
    font-size: 16px;
}

/* ── Highlights ── */
.avatar.bg-primary-transparent {
    background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05)) !important;
    border: 1.5px solid rgba(201,168,76,0.3);
    color: var(--gold-dark) !important;
    transition: var(--transition);
}

.avatar.bg-primary-transparent:hover {
    background: var(--gold) !important;
    color: #fff !important;
}

.avatar.bg-primary-transparent .isax {
    color: var(--gold-dark);
}

/* ── Itinerary Stage Flow ── */
.stage-flow {
    padding: 8px 0;
}

.flow-step {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    box-shadow: 0 4px 12px rgba(201, 168, 76, 0.35);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.flows-step {
    position: relative;
    padding-bottom: 28px;
    align-items: flex-start !important;
}

.flows-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 36px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold-light), transparent);
}

.flow-content h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--navy);
}

.flow-content p {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.7;
}

.flow-content .avatar-rounded img {
    border-radius: var(--radius-sm);
    border: 2px solid rgba(201,168,76,0.25);
    width: 64px;
    height: 64px;
    object-fit: cover;
}

/* ── Includes & Excludes ── */
.isax-tick-square5 {
    color: var(--success) !important;
    font-size: 17px;
}

.isax-close-square5 {
    color: var(--danger) !important;
    font-size: 17px;
}

/* ── Gallery ── */
.galley-wrap {
    display: block;
    border-radius: var(--radius-sm);
    overflow: hidden;
    position: relative;
}

.galley-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(14,27,46,0);
    transition: var(--transition);
}

.galley-wrap:hover::after {
    background: rgba(14,27,46,0.25);
}

.galley-wrap img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.galley-wrap:hover img {
    transform: scale(1.05);
}

/* ── FAQ Accordion ── */
.faq-accordion .accordion-item {
    border: 1px solid rgba(201,168,76,0.18) !important;
    border-radius: var(--radius-sm) !important;
    overflow: hidden;
    background: #fff;
    transition: box-shadow var(--transition);
}

.faq-accordion .accordion-item:hover {
    box-shadow: 0 4px 20px rgba(201,168,76,0.15);
}

.faq-accordion .accordion-button {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    color: var(--navy);
    background: #fff;
    padding: 16px 20px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--gold-dark);
    background: linear-gradient(135deg, rgba(201,168,76,0.06), rgba(201,168,76,0.01));
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 20px;
    font-weight: 300;
    color: var(--gold);
    transform: none;
    width: auto;
    height: auto;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: none;
}

.faq-accordion .accordion-body {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.75;
    padding: 4px 20px 18px;
    border-top: 1px solid rgba(201,168,76,0.12);
}

/* ── Related Tours Section ── */
.section {
    background: var(--smoke);
    padding: 60px 0;
}

.section-header-six h2 {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: var(--navy);
}

.section-header-six h2::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: linear-gradient(to right, var(--gold), var(--gold-light));
    border-radius: 2px;
    margin-top: 10px;
}

/* ── Tour Card (Related Tours) ── */
.place-item {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(201,168,76,0.1);
    transition: transform var(--transition), box-shadow var(--transition);
}

.place-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
}

.place-item .place-img {
    position: relative;
    overflow: hidden;
}

.place-item .place-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.place-item:hover .place-img img {
    transform: scale(1.05);
}

.place-item .place-content {
    padding: 16px 18px 18px;
}

.place-item h5 a {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    text-decoration: none;
    transition: color var(--transition);
}

.place-item h5 a:hover {
    color: var(--gold-dark);
}

.place-item p.d-flex.align-items-center {
    font-size: 13px;
    color: var(--text-muted);
}

.place-item .isax-location5 {
    color: var(--gold);
}

/* Price & Ribbon */
.text-danger {
    color: var(--gold-dark) !important;
}

.ribbon {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

/* ── Booking Sidebar (general card styling) ── */
.col-xl-4 .card,
.col-xl-4 .bg-light-200 {
    border-radius: var(--radius-lg) !important;
    border: 1px solid rgba(201,168,76,0.2) !important;
    box-shadow: var(--shadow-card) !important;
}

/* ── Buttons ── */
.btn-primary {
    background: linear-gradient(135deg, var(--navy-mid), var(--navy));
    border: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all var(--transition);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: #fff;
    box-shadow: 0 6px 20px rgba(201,168,76,0.35);
    transform: translateY(-1px);
}

.btn-warning {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border: none;
    color: #fff;
    font-weight: 600;
    transition: all var(--transition);
}

.btn-warning:hover {
    background: linear-gradient(135deg, var(--gold-dark), #8a6020);
    color: #fff;
    box-shadow: 0 6px 20px rgba(201,168,76,0.4);
    transform: translateY(-1px);
}

.btn-success {
    background: linear-gradient(135deg, #1ebe5d, #128a40);
    border: none;
    color: #fff;
    font-weight: 600;
    transition: all var(--transition);
}

.btn-success:hover {
    background: linear-gradient(135deg, #17a350, #0e7034);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(18,138,64,0.3);
}

.btn-outline-light {
    border-color: rgba(201,168,76,0.4);
    color: var(--navy);
}

.btn-outline-light:hover {
    background: rgba(201,168,76,0.1);
    border-color: var(--gold);
    color: var(--gold-dark);
}

.btn-dark {
    background: var(--navy);
    border: none;
    font-weight: 600;
    transition: all var(--transition);
}

.btn-dark:hover {
    background: var(--gold-dark);
    transform: translateY(-1px);
}

/* ── Mobile Action Bar ── */
.mobile-action-bar {
    background: #fff;
    border-top: 1px solid rgba(201,168,76,0.25);
    box-shadow: 0 -4px 20px rgba(14,27,46,0.12) !important;
}

.mobile-action-bar .btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 12px;
    letter-spacing: 0.03em;
    border-radius: 0 !important;
    transition: all var(--transition);
}

/* ── Enquiry Modal ── */
.modal-content {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(201,168,76,0.2);
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    border-bottom: none;
    padding: 20px 24px;
}

.modal-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.modal-header .btn-close {
    filter: invert(1);
    opacity: 0.7;
}

.modal-body {
    background: var(--cream);
    padding: 24px;
}

.gradient-title {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    background: linear-gradient(135deg, var(--navy), var(--gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-control {
    border: 1.5px solid #e0d9cc;
    border-radius: var(--radius-sm);
    padding: 11px 14px;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: var(--text-main);
    background: #fff;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
    outline: none;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
}

/* ── Fav Badge ── */
.fav-item .badge.bg-info {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
}

/* ── Horizontal Rule ── */
hr {
    border-color: rgba(201,168,76,0.15);
    margin: 12px 0;
}

/* ── Map Image ── */
.tour-detail-map {
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(201,168,76,0.15);
}

/* ── Free Cancellation Badge ── */
.fa-ban {
    color: var(--success);
    font-size: 12px;
}

/* ── Scrollbar Styling ── */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--cream);
}

::-webkit-scrollbar-thumb {
    background: var(--gold-light);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold);
}

/* ── Animations ── */
@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0);    }
}

.card-bg-light {
    animation: fadeSlideUp 0.5s ease both;
}

.card-bg-light:nth-child(1) { animation-delay: 0.05s; }
.card-bg-light:nth-child(2) { animation-delay: 0.10s; }
.card-bg-light:nth-child(3) { animation-delay: 0.15s; }
.card-bg-light:nth-child(4) { animation-delay: 0.20s; }
.card-bg-light:nth-child(5) { animation-delay: 0.25s; }

/* ── Responsive Tweaks ── */
@media (max-width: 768px) {
    .content {
        padding: 24px 0 80px;
    }

    .card-bg-light {
        padding: 20px 16px !important;
        border-radius: 12px !important;
    }

    .service-img img {
        height: 260px;
    }

    .breadcrumb-bar {
        padding: 52px 0 36px;
    }

    .section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    #tour_title {
        font-size: 18px;
    }

    .mobile-action-bar .btn {
        font-size: 13px;
    }
}


/* home page- */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); }

    /* ── NAVBAR ──
     nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      display: flex; align-items: center; justify-content: space-between;
      padding: 18px 60px;
      background: rgba(26,18,8,0.92); backdrop-filter: blur(10px);
    }
    .logo { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--gold-light); letter-spacing: 0.5px; text-decoration: none; }
    .nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
    .nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; letter-spacing: 0.3px; }
    .nav-links a:hover { color: var(--gold-light); }
    .nav-cta { background: var(--gold); color: var(--white) !important; padding: 10px 22px; border-radius: 6px; font-weight: 600 !important; }
    .nav-cta:hover { background: var(--gold-light) !important; }  */
/* NAVBAR */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(26,18,8,0.92);
  backdrop-filter: blur(10px);
}

/* Logo */
.logo img {
  height: 40px;
}

/* Desktop links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
}

.nav-links a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-light);
}

/* CTA */
.nav-cta {
  background: var(--gold);
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 600;
}

/* Phone */
.nav-phone a {
  color: #fff;
  text-decoration: none;
}

/* Burger */
.nav-burger {
  width: 34px;
  height: 22px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-burger span {
  height: 3px;
  width: 100%;
  background: #fff;
  display: block;
  border-radius: 2px;
}

.nav-offcanvas {
  background: #1a1208;
  width: 280px;
}

.nav-offcanvas__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-offcanvas__links li {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-offcanvas__links a,
.mob-acc-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
}

.mob-acc-body {
  background: rgba(255,255,255,0.03);
}

.mob-acc-body a {
  padding-left: 35px;
  font-size: 14px;
}

/* Tablet */
@media (max-width: 1199px) {
  nav {
    padding: 12px 18px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .logo img {
    height: 34px;
  }

  .nav-phone {
    display: none;
  }
}

/* iPhone Small */
@media (max-width: 480px) {
  nav {
    padding: 10px 14px;
  }

  .logo img {
    height: 30px;
  }
}
/* Desktop hover dropdown */
@media (min-width: 1200px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-menu {
    display: none;
    background: #1a1208;
    border: none;
    padding: 10px 0;
  }

  .dropdown-menu li a {
    color: #fff;
    padding: 10px 20px;
    display: block;
  }

  .dropdown-menu li a:hover {
    background: rgba(255,255,255,0.05);
    color: var(--gold-light);
  }
}
@media (min-width: 1200px) {
  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
  }

  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.dropdown-menu.show {
  display: block !important;
}
    /* ── BUTTONS ── */
    .btn { display: inline-block; padding: 14px 36px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.25s; }
    .btn-gold { background: var(--gold); color: var(--white); }
    .btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
    .btn-outline { border: 2px solid rgba(255,255,255,0.5); color: var(--white); margin-left: 14px; }
    .btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }

    /* ── HERO SLIDER ── */
    .slider { position: relative; height: 100vh; overflow: hidden; }
    .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; display: flex; align-items: center; justify-content: center; }
    .slide.active { opacity: 1; z-index: 2; }
    .slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); transition: transform 6s ease; }
    .slide.active .slide-bg { transform: scale(1); }
    .slide-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,8,0,0.45) 0%, rgba(15,8,0,0.65) 60%, rgba(15,8,0,0.85) 100%); }
    .slide-content { position: relative; z-index: 2; text-align: center; color: var(--white); padding: 0 20px; }
    .slide-label { font-size: 12px; font-weight: 700; letter-spacing: 5px; color: var(--gold-light); text-transform: uppercase; margin-bottom: 18px; display: block; }
    .slide-title { font-family: 'Playfair Display', serif; font-size: clamp(42px, 6.5vw, 88px); font-weight: 800; line-height: 1.1; margin-bottom: 22px; }
    .slide-title em { color: var(--gold-light); font-style: normal; }
    .slide-desc { font-size: 17px; color: rgba(255,255,255,0.78); max-width: 520px; margin: 0 auto 36px; line-height: 1.75; }
    .slide-anim { transform: translateY(60px); opacity: 0; transition: transform 0.7s cubic-bezier(.22,.68,0,1.2), opacity 0.7s ease; }
    .slide.active .slide-anim { transform: translateY(0); opacity: 1; }
    .slide.active .slide-anim:nth-child(1) { transition-delay: 0.15s; }
    .slide.active .slide-anim:nth-child(2) { transition-delay: 0.3s; }
    .slide.active .slide-anim:nth-child(3) { transition-delay: 0.45s; }
    .slide.active .slide-anim:nth-child(4) { transition-delay: 0.58s; }
    .slide:not(.active) .slide-anim { transform: translateY(60px); opacity: 0; transition: none; }
    .slider-arrows { position: absolute; bottom: 50px; right: 60px; z-index: 10; display: flex; gap: 14px; }
    .arrow-btn { width: 54px; height: 54px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.35); background: rgba(255,255,255,0.08); backdrop-filter: blur(8px); color: var(--white); font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s; outline: none; }
    .arrow-btn:hover { background: var(--gold); border-color: var(--gold); transform: scale(1.1); }
    .slider-dots { position: absolute; bottom: 62px; left: 60px; z-index: 10; display: flex; gap: 10px; align-items: center; }
    .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; transition: all 0.3s; }
    .dot.active { background: var(--gold-light); width: 28px; border-radius: 4px; }
    .hero-phone { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 13px; z-index: 10; white-space: nowrap; }
    .hero-phone a { color: var(--gold-light); text-decoration: none; font-weight: 600; }

    /* ── SECTIONS ── */
    .section { padding: 100px 60px; }
    .section-label { font-size: 12px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
    .section-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 4vw, 48px); font-weight: 700; line-height: 1.25; color: var(--dark); }

    /* ── ABOUT ── */
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .about-images { position: relative; height: 480px; }
    .about-img-main { position: absolute; top: 0; left: 0; width: 70%; height: 85%; object-fit: cover; border-radius: 16px; box-shadow: 0 30px 60px rgba(0,0,0,0.18); }
    .about-img-sec { position: absolute; bottom: 0; right: 0; width: 55%; height: 60%; object-fit: cover; border-radius: 16px; border: 6px solid var(--bg); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
    .about-badge { position: absolute; top: 40px; right: 0; background: var(--gold); color: var(--white); padding: 20px 24px; border-radius: 12px; text-align: center; font-weight: 700; }
    .about-badge span { display: block; font-size: 28px; }
    .about-text .section-title { margin-bottom: 20px; }
    .about-text p { color: var(--muted); line-height: 1.8; margin-bottom: 24px; }
    .about-perks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
    .perk { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: var(--dark); }
    .perk::before { content: '✓'; color: var(--gold); font-weight: 700; }
    .features { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 60px; }
    .feature-card { background: var(--card-bg); border: 1px solid #ede0ca; border-radius: 14px; padding: 32px 26px; text-align: center; transition: transform 0.25s, box-shadow 0.25s; }
    .feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
    .feature-icon { font-size: 32px; margin-bottom: 14px; }
    .feature-card h4 { font-weight: 700; font-size: 16px; margin-bottom: 8px; }
    .feature-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

    /* ── STATS ── */
    .stats-band { background: var(--gold); display: grid; grid-template-columns: repeat(4,1fr); text-align: center; padding: 50px 60px; }
    .stat-item { color: var(--white); }
    .stat-num { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 800; display: block; }
    .stat-label { font-size: 14px; opacity: 0.9; font-weight: 500; }

    /* ── TOUR SECTIONS ── */
    .tours-section { background: var(--dark); color: var(--white); }
    .tours-section .section-title { color: var(--white); }
    .tours-section .section-label { color: var(--gold-light); }

    .tours-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; margin-top: 48px; }

    /* ── TOUR CARD — DARK (Taj, Same Day) ── */
    .tour-card {
      border-radius: 16px; overflow: hidden;
      transition: transform 0.3s, box-shadow 0.3s;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
    }
    .tour-card:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(0,0,0,0.45); }

    /* ── TOUR CARD — LIGHT (Golden Triangle) ── */
    .tour-card.light {
      background: var(--card-bg);
      border: 1px solid #ede0ca;
      color: var(--dark);
    }
    .tour-card.light:hover { box-shadow: 0 24px 48px rgba(0,0,0,0.12); }

    /* ── CARD IMAGE WRAPPER ── */
    .tour-card-img-wrap {
      position: relative; width: 100%; height: 210px; overflow: hidden;
    }
    .tour-card-img-wrap img {
      width: 100%; height: 100%; object-fit: cover; display: block;
      transition: transform 0.5s ease;
    }
    .tour-card:hover .tour-card-img-wrap img { transform: scale(1.07); }

    /* Gradient on image bottom */
    .tour-card-img-wrap::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0;
      height: 70px;
      background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
      pointer-events: none;
    }

    /* Badge on image */
    .tour-img-badge {
      position: absolute; top: 12px; left: 12px; z-index: 2;
      background: var(--gold); color: var(--white);
      font-size: 11px; font-weight: 700; padding: 4px 12px;
      border-radius: 20px; letter-spacing: 0.5px;
    }

    /* Duration chip on image */
    .tour-img-duration {
      position: absolute; bottom: 14px; right: 12px; z-index: 2;
      background: rgba(0,0,0,0.55); color: #fff;
      font-size: 12px; font-weight: 500; padding: 3px 10px;
      border-radius: 20px; backdrop-filter: blur(4px);
    }

    /* Stars rating on image bottom-left */
    .tour-img-rating {
      position: absolute; bottom: 14px; left: 12px; z-index: 2;
      display: flex; align-items: center; gap: 4px;
      background: rgba(0,0,0,0.55); color: #fff;
      font-size: 12px; font-weight: 600; padding: 3px 10px;
      border-radius: 20px; backdrop-filter: blur(4px);
    }
    .tour-img-rating .stars { color: #f5c842; font-size: 11px; }

    /* ── CARD BODY ── */
    .tour-card-body { padding: 18px 20px 0px; }
    .tour-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 10px; line-height: 1.45; }
    .tour-card:not(.light) h3 { color: #fff; }
    .tour-card.light h3 { color: var(--dark); }

    .tour-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12px; margin-bottom: 14px; }
    .tour-card:not(.light) .tour-meta { color: rgba(255,255,255,0.5); }
    .tour-card.light .tour-meta { color: var(--muted); }

    .tour-cta {
      display: block; text-align: center; padding: 10px 14px;
      border-radius: 8px; border: 1.5px solid var(--gold);
      color: var(--gold-light); text-decoration: none;
      font-weight: 600; font-size: 14px; transition: all 0.22s; letter-spacing: 0.3px;
    }
    .tour-cta:hover { background: var(--gold); color: var(--white); }

    /* No tours message */
    .no-tours {
      grid-column: 1/-1; text-align: center;
      padding: 40px; opacity: 0.5; font-size: 15px;
    }

    /* ── WHY US ── */
    .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .why-list { display: flex; flex-direction: column; gap: 26px; }
    .why-item { display: flex; gap: 20px; }
    .why-icon { width: 52px; height: 52px; flex-shrink: 0; background: #fff3de; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
    .why-item h4 { font-weight: 700; margin-bottom: 6px; }
    .why-item p { color: var(--muted); font-size: 14px; line-height: 1.6; }
    .why-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .why-img-card { border-radius: 14px; overflow: hidden; aspect-ratio: 1; position: relative; }
    .why-img-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
    .why-img-card:hover img { transform: scale(1.06); }
    .why-img-label { position: absolute; bottom: 10px; left: 10px; background: rgba(0,0,0,0.55); color: #fff; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; backdrop-filter: blur(4px); }

    /* ── CTA BANNER ── */
    .cta-banner { background: linear-gradient(135deg, var(--dark) 0%, #3d1f00 100%); padding: 80px 60px; text-align: center; position: relative; overflow: hidden; }
    .cta-banner::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1587474260584-136574528ed5?w=1200&q=80') center/cover; opacity: 0.12; }
    .cta-banner .section-label { color: var(--gold-light); }
    .cta-banner .section-title { color: var(--white); max-width: 600px; margin: 0 auto 32px; }

    /* ── FOOTER ── */
    footer { background: var(--dark) !important; color: rgba(255,255,255,0.7); padding: 70px 60px 30px; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
    .footer-brand p { margin-top: 16px; font-size: 14px; line-height: 1.7; }
    footer h4 { 
        font-family: 'Playfair Display',
        serif; color: var(--white); 
        font-size: 17px;
        margin-bottom: 18px; }
    footer ul {
        list-style: none;
        display: flex;
        flex-direction:column; 
        gap: 10px;
        
        margin-left:-32px ;
        
    }
    footer ul a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 14px; transition: color 0.2s; }
    footer ul a:hover { color: var(--gold-light); }
    .footer-contact p { font-size: 14px; margin-bottom: 10px; }
    .footer-contact a { color: var(--gold-light); text-decoration: none; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.4); }

    @media (max-width: 900px) {
      nav { padding: 16px 24px; }
      .nav-links { display: none; }
      .section { padding: 70px 24px; }
      .about-grid, .why-grid { grid-template-columns: 1fr; gap: 40px; }
      .about-images { height: 320px; }
      .features { grid-template-columns: 1fr; }
      .stats-band { grid-template-columns: 1fr 1fr; gap: 30px; padding: 40px 24px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
      .cta-banner { padding: 60px 24px; }
    }
  


    /* packages */
    /* ─── Page Banner ─────────────────────────────────────────── */
.page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.page-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.page-banner-content .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
}

.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.breadcrumb li a:hover {
  opacity: 1;
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  opacity: 0.6;
}

/* ─── Section Intro ───────────────────────────────────────── */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.custom-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ─── Section Title ───────────────────────────────────────── */
.gradient-title {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #c8993a 0%, #e8b84b 50%, #a0722a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.gradient-title i {
  -webkit-text-fill-color: #c8993a;
}

/* ─── Intro Card ──────────────────────────────────────────── */
.itinerary-card {
  border-radius: 12px;
  border: 1px solid #e8e0d0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.itinerary-card .d-flex {
  display: flex;
}

.itinerary-card .align-items-start {
  align-items: flex-start;
}

.itinerary-card .gap-3 {
  gap: 1rem;
}

.p-c {
  color: #c8993a;
}

.itinerary-card p {
  line-height: 1.75;
  color: #555;
  font-size: 0.97rem;
}

/* ─── Mobile Font Utility ─────────────────────────────────── */
.mobile-font {
  font-size: 0.95rem;
}

@media (max-width: 576px) {
  .mobile-font {
    font-size: 0.88rem;
  }
}

/* ─── Packages Section ────────────────────────────────────── */
.packages-wrapper {
  overflow: hidden;
  padding: 2rem 0;
}

.swiper-container {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

/* ─── Single Package Card ─────────────────────────────────── */
.single-package {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 300px;
  max-width: 360px;
}

.single-package:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.13);
}

/* Package Image */
.packege-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.packege-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.single-package:hover .packege-image img {
  transform: scale(1.06);
}

/* Package Content */
.packege-content {
  padding: 1.25rem;
}

/* Meta row */
.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0.85rem;
}

.content-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: #777;
}

.content-meta span i {
  color: #c8993a;
  font-size: 0.85rem;
}

/* Middle content */
.content-middle {
  margin-bottom: 1rem;
}

.content-middle .title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.4;
}

.content-middle .title a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.2s;
}

.content-middle .title a:hover {
  color: #c8993a;
}

.content-middle p {
  font-size: 0.82rem;
  color: #999;
  margin: 0;
}

/* Bottom row: button + price */
.content-btn-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.content-btn-price .price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #c8993a;
}

/* ─── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  border: none;
}

.btn-primary {
  background: #c8993a;
  color: #fff;
}

.btn-hover-secondary:hover {
  background: #1a1a2e;
  color: #fff;
}

/* ─── Utility ─────────────────────────────────────────────── */
.text-center { text-align: center; }
.mb-4        { margin-bottom: 1.5rem; }
.fw-bold     { font-weight: 700; }
.text-muted  { color: #6c757d; }
.bg-white    { background: #fff; }
.p-4         { padding: 1.5rem; }
.fs-1        { font-size: 2rem; }
.me-2        { margin-right: 0.5rem; }
.row         { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col-lg-12,
.col-lg-10   { padding: 0 12px; width: 100%; box-sizing: border-box; }

@media (min-width: 992px) {
  .col-lg-10 { width: 83.333%; margin: 0 auto; }
}

/* ─── Responsive ──────────────────────────────────────────── */
@media (max-width: 768px) {
  .page-banner-content .title {
    font-size: 1.75rem;
  }

  .gradient-title {
    font-size: 1.5rem;
  }

  .swiper-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .single-package {
    max-width: 100%;
    width: 100%;
  }

  .packege-image {
    height: 200px;
  }
}


/* hekehsfj */

/* ─── Section Heading ─────────────────────────── */
.section-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a2e;
}

/* ─── Tour Card ───────────────────────────────── */
.tour-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tour-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/* ─── Image ───────────────────────────────────── */
.tour-card__image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.tour-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tour-card:hover .tour-card__image img {
  transform: scale(1.05);
}

/* ─── Discount Badge ──────────────────────────── */
.discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  color: #1a1a2e;
  font-size: 0.8rem;
  font-weight: 700;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* ─── Body ────────────────────────────────────── */
.tour-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

/* ─── Duration ────────────────────────────────── */
.tour-card__duration {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: #555;
}

.tour-card__duration i {
  color: #4a90d9;
}

/* ─── Title ───────────────────────────────────── */
.tour-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 4px 0;
}

.tour-card__title a {
  color: #1a1a2e;
  text-decoration: none;
}

.tour-card__title a:hover {
  color: #4a90d9;
}

/* ─── Location ────────────────────────────────── */
.tour-card__location {
  font-size: 0.82rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.tour-card__location i {
  color: #4a90d9;
}

/* ─── Stars + Reviews ─────────────────────────── */
.tour-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stars i {
  color: #f5a623;
  font-size: 0.8rem;
}

.reviews {
  font-size: 0.78rem;
  color: #888;
}

/* ─── Price ───────────────────────────────────── */
.tour-card__price {
  margin-top: auto;
  padding-top: 8px;
}

.from-label {
  font-size: 0.75rem;
  color: #888;
  margin-right: 4px;
}

.current-price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
}

.original-price {
  font-size: 0.78rem;
  color: #e74c3c;
  text-decoration: line-through;
  margin-top: 2px;
}

/* ─── Footer Note ─────────────────────────────── */
.tour-card__note {
  font-size: 0.75rem;
  color: #aaa;
  text-align: center;
  margin: 6px 0 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 8px;
}

/* --------------------------- */
  /* ─── Main Wrapper ────────────────────────────── */
.service-wrap {
  border-radius: 12px;
  /*overflow: hidden;*/
  /*background: #f5f5f5;*/
}

.slider-wrap.vertical-slider {
  display: flex;
  flex-direction: row;
  /*gap: 8px;*/
  align-items: stretch;
  position: relative;
}

/* ─── Large Main Slider ───────────────────────── */
.slider-for {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.slider-for .service-img {
  height: 460px;
  overflow: hidden;
}

.slider-for .service-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* Hide default slick arrows on main slider */
/*.slider-for .slick-prev,*/
/*.slider-for .slick-next {*/
/*  display: none !important;*/
/*}*/

/* ─── Thumbnail Nav ───────────────────────────── */
.slider-nav {
  width: 100px;
  flex-shrink: 0;
}

.slider-nav .slick-list {
  height: 460px !important;
  overflow: hidden;
}

.slider-nav .slick-track {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  transform: none !important;
  height: 460px !important;
}

.slider-nav .slick-slide {
  height: auto !important;
  cursor: pointer;
}

.slider-nav .slick-slide > div {
  padding: 3px;
}

.slider-nav .slick-slide div img {
  width: 100% !important;
  height: 82px !important;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border-color 0.25s;
  display: block;
}

.slider-nav .slick-current div img {
  border-color: #e67e22;
}

.slider-nav .slick-slide div:hover img {
  border-color: #e67e22;
}

/* Hide nav slider arrows */
/*.slider-nav .slick-prev,*/
/*.slider-nav .slick-next {*/
/*  display: none !important;*/
/*}*/

/* ─── See All Button ──────────────────────────── */
.view-btn.mobile-see-all {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 20;
  /*background: rgba(255, 255, 255, 0.92);*/
  color: #1a1a2e;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
  width: 100px;
}

.view-btn.mobile-see-all:hover {
  background: #fff;
}

/* ─── Responsive ──────────────────────────────── */
@media (max-width: 768px) {
  .slider-wrap.vertical-slider {
    flex-direction: column;
  }

  .slider-for .service-img {
    height: 260px !important;
  }

  .slider-nav {
    width: 100% !important;
  }

  .slider-nav .slick-list {
    height: auto !important;
  }

  .slider-nav .slick-track {
    flex-direction: row !important;
    height: auto !important;
    gap: 6px !important;
  }

  .slider-nav .slick-slide div img {
    height: 65px !important;
    width: 90px !important;
  }
  .view-btn.mobile-see-all {
    bottom: 102px;
    left: 9px;
    z-index: 1;
  }
}

/* ===== LIGHT THEME - BLOG PAGE ===== */



/* ---- Page Background ---- */
.content {
    background-color: #ffffff;
    padding: 60px 0;
    min-height: 70vh;
}

/* ---- Blog Card ---- */
.blog-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #c7d2fe;
}

/* ---- Blog Image ---- */
.blog-img {
    display: block;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.blog-item:hover .blog-img img {
    transform: scale(1.04);
}

/* ---- Category Badge ---- */
.blog-item .badge.bg-primary {
    background: #ede9fe !important;
    color: #4f46e5 !important;
    font-size: 0.75rem;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 14px 14px 0;
    letter-spacing: 0.3px;
    font-weight: 500;
}

/* ---- Blog Info ---- */
.blog-info {
    padding: 14px 18px 20px;
}

.blog-info p {
    color: #6b7280;
    font-size: 0.82rem;
    margin-bottom: 4px;
    line-height: 1.5;
}

.blog-info h5 {
    margin-top: 10px;
    margin-bottom: 0;
}

.blog-info h5 a {
    color: #111827;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.blog-info h5 a:hover {
    color: #4f46e5;
}

/* ---- Author / Date Row ---- */
.blog-info .d-inline-flex a {
    color: #6b7280;
    text-decoration: none;
}

.blog-info .d-inline-flex a:hover {
    color: #111827;
}

.blog-info .border-end {
    border-color: #e5e7eb !important;
}

.blog-info .text-white {
    color: #6b7280 !important;
}

.blog-info .avatar-sm img {
    width: 28px;
    height: 28px;
    object-fit: cover;
}

/* ---- Pagination ---- */
.pagination {
    gap: 6px;
    justify-content: center;
}

.page-item .page-link {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    border-radius: 8px !important;
    padding: 7px 14px;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.page-item .page-link:hover {
    background: #f5f3ff;
    border-color: #c7d2fe;
    color: #4f46e5;
}

.page-item.active .page-link {
    background: #4f46e5;
    border-color: #4338ca;
    color: #ffffff;
}

.page-item.disabled .page-link {
    background: #f9fafb;
    color: #d1d5db;
    border-color: #f3f4f6;
}

/* ===== LIGHT THEME - BLOG DETAILS PAGE ===== */

/* ---- Breadcrumb ---- */
/* .breadcrumb-bar {
    background-color: #f8f9fa !important;
    background-blend-mode: overlay;
    padding: 60px 0;
    position: relative;
}

.breadcrumb-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    z-index: 0;
}

.breadcrumb-bar .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-title {
    color: #111827;
    font-weight: 600;
    font-size: 2rem;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #4f46e5;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: #4338ca;
}

.breadcrumb-item,
.breadcrumb-item.active {
    color: #6b7280;
    font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #d1d5db;
} */

/* ---- Page Background ---- */
.content {
    background-color: #f9fafb;
    padding: 50px 0;
    min-height: 70vh;
}

/* ---- Cards (General) ---- */
.card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: none;
}

.card-body {
    padding: 1.25rem;
}

.card-header {
    background: transparent;
    padding: 1.25rem 1.25rem 0;
}

/* ---- Blog Details Main Card ---- */
.card.blog-details {
    border-radius: 14px;
    border: 1px solid #e5e7eb;
}

/* ---- Blog Thumbnail ---- */
.blog-image img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

/* ---- Date & Category Row ---- */
.blog-content .border-end {
    border-color: #e5e7eb !important;
}

.blog-content .text-gray-9 {
    color: #374151 !important;
}

.blog-content .fs-16 {
    font-size: 0.9rem;
}

/* ---- Title ---- */
.blog-content h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

/* ---- Long Description Content ---- */
.blog-content .mb-3 p,
.blog-content .mb-3 li,
.blog-content .mb-3 span {
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.8;
}

.blog-content .mb-3 h3,
.blog-content .mb-3 h4 {
    color: #111827;
    font-weight: 600;
    margin-top: 1.25rem;
}

.blog-content .mb-3 a {
    color: #4f46e5;
    text-decoration: underline;
}

.blog-content .mb-3 blockquote {
    border-left: 4px solid #4f46e5;
    background: #f5f3ff;
    padding: 12px 18px;
    border-radius: 0 8px 8px 0;
    color: #4b5563;
    font-style: italic;
    margin: 1rem 0;
}

/* ---- Tags & Share Row ---- */
.blog-content .border-bottom {
    border-color: #e5e7eb !important;
}

/* Primary Badge */
.badge.badge-primary,
.badge.bg-primary {
    background: #ede9fe !important;
    color: #4f46e5 !important;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
}

/* Secondary Badge (Tags) */
.badge.badge-secondary,
.badge.bg-secondary {
    background: #f3f4f6 !important;
    color: #374151 !important;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.badge.badge-secondary:hover {
    background: #e0e7ff !important;
    color: #4f46e5 !important;
}

/* Badge MD (Popular Tags) */
.badge.badge-md {
    background: #f3f4f6 !important;
    color: #374151 !important;
    font-size: 0.8rem;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.badge.badge-md:hover {
    background: #ede9fe !important;
    color: #4f46e5 !important;
}

/* ---- Social Share Icons ---- */
.blog-content .d-flex img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: transform 0.2s;
}

.blog-content .d-flex a:hover img {
    transform: scale(1.15);
}

/* ---- Sidebar Cards ---- */

/* Search */
.blog-search .search-feild {
    position: relative;
}

.blog-search .search-feild span {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 0.95rem;
}

.blog-search .form-control {
    padding-left: 36px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    color: #111827;
    font-size: 0.875rem;
    height: 42px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.blog-search .form-control::placeholder {
    color: #9ca3af;
}

.blog-search .form-control:focus {
    border-color: #a5b4fc;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    background: #ffffff;
    outline: none;
}

/* Sidebar Section Headings */
.card .pb-3.border-bottom h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.card .pb-3.border-bottom {
    border-color: #e5e7eb !important;
}

/* ---- Categories ---- */
.card-body .d-flex.justify-content-between h6 a {
    color: #374151;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.card-body .d-flex.justify-content-between h6 a:hover {
    color: #4f46e5;
}

.card-body .d-flex.justify-content-between p {
    color: #9ca3af;
    font-size: 0.8rem;
    margin: 0;
}

/* ---- Related Posts ---- */
.blog-post {
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f4f6;
}

.blog-post:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0 !important;
}

.blog-post .avatar.avatar-xxl img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.blog-post a.two-line-ellipsis {
    color: #111827;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
    transition: color 0.2s;
}

.blog-post a.two-line-ellipsis:hover {
    color: #4f46e5;
}

.blog-post .fs-14 {
    color: #9ca3af;
    font-size: 0.8rem;
}

/* ---- Popular Tags ---- */
.category-tag {
    gap: 2px;
}


.breadcrumb-bar {
     /*padding: 187px 0 131px ;*/
     /*margin-top:187px;*/
  padding: 150px 0 40px;
  position: relative;
  z-index: 1;
}
.breadcrumb-bar .breadcrumb-title {
  font-size: 36px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 22px;
  }
}
.breadcrumb-bar::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;

  z-index: -1;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar {
    padding: 151px 0 59px;
  }
}

.breadcrumb .breadcrumb-item {
  color: #E4EBF1;
}
.breadcrumb .breadcrumb-item a {
  color: #FFF;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #CF3425;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "fontawesome";
  line-height: 2;
  font-size: 12px;
  color: #E4EBF1;
}
.breadcrumb .breadcrumb-item.active {
  color: #E4EBF1;
}

.breadcrumb-bg-01 {
  background: url("../img/bg/breadcrumb.jpg") no-repeat;
  background-size: cover;
}

.breadcrumb-bg-02 {
  
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-03 {
  background: url("../img/bg/breadcrumb-03.jpg") no-repeat;
  background-size: cover;
}

.breadcrumb-bg-04 {
  background-color: #111827;
}

.breadcrumb-bg-05 {
  background: url("../img/bg/breadcrumb-05.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-06 {
  background: url("../img/bg/breadcrumb-04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/*  */
/* ===== ABOUT SECTION ===== */

section.about {
    padding: 70px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-content h6.text-primary {
    color: #4f46e5 !important;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-content h2.display-6 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.35;
}

.about-content p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Avatar Icon Rows */
.about-content .avatar.avatar-xl {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-content .avatar.bg-primary {
    background-color: #4f46e5 !important;
}

.about-content .avatar.bg-secondary {
    background-color: #f3f4f6 !important;
}

.about-content .avatar i {
    font-size: 1.4rem;
    color: #ffffff;
}

.about-content .avatar.bg-secondary i {
    color: #374151;
}

.about-content .d-flex p {
    color: #374151;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Mission */
.about-mission {
    margin-top: 10px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.about-mission h6.text-primary {
    color: #4f46e5 !important;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-mission p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Background Decorative Images */
.about-bg,
.about-bg-1 {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.about-bg {
    bottom: 0;
    right: 0;
    opacity: 0.06;
}

.about-bg-1 {
    top: 0;
    left: 0;
    opacity: 0.05;
}

.about-bg-01 {
    max-width: 220px;
}


/* ===== WHY CHOOSE US SECTION ===== */

section.choose-us-section {
    padding: 70px 0;
    background-color: #f9fafb;
    position: relative;
    overflow: hidden;
}

.choose-title {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 48px;
}

.choose-title h2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4f46e5;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.choose-title h2 span.text-primary {
    color: #4f46e5 !important;
}

.choose-title h1.display-5 {
    font-size: 1.65rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.35;
}

.choose-title p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
}

/* Choose Cards */
.choose-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
    border-color: #c7d2fe;
}

/* Icon Circle */
.choose-icon span {
    width: 52px;
    height: 52px;
    background: #4f46e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.choose-card:hover .choose-icon span {
    background: #4338ca;
}

.choose-icon span i {
    font-size: 1.3rem;
    color: #ffffff !important;
}

/* Card Text */
.choose-card .card-content h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.choose-card .card-content p {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.7;
    margin: 0;
}

/* Decorative BG Stars */
.choose-bg-01,
.choose-bg-02 {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

.choose-bg-01 {
    bottom: 0;
    left: 0;
}

.choose-bg-02 {
    top: 0;
    right: 0;
}

.choose-bg-01 img,
.choose-bg-02 img {
    max-width: 180px;
}


/* ===== THANK YOU SECTION ===== */

.thankyou-sec {
    background-color: #0f0f11;
    padding: 60px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* ---- Animated BG Particles ---- */
.thankyou-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(79, 70, 229, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    animation: bgPulse 6s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes bgPulse {
    0%   { opacity: 0.6; transform: scale(1); }
    100% { opacity: 1;   transform: scale(1.05); }
}

.thankyou-sec .container {
    position: relative;
    z-index: 1;
}

/* ---- Card ---- */
.thank-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 3rem 2.5rem !important;
    opacity: 0;
    transform: translateY(30px);
    animation: cardReveal 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
}

@keyframes cardReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Thumbs Up Icon ---- */
.thumb-wrap {
    width: 90px;
    height: 90px;
    background: rgba(79, 70, 229, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    animation: popIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s both;
    position: relative;
}

/* Ripple ring around thumb */
.thumb-wrap::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1.5px solid rgba(99, 102, 241, 0.3);
    animation: rippleRing 2.5s ease-out infinite;
}

@keyframes rippleRing {
    0%   { transform: scale(1);    opacity: 0.6; }
    100% { transform: scale(1.35); opacity: 0; }
}

@keyframes popIn {
    0%   { transform: scale(0) rotate(-15deg); opacity: 0; }
    70%  { transform: scale(1.15) rotate(5deg); }
    100% { transform: scale(1) rotate(0deg);   opacity: 1; }
}

.thumb-wrap i {
    font-size: 2.2rem;
    color: #a5b4fc;
    animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-5px); }
}

/* ---- Message ---- */
.ty-message {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin-bottom: 1.25rem;
    animation: fadeUp 0.6s ease 0.8s both;
}

/* ---- Divider ---- */
.ty-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1.25rem 0;
    animation: fadeUp 0.6s ease 0.9s both;
}

/* ---- Contact Info ---- */
.ty-contact {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    animation: fadeUp 0.6s ease 1s both;
}

.ty-contact .fw-bold {
    color: rgba(255, 255, 255, 0.75);
}

.ty-contact a {
    color: #a5b4fc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.ty-contact a:hover {
    color: #c4b5fd;
    text-decoration: underline;
}

/* ---- Social Icons ---- */
.ty-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    animation: fadeUp 0.6s ease 1.1s both;
}

.ty-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
}

.ty-social a:hover {
    background: rgba(99, 102, 241, 0.3);
    border-color: rgba(99, 102, 241, 0.6);
    color: #ffffff;
    transform: translateY(-4px);
}

/* ---- Shared Fade Up ---- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Floating Orbs BG ---- */
.ty-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
    animation: orbFloat 8s ease-in-out infinite alternate;
}

.ty-orb-1 {
    width: 300px;
    height: 300px;
    background: rgba(79, 70, 229, 0.2);
    top: -80px;
    left: -80px;
    animation-delay: 0s;
}

.ty-orb-2 {
    width: 200px;
    height: 200px;
    background: rgba(139, 92, 246, 0.15);
    bottom: -60px;
    right: -60px;
    animation-delay: 2s;
}

.ty-orb-3 {
    width: 150px;
    height: 150px;
    background: rgba(99, 102, 241, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 4s;
}

@keyframes orbFloat {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(20px, -20px) scale(1.1); }
}

/* ---- Responsive ---- */
@media (max-width: 576px) {
    .thank-card {
        padding: 2rem 1.25rem !important;
    }
    .ty-message {
        font-size: 0.95rem;
    }
}


/* ═══════════════════════════════════════
   GALLERY + BLOG — GLASSMORPHISM DARK
═══════════════════════════════════════ */

.gb-section {
    background: #0a0a12;
    padding: 80px 5%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Orbs */
.gb-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(60px); }
.gb-orb-1 { width: 320px; height: 320px; background: rgba(201,168,76,0.07); top: -80px; right: -80px; animation: orbDrift 9s ease-in-out infinite alternate; }
.gb-orb-2 { width: 240px; height: 240px; background: rgba(99,102,241,0.07); bottom: 100px; left: -60px; animation: orbDrift 11s ease-in-out 2s infinite alternate; }
@keyframes orbDrift { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(20px,-20px) scale(1.1); } }

/* Heading */
.gb-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 10px;
}
.gb-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
.gb-sub {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.4);
    margin-bottom: 36px;
}

/* Tabs */
.gb-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 48px; flex-wrap: wrap; }
.gb-tab {
    padding: 7px 22px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(201,168,76,0.25);
    color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.04);
    transition: all .25s ease;
}
.gb-tab.active, .gb-tab:hover {
    background: rgba(201,168,76,0.12);
    border-color: #c9a84c;
    color: #c9a84c;
}

/* Divider */
.gb-block { margin-bottom: 56px; text-align: left; }
.gb-divider { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.gb-line { flex: 1; height: 1px; background: rgba(255,255,255,0.07); }
.gb-divider span { font-size: 0.7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #c9a84c; white-space: nowrap; }

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 210px 210px;
    gap: 14px;
    max-width: 1100px;
    margin: 0 auto;
}
.gallery-grid .g-item:nth-child(1) { grid-column: span 2; }
.gallery-grid .g-item:nth-child(4) { grid-column: span 2; }

.g-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}
.g-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}
.g-item:hover img { transform: scale(1.08); }
.g-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 55%);
    opacity: 0;
    transition: opacity .35s ease;
    display: flex; align-items: flex-end;
    padding: 16px;
}
.g-item:hover .g-overlay { opacity: 1; }
.g-glass {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 7px 14px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    display: flex; align-items: center; gap: 7px;
    transform: translateY(8px);
    transition: transform .3s ease;
}
.g-item:hover .g-glass { transform: translateY(0); }
.g-dot { width: 6px; height: 6px; border-radius: 50%; background: #c9a84c; flex-shrink: 0; }

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.b-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    text-align: left;
}
.b-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201,168,76,0.35);
    box-shadow: 0 20px 48px rgba(0,0,0,0.45);
}
.b-img-wrap { position: relative; height: 170px; overflow: hidden; }
.b-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.b-card:hover .b-img-wrap img { transform: scale(1.07); }
.b-badge {
    position: absolute; top: 12px; left: 12px;
    background: rgba(201,168,76,0.18);
    border: 1px solid rgba(201,168,76,0.45);
    color: #c9a84c;
    font-size: 0.65rem; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    padding: 4px 10px; border-radius: 50px;
    backdrop-filter: blur(6px);
}
.b-body { padding: 18px 16px 20px; }
.b-meta { display: flex; align-items: center; gap: 8px; font-size: 0.72rem; color: rgba(255,255,255,0.3); margin-bottom: 10px; }
.b-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.25); }
.b-title { font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.9); line-height: 1.45; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.b-desc  { font-size: 0.78rem; color: rgba(255,255,255,0.38); line-height: 1.65; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.b-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 700; color: #c9a84c; text-decoration: none; transition: gap .2s ease; }
.b-card:hover .b-cta { gap: 10px; }
.b-arrow { width: 16px; height: 16px; border-radius: 50%; background: rgba(201,168,76,0.2); display: inline-flex; align-items: center; justify-content: center; font-size: 10px; }

/* Reveal */
.reveal, .reveal-scale {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s ease, transform .65s ease;
}
.reveal-scale { transform: scale(0.92); }
.reveal.visible, .reveal-scale.visible { opacity: 1; transform: none; }

/* Responsive */
@media(max-width: 900px) {
    .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 640px) {
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .blog-grid { grid-template-columns: 1fr; }
}




.tour-card-footer {
    padding-bottom: 15px;
    margin-top: auto;
    /*border-top: 1px solid #eee;*/
    /*background: #fff;*/
}


.tour-card-footer h6
{   
    text-align:center;
    padding-left: 18px;
}