/*
Theme Name: Odisha Travel Tours
Theme URI: https://odishatraveltours.com/
Author: Codex
Author URI: https://odishatraveltours.com/
Description: A modern WordPress theme for Odisha Travel Tours focused on car rental, temple tours, and local travel services in Odisha.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: odisha-travel-tours
*/

:root {
  --ott-orange: #f17c24;
  --ott-orange-deep: #cf5f10;
  --ott-blue: #1489c9;
  --ott-blue-deep: #0f5f8a;
  --ott-white: #ffffff;
  --ott-sand: #fff7ef;
  --ott-sky: #eaf7ff;
  --ott-ink: #18334c;
  --ott-muted: #5e7385;
  --ott-border: rgba(24, 51, 76, 0.12);
  --ott-shadow: 0 20px 50px rgba(16, 57, 84, 0.12);
  --ott-radius: 24px;
  --ott-container: min(1180px, calc(100% - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ott-ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(241, 124, 36, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(20, 137, 201, 0.14), transparent 30%),
    linear-gradient(180deg, #fffdfb 0%, #f7fbff 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Header Top Strip */
.ott-header-strip {
  background: #1f3b53;
  color: #fff;
  font-size: 14px;
}
.ott-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: 0.3s;
}

.ott-social a:hover {
  background: #f17c24;
  transform: translateY(-2px);
}
.ott-header-strip__inner {
  width: var(--ott-container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

.ott-header-strip__left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ott-header-strip__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ott-header-strip__right a {
  color: #fff;
  text-decoration: none;
}

.ott-social {
  display: flex;
  gap: 10px;
}

.ott-social a {
  color: #fff;
  font-size: 14px;
}
.ott-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(24, 51, 76, 0.08);
}

.ott-topbar,
.ott-hero__inner,
.ott-footer-inner,
.ott-section,
.ott-page-hero__inner,
.ott-page-content,
.ott-contact-grid {
  width: var(--ott-container);
  margin: 0 auto;
}

.ott-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  color: var(--ott-muted);
}

.ott-topbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.ott-chip-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(20, 137, 201, 0.08);
  color: var(--ott-blue-deep);
  font-weight: 800;
}

.ott-chip-link--warm {
  background: rgba(241, 124, 36, 0.12);
  color: var(--ott-orange-deep);
}

.ott-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.ott-brand img {
  width: 88px;
  height: 68px;
  object-fit: contain;
}

.ott-brand__title {
  display: block;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1;
  color: var(--ott-ink);
}

.ott-brand__tag {
  margin: 4px 0 0;
  color: var(--ott-muted);
  font-size: 0.95rem;
}

.ott-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ott-ink);
}

.ott-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-left: auto;
}

.ott-main-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ott-main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--ott-ink);
  overflow: hidden;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
/* Reduce menu text size */
.ott-main-nav a {
  font-size: 14px; /* adjust: 12px / 13px / 14px */
}
.ott-main-nav a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.72), transparent 22%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.45) 42%, transparent 58%);
  opacity: 0;
  transform: translateX(-115%);
  pointer-events: none;
}

.ott-main-nav .current-menu-item > a,
.ott-main-nav .current_page_item > a,
.ott-main-nav .current-menu-ancestor > a,
.ott-main-nav .current_page_parent > a,
.ott-main-nav li.is-active > a,
.ott-main-nav a[aria-current="page"] {
  border: 1px solid rgba(241, 124, 36, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 242, 230, 0.96), rgba(232, 247, 255, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 26px rgba(241, 124, 36, 0.14),
    0 3px 10px rgba(20, 137, 201, 0.1);
  backdrop-filter: blur(12px);
  color: var(--ott-orange-deep) !important;
}

.ott-main-nav a:hover {
  color: var(--ott-orange-deep);
}

.ott-main-nav a:hover::after,
.ott-main-nav .current-menu-item > a::after,
.ott-main-nav .current_page_item > a::after,
.ott-main-nav .current-menu-ancestor > a::after,
.ott-main-nav .current_page_parent > a::after,
.ott-main-nav li.is-active > a::after,
.ott-main-nav a[aria-current="page"]::after {
  animation: ott-liquid-shine 1.8s ease-in-out infinite;
  opacity: 1;
}

@keyframes ott-liquid-shine {
  0% {
    transform: translateX(-115%);
    opacity: 0;
  }

  22% {
    opacity: 1;
  }

  58% {
    opacity: 0.75;
  }

  100% {
    transform: translateX(115%);
    opacity: 0;
  }
}

.ott-button,
.wp-block-button__link,
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ott-orange) 0%, #ff9a43 100%);
  color: var(--ott-white);
  font-weight: 800;
  box-shadow: 0 16px 35px rgba(241, 124, 36, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  cursor: pointer;
}

