/* ============================================================
   NOOR TRAVELS — MAIN STYLESHEET
   Original site styles preserved exactly.
   Review section styles added at the bottom (clearly labelled).
   ============================================================ */
 
:root {
  --bg: #0f172a;
  --bg-deep: #e2e8f0;
  --bg-panel: rgba(15, 23, 42, 0.92);
  --panel-light: rgba(22, 30, 42, 0.92);
  --ink: #e2e8f0;
  --ink-soft: #94a3b8;
  --line: rgba(148, 163, 184, 0.15);
  --white: #ffffff;
  --accent: #c98231;
  --accent-strong: #f0a847;
  --accent-soft: rgba(201, 130, 49, 0.18);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.55);
  --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.40);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}
 
*,
*::before,
*::after {
  box-sizing: border-box;
}
 
html {
  scroll-behavior: smooth;
}
 
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(201, 130, 49, 0.07), transparent 28%),
    radial-gradient(circle at bottom right, rgba(17, 53, 47, 0.18), transparent 22%),
    linear-gradient(180deg, #0d1117 0%, #0f172a 48%, #0d1117 100%);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
 
img {
  display: block;
  max-width: 100%;
}
 
a {
  color: inherit;
  text-decoration: none;
}
 
button,
input,
select {
  font: inherit;
}
 
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
 
.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}
 
.page-glow {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.8;
}
 
.page-glow-one {
  top: 90px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: rgba(201, 130, 49, 0.16);
}
 
.page-glow-two {
  bottom: 120px;
  left: -90px;
  width: 320px;
  height: 320px;
  background: rgba(17, 53, 47, 0.12);
}
 
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 1rem 0 0;
}
 
.nav-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  background: rgba(13, 17, 23, 0.82);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.40);
}
 
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
 
.brand-logo {
  width: clamp(55px, 6vw, 70px);
  height: clamp(55px, 6vw, 70px);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}
 
.hero h1,
.section h2,
.panel-card h2,
.service-card h3,
.destination-card h3,
.process-card h3,
.testimonial-card footer,
.contact-card a,
.contact-card p {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
 
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
}
 
.site-nav a {
  color: var(--ink-soft);
  transition: color 180ms ease, transform 180ms ease;
}
 
.site-nav a:hover,
.site-nav a:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  color: var(--accent-strong);
}
 
.nav-cta {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(17, 53, 47, 0.08);
  color: var(--ink);
}
 
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(17, 53, 47, 0.08);
  cursor: pointer;
}
 
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 999px;
}
 
.hero {
  padding: 6rem 0 2rem;
}
 
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  align-items: stretch;
}
 
.hero-copy {
  position: relative;
  padding: 3rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 21, 19, 0.35), rgba(6, 21, 19, 0.75)),
    linear-gradient(120deg, rgba(201, 130, 49, 0.18), transparent 45%),
    url("BackGround.jpg") center/cover no-repeat;
  box-shadow: var(--shadow-lg);
}
 
.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -30px -30px auto;
  width: 170px;
  height: 170px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(201, 130, 49, 0.36), rgba(255, 255, 255, 0.05));
  transform: rotate(14deg);
}
 
.eyebrow,
.section-tag,
.card-kicker {
  margin: 0 0 0.9rem;
  color: #f0d8b6;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
 
.hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}
 
.hero-text {
  max-width: 58ch;
  margin: 1.4rem 0 0;
  font-size: 1.02rem;
  color: rgba(255, 249, 239, 0.9);
}
 
.hero-actions,
.contact-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
 
.hero-actions {
  margin-top: 2rem;
}
 
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
 
.button:hover,
.button:focus-visible,
.site-nav a:hover,
.site-nav a:focus-visible {
  transform: translateY(-1px);
}
 
.button-primary {
  background: linear-gradient(135deg, var(--accent), #e9c18b);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(156, 90, 16, 0.25);
}
 
.button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}
 
.button-block {
  width: 100%;
}
 
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}
 
.hero-pills span,
.route-strip-track span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.88rem;
}
 
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}
 
.hero-metrics article {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
 
.hero-metrics strong {
  display: block;
  font-size: 1.35rem;
}
 
.hero-metrics span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.84rem;
  color: rgba(255, 249, 239, 0.8);
}
 
.hero-panel {
  display: grid;
  gap: 1rem;
}
 
.panel-card {
  border-radius: var(--radius-xl);
  padding: 1.65rem;
  background: var(--panel-light);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
}
 
.panel-card h2 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1;
}
 
.panel-card p {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
}
 
.card-kicker,
.section-tag {
  color: var(--accent-strong);
}
 
.inquiry-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}
 
.inquiry-form label {
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--ink);
}
 
