:root {
    --primary: #2563eb;
    --dark: #1f2937;
    --light: #f3f4f6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background: var(--light);
    color: #333;
    line-height: 1.6;
    padding-top: 80px; /* height of navbar */
}
section {
    margin: 0;
}

/*start menu bar*/
.menu_cont{
  padding-left: 20px;
  padding-right: 20px;
}

 /*menu bar code*/
.carousel p {
  color: #fcf004;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 2000;
  position: fixed;
  top: 0;
  background: linear-gradient(90deg, #0c2e52, #ff0000);
  backdrop-filter: blur(6px);
  width: 100%; 
  transition: all 0.3s ease;
 }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 32px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover, .site-navbar .site-navigation .site-menu > li > a:focus{
          color: #FFFF00 !important; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu {
      position: relative; }
      .site-navbar .site-navigation .site-menu  > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu  > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .dropdown .active {
          color: #007bff; }
        .site-navbar .site-navigation .site-menu .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .dropdown > li > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .dropdown > li > .dropdown, .site-navbar .site-navigation .site-menu .dropdown > li {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu :hover > a, .site-navbar .site-navigation .site-menu:focus > a, .site-navbar .site-navigation .site-menu:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu:hover, .site-navbar .site-navigation .site-menu:focus, .site-navbar .site-navigation .site-menu:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu > li:hover > .dropdown, .site-navbar .site-navigation .site-menu:focus > .dropdown, .site-navbar .site-navigation .site-menu:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  /*background: #fff;*/
  background: linear-gradient(90deg, rgba(12,46,82,0.8), rgba(255,0,0,0.6));
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
	.site-mobile-menu a:hover {
	  color: #FFFF00 !important; /* optional hover highlight */
	}

/*mobile close button*/
.site-mobile-menu .site-mobile-menu-close span {
  color: #FFB6C1; /* red color */
  font-size: 30px; /* keep size as is */
  cursor: pointer;
  transition: color 0.3s ease;
}
.site-mobile-menu .site-mobile-menu-close span:hover {
  color: #fff; /* turn yellow on hover, optional */
}
/* ------------------*/

  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #ffffff; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
		/*color: #fff; /* all links white */
		color: rgba(255, 255, 255, 0.6);
		  font-weight: 400; /* normal weight */
		  transition: color 0.3s ease;
        padding-left: 20px;
        font-size: 20px; }
		.site-mobile-menu .site-nav-wrap > li > a[href="#home-section"] {
		  color: #fff; /* bright white for Home */
		  font-weight: 600; /* optional emphasis */
		}
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7);}
    .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
	.sticky-wrapper .site-navbar .site-menu > li > a:hover {
        color: #FFFF00 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: linear-gradient(90deg, #022719, #006740);
    /*border-bottom: 1px solid transparent;*/
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #fff; /* nice highlight (optional) */ }
	/* When navbar is sticky */
	.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	  color: rgba(255, 255, 255, 0.5); /* faded for all */
	}

	/* Make HOME active (highlighted) */
	.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a[href="#home-section"] {
	  color: #fff !important; /* bright white */
	  font-weight: normal;
	}

	/* Optional hover effect */
	.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
	  color: #FFFF00 !important;
	}