.ott-button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.ott-button--secondary {
  background: linear-gradient(135deg, var(--ott-blue) 0%, #3db1ee 100%);
  box-shadow: 0 16px 35px rgba(20, 137, 201, 0.24);
}

.ott-button--ghost {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.ott-hero {
  position: relative;
  overflow: hidden;
  color: var(--ott-white);
  background:
    linear-gradient(120deg, rgba(4, 24, 40, 0.5), rgba(16, 72, 107, 0.24)),
    url("assets/images/home_hero.png") center/cover no-repeat;
}

.ott-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(255, 248, 241, 0.98));
}

.ott-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  align-items: start;
  min-height: 620px;
  padding: 28px 0 80px;
}

.ott-hero__inner--simple {
  grid-template-columns: minmax(0, 760px);
}

.ott-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ott-hero h1,
.ott-page-hero h1 {
  margin: 18px 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6.2vw, 5.2rem);
  line-height: 0.96;
}

.ott-hero h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.14;
}

.ott-hero p {
  max-width: 680px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.94);
}

.ott-hero__inner > div > p {
  display: inline-block;
  max-width: 720px;
  margin: 0;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.ott-hero__actions,
.ott-inline-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ott-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.ott-stat {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ott-stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.ott-booking-card,
.ott-card,
.ott-panel,
.ott-testimonial,
.ott-contact-card,
.ott-service-banner {
  border-radius: var(--ott-radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--ott-shadow);
}

.ott-booking-card {
  padding: 28px;
  color: var(--ott-ink);
  max-width: 540px;
  margin-left: auto;
}

.ott-booking-card h2 {
  margin: 0 0 8px;
  font-size: 1.7rem;
}

.ott-booking-card p {
  margin: 0 0 20px;
  color: var(--ott-muted);
}

.ott-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ott-modal.is-open {
  display: flex;
}

.ott-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 31, 48, 0.64);
  backdrop-filter: blur(10px);
}

.ott-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 30px;
}

.ott-modal__dialog .ott-booking-card {
  max-width: none;
  margin-left: 0;
}

.ott-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 51, 76, 0.08);
  color: var(--ott-ink);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

body.ott-modal-open {
  overflow: hidden;
}

.ott-form-grid {
  display: grid;
  gap: 14px;
}

.ott-form-grid--compact {
  grid-template-columns: 1fr;
  align-items: end;
}

.ott-field {
  display: grid;
  gap: 8px;
}

.ott-field label {
  font-size: 0.95rem;
  font-weight: 700;
}

.ott-field input,
.ott-field textarea,
.ott-field select {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--ott-border);
  border-radius: 18px;
  background: #fff;
  color: var(--ott-ink);
}

.ott-field textarea {
  min-height: 150px;
  resize: vertical;
}

.ott-section {
  padding: 84px 0;
}

.ott-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.ott-section__header h2 {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
  line-height: 1.12;
}

.ott-section__header p {
  max-width: 560px;
  margin: 42px 0 0;
  color: var(--ott-muted);
}

.ott-grid {
  display: grid;
  gap: 24px;
}

.ott-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ott-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ott-card {
  overflow: hidden;
}

.ott-card__body {
  padding: 24px;
}

.ott-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(20, 137, 201, 0.14), rgba(241, 124, 36, 0.16));
}

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

.ott-card h3,
.ott-testimonial h3,
.ott-panel h3,
.ott-contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.ott-card p,
.ott-testimonial p,
.ott-panel p,
.ott-contact-card p,
.ott-list li {
  color: var(--ott-muted);
}

.ott-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 137, 201, 0.08);
  color: var(--ott-white);
  font-size: 0.9rem;
  font-weight: 800;
}