.inquiry-form input,
.inquiry-form select {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(13, 17, 23, 0.80);
  color: var(--ink);
  outline: none;
}
 
.inquiry-form input:focus,
.inquiry-form select:focus {
  border-color: rgba(201, 130, 49, 0.55);
  box-shadow: 0 0 0 4px rgba(201, 130, 49, 0.12);
}
 
.inquiry-form select option {
  background: #1e293b;
  color: #e2e8f0;
}
 
.location-card {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 23, 20, 0.14), rgba(8, 23, 20, 0.82)),
    url("Select.jpg") center/cover no-repeat;
}
 
.location-card p,
.location-card a {
  color: rgba(255, 249, 239, 0.88);
}
 
.inline-link {
  font-weight: 700;
}
 
.route-strip {
  padding: 0 0 1rem;
}
 
.route-strip-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
 
.route-strip-track span {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}
 
.section {
  padding: 2rem 0 5rem;
}
 
.section-tinted {
  position: relative;
}
 
.section-tinted::before {
  content: "";
  position: absolute;
  inset: 1rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(201, 130, 49, 0.04));
  z-index: -1;
}
 
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.8rem;
}
 
.section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.98;
  color: var(--bg-deep);
}
 
.section-heading p,
.section-text {
  max-width: 56ch;
  margin: 0.9rem 0 0;
  color: var(--ink-soft);
}
 
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 1.5rem;
  align-items: stretch;
}
 
.story-card {
  min-height: 360px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 30, 27, 0.14), rgba(11, 30, 27, 0.8)),
    linear-gradient(135deg, rgba(201, 130, 49, 0.2), transparent),
    url("Select.jpg") center/cover no-repeat;
  box-shadow: var(--shadow-md);
}
 
.story-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.7rem;
}
 
.story-list {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
  color: rgba(255, 249, 239, 0.9);
}
 
.story-list li + li {
  margin-top: 0.55rem;
}
 
.card-grid,
.destination-grid,
.process-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
 
.service-card,
.destination-card,
.process-card,
.testimonial-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 1.45rem;
  background: rgba(22, 30, 42, 0.90);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
}
 
.service-card::after,
.destination-card::after,
.process-card::after {
  content: "";
  position: absolute;
  inset: auto -36px -36px auto;
  width: 110px;
  height: 110px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(201, 130, 49, 0.18), rgba(17, 53, 47, 0.05));
  transform: rotate(24deg);
}
 
.service-index,
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 34px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
 
.service-card h3,
.destination-card h3,
.process-card h3 {
  margin: 1rem 0 0.6rem;
  font-size: 1.45rem;
  line-height: 1.05;
  color: var(--bg-deep);
}
 
.service-card p,
.destination-card p,
.process-card p,
.testimonial-card p,
.contact-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink-soft);
}
 
.testimonial-card {
  padding-top: 2rem;
}
 
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -14px;
  left: 16px;
  color: rgba(201, 130, 49, 0.22);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 5rem;
  line-height: 1;
}
 
.testimonial-card footer {
  margin-top: 1.1rem;
  font-size: 1.1rem;
  color: var(--bg-deep);
}
 
.contact-section {
  padding-bottom: 6rem;
}
 
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 1.5rem;
  align-items: start;
}
 
.contact-card {
  background: linear-gradient(180deg, rgba(17, 53, 47, 0.96), rgba(17, 53, 47, 0.84));
  color: var(--white);
}
 
.contact-card a,
.contact-card p {
  color: rgba(255, 249, 239, 0.92);
}
 
.contact-row + .contact-row {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
 
.contact-row span {
  display: block;
  margin-bottom: 0.4rem;
  color: #f0d8b6;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
 
.contact-actions {
  margin-top: 1.5rem;
}
 
.site-footer {
  padding: 0 0 2rem;
}
 
.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink-soft);
}
 
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 560ms ease, transform 560ms ease;
}
 
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
 
@media (max-width: 980px) {
  .hero-grid,
  .split-layout,
  .contact-grid,
  .card-grid,
  .destination-grid,
  .process-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
 
  .hero-grid,
  .split-layout,
  .contact-grid {
    align-items: start;
  }
}
 
@media (max-width: 760px) {
  .site-header {
    padding-top: 0.75rem;
  }
 
  .nav-shell {
    position: relative;
    border-radius: 28px;
    padding: 0.85rem 1rem;
  }
 
  .nav-toggle {
    display: inline-block;
  }
 
  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(13, 17, 23, 0.98);
    box-shadow: var(--shadow-md);
  }
 
  .site-nav.is-open {
    display: flex;
  }
 
  .hero {
    padding-top: 5rem;
  }
 
  .brand-logo {
    width: min(190px, 100%);
  }
 
  .hero-copy,
  .panel-card {
    padding: 1.5rem;
  }
 
  .hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 4rem);
  }
 
  .hero-metrics {
    grid-template-columns: 1fr;
  }
 
  .hero-grid,
  .split-layout,
  .contact-grid,
  .card-grid,
  .destination-grid,
  .process-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
 
  .section-heading,
  .footer-shell {
    display: block;
  }
}
 
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
 
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
 
  .reveal {
    opacity: 1;
    transform: none;
  }
}
 
 
/* ============================================================
   REVIEW SECTION
   — completely self-contained block, does not interfere with
     any existing styles above.
   ============================================================ */
 
