@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --main-logo-color: #233e6d;
  --main-gold-color: #d23f34;
  --darklight-text: #424242;
  --light-text: #82828a;
  --light-color: #3d54bd;
  --green-color: #6bc13b;
  --font-primary: "Jost", sans-serif;
  --font-heading: "Cormorant Garamond", serif;

  --accent-color: #6c757d;
  --light-bg: #f8f9fa;
  --dark-text: #333;
  --border-radius: 12px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
}

/* genral style */
html,
body {
  overflow-x: hidden;
}
body,
html {
  /* background-color: #fff; */
  font-size: 16px;
  font-family: var(--font-primary) !important;
}

p {
  font-size: 16px;
  font-weight: normal;
  color: var(--darklight-text);
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  font-family: var(--font-primary) !important;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.bg-light-maincolor {
  background-color: #f1fafb;
}

.bg-main-color {
  background-color: var(--main-logo-color);
}

.bg-main-yellow-color {
  background-color: var(--main-yellow-color);
}

.bg-light-yellow-color {
  background-color: #fff6be;
}

.text-main-color {
  color: var(--main-gold-color);
}

.text-gold-color {
  color: var(--main-gold-color);
}

.black-stroke-text {
  -webkit-text-stroke: 2px #000;
}

.py-8 {
  padding: 80px 0;
}

.z-25 {
  z-index: 25;
}

.size-6 {
  width: 24px;
  height: 24px;
}
.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-main-color {
  background-color: var(--main-logo-color);
  /* font-size: 16px; */
  color: #fff;
  width: fit-content;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  padding: 8px 15px;
  align-items: center;
  justify-content: center;
}

.btn-main-color:hover {
  background-color: #fff;
  color: #000;
  border-color: var(--main-logo-color);
}

.btn-main-border {
  background-color: var(--light-color);
  border: 2px solid var(--main-logo-color);
  color: #000;
}

.btn-main-border:hover {
  background-color: var(--main-logo-color);
  color: #fff;
}

.btn-gold-color {
  background-color: var(--main-gold-color);
  /* font-size: 16px; */
  color: #fff;
  width: fit-content;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  padding: 8px 15px;
  align-items: center;
  justify-content: center;
}
.btn-gold-color:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid var(--main-gold-color);
}
/* header style */
.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.topbar {
  background-color: var(--light-bg);
}
.topbar-info li a,
.topbar-info li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
.topbar-info li a svg {
  width: 14px;
  height: 14px;
  color: var(--main-gold-color);
}
.mid-header {
  background-image: url(../image/header-bg.png);
  background-size: contain;
  background-position: 12%;
  background-repeat: no-repeat;
  /* background: linear-gradient(to right, var(--light-color) 20%, #fff 80%);; */
  border-bottom: 2px solid var(--light-color);
  position: relative;
}
.mid-header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 12%;
  height: 100%;
  background-color: var(--light-color);
  z-index: 0;
}
.mid-header .col-md-11 {
  position: relative;
  z-index: 5;
}
.logo {
  width: 200px;
  display: block;
}
.logo img {
  width: 200px;
}
nav ul li a {
  font-size: 13px;
  font-weight: 500;
  color: var(--darklight-text);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}
nav ul li a:hover {
  color: var(--main-logo-color);
}
nav ul li a svg {
  width: 17px;
  height: 17px;
  color: var(--main-gold-color);
}
nav ul li ul.dropdown-menu > li > a {
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
}

nav .dropdown-toggle::after {
  display: none;
}

header nav .dropdown-menu.show {
  border-image: linear-gradient(
      to top,
      var(--main-gold-color) -70%,
      #101111 100%
    )
    1;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
}

header nav .dropdown a svg {
  width: 18px;
  height: 18px;
}
/* Swiper */
.swiper-hero {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 550px;
}

.slide-content p {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 8px;
}

.slide-content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.btn-group {
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: #00bcd4;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #0096a8;
}

.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  padding: 12px 30px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
}

/* Custom Dots */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #00bcd4 !important;
  opacity: 1;
  transform: scale(1.3);
}

/* Custom Arrows */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #00bcd4;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.hero-section {
  background-image: url(../image/hero-img.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CTA_btnWrapper {
  display: flex;
  margin-top: 15px;
}

.CTA_btnWrapper .call_btn {
  padding: 1.3rem 2.3rem;
  border-radius: 50px 0 0 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 1px solid var(--main-gold-color);
  background-color: var(--main-gold-color);
}

.CTA_btnWrapper .call_btn svg {
  width: 20px;
  height: 20px;
}

.CTA_btnWrapper .free_demo {
  padding: 1.3rem 2.3rem;
  border-radius: 0 50px 50px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-gold-color);
  background-color: #fff;
  border: 1px solid var(--main-gold-color);
}