.ott-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ott-border);
}

.ott-card__price strong {
  font-size: 1.25rem;
}

.ott-highlight-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.ott-panel {
  padding: 30px;
}

.ott-panel--image {
  min-height: 100%;
  background:
    linear-gradient(150deg, rgba(5, 20, 32, 0.78), rgba(5, 20, 32, 0.58)),
    url("assets/images/chilika-kalijai.jpg") center/cover no-repeat;
  color: var(--ott-white);
}

.ott-panel--image p,
.ott-panel--image li {
  color: rgba(255, 255, 255, 0.88);
}

.ott-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ott-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.ott-list li::before {
  content: "•";
  color: var(--ott-orange);
  font-size: 1.6rem;
  line-height: 1;
}

.ott-destination-card {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border-radius: var(--ott-radius);
  overflow: hidden;
  color: var(--ott-white);
  box-shadow: var(--ott-shadow);
  isolation: isolate;
}

.ott-destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 25, 39, 0.1), rgba(4, 25, 39, 0.75));
  z-index: -1;
}

.ott-destination-card--puri {
  background: url("assets/images/puritemple21.jpg") center left/cover no-repeat;
}

.ott-destination-card--konark {
  background:
    linear-gradient(135deg, rgba(241, 124, 36, 0.5), rgba(20, 137, 201, 0.35)),
    url("assets/images/Konarkkk.jpg") center/cover no-repeat;
}

.ott-destination-card--bhubaneswar {
  background:
    linear-gradient(135deg, rgba(11, 45, 74, 0.2), rgba(16, 120, 171, 0.35)),
    url("assets/images/shanti-stupa-dhauli-giri.jpg") center right/cover no-repeat;
}

.ott-destination-card--chilika {
  background:
    linear-gradient(135deg, rgba(20, 137, 201, 0.48), rgba(241, 124, 36, 0.3)),
    url("assets/images/chilika-kalijai.jpg") center/cover no-repeat;
}

.ott-destination-card h3 {
  margin-top: 122px;
  margin-bottom: 8px;
  font-size: 1.7rem;
}

.ott-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ott-feature {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 137, 201, 0.12);
}

.ott-feature strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.ott-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ott-testimonial {
  padding: 28px;
}
/* SEO Content Section */
.ott-seo-content {
  padding-top: 0;
  padding-bottom: 0;
}
.ott-seo-content h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: var(--ott-ink);
}
#testimonials {
  padding-top: 10px;  /* reduce from default 84px */
}

.ott-seo-content p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: var(--ott-muted);
  max-width: 900px;
}
.ott-stars {
  color: var(--ott-orange);
  letter-spacing: 0.12em;
  font-size: 1rem;
  margin-bottom: 12px;
}
#why-choose-us {
  padding-bottom: 0;
  padding-top: 0;
}
/* Testimonial reviewer name - replaces h3 styling */
.ott-testimonial .ott-testimonial__name {
    display: block;
    font-style: normal;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--ott-ink);
}
.ott-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  padding-bottom: 84px;
}

.ott-contact-card {
  padding: 28px;
}

.ott-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  border-radius: var(--ott-radius);
  box-shadow: var(--ott-shadow);
}

.ott-service-banner {
  width: var(--ott-container);
  margin: 0 auto;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background:
    linear-gradient(135deg, rgba(241, 124, 36, 0.14), rgba(20, 137, 201, 0.14)),
    #fff;
}
.ott-page-hero-carental {
  position: relative;
  overflow: hidden;
  padding: 96px 0 54px;
  color: var(--ott-white);
  background:
    linear-gradient(120deg, rgba(6, 31, 50, 0.88), rgba(20, 96, 137, 0.62)),
    url("assets/images/swift.png") center/cover no-repeat;
}
.ott-page-hero-tourpackages {
  position: relative;
  overflow: hidden;
  padding: 96px 0 54px;
  color: var(--ott-white);
  background:
    linear-gradient(120deg, rgba(6, 31, 50, 0.88), rgba(20, 96, 137, 0.62)),
    url("assets/images/van-back2.jpg") center/cover no-repeat;
}
.ott-page-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 54px;
  color: var(--ott-white);
  background:
    linear-gradient(120deg, rgba(6, 31, 50, 0.88), rgba(20, 96, 137, 0.62)),
    url("assets/images/17str2.jpg") center/cover no-repeat;
}

