* {
  margin: 0px;
  padding: 0px;
}
:root {
  --brand-primary: #1d4ed8;
  --brand-primary-dark: #1e3a8a;
  --brand-accent: #0ea5e9;
  --surface-soft: #f5f8ff;
  --surface-muted: #eef3fb;
  --text-strong: #0f172a;
  --text-soft: #475569;
}
body {
  font-family: "Inter", "Mulish", "Segoe UI", Arial, sans-serif;
  color: var(--text-strong);
  line-height: 1.55;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 280px);
}

/* Single site-wide text font */
html,
body,
body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}


.call-btn {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  padding: 0;
}

/* Green blinking dot */
.dot {
  width: 10px;
  height: 10px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1.2s infinite;
}

/* Blink animation */
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.2; }
  100% { opacity: 1; }
}


.bg-custom-blue {
  background-color: #1e3a8a;
}
.text-custom-blue {
  color: #1e3a8a;
}
.bg-custom-orange {
  background-color: #ea580c;
}
.bg-custom-orange:hover {
  background-color: #c2410c;
}
.text-custom-orange {
  color: #ea580c;
}
ul.navigation a {
  color: #fff;
}
a{
    text-decoration:none !important;
}
header {
  padding: 14px 0;
  background: #ffffff;
  border-bottom: 1px solid #e6edf5;
  position: relative;
  z-index: 20;
}
body.hero-start-top header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: none;
}
body.hero-start-top .hero-home-sec,
body.hero-start-top .about-sec,
body.hero-start-top #my-content-sec,
body.hero-start-top .owrt-hero {
  margin-top: 0 !important;
  padding-top: 120px !important;
  background-position: center top !important;
}
ul.header-navigation a {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
.header-navigation {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
  list-style: none;
}
.main-book {
  text-align: left;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 28px;
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.main-book:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(20, 74, 185, 0.25);
}
.flight-companies {
  padding: 60px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}
.flight-companies h2 {
  font-size: 28px !important;
}
.partner-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 28px 40px;
  border: 1px solid rgba(20, 74, 185, 0.12);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.partner-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.partner-card__logo {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #f4f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #111827;
  box-shadow: inset 0 -6px 12px rgba(15, 23, 42, 0.08);
}
.partner-card h3 {
  margin: 0;
  font-size: 22px;
  color: #111827;
}
.partner-card p {
  margin: 2px 0 0;
  color: #6b7280;
  font-size: 15px;
}
.partner-card ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.partner-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #1f2937;
  margin: 12px 0;
}
.check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(23, 201, 100, 0.1);
  border: 1px solid rgba(23, 201, 100, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.check-icon::after {
  content: "";
  width: 8px;
  height: 12px;
  border-right: 2px solid #17c964;
  border-bottom: 2px solid #17c964;
  transform: rotate(45deg);
  margin-top: -2px;
}
.partner-card__cta {
  width: 100%;
  justify-content: center;
  box-shadow: 0 12px 18px rgba(20, 74, 185, 0.25);
}
.partner-card--delta .partner-card__logo {
  color: #c21c34;
}
.partner-card--united .partner-card__logo {
  color: #0a4ab9;
}
.partner-card--american .partner-card__logo {
  color: #0d8fbe;
}
.flight-companies__disclaimer {
  margin-top: 32px;
  text-align: center;
  color: #4b5563;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.experience-section {
  background: #f6f8fc;
  padding: 60px 0 40px;
}
.experience-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.experience-card__media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.experience-card__body {
  padding: 22px 24px 32px;
  position: relative;
}
.experience-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffefe7;
  color: #f25c2b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.experience-card h3 {
  font-size: 20px;
  color: #0b1526;
  margin-bottom: 8px;
}
.experience-card p {
  color: #6b7280;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.faq-section {
  background: #f4f6fb;
  padding: 70px 0;
}
.faq-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.faq-eyebrow {
  text-transform: uppercase;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.faq-header h2 {
  font-size: 36px;
  color: #0f172a;
  margin-bottom: 10px;
}
.faq-header p {
  color: #6b7280;
  margin: 0;
}
.faq-section .accordion {
  display: flex;
  flex-direction: column;
}
.faq-section .accordion-item {
  width: 100%;
  max-width: 700px;
  align-self: center;
  border: none;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 18px;
}
.faq-section .accordion-button {
  border-radius: 14px;
  font-weight: 600;
  color: #0f172a;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-body {
  color: #4b5563;
  line-height: 1.6;
}
.faq-cta {
  margin-top: 30px;
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}
.faq-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f25c2b;
  color: #fff;
  padding: 12px 30px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  margin: 10px 0;
}
.faq-cta__button:hover {
  background: #d9481a;
  color: #fff;
}
.best-deals {
  padding: 60px 0;
  background: #eceff5;
}
.best-deals__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.best-deals__header h2 {
  font-size: 40px;
  margin: 5px 0;
  color: #0f172a;
}
.best-deals__header p {
  margin: 0;
  color: #6b7280;
}
.best-deals__eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f25c2b;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.best-deals__eyebrow .fa {
  color: #f25c2b;
}
.best-deals__cta {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.deal-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1.7fr 1.5fr 0.7fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 15px 25px rgba(15, 23, 42, 0.07);
  position: relative;
}
.deal-card--featured {
  border: 1px solid rgba(242, 92, 43, 0.4);
}
.deal-card__badge {
  position: absolute;
  top: -14px;
  left: 24px;
  background: #fff1ec;
  color: #f25c2b;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(242, 92, 43, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.deal-card__route h3 {
  margin: 0;
  font-size: 20px;
  color: #0b1526;
}
.deal-card__route p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.deal-card__schedule {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  text-align: center;
}
.deal-card__schedule strong {
  font-size: 16px;
  display: block;
  color: #0b1526;
}
.deal-card__schedule span {
  font-size: 12px;
  color: #6b7280;
}
.deal-card__duration span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #1d4ed8;
  font-weight: 600;
}
.hero-home-sec{
    display: flex;
    justify-content: center;
    background-image: url(../images/mybgimage.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px 0;
    background-position: bottom;
    margin: 0 !important;
}
#my-content-sec,.owrt-hero{
    background-image: url(../images/mybgimage.jfif) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* padding: 25px 0 !important; */
    background-position: center center !important;
}
.deal-card__tag {
  justify-self: end;
  font-size: 12px;
  background: #dcfce7;
  color: #138a4c;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.deal-card__price {
  text-align: right;
}
.deal-card__price .deal-card__old {
  display: block;
  color: #9ca3af;
  font-size: 14px;
  text-decoration: line-through;
}
.deal-card__price strong {
  font-size: 32px;
  color: #0b1526;
  display: block;
}
.deal-card__price span {
  color: #6b7280;
  font-size: 12px;
}
.deal-card__book {
  background: #f25c2b;
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 20px rgba(242, 92, 43, 0.3);
}
.deal-card__book:hover {
  background: #d9481a;
  color: #fff;
}
.deal-card__note {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.03);
  text-align: center;
}
.deal-card__note span {
  font-weight: 700;
  color: #f25c2b;
  margin-right: 6px;
}
.deal-card__note a {
  color: #f25c2b;
  font-weight: 700;
}
.main-book img {
  margin-right: 10px;
  margin-top: -5px;
}
.support-strip {
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  padding: 25px;
  border-top: 1px solid #e4ebf5;
  border-bottom: 1px solid #e4ebf5;
}
.support-strip__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support-strip__copy {
  font-size: 18px;
  color: var(--text-strong);
  margin: 0;
}
.support-strip__copy span {
  color: #f04b23;
  font-weight: 700;
}
.support-strip__status {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--text-soft);
  gap: 8px;
}
.status-dot {
  width: 12px;
  height: 12px;
  background-color: #1ec857;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(30, 200, 87, 0.2);
}
.support-strip__cta {
  border: 2px solid var(--brand-primary);
  color: var(--brand-primary);
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.support-strip__cta:hover {
  background-color: var(--brand-primary);
  color: #fff;
}
.head1 {
  /* float: right; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.main-head {
  margin: 50px 0;
}
.main-head h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px !important;
  color: #fff;
}
.main-head ul {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.main-head ul li {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  list-style: none;
}
.main-head h6 a {
  border-radius: 25px;
  border: 1px solid #fff;
  padding: 13px 28px;
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
}
.main-head h6 {
  margin-top: 20px;
}
.main-head h6 a img {
  margin-right: 10px;
}
.header-sec h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.header-sec p {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
}
.header-sec h5 a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #38bdf8 0%, #1d4ed8 100%);
    padding: 5px 20px;
    border-radius: 12px;
}
.border-top {
  padding: 25px 0;
  border-top: 1px solid #d9d9d9;
  background: linear-gradient(135deg, #30465f 0%, #4b6b8d 55%, #5d7fa3 100%);
}
.deals-sec {
  margin: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.deals-sec h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: "Playfair Display", serif;
}
.deals-sec p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}
.about-sec {
  background-image: url(../images/about-us-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0;
  background-position: bottom;
}
.about-main h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.about-main h2 span {
  color: #144ab9;
}
.about-main h5 {
  font-size: 40px;
  color: #fff;
  font-family: "Playfair Display", serif;
}
.about-main p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.main-about-sec {
  background-color: #fff;
  padding: 14px 30px;
  background-image: url(../images/about-sm.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 70%;
  border-radius: 15px;
  position: relative;
  margin-top: 20px;
}
.main-about-sec h3 {
  font-size: 30px;
  color: #19232d;
  font-family: "Playfair Display", serif;
}
.main-about-sec h6 a {
  text-decoration: none;
  color: #19232d;
  font-size: 24px;
  font-weight: 600;
}
.main-about-sec span {
  position: absolute;
  right: 20px;
  top: 60px;
}
.destination {
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.destination h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
}
.destination h2 span {
  color: #144ab9;
}
.main {
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
  margin: 20px 5%;
  background: #fff;
}
.main img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main h3 {
  font-size: 16px;
  color: #144ab9;
  text-transform: capitalize;
  margin-top: 20px;
}
.main h6 {
  font-size: 24px;
  color: #101828;
  font-weight: 600;
}
.main .main-book {
  font-size: 12px;
  padding: 10px;
}
.main ul {
  margin: 0px;
  padding: 0px;
  margin: 12px 0;
}
.main ul li {
  font-size: 15px;
  color: #19232d;
  margin: 8px 0;
  list-style: none;
}

.main ul li img {
  margin-top: -3px;
}
.callnow h2 {
  color: #000000;
  font-size: 40px;
  font-family: "Playfair Display", serif;
}
.callnow h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.callnow h3 span {
  color: #144ab9;
}
.callnow p {
  font-size: 16px;
  color: #000;
}
.book-sec-mid {
  background-image: url(../images/section.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.book-sec-mid h2 {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.book-sec-mid p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.book-sec {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 25px;
  padding-bottom: 25px;
  margin: 12px 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.book-sec h3 {
  font-size: 26px;
  color: #1a1d20;
  font-family: "Playfair Display", serif;
}
.book-sec-mid h6 {
  text-align: center;
  margin-top: 20px;
}
.why-book {
  margin: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}
.why-book h2 {
  text-align: left;
  font-size: 40px;
  color: #000;
  font-family: "Playfair Display", serif;
}
.why-book ul {
  margin: 0px;
  padding: 0px;
  margin-top: 26px;
}
.why-book ul li {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  list-style: none;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.why-book ul li img {
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
.why-book h6 {
  text-align: left;
  margin-top: 26px;
}
footer {
  background-color: #0f172a;
  color: #fff;
  text-decoration: none;
  padding: 40px;
}
footer h3 {
  font-size: 18px;
  font-weight: 600;
  color: #e2e8f0;
}
footer p {
  font-size: 16px;
  color: #fff;
  width: 80%;
}
.line {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #60a5fa 0%, #22d3ee 100%);
  margin-bottom: 20px;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer ul li {
  list-style: none;
  margin: 5px 0;
}
footer ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  list-style: none;
}
.main-head p {
  color: #fff;
}
.bg-custom-blue {
  background-color: #1e3a8a !important;
}
.text-custom-blue {
  color: #1e3a8a !important;
}
.bg-custom-orange {
  background-color: #ea580c !important;
}
.bg-custom-orange:hover {
  background-color: #c2410c !important;
}
.text-custom-orange {
  color: #ea580c !important;
}

/* Custom Tab Styles */
.btn-tab {
  border-radius: 50px !important;
  padding: 8px 24px !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  transition: all 0.3s;
  border: none !important;
}
.btn-tab-active {
  background-color: #1e3a8a !important;
  color: white !important;
}
.btn-tab-active:hover {
  color: white !important;
}
.btn-tab-inactive {
  background-color: #e5e7eb !important;
  color: #4b5563 !important;
}
.btn-tab-inactive:hover {
  background-color: #d1d5db !important;
  color: #374151 !important;
}

/* Input styling to look like the Tailwind version (icon inside) */
.input-group-text {
  background-color: #f9fafb !important;
  border-right: none;
  color: #9ca3af !important;
}
.form-control,
.form-select {
  background-color: #f9fafb !important;
  border-left: none;
  box-shadow: none !important;
}
.form-control:focus,
.form-select:focus {
  background-color: #fff !important;
  border-color: #dee2e6 !important;
}
.input-group:hover .input-group-text,
.input-group:hover .form-control,
.input-group:hover .form-select {
  background-color: #fff !important;
}

/* Modal Clean up */
.modal-content {
  border-radius: 1rem !important;
  border: none !important;
}

.booking-widget {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-widget .card {
  max-width: 72%;
  width: 100%;
}

.booking-widget .card-body {
  padding: 2rem;
}

.booking-widget .row {
  gap: 1rem;
}

@media only screen and (max-width: 992px) {
  header {
    background-position: right;
  }

  .booking-widget {
    padding: 30px 15px;
  }

  .booking-widget .card {
    max-width: 100% !important;
  }

  .booking-widget .card-body {
    padding: 1.5rem;
  }

  .booking-widget .col-md-3,
  .booking-widget .col-md-2,
  .booking-widget .col-md-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .booking-widget .row {
    gap: 0.75rem;
  }

  .faq-section {
    padding: 50px 0;
  }

  .faq-header {
    margin: 0 auto 30px;
    padding: 0 15px;
  }

  .faq-header h2 {
    font-size: 28px;
  }

  .row-reverse {
    flex-direction: column-reverse;
  }
  .deals-sec h2 {
    font-size: 40px;
    margin-top: 50px;
  }
  .book-sec h3 {
    font-size: 18px;
  }
  .why-book h2 {
    font-size: 40px;
  }
  .main-head h1 {
    font-size: 50px;
  }
  .box {
    margin: 10px 0;
  }
  .header-sec h3 {
    margin-top: 20px;
  }
  .box {
    text-align: center;
  }
  .support-strip__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .support-strip__cta {
    width: 100%;
    justify-content: center;
  }
  .best-deals__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .best-deals__cta {
    width: 100%;
    justify-content: center;
  }
  .deal-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .deal-card__schedule {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .deal-card__price {
    text-align: left;
  }
  .deal-card__book {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  body.hero-start-top .hero-home-sec,
  body.hero-start-top .about-sec,
  body.hero-start-top #my-content-sec,
  body.hero-start-top .owrt-hero {
    padding-top: 88px !important;
  }
  header {
    padding: 8px 0;
  }
  header .container .row.align-items-center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center !important;
  }
  header .container .row.align-items-center > div:first-child {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 64px);
    padding-right: 8px;
  }
  .head {
    text-align: left !important;
  }
  .head img {
    width: 190px !important;
    max-width: 100%;
    height: auto;
  }
  header .row.align-items-center {
    align-items: center !important;
  }
  #call-logo {
    display: none !important;
  }
  header .col-md-6.col-sm-12 {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex !important;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 20px;
    cursor: pointer;
  }
  .mobile-menu-panel {
    display: none;
    width: 100%;
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
  }
  .mobile-menu-panel.is-open {
    display: block;
  }
  .mobile-menu-panel a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #0f172a;
    font-weight: 600;
  }
  .mobile-menu-panel a + a {
    margin-top: 4px;
  }
  .mobile-menu-panel a:hover {
    background: #f1f5f9;
  }
  .mobile-menu-panel .mobile-call {
    margin-top: 10px;
    text-align: center;
    background: #144ab9;
    color: #fff;
  }
  .hero-home-sec {
    padding-top: 18px;
  }
  .support-strip {
    padding: 18px 0;
  }
  .main {
    margin: 12px 0;
    padding: 16px;
  }
  .deals-sec {
    margin: 28px 0;
  }
  .destination {
    padding: 30px 0;
  }
  .book-sec {
    padding: 12px 8px;
  }
  footer {
    padding: 24px 16px 80px;
  }
  header {
    background-position: unset;
  }

  .booking-widget {
    padding: 25px 10px;
  }

  .booking-widget .card {
    max-width: 95% !important;
    border-radius: 0.75rem;
  }

  .booking-widget .card-body {
    padding: 1.25rem;
  }

  .booking-widget .col-md-3,
  .booking-widget .col-md-2,
  .booking-widget .col-md-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .booking-widget .row {
    gap: 0.5rem;
  }

  .booking-widget .form-label {
    font-size: 0.65rem !important;
  }

  .booking-widget .form-control,
  .booking-widget .form-select {
    font-size: 0.875rem;
  }

  .booking-widget .btn-tab {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
  }

  .faq-section {
    padding: 40px 0;
  }

  .faq-header {
    margin: 0 auto 25px;
    padding: 0 20px;
  }

  .faq-header h2 {
    font-size: 24px;
  }

  .faq-header p {
    font-size: 14px;
  }

  .faq-eyebrow {
    font-size: 12px;
  }

  .faq-section .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .faq-section .accordion-button {
    font-size: 14px;
    padding: 15px;
  }

  .faq-section .accordion-body {
    font-size: 14px;
    padding: 15px;
  }

  .main-about-sec {
    width: 100%;
  }
  .head1 a {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .head a {
    font-size: 16px;
  }
  .head {
    text-align: center;
  }
  ul.navigation li a {
    border-bottom: 2px solid #b7fe14;
    font-size: 0.85em;
    font-weight: bold;
  }
  ul.navigation a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
  }
  ul.navigation li {
    line-height: 1;
  }
  ul.navigation {
    flex-direction: row;
    /*gap: 5px;*/
    padding: 0;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1em;
    margin-top: 20px;
  }
  .main-head h1 {
    font-size: 40px;
  }
  .main img {
    display: block;
    margin: auto;
  }
  .main .main-book {
    font-size: 12px;
    padding: 10px;
    display: inline-flex;
    gap: 10px;
  }
  .main ul li img {
    display: inline-block !important;
    text-align: left;
  }
  .book-sec h3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .book-sec br {
    display: none;
  }
  .book-sec {
    padding: 10px 5px;
  }
  .callnow h2 {
    font-size: 30px;
  }
  .book-sec h3 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
  .main h6 {
    font-size: 20px;
  }
  footer h3 {
    margin-top: 10px;
  }
  .why-book h2 {
    font-size: 30px;
  }
  .destination h2 {
    font-size: 30px;
  }
  .deals-sec h2 {
    font-size: 30px;
  }
  .main-head h1 {
    font-size: 30px;
  }
  .deal-card__schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .deal-card__tag {
    justify-self: flex-start;
    margin-top: 10px;
  }
  .experience-card__media img {
    height: 160px;
  }
}

@media only screen and (max-width: 576px) {
  .booking-widget {
    padding: 20px 10px;
  }

  .booking-widget .card {
    max-width: 100%;
    border-radius: 0.5rem;
  }

  .booking-widget .card-body {
    padding: 1rem;
    gap: 0;
  }

  .booking-widget .d-flex {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .booking-widget .col-md-3,
  .booking-widget .col-md-2,
  .booking-widget .col-md-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .booking-widget .row {
    gap: 0.25rem;
  }

  .booking-widget .form-label {
    font-size: 0.6rem !important;
    margin-bottom: 0.25rem;
  }

  .booking-widget .form-control,
  .booking-widget .form-select,
  .booking-widget .input-group-text {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
  }

  .booking-widget .btn-tab {
    font-size: 0.75rem;
    padding: 0.4rem 0.5rem;
    flex: 1;
  }

  .rounded-circle {
    width: 30px !important;
    height: 30px !important;
  }

  .faq-section {
    padding: 30px 0;
  }

  .faq-header {
    margin: 0 auto 20px;
    padding: 0 15px;
  }

  .faq-header h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .faq-eyebrow {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .faq-header p {
    font-size: 13px;
    line-height: 1.4;
  }

  .faq-section .accordion-item {
    margin-bottom: 12px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  }

  .faq-section .accordion-button {
    font-size: 13px;
    font-weight: 600;
    padding: 12px;
  }

  .faq-section .accordion-button::after {
    width: 1.25rem;
    height: 1.25rem;
  }

  .faq-section .accordion-body {
    font-size: 13px;
    padding: 12px;
  }
}


        .my-fixed-btn {
            width: 100%;
            position: fixed;
            bottom: 0;
            border-radius: unset;
            text-align: center;
        }

        @media (min-width:768px) {
            .my-fixed-btn {
                display: none;
            }
        }