/* heading style */
.heading-style {
  position: relative;
}

.heading-style span .line {
  height: 1.5px;
  width: 120px;
  background-color: var(--main-logo-color);
}

.heading-style span {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--main-logo-color);
}

.heading-style h1 {
  font-size: 46px;
  font-weight: 600;
}
.heading-style h2 {
  font-size: 36px;
  font-weight: 900;
}

.heading-style h2 text,
.heading-style h1 text {
  text-transform: uppercase;
}

/* about us secrtion */

.about-img1 {
  height: 550px;
  width: 100%;
}
.about-img1 img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

/* ====== Destination Slider Styling ====== */
.destination-slider-area {
  position: relative;
  padding: 50px 0;
  background: #fff;
}

.destination-card {
  background: #fff;
  /* border-radius: 12px; */
  overflow: hidden;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
  transition: transform 0.4s ease;
}
.destination-card:hover {
  transform: translateY(-8px);
}

.destination-img {
  position: relative;
  overflow: hidden;
}
.destination-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.6s ease;
}
.destination-card:hover .destination-img img {
  transform: scale(1.08);
}

.destination-img .arrow {
  position: absolute;
  bottom: 15px;
  width: 35px;
  height: 35px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-color);
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s ease;
}
.destination-img .arrow svg {
  stroke: #fff;
  width: 25px;
  height: 25px;
}
.destination-img .arrow:hover {
  background: #0097a7;
}

.destination-content {
  text-align: center;
  padding: 15px 10px 20px;
}
.destination-content h5 {
  margin-bottom: 5px;
}
.destination-content a {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.destination-content span {
  display: block;
  color: #777;
  font-size: 14px;
}

/* ====== Swiper Navigation Arrows ====== */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-btn:hover {
  background: #00bcd4;
}
.slider-btn:hover svg path {
  stroke: #fff;
}
.destination-prev {
  left: -25px;
}
.destination-next {
  right: -25px;
}
.slider-btn svg path {
  stroke: #111;
  transition: stroke 0.3s ease;
}

/* ====== Swiper Pagination Dots ====== */
.swiper-pagination {
  bottom: -30px !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bbb;
  opacity: 1;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background: #00bcd4;
}

/* ================================
   About Section Styling
=================================== */
.about-content {
  max-width: 650px;
  margin: 0 auto;
  color: #1b1b1b;
  font-family: "Poppins", sans-serif;
  padding: 60px 0;
}

.about-content .section-title h2 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 20px;
}

.about-content .section-title p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-content .section-title p span {
  color: #1b1b1b;
  font-weight: 500;
}

/* === List Style === */
.about-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.about-content ul li {
  background: #000;
  color: #fff;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: 0.3s;
}

.about-content ul li svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.about-content ul li:hover {
  background: #ffcd00;
  color: #000;
}
.about-content ul li:hover svg {
  fill: #000;
}

/* === Counter Section === */
.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.single-counter h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  color: #000;
  line-height: 1;
}