.ott-page-hero-about {
  position: relative;
  overflow: hidden;
  padding: 96px 0 54px;
  color: var(--ott-white);
  background:
    linear-gradient(120deg, rgba(6, 31, 50, 0.88), rgba(20, 96, 137, 0.62)),
    url("assets/images/bbsr_cars.png") center/cover no-repeat;
}

.ott-page-hero-contact {
  position: relative;
  overflow: hidden;
  padding: 96px 0 54px;
  color: var(--ott-white);
  background:
    linear-gradient(120deg, rgba(6, 31, 50, 0.88), rgba(20, 96, 137, 0.62)),
    url("assets/images/fortuner_ertiga.png") center/cover no-repeat;
}

.ott-page-hero__inner {
  position: relative;
  z-index: 1;
}

.ott-page-hero p {
  max-width: 700px;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.88);
}

.ott-page-content {
  padding: 0 0 84px;
}

.ott-two-column {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.ott-footer {
  padding: 28px 0 36px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, #17354e 0%, #0e2538 100%);
}

.ott-footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.9fr;
  gap: 24px;
}

.ott-footer h3,
.ott-footer h4 {
  color: var(--ott-white);
  margin-top: 0;
}

.ott-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ott-footer li {
  margin-bottom: 10px;
}

.ott-footer-bottom {
  width: var(--ott-container);
  margin: 24px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
}

.ott-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 110;
  display: grid;
  gap: 12px;
}

.ott-floating-actions a {
  min-width: 170px;
  padding: 14px 18px;
  border-radius: 999px;
  color: var(--ott-white);
  font-weight: 800;
  text-align: center;
  box-shadow: var(--ott-shadow);
}

.ott-floating-actions__whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.ott-floating-actions__call {
  background: linear-gradient(135deg, var(--ott-orange), #ff9a43);
}

.ott-hidden {
  display: none;
}

.ott-page-content article {
  padding: 28px;
  border-radius: var(--ott-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ott-shadow);
}

.ott-page-content h2,
.ott-page-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  margin-bottom: 12px;
}

.ott-page-content p,
.ott-page-content li {
  color: var(--ott-muted);
}

@media (max-width: 1080px) {
  .ott-hero__inner,
  .ott-highlight-grid,
  .ott-contact-grid,
  .ott-two-column,
  .ott-footer-inner {
    grid-template-columns: 1fr;
  }

  .ott-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ott-testimonials {
    grid-template-columns: 1fr;
  }

  .ott-booking-card {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .ott-topbar {
    flex-direction: row;
    align-items: center;
  }

  .ott-menu-toggle {
    display: inline-flex;
  }

  .ott-main-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--ott-shadow);
  }

  .ott-main-nav.is-open {
    display: block;
  }

  .ott-main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .ott-main-nav a {
    width: 100%;
  }

  .ott-main-nav a::after {
    left: 0;
    right: auto;
    width: 46px;
  }

  .ott-hero__inner,
  .ott-form-grid--compact,
  .ott-grid--3,
  .ott-grid--4,
  .ott-features {
    grid-template-columns: 1fr;
  }

  .ott-hero {
    background-position: 58% center;
  }

  .ott-hero__stats {
    grid-template-columns: 1fr;
  }

  .ott-service-banner,
  .ott-section__header,
  .ott-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ott-floating-actions a {
    min-width: auto;
  }
}

@media (max-width: 640px) {
  .ott-brand img {
    width: 58px;
    height: 58px;
  }

  .ott-brand__title {
    font-size: 1.6rem;
  }

  .ott-hero__inner {
    min-height: auto;
    padding: 64px 0 88px;
  }

  .ott-booking-card,
  .ott-panel,
  .ott-contact-card,
  .ott-testimonial,
  .ott-service-banner,
  .ott-page-content article {
    padding: 22px;
  }

  .ott-section {
    padding: 68px 0;
  }

  .ott-floating-actions {
    left: 16px;
    right: 16px;
  }

  .ott-floating-actions a {
    width: 100%;
  }
}