.infocontact a {
	font-size: 16px;
    color: #fff;
}
.site-logo {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.subtitle {
  color: rgba(255, 255, 0, 0.9);
  color: #FFFF00;/* nice yellow */
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo .subtitle {
  color: #FFFF00 !important;
}
.navbar-brand img {
  margin-right: 15px; /* increase/decrease as needed */
}
.infocontact .d-md-inline-block {
  font-size: 13px;
}



/*end of menu bar*/




.logo-animate {
	width: 510px;
    height: 300px;
	border-radius: 10px;
    transition: transform 0.3s ease;
}

.logo-animate:hover {
    transform: scale(1.1) rotate(5deg);
}



.container{
max-width:1200px;
margin:auto;
margin-top:10px;
}

 /* ── Tour Card Layout ── */

.tour-card{
	display: grid;
    grid-template-columns: 320px 1fr 180px;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    margin-bottom: 32px;
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.tour-card:hover{
	transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
}

  /* ── Tour Image ── */

.tour-img{
	position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
}

.tour-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}
.tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
  }
.tour-card:hover .tour-img img {
transform: scale(1.05);
}

  /* ── Gallery Button Overlay ── */
  .gallery-btn-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, rgba(28,25,23,0.6) 0%, rgba(28,25,23,0.15) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 400ms ease;
    cursor: pointer;
    z-index: 2;
  }
  .tour-card:hover .gallery-btn-overlay {
    opacity: 1;
  }
  .gallery-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 300ms ease;
    transform: translateY(12px);
  }
  .tour-card:hover .gallery-btn {
    transform: translateY(0);
  }
  .gallery-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 20px rgba(255,255,255,0.15);
  }
  .gallery-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.5;
  }
  .gallery-count {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.75;
    margin-top: 8px;
    color: #FFFFFF;
    transform: translateY(12px);
    transition: transform 400ms ease 80ms;
  }
  .tour-card:hover .gallery-count {
    transform: translateY(0);
  }


  /* ── Tour Details ── */

.tour-details{
	padding: 28px 28px 20px;
    display: flex;
    flex-direction: column;
}

.tour-details h2{
	font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    /*color: #1C1917;*/
    line-height: 1.3;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #0c2e52, #ff0000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tour-details p{
	font-size: 13px;
    font-weight: 300;
    color: #57534E;
    line-height: 1.65;
    margin-bottom: 6px;
}
.tour-details p strong {
    font-weight: 500;
    color: #292524;
 }
.badge{
	display: inline-block;
    margin-top: 14px;
    padding: 5px 14px;
    background: #EBE9E1;
    color: #57534E;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 50px;
    align-self: flex-start;
}

  /* ── Tour Price ── */

.tour-price{
	background: #2C2420;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    text-align: center;
    gap: 12px;
}

.tour-price h3{
	background: #2C2420;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    text-align: center;
    gap: 12px;
}

.tour-price p{
	font-size: 13px;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 8px;
}

.tour-price button{
	padding: 12px 20px;
    background: #FFFFFF;
    color: #2C2420;
    border: none;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 150ms ease;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}