.single-counter sup {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.single-counter span {
  font-size: 15px;
  color: #555;
  font-weight: 400;
  line-height: 1.5;
}

/* === Counter Images === */
.counter-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.counter-img-grp {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.counter-img-grp ul {
  gap: 0 !important;
}
.counter-img-grp li {
  list-style: none;
  padding: 0 !important;
  background-color: transparent !important;
  margin-left: -30px;
}

.counter-img-grp li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.counter-area h6 {
  font-size: 15px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 1.4;
}

/* === Divider === */
.divider {
  margin: 40px 0 30px;
  width: 100%;
  height: auto;
}
.divider path {
  fill: #000;
}

/* === Button === */
.btn-area {
  margin-top: 10px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn svg {
  width: 10px;
  height: 10px;
  stroke: #000;
  transition: transform 0.3s;
}

.about-btn:hover {
  color: #ffcd00;
}

.about-btn:hover svg {
  stroke: #ffcd00;
  transform: translateX(4px);
}

/* features cards */
.features-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.feature-card {
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.feature-card-first {
  background-color: #bdebce;
}
.feature-card-second {
  background-color: #e2e2ff;
}
.feature-card-third {
  background-color: #e6f5a9;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  margin-bottom: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  max-height: 60px;
  width: auto;
}

.feature-title {
  color: var(--main-logo-color);
  font-weight: 800;
  margin-bottom: 15px;
}

.feature-description {
  color: #666;
  line-height: 1.6;
}

/* tour packages card lsit */
.tour-package-card {
  background: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid #e2e2e2;
  padding: 6px;
  /* box-shadow: var(--shadow); */
  transition: var(--transition);
  margin-bottom: 12px;
}

.tour-package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.tour-package-img-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  height: 220px;
}

.tour-package-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.tour-package-card:hover .tour-package-img {
  transform: scale(1.05);
}

.tour-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--main-gold-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.tour-package-content {
  padding: 1.5rem;
}

.tour-package-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--main-logo-color);
  line-height: 1.3;
}

.tour-package-title a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

.tour-package-title a:hover {
  color: var(--main-logo-color);
}

.tour-location-time {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.tour-location {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.tour-location i {
  margin-right: 5px;
  color: var(--main-logo-color);
}

.tour-location a {
  color: var(--accent-color);
  text-decoration: none;
  transition: var(--transition);
}

.tour-location a:hover {
  color: var(--main-logo-color);
}

.tour-time {
  display: flex;
  align-items: center;
}

.tour-time i {
  margin-right: 5px;
  color: var(--main-gold-color);
}

.tour-action-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
  border-top: 1px dashed #e0e0e0;
}

.tour-book-btn {
  background: var(--main-logo-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  transition: var(--transition);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.tour-book-btn:hover {
  background: #1e4a8a;
  color: white;
  transform: translateY(-2px);
}

.tour-book-btn i {
  margin-left: 8px;
  font-size: 0.9rem;
}

.tour-price-section {
  text-align: right;
}

.tour-price-label {
  font-size: 0.8rem;
  color: var(--accent-color);
  margin-bottom: 0;
}

.tour-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main-logo-color);
  line-height: 1;
}

.tour-features {
  display: flex;
  justify-content: space-between;
}

.tour-feature {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: var(--accent-color);
  position: relative;
}

.tour-feature i {
  margin-right: 8px;
  color: var(--main-logo-color);
}

.tour-feature-info {
  margin-left: 5px;
  color: #aaa;
  cursor: pointer;
  position: relative;
}

.tour-feature-info:hover .tour-tooltip {
  opacity: 1;
  visibility: visible;
}

.tour-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.8rem;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tour-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #333;
}

.tour-tooltip span {
  color: var(--main-gold-color);
  font-weight: 600;
}

.section-title {
  /* text-align: center; */
  margin-bottom: 2rem;
  color: var(--dark-text);
}

.section-title h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-title p {
  color: var(--accent-color);
  max-width: 600px;
  margin: 0 auto;
}

.sale-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e74c3c;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* booking form */
.booking-bg {
  background-image: url(../image/bg-booking.jpeg);
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: 180px;
}
.booking-from {
  padding: 30px;
  border-top: 2px solid var(--main-gold-color);
  border-radius: 18px;
  margin-top: -100px;
}
.home-booking form {
  display: flex;
  flex-wrap: wrap;
}
.home-booking form label {
  color: var(--light-bg);
}
.home-booking form > * {
  flex: 0 0 auto;
  width: 50%;
}
.home-booking form > * {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 10px;
}
.home-booking form > *:last-child {
  width: 100%;
}
.home-booking form > *:last-child {
  width: 100%; /* last child full width */
}
.home-booking form > *:nth-last-child(2) {
  width: 100%; /* second last child full width */
}
/* flags-wrapper */
.flags-wrapper {
  height: 350px;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flags-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4)
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.flags-wrapper a.btn {
  position: absolute;
  bottom: 20px;
  z-index: 99;
}

/* why choose us */

.why-choose-box {
  border-right: 1px solid var(--main-logo-color);
  padding: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
}
.why-choose-box img {
  width: 50px;
  height: 50px;
}
.why-choose-box h3 {
  color: var(--main-gold-color);
  font-weight: 600;
  font-size: 22px;
}
.why-choose-box p {
  margin-bottom: 0;
}
.client-logo img {
  width: 200px;
  margin: 0 auto;
}

/* project lists */
.projects-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid var(--main-gold-color);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.project-img {
  height: 220px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.project-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 250px;
}
.project-img button {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.project-img a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: var(--light-text);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 4px 8px;
  color: #000;
  z-index: 5;
}

.project-img button svg {
  width: 30px;
  height: 30px;
  color: #fff;
}
.projects-box-wrapper h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.projects-box-wrapper a {
  color: #f1fafb;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.projects-box-wrapper a svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.projects-box-wrapper label {
  background-color: var(--main-gold-color);
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 8px;
  color: #000;
}
.projects-box-wrapper .menu-wrapper button {
  color: #f1fafb;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  border: none;
  padding: 0;
  background-color: transparent;
}
.projects-box-wrapper .menu-wrapper button svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
/* modal design */
.townshade-modal {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.townshade-modal .btn-close {
  background-color: #fff;
  opacity: 1;
}
.townshade-modal .btn-close svg {
  width: 22px;
  height: 22px;
  color: #000;
}

/* breadcrum style */
.breadcum_heading {
  background-image: url(../image/about-img1.avif);
  background-size: cover;
  position: relative;
  background-position: center;
}
.breadcum_heading::after {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.breadcum_heading .container {
  position: relative;
  z-index: 5;
}

    .content-section { padding: 60px 15px; max-width: 900px; margin: auto; background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

/* about us style */
.about-cta-sec {
  background-image: url(../image/cta-bg.avif);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.about-cta-sec:after {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  z-index: 1;
}
.about-cta-sec .container {
  position: relative;
  z-index: 5;
}
.about-cta-sec ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.about-cta-sec ul li a img {
  width: 50px;
  height: 50px;
}

.filter {
  height: 300px;
  overflow: hidden;
}

.filter img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

.filter-button {
  color: #fff;
  border-color: var(--main-gold-color);
  text-transform: capitalize;
}
/* contact us page */

.contact-us-sec form label {
  color: var(--darklight-text);
}
.contact-us-sec form .form-control,
.contact-us-sec form .form-select {
  background-color: transparent;
  color: var(--main-gold-color);
}
.contact-us-sec form .form-control::placeholder,
.contact-us-sec form .form-select::placeholder {
  color: var(--main-logo-color);
}
/* footer */
footer {
  background-color: var(--light-bg);
  background-image: url(../image/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.btn-social {
  color: #67747c;
  border-color: var(--main-gold-color);
  border-width: 2px;
  border-radius: 6.1875rem;
  height: 2.5rem !important;
  position: relative;
  line-height: 0;
  font-size: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem !important;
}

.btn-social:hover {
  color: #000;
  background: var(--main-logo-color);
  border-color: var(--main-logo-color);
}

.btn-social svg {
  width: 22px;
  height: 22px;
  color: #000;
  fill: var(--main-logo-color);
}
.foot-bot .container {
  border-radius: 30px;
  background-color: var(--main-gold-color);
  padding: 8px 20px;
}
.foot-bot a {
  color: #fddd1c;
}

/* mobile menu */
.offcanvas {
  width: 300px !important;
}

.menu-btn {
  display: none;
}

/* cta points */
.cta-points img {
  width: 40px;
  height: 40px;
}
/* media responsive mobile view */
@media (max-width: 800px) {
  .heading-style h1 {
    font-size: 25px;
  }
  .CTA_btnWrapper .call_btn,
  .CTA_btnWrapper .free_demo {
    font-size: 15px;
    padding: 1rem 2rem;
  }
}
/* === Responsive === */
@media (max-width: 768px) {
  .about-content {
    padding: 40px 20px;
  }

  .about-content .section-title h2 {
    font-size: 28px;
  }

  .counter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .single-counter h2 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  header .btn-main-color {
    font-size: 14px;
    padding: 6px 3px;
  }
  .slide-content h1 {
    font-size: 32px;
  }
  header .btn-gold-color {
    padding: 8px 3px;
  }
  .logo {
    width: 235px;
  }
  .logo img {
    width: 235px;
  }
  .about-cta-sec {
    background-size: cover;
  }
  .menu-btn {
    display: block;
  }
  .breadcum_heading {
    height: 200px !important;
  }
  nav ul li a {
    color: #101111;
  }
  nav ul li a:hover {
    color: var(--main-gold-color);
  }
  .heading-style h2 {
    font-size: 26px;
  }
  .home-booking form > * {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .booking-bg {
    margin-top: 0px;
  }
  .booking-from {
    margin-top: 0;
  }
  .hero-section {
    background-image: url(../image/hero-mob-img.jpg);
    align-items: start;
  }
  .mid-header {
    background-position: 45%;
  }
  .mid-header::after {
    width: 22%;
  }
}
@media (max-width: 480px) {
  .slide-content h1 {
    font-size: 24px;
  }
  .fixed-book-btn {
    bottom: 20px;
    position: fixed;
    left: 15px;
  }
}