/* Outer section wrapper */
.review-section {
  padding: 4rem 0 5rem;
  background:
    radial-gradient(ellipse at 60% 0%, rgba(201, 130, 49, 0.07), transparent 55%),
    linear-gradient(180deg, rgba(17, 53, 47, 0.12), transparent);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
 
/* Centered card */
.review-wrapper {
  max-width: 560px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  border-radius: var(--radius-xl);
  background: rgba(22, 30, 42, 0.90);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
  text-align: center;
}
 
/* Plane / travel icon at top */
.review-icon {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(201, 130, 49, 0.35));
}
 
/* "Share your experience" kicker */
.review-kicker {
  margin: 0 0 0.4rem;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
 
/* Main heading */
.review-heading {
  margin: 0 0 0.6rem;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.1;
  color: var(--bg-deep);
}
 
/* Sub-text below heading */
.review-subtext {
  margin: 0 0 2rem;
  font-size: 0.94rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
 
/* ── Star Rating ── */
 
/* Container that holds the 5 star buttons */
.star-rating {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
 
/* Individual star button — reset browser defaults completely */
.star-rating .star {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 1;
  outline: none;
 
  /* Star character rendered via font — hollow look by default */
  font-size: clamp(2.4rem, 7vw, 3rem);
  color: rgba(255, 255, 255, 0.18);       /* empty star colour */
  text-shadow: none;
  transition: color 150ms ease, transform 150ms ease, text-shadow 150ms ease;
  user-select: none;
  -webkit-user-select: none;
}
 
/* Hover preview: fill stars up to the hovered star via JS data-hover class */
.star-rating .star.hovered {
  color: rgba(240, 168, 71, 0.6);         /* soft amber on hover */
  transform: scale(1.15);
}
 
/* Clicked / selected state */
.star-rating .star.selected {
  color: #f0a847;                          /* full amber when selected */
  text-shadow: 0 0 18px rgba(240, 168, 71, 0.55);
  transform: scale(1.1);
}
 
/* Small label under stars: "Very Good", "Excellent" etc. */
.rating-label {
  min-height: 1.4em;
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-strong);
  text-transform: uppercase;
  transition: opacity 200ms ease;
}
 
/* ── Feedback area ── hidden by default, shown after click */
.rating-feedback {
  display: none;           /* shown by JS after a star is clicked */
  margin-top: 0.5rem;
  animation: fadeSlideUp 280ms ease forwards;
}
 
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
/* Positive feedback (rating 4 or 5) */
.feedback-positive {
  display: none; /* toggled by JS */
}
 
/* Negative feedback (rating 1–3) */
.feedback-negative {
  display: none; /* toggled by JS */
}
 
/* Shared feedback text style */
.feedback-text {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
 
/* Progress bar shown for 4–5 star redirect */
.feedback-progress-bar {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 1.25rem;
}
 
/* Animated fill — width animates from 0 → 100% via JS class */
.feedback-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  transition: width 1.5s linear;
}
 
.feedback-progress-fill.running {
  width: 100%;
}
 
/* Google review CTA button */
.review-google-btn {
  margin-top: 0.25rem;
  width: 100%;
}
 
/* Textarea for improvement feedback */
.feedback-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(13, 17, 23, 0.80);
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.5;
  resize: vertical;
  outline: none;
  margin-bottom: 0.85rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
 
.feedback-textarea:focus {
  border-color: rgba(201, 130, 49, 0.55);
  box-shadow: 0 0 0 4px rgba(201, 130, 49, 0.12);
}
 
.feedback-textarea::placeholder {
  color: var(--ink-soft);
}
 
/* Submit button for negative feedback */
#feedback-submit {
  width: 100%;
  cursor: pointer;
}
 
/* Thank-you message shown after submit */
.feedback-thankyou {
  margin: 0.85rem 0 0;
  font-size: 0.94rem;
  color: var(--accent-strong);
  font-weight: 600;
}
 
/* ── Mobile tweaks ── */
@media (max-width: 600px) {
  .review-wrapper {
    padding: 2rem 1.25rem;
  }
 
  .star-rating .star {
    font-size: 2.2rem;
    gap: 0.3rem;
  }
}
 