.tour-price button:hover{
	background: #EBE9E1;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

/* ── Gallery Modal ── */
  .gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(28,25,23,0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms ease, visibility 400ms ease;
  }
  .gallery-modal.active {
    opacity: 1;
    visibility: visible;
  }

  /* Modal Header */
  .gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
  }
  .gallery-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .gallery-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
  }
  .gallery-header .img-counter {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
  }
  .gallery-close {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    color: #FFFFFF;
    cursor: pointer;
    transition: all 200ms ease;
  }
  .gallery-close:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
  }

  /* Modal Body */
  .gallery-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    position: relative;
    overflow: hidden;
    min-height: 0;
  }

  /* Main Image */
  .gallery-main-image {
    position: relative;
    max-width: 85vw;
    max-height: 75vh;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
  }
  .gallery-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 400ms ease;
  }
  .gallery-main-image img.loading {
    opacity: 0.3;
  }

  /* Nav Arrows */
  .gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
    color: #FFFFFF;
    cursor: pointer;
    transition: all 200ms ease;
    z-index: 10;
  }
  .gallery-nav:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
  }
  .gallery-nav.prev { left: 24px; }
  .gallery-nav.next { right: 24px; }
  .gallery-nav svg { width: 22px; height: 22px; stroke-width: 1.5; }

  /* Image Caption */
  .gallery-caption {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(28,25,23,0.7);
    backdrop-filter: blur(12px);
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.08);
    white-space: nowrap;
  }
  .gallery-caption span {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
  }

  /* Thumbnail Strip */
  .gallery-thumbnails {
    flex-shrink: 0;
    padding: 16px 32px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid rgba(255,255,255,0.08);
    overflow-x: auto;
  }
  .gallery-thumbnails::-webkit-scrollbar { height: 0; }
  .gallery-thumb {
    width: 72px;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.45;
    transition: all 250ms ease;
    flex-shrink: 0;
  }
  .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-thumb:hover {
    opacity: 0.75;
  }
  .gallery-thumb.active {
    border-color: #FFFFFF;
    opacity: 1;
    box-shadow: 0 0 12px rgba(255,255,255,0.2);
  }

  /* Entry animations */
  .gallery-modal.active .gallery-header {
    animation: slideDown 400ms ease forwards;
  }
  .gallery-modal.active .gallery-main-image {
    animation: fadeScale 450ms ease forwards;
  }
  .gallery-modal.active .gallery-nav.prev {
    animation: slideRight 400ms ease forwards;
  }
  .gallery-modal.active .gallery-nav.next {
    animation: slideLeft 400ms ease forwards;
  }
  .gallery-modal.active .gallery-caption {
    animation: fadeUp 400ms ease 200ms forwards;
    opacity: 0;
  }
  .gallery-modal.active .gallery-thumbnails {
    animation: slideUp 400ms ease 150ms forwards;
    opacity: 0;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeScale {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }
  @keyframes slideRight {
    from { opacity: 0; transform: translateY(-50%) translateX(-20px); }
    to { opacity: 1; transform: translateY(-50%) translateX(0); }
  }
  @keyframes slideLeft {
    from { opacity: 0; transform: translateY(-50%) translateX(20px); }
    to { opacity: 1; transform: translateY(-50%) translateX(0); }
  }

  /* Image switch animation */
  .gallery-main-image img.switching {
    animation: imgSwitch 350ms ease forwards;
  }
  @keyframes imgSwitch {
    0% { opacity: 1; transform: scale(1); }
    40% { opacity: 0; transform: scale(0.96); }
    60% { opacity: 0; transform: scale(1.02); }
    100% { opacity: 1; transform: scale(1); }
  }

  /* ── Responsive ── */
  @media (max-width: 1024px) {
    .tour-card {
      grid-template-columns: 260px 1fr 160px;
    }
    .tour-details h2 { font-size: 19px; }
  }
  @media (max-width: 768px) {
    .tour-card {
      grid-template-columns: 1fr;
    }
    .tour-img {
      min-height: 240px;
      max-height: 280px;
    }
    .gallery-btn-overlay {
      opacity: 1;
      background: linear-gradient(to top, rgba(28,25,23,0.5) 0%, rgba(28,25,23,0.1) 40%, transparent 100%);
    }
    .gallery-btn {
      transform: translateY(0);
      padding: 12px 22px;
      font-size: 14px;
    }
    .gallery-count { transform: translateY(0); }
    .tour-details { padding: 20px; }
    .tour-details h2 { font-size: 18px; }
    .tour-details p { font-size: 12px; }
    .tour-price {
      padding: 24px 20px;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 8px;
    }
    .gallery-header { padding: 16px 20px; }
    .gallery-header h2 { font-size: 17px; }
    .gallery-main-image { max-width: 95vw; max-height: 60vh; }
    .gallery-nav { width: 40px; height: 40px; }
    .gallery-nav.prev { left: 12px; }
    .gallery-nav.next { right: 12px; }
    .gallery-thumbnails { padding: 12px 16px 16px; gap: 8px; }
    .gallery-thumb { width: 56px; height: 40px; }
    .gallery-caption { bottom: 20px; padding: 8px 18px; }
    .gallery-caption span { font-size: 11px; }
  }


/*footer*/
footer {
    text-align: center;
    padding: 10px;
    margin-top: 4px;
    color: #666;
}
