.rr-planner-page {
  padding-top: 24px;
  padding-bottom: 10px;
}

.rr-planner-page .rr-intro {
  background: linear-gradient(135deg, #0f2444 0%, #1f5f8b 55%, #2d89b8 100%);
  color: #fff;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 26px;
  box-shadow: 0 14px 35px rgba(10, 35, 66, 0.25);
}

.rr-planner-page .rr-intro h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
}

.rr-planner-page .rr-intro p {
  margin-bottom: 0;
  opacity: 0.95;
}

.rr-steps {
  margin-bottom: 18px;
}

.rr-step-card {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(20, 48, 82, 0.08);
}

.rr-step-card .rr-step-no {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #0f5c8a;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}

.rr-step-card h5 {
  font-size: 19px;
  margin-bottom: 8px;
}

.rr-main-form {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e6edf6;
  box-shadow: 0 10px 32px rgba(17, 44, 77, 0.08);
  padding: 24px;
}

.rr-main-form .rr-section-title {
  font-size: 20px;
  margin-bottom: 14px;
  color: #123154;
}

.rr-main-form .form-group label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #2d445d;
  margin-bottom: 8px;
}

.rr-main-form .form-group input,
.rr-main-form .form-group textarea,
.rr-main-form .form-group select {
  width: 100% !important;
  height: 56px !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  color: #1b3858 !important;
  border-radius: 10px;
  border: 1px solid #dbe5f0 !important;
  background: #f9fcff !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rr-main-form .form-group textarea {
  height: 140px !important;
  min-height: 130px;
  resize: vertical;
}

.rr-main-form .form-group input:focus,
.rr-main-form .form-group textarea:focus,
.rr-main-form .form-group select:focus {
  border-color: #1f6da0 !important;
  box-shadow: 0 0 0 3px rgba(31, 109, 160, 0.13) !important;
}

.rr-main-form .select2-container {
  width: 100% !important;
}

.rr-main-form .select2-container--default .select2-selection--single {
  height: 56px !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 10px !important;
  background: #f9fcff !important;
}

.rr-main-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px !important;
  color: #1b3858 !important;
  padding-left: 14px !important;
  padding-right: 40px !important;
}

.rr-main-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px !important;
  right: 10px !important;
}

.rr-interest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.rr-interest-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #f5f9fd;
  border: 1px solid #e1ebf5;
  border-radius: 10px;
}

.rr-interest-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.rr-sidebar-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e6edf6;
  box-shadow: 0 10px 30px rgba(17, 44, 77, 0.08);
  padding: 22px;
}

.rr-sidebar-card h4 {
  margin-bottom: 12px;
  color: #123154;
}

.rr-tour-item {
  padding: 12px 0;
  border-bottom: 1px solid #eef3f8;
}

.rr-tour-item:last-child {
  border-bottom: 0;
}

.rr-tour-item .loc {
  font-size: 12px;
  color: #0f5c8a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.rr-tour-item .dur {
  font-size: 13px;
  color: #6a7f95;
}

.rr-main-form .submit-btn {
  min-height: 54px;
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.page-banner {
  padding: 160px 0 120px !important;
}

.page-banner.style-two {
  padding: 160px 0 170px !important;
}

@media (max-width: 991px) {
  .page-banner {
    padding: 130px 0 95px !important;
  }

  .page-banner.style-two {
    padding: 130px 0 125px !important;
  }

  .rr-planner-page .rr-intro h3 {
    font-size: 28px;
  }

  .rr-main-form,
  .rr-sidebar-card {
    margin-top: 16px;
  }
}

/* Tour Detail Redesign */
.rr-tour-detail-page {
  padding: 36px 0 24px;
}

.rr-tour-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(15, 38, 66, 0.18);
  background: #fff;
  margin-bottom: 26px;
}

.rr-tour-hero__media {
  min-height: 420px;
  position: relative;
}

.rr-hero-slider {
  position: relative;
  isolation: isolate;
}

.rr-hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.rr-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
}

.rr-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.rr-hero-slide img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.rr-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(10, 29, 52, 0.68);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.rr-hero-nav:hover {
  background: rgba(10, 29, 52, 0.9);
}

.rr-hero-prev {
  left: 14px;
}

.rr-hero-next {
  right: 14px;
}

.rr-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(10, 29, 52, 0.45);
}

.rr-hero-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rr-hero-dot.is-active {
  width: 26px;
  border-radius: 999px;
  background: #fff;
}

.rr-tour-hero__content {
  padding: 30px;
  background: linear-gradient(145deg, #0d294b 0%, #1f5f8b 100%);
  color: #fff;
}

.rr-tour-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rr-tour-hero__content h2 {
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.25;
}

.rr-tour-hero__content p {
  color: rgba(255, 255, 255, 0.92);
}

.rr-tour-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.rr-fact-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px;
}

.rr-fact-card span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  opacity: 0.88;
}

.rr-fact-card strong {
  font-size: 16px;
  color: #fff;
}

.rr-tour-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rr-tour-body {
  margin-top: 6px;
}

.rr-tour-gallery {
  margin-bottom: 20px;
}

.rr-tour-gallery h3 {
  margin-bottom: 12px;
  color: #123154;
}

.rr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rr-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e4ecf6;
  box-shadow: 0 8px 20px rgba(20, 46, 78, 0.08);
}

.rr-gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.rr-gallery-item:hover img {
  transform: scale(1.05);
}

.rr-tour-panel {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(18, 48, 81, 0.08);
  padding: 22px;
  margin-bottom: 18px;
}

.rr-tour-panel h3,
.rr-tour-panel h4 {
  color: #123154;
  margin-bottom: 12px;
}

.rr-overview-text p:last-child {
  margin-bottom: 0;
}

.rr-tour-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rr-list-check,
.rr-list-cross {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rr-list-check li,
.rr-list-cross li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.rr-list-check li::before,
.rr-list-cross li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.rr-list-check li::before {
  content: "✓";
  background: #daf2e5;
  color: #0f7a48;
}

.rr-list-cross li::before {
  content: "✕";
  background: #fde3e5;
  color: #ba2638;
}

.rr-timeline {
  display: grid;
  gap: 10px;
}

.rr-timeline-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #f7fbff;
  border: 1px solid #e5eef8;
}

.rr-timeline-item span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f5c8a;
}

.rr-timeline-item h5 {
  font-size: 17px;
  margin-bottom: 5px;
}

.rr-tour-cta-panel p {
  margin-bottom: 14px;
}

.rr-tour-cta-panel .theme-btn {
  width: 100%;
}

.rr-tour-item h5 {
  margin-bottom: 2px;
}

@media (max-width: 1199px) {
  .rr-tour-facts {
    grid-template-columns: 1fr;
  }

  .rr-tour-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .rr-tour-hero {
    grid-template-columns: 1fr;
  }

  .rr-tour-hero__media {
    min-height: 280px;
  }

  .rr-hero-nav {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .rr-hero-prev {
    left: 10px;
  }

  .rr-hero-next {
    right: 10px;
  }

  .rr-hero-dots {
    bottom: 10px;
  }

  .rr-tour-hero__content {
    padding: 22px;
  }

  .rr-timeline-item {
    grid-template-columns: 1fr;
  }

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

  .rr-gallery-item img {
    height: 150px;
  }
}
/* Preloader redesign */
.handle-preloader {
  background: radial-gradient(circle at 20% 20%, #63b8e8 0%, #3284bc 50%, #0f4c79 100%);
}

.handle-preloader .animation-preloader {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.handle-preloader .animation-preloader .spinner {
  width: 112px;
  height: 112px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.28);
  border-top-color: #ffffff;
  margin: 0 auto 26px auto;
  animation: rrSpin 1.1s linear infinite;
}

.handle-preloader .animation-preloader .preloader-brand {
  width: min(86vw, 360px);
  padding: 20px 22px 18px;
  border-radius: 18px;
  text-align: center;
  user-select: none;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 16px 35px rgba(6, 33, 57, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.handle-preloader .animation-preloader .preloader-brand__badge {
  width: 92px;
  height: 92px;
  margin: 0 auto 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(12, 40, 66, 0.2);
}

.handle-preloader .animation-preloader .preloader-brand__badge img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 80px;
  object-fit: contain;
}

.handle-preloader .animation-preloader .preloader-brand__name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
}

.handle-preloader .animation-preloader .preloader-brand__tag {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.handle-preloader .animation-preloader .preloader-progress {
  display: block;
  position: relative;
  margin: 14px auto 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  overflow: hidden;
}

.handle-preloader .animation-preloader .preloader-progress__bar {
  position: absolute;
  left: -40%;
  top: 0;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: #ffffff;
  animation: rrPreloadBar 1.4s ease-in-out infinite;
}

@keyframes rrSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rrPreloadBar {
  0% {
    left: -45%;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@media (max-width: 767.98px) {
  .handle-preloader .animation-preloader .spinner {
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
  }

  .handle-preloader .animation-preloader .preloader-brand {
    width: min(90vw, 320px);
    padding: 16px 16px 14px;
    border-radius: 14px;
  }

  .handle-preloader .animation-preloader .preloader-brand__badge {
    width: 76px;
    height: 76px;
  }

  .handle-preloader .animation-preloader .preloader-brand__badge img {
    height: 46px;
    max-width: 66px;
  }
}

/* Tour listing redesign */
.rr-tour-listing-page {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, #f6fbff 0%, #ffffff 75%);
}

.rr-tour-listing-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.rr-tour-listing-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1f88bc;
  margin-bottom: 6px;
  font-weight: 600;
}

.rr-tour-listing-head h2 {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1.15em;
  color: #0d3048;
}

.rr-tour-listing-head p {
  margin: 0;
  max-width: 760px;
  color: #597487;
}

.rr-tour-head-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.rr-tour-type-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rr-tour-type-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(14, 57, 86, 0.16);
  color: #0f3852;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
}

.rr-tour-type-pills a.is-active,
.rr-tour-type-pills a:hover {
  color: #fff;
  border-color: #1f88bc;
  background: #1f88bc;
}

.market-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.market-switcher_label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #537186;
  font-weight: 600;
}

.market-switcher_select {
  min-height: 38px;
  border: 1px solid rgba(14, 57, 86, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13px;
  color: #0f3852;
  background: #fff;
}

.rr-tour-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rr-tour-list-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(14, 57, 86, 0.1);
  box-shadow: 0 14px 32px rgba(12, 42, 64, 0.09);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rr-tour-list-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(12, 42, 64, 0.16);
}

.rr-tour-list-card__media {
  position: relative;
  display: block;
  overflow: hidden;
}

.rr-tour-list-card__media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.rr-tour-list-card:hover .rr-tour-list-card__media img {
  transform: scale(1.07);
}

.rr-tour-list-card__price {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(10, 36, 56, 0.88);
  color: #fff;
}

.rr-tour-list-card__body {
  padding: 18px 18px 20px;
}

.rr-tour-list-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.rr-tour-list-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #41627a;
  background: #eef6fb;
}

.rr-tour-list-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25em;
}

.rr-tour-list-card h3 a {
  color: #0d3048;
}

.rr-tour-list-card h3 a:hover {
  color: #1f88bc;
}

.rr-tour-list-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f88bc;
}

.rr-tour-list-card__cta::after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}

.rr-tour-empty {
  grid-column: 1 / -1;
  border: 1px solid rgba(14, 57, 86, 0.12);
  border-radius: 14px;
  background: #fff;
  padding: 28px 22px;
  color: #4e6b80;
}

@media (max-width: 1199px) {
  .rr-tour-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-tour-listing-head h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .rr-tour-listing-page {
    padding: 70px 0 45px;
  }

  .rr-tour-listing-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rr-tour-head-tools {
    width: 100%;
    align-items: flex-start;
  }

  .rr-tour-listing-head h2 {
    font-size: 28px;
  }

  .rr-tour-list-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rr-tour-list-card__media img {
    height: 215px;
  }
}

/* Market landing pages */
.rr-market-page {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 75%);
}

.rr-market-hero {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 24px;
  margin-bottom: 26px;
}

.rr-market-hero__content {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(14, 57, 86, 0.1);
  box-shadow: 0 14px 30px rgba(12, 42, 64, 0.08);
  padding: 30px;
}

.rr-market-kicker {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1f88bc;
  margin-bottom: 8px;
  font-weight: 600;
}

.rr-market-hero__content h2 {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1.15em;
  color: #0d3048;
}

.rr-market-hero__content p {
  margin: 0;
  color: #4e6b80;
  max-width: 760px;
}

.rr-market-hero__actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rr-market-hero__panel {
  border-radius: 18px;
  background: #0f3852;
  color: #fff;
  padding: 26px 22px;
}

.rr-market-hero__panel h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
}

.rr-market-hero__panel ul {
  margin: 0 0 12px;
  padding-left: 18px;
}

.rr-market-hero__panel li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.92);
}

.rr-market-hero__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.rr-market-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rr-market-tour-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(14, 57, 86, 0.1);
  box-shadow: 0 14px 30px rgba(12, 42, 64, 0.08);
}

.rr-market-tour-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.rr-market-tour-card__body {
  padding: 18px 18px 20px;
}

.rr-market-tour-card__body h4 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25em;
}

.rr-market-tour-card__body h4 a {
  color: #0d3048;
}

.rr-market-tour-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.rr-market-tour-card__meta span {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #41627a;
  background: #eef6fb;
}

.rr-market-tour-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1f88bc;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rr-market-tour-card__link::after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}

.rr-market-empty {
  grid-column: 1 / -1;
  border: 1px solid rgba(14, 57, 86, 0.12);
  border-radius: 14px;
  background: #fff;
  padding: 24px 20px;
}

.rr-market-trust {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rr-market-trust__item {
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(14, 57, 86, 0.1);
  padding: 18px 16px;
}

.rr-market-trust__item h5 {
  margin: 0 0 8px;
  color: #0d3048;
  font-size: 18px;
}

.rr-market-trust__item p {
  margin: 0;
  color: #4e6b80;
}

.rr-market-faq {
  margin-top: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(14, 57, 86, 0.1);
  padding: 22px;
}

.rr-market-faq h3 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #0d3048;
}

.rr-market-faq details {
  border-top: 1px solid rgba(14, 57, 86, 0.1);
  padding: 12px 0;
}

.rr-market-faq details:first-of-type {
  border-top: 0;
}

.rr-market-faq summary {
  cursor: pointer;
  color: #0f3852;
  font-weight: 600;
  list-style: none;
}

.rr-market-faq summary::-webkit-details-marker {
  display: none;
}

.rr-market-faq p {
  margin: 8px 0 0;
  color: #4e6b80;
}

.rr-market-final-cta {
  margin-top: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f3852 0%, #1f88bc 100%);
  color: #fff;
  padding: 26px 24px;
}

.rr-market-final-cta h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 34px;
}

.rr-market-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.rr-market-final-cta .btn-style-three {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1199px) {
  .rr-market-hero {
    grid-template-columns: 1fr;
  }

  .rr-market-tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-market-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .rr-market-page {
    padding: 70px 0 45px;
  }

  .rr-market-hero__content {
    padding: 22px 18px;
  }

  .rr-market-hero__content h2 {
    font-size: 30px;
  }

  .rr-market-tour-grid {
    grid-template-columns: 1fr;
  }

  .rr-market-faq {
    padding: 18px;
  }

  .rr-market-faq h3 {
    font-size: 24px;
  }

  .rr-market-final-cta {
    padding: 20px 18px;
  }

  .rr-market-final-cta h3 {
    font-size: 28px;
  }
}

/* Tailor-made funnel enhancements */
.rr-main-form .rr-form-intro {
  margin: -6px 0 18px;
  color: #567285;
}

.rr-advanced-form {
  margin: 4px 0 18px;
  border: 1px solid rgba(14, 57, 86, 0.14);
  border-radius: 12px;
  background: #f9fcff;
  padding: 12px 14px;
}

.rr-advanced-form summary {
  cursor: pointer;
  font-weight: 600;
  color: #0f3852;
  list-style: none;
}

.rr-advanced-form summary::-webkit-details-marker {
  display: none;
}

.rr-advanced-form[open] summary {
  margin-bottom: 12px;
}

/* Tour page full redesign */
.rr-tour-page-v2 {
  padding: 92px 0 74px;
  background: radial-gradient(circle at 88% 0%, rgba(56, 170, 215, 0.16) 0%, rgba(56, 170, 215, 0) 34%), linear-gradient(180deg, #f5fbff 0%, #ffffff 72%);
}

.rr-tour-v2-hero {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 22px;
  margin-bottom: 24px;
}

.rr-tour-v2-hero__content {
  background: #fff;
  border: 1px solid rgba(12, 62, 92, 0.14);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(10, 36, 56, 0.08);
  padding: 28px 30px 30px;
}

.rr-tour-v2-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #2d86b5;
  font-weight: 700;
}

.rr-tour-v2-hero__content h2 {
  margin: 0 0 10px;
  color: #0d3048;
  font-size: 42px;
  line-height: 1.15em;
}

.rr-tour-v2-hero__content p {
  margin: 0;
  color: #4f6f85;
  max-width: 760px;
}

.rr-tour-v2-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rr-tour-v2-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(12, 62, 92, 0.16);
  color: #134764;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
}

.rr-tour-v2-pills a.is-active,
.rr-tour-v2-pills a:hover {
  color: #fff;
  border-color: #1f88bc;
  background: #1f88bc;
}

.rr-tour-v2-hero__stats {
  border-radius: 20px;
  background: #0f3852;
  color: #fff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.rr-tour-v2-hero__stats .market-switcher_label {
  color: rgba(255, 255, 255, 0.85);
}

.rr-tour-v2-hero__stats .market-switcher_select {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.rr-tour-v2-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rr-tour-v2-metric {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  padding: 14px 10px;
  text-align: center;
}

.rr-tour-v2-metric strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.15em;
}

.rr-tour-v2-metric span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.3em;
}

.rr-tour-v2-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
}

.rr-tour-v2-filter {
  border: 1px solid rgba(12, 62, 92, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 36, 56, 0.06);
  padding: 20px 18px;
  height: fit-content;
  position: sticky;
  top: 96px;
}

.rr-tour-v2-filter h4 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #103650;
}

.rr-tour-v2-field {
  margin-bottom: 12px;
}

.rr-tour-v2-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #597589;
  font-weight: 600;
}

.rr-tour-v2-field input {
  width: 100%;
  border: 1px solid rgba(12, 62, 92, 0.18);
  border-radius: 10px;
  min-height: 44px;
  padding: 0 12px;
  color: #0f3852;
  background: #fff;
}

.rr-tour-v2-field input:focus {
  border-color: #1f88bc;
}

.rr-tour-v2-actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rr-tour-v2-actions .theme-btn {
  min-width: 152px;
}

.rr-tour-v2-reset {
  font-size: 13px;
  font-weight: 600;
  color: #275f7f;
  text-decoration: underline;
}

.rr-tour-v2-popular {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed rgba(12, 62, 92, 0.2);
}

.rr-tour-v2-popular h5 {
  margin: 0 0 10px;
  color: #0f3852;
  font-size: 16px;
}

.rr-tour-v2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rr-tour-v2-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(12, 62, 92, 0.18);
  color: #335d77;
  font-size: 12px;
}

.rr-tour-v2-tags a:hover {
  color: #fff;
  background: #1f88bc;
  border-color: #1f88bc;
}

.rr-tour-v2-results {
  min-width: 0;
}

.rr-tour-v2-results-head {
  margin: 2px 0 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.rr-tour-v2-results-head h3 {
  margin: 0;
  color: #0d3048;
  font-size: 30px;
  line-height: 1.2em;
}

.rr-tour-v2-results-head p {
  margin: 0;
  color: #537086;
  font-size: 14px;
}

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

.rr-tour-v2-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(12, 62, 92, 0.12);
  background: #fff;
  box-shadow: 0 12px 26px rgba(12, 45, 68, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.rr-tour-v2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(12, 45, 68, 0.16);
}

.rr-tour-v2-card__media {
  position: relative;
  display: block;
  overflow: hidden;
}

.rr-tour-v2-card__media img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.rr-tour-v2-card:hover .rr-tour-v2-card__media img {
  transform: scale(1.06);
}

.rr-tour-v2-card__price {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(8, 33, 51, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.rr-tour-v2-card__body {
  padding: 16px 16px 18px;
}

.rr-tour-v2-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.rr-tour-v2-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ecf6fc;
  color: #355d78;
  font-size: 12px;
}

.rr-tour-v2-card h4 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.24em;
}

.rr-tour-v2-card h4 a {
  color: #103650;
}

.rr-tour-v2-card h4 a:hover {
  color: #1f88bc;
}

.rr-tour-v2-card p {
  margin: 0 0 12px;
  color: #5e798d;
  font-size: 14px;
  line-height: 1.6em;
}

.rr-tour-v2-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f88bc;
  font-weight: 700;
}

.rr-tour-v2-card__cta::after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
}

.rr-tour-v2-empty {
  grid-column: 1 / -1;
  border: 1px solid rgba(12, 62, 92, 0.14);
  border-radius: 14px;
  background: #fff;
  padding: 30px 20px;
  color: #547185;
}

@media (max-width: 1199px) {
  .rr-tour-v2-hero {
    grid-template-columns: 1fr;
  }

  .rr-tour-v2-layout {
    grid-template-columns: 1fr;
  }

  .rr-tour-v2-filter {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .rr-tour-page-v2 {
    padding: 70px 0 45px;
  }

  .rr-tour-v2-hero__content {
    padding: 22px 18px;
  }

  .rr-tour-v2-hero__content h2 {
    font-size: 30px;
  }

  .rr-tour-v2-metric-grid {
    grid-template-columns: 1fr;
  }

  .rr-tour-v2-results-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rr-tour-v2-results-head h3 {
    font-size: 26px;
  }

  .rr-tour-v2-grid {
    grid-template-columns: 1fr;
  }

  .rr-tour-v2-card__media img {
    height: 220px;
  }
}

/* Conversion Boost Layer */
.rr-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 26px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  z-index: 9996;
  box-shadow: 0 12px 28px rgba(8, 44, 24, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rr-floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(8, 44, 24, 0.35);
}

.rr-floating-whatsapp__icon {
  font-size: 30px;
  line-height: 1;
}

.rr-sticky-quote-btn {
  position: fixed;
  right: 18px;
  bottom: 94px;
  z-index: 9998;
  border: 0;
  border-radius: 999px;
  background: #0c6ca4;
  color: #fff;
  padding: 12px 18px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(6, 46, 75, 0.3);
}

.rr-quote-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  max-width: 95vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  box-shadow: -14px 0 34px rgba(10, 27, 47, 0.22);
  padding: 20px;
  transform: translateX(104%);
  transition: transform 0.28s ease;
  overflow-y: auto;
}

.rr-quote-panel.is-open {
  transform: translateX(0);
}

.rr-quote-panel__close,
.rr-exit-popup__close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  float: right;
}

.rr-mini-quote-form,
.rr-lead-magnet-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.rr-mini-quote-form input,
.rr-mini-quote-form select,
.rr-lead-magnet-form input,
.rr-lead-magnet-form select {
  border: 1px solid #d6e3ef;
  border-radius: 10px;
  min-height: 46px;
  padding: 10px 12px;
}

.rr-lead-magnet {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #e8eef5;
}

.rr-lead-magnet-form button {
  border: 0;
  border-radius: 10px;
  min-height: 46px;
  background: #114f77;
  color: #fff;
  font-weight: 700;
}

.rr-quote-panel__wa {
  display: inline-block;
  margin-top: 14px;
  color: #116147;
  font-weight: 700;
}

.rr-exit-popup {
  position: fixed;
  inset: 0;
  background: rgba(6, 21, 38, 0.58);
  z-index: 9997;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.rr-exit-popup.is-open {
  display: flex;
}

.rr-exit-popup__box {
  background: #fff;
  width: 100%;
  max-width: 480px;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(8, 27, 48, 0.3);
}

.rr-trust-strip {
  background: #f0f7ff;
  border-top: 1px solid #d7e6f5;
  border-bottom: 1px solid #d7e6f5;
}

.rr-trust-strip__inner {
  padding: 14px 0;
}

.rr-trust-strip__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rr-trust-strip__badges span {
  background: #fff;
  border: 1px solid #d4e2ef;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #214362;
}

.rr-testimonials-real {
  background: #fff;
  padding: 26px 0 20px;
}

.rr-testimonials-real h3 {
  margin-bottom: 12px;
}

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

.rr-testimonials-real__grid article {
  border: 1px solid #e2ebf4;
  border-radius: 12px;
  padding: 16px;
  background: #f9fcff;
}

.rr-testimonials-real__grid strong {
  display: block;
  margin-top: 10px;
  color: #12385a;
}

.rr-testimonials-real__grid span {
  font-size: 13px;
  color: #5a7288;
}

.rr-form-progress {
  height: 8px;
  border-radius: 999px;
  background: #e6edf6;
  margin-bottom: 18px;
  overflow: hidden;
}

.rr-form-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f5c8a, #2a88bd);
  transition: width 0.25s ease;
}

.rr-step-nav {
  display: flex;
  gap: 10px;
}

.rr-prev-step {
  display: none;
}

.rr-tour-v2-card__includes {
  margin: 8px 0 12px;
  padding-left: 16px;
  color: #38566f;
  font-size: 13px;
}

.rr-tour-v2-card__footer-cta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.rr-tour-v2-card__wa {
  font-size: 13px;
  font-weight: 700;
  color: #0e6b4f;
}

.rr-tour-v2-card__nohidden,
.rr-no-hidden-note {
  margin-top: 8px;
  color: #1d5f2d;
  font-size: 13px;
  font-weight: 600;
}

.rr-lead-download-notice {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 9999;
  background: #114f77;
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  box-shadow: 0 12px 30px rgba(8, 28, 49, 0.3);
  font-size: 13px;
}

.rr-lead-download-notice a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

/* Fresh About Page */
.rr-about-fresh {
  padding: 12px 0 20px;
}

.rr-about-fresh__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.7fr);
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  background: #f6f3ec;
  color: #2f2a22;
  border: 1px solid #e6dfd2;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(31, 26, 18, 0.08);
}

.rr-about-fresh__hero-main {
  min-width: 0;
}

.rr-about-fresh__hero-media {
  display: flex;
  justify-content: center;
}

.rr-about-fresh__kicker {
  display: inline-block;
  border: 1px solid #c9bea8;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #5b4f3e;
  background: #fffaf1;
}

.rr-about-fresh__hero h2 {
  color: #2f2a22;
  margin-bottom: 12px;
}

.rr-about-fresh__hero p {
  opacity: 1;
  max-width: 850px;
  color: #4a4033;
}

.rr-about-fresh__flag {
  margin: 0;
  width: 100%;
  max-width: 320px;
  background: #fff;
  border: 1px solid #e4dccb;
  border-radius: 12px;
  padding: 12px;
  backdrop-filter: blur(2px);
}

.rr-about-fresh__flag img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #d9cfbb;
  box-shadow: 0 8px 20px rgba(35, 27, 14, 0.12);
}

.rr-about-fresh__flag figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #5b4f3e;
  letter-spacing: 0.3px;
}

.rr-about-fresh__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.rr-about-fresh__grid {
  margin-top: 18px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rr-about-fresh__card {
  border: 1px solid #e1ebf4;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(12, 36, 62, 0.08);
}

.rr-about-fresh__card h4 {
  margin-bottom: 8px;
}

.rr-about-fresh__stats {
  margin-top: 18px;
  border: 1px solid #e1ebf4;
  border-radius: 12px;
  background: #f7fbff;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.rr-about-fresh__stats div {
  text-align: center;
  padding: 8px;
}

.rr-about-fresh__stats strong {
  display: block;
  font-size: 22px;
  color: #123a5d;
}

.rr-about-fresh__stats span {
  display: block;
  font-size: 13px;
  color: #4e677e;
}

.rr-about-fresh__content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rr-about-fresh__column {
  border: 1px solid #e1ebf4;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
}

.rr-about-fresh__column h3 {
  margin-bottom: 10px;
}

.rr-about-fresh__list {
  margin: 0;
  padding-left: 18px;
  color: #3f607b;
}

.rr-about-fresh__list li {
  margin-bottom: 6px;
}

.rr-about-fresh__regions {
  margin-top: 20px;
  border: 1px solid #e1ebf4;
  border-radius: 12px;
  background: #f7fbff;
  padding: 18px;
}

.rr-about-fresh__regions h3 {
  margin-bottom: 12px;
}

.rr-about-fresh__region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.rr-about-fresh__region-grid article {
  background: #fff;
  border: 1px solid #dce8f3;
  border-radius: 10px;
  padding: 12px;
}

.rr-about-fresh__region-grid strong {
  display: block;
  color: #183e61;
  margin-bottom: 4px;
}

.rr-about-fresh__region-grid span {
  display: block;
  color: #5a7287;
  font-size: 13px;
}

@media (max-width: 991px) {
  .rr-about-fresh__hero {
    grid-template-columns: 1fr;
  }
  .rr-about-fresh__hero-media {
    justify-content: flex-start;
  }
  .rr-about-fresh__flag {
    max-width: 240px;
  }
  .rr-about-fresh__grid {
    grid-template-columns: 1fr;
  }
  .rr-about-fresh__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rr-about-fresh__content {
    grid-template-columns: 1fr;
  }
  .rr-about-fresh__region-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .rr-testimonials-real__grid {
    grid-template-columns: 1fr;
  }

  .rr-sticky-quote-btn {
    right: 12px;
    bottom: 84px;
    font-size: 13px;
    padding: 10px 14px;
  }

  .rr-floating-whatsapp {
    right: 12px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .rr-floating-whatsapp__icon {
    font-size: 28px;
  }
}

/* Global footer consistency */
.main-footer .upper-box .d-flex {
  gap: 18px;
}

.main-footer .footer-logo {
  flex: 0 0 auto;
}

.main-footer .footer-logo img {
  width: auto;
  max-width: 150px;
  max-height: 52px;
  object-fit: contain;
}

.main-footer .footer-logo img.footer-logo-image,
.main-footer .footer-logo a > img {
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

.main-footer .footer-nav {
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
}

.main-footer .footer-nav li {
  margin: 6px 14px;
}

.main-footer .footer-social_box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-footer .footer-social_box a {
  font-size: 24px;
}

@media (max-width: 991px) {
  .main-footer {
    padding: 56px 0 44px;
  }

  .main-footer .upper-box .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px;
  }

  .main-footer .footer-nav {
    text-align: left;
  }

  .main-footer .footer-nav li {
    margin: 5px 12px 5px 0;
  }

  .main-footer .footer-bottom .d-flex {
    gap: 10px;
  }
}

/* Special packages redesign v3 */
.rr-special-packages {
  --rr-sp-bg: #f7f7f4;
  --rr-sp-panel: #ffffff;
  --rr-sp-line: rgba(24, 53, 70, 0.16);
  --rr-sp-text: #4f6575;
  --rr-sp-accent: #f4b544;
  --rr-sp-card: #ffffff;
  --rr-sp-ink: #163247;
  --rr-sp-muted: #4c6678;
  padding: 34px 0 14px;
}

.rr-special-packages .auto-container {
  position: relative;
  background:
    radial-gradient(circle at 9% 8%, rgba(244, 181, 68, 0.14), transparent 36%),
    radial-gradient(circle at 87% 14%, rgba(120, 151, 168, 0.12), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #f6fafc 100%);
  border: 1px solid #d8e3ea;
  border-radius: 24px;
  padding: 36px 30px 32px;
  overflow: hidden;
}

.rr-special-packages .auto-container::before,
.rr-special-packages .auto-container::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.rr-special-packages .auto-container::before {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px dashed rgba(188, 214, 228, 0.22);
  top: -150px;
  right: -90px;
}

.rr-special-packages .auto-container::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(190, 214, 226, 0.45) 50%, transparent 100%);
}

.rr-special-packages .package-block_one-content,
.rr-special-packages .package-block_two-content {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 0;
}

.rr-special-packages .package-block_one-image::before {
  display: none;
}

.rr-special-packages .package-block_two-image {
  border-radius: 0;
}

.rr-special-packages__header {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.rr-special-packages__title-wrap {
  max-width: 760px;
}

.rr-special-packages__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #0d2b3e;
  background: #f4b544;
  border-radius: 999px;
  padding: 7px 12px;
  margin-bottom: 12px;
}

.rr-special-packages .sec-title_heading {
  margin-bottom: 8px;
  color: #163247;
  text-shadow: none;
}

.rr-special-packages .sec-title-text {
  max-width: 740px;
  color: var(--rr-sp-text);
}

.rr-special-packages__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.rr-special-packages__chips span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--rr-sp-line);
  background: #ffffff;
  color: #2a4558;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
  backdrop-filter: blur(3px);
}

.rr-special-packages__actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.rr-special-packages .package-one_more,
.rr-special-packages__ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  min-height: 43px;
  padding: 0 18px;
}

.rr-special-packages .package-one_more {
  border: 1px solid #f4b544;
  background: #f4b544;
  color: #102e42;
}

.rr-special-packages .package-one_more:hover {
  border-color: #ffd07c;
  background: #ffd07c;
  color: #0c2534;
}

.rr-special-packages__ghost-btn {
  border: 1px solid var(--rr-sp-line);
  color: #1f4258;
  background: #ffffff;
}

.rr-special-packages__ghost-btn:hover {
  border-color: #8fb2c7;
  color: #163247;
  background: #eef5fa;
}

.rr-special-packages__grid {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
}

.rr-sp-card {
  border-radius: 20px;
  background: var(--rr-sp-card);
  border: 1px solid #d9e5ed;
  box-shadow: 0 16px 36px rgba(8, 34, 49, 0.24);
  overflow: hidden;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rr-sp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(8, 34, 49, 0.3);
  border-color: #b6cfde;
}

.rr-sp-card__media,
.rr-sp-feature__media {
  position: relative;
}

.rr-sp-card__media img,
.rr-sp-feature__media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.rr-sp-card--compact .rr-sp-card__media img {
  height: 246px;
}

.rr-sp-card--compact .package-block_one-number,
.rr-sp-card--feature .package-block_two-number {
  position: absolute;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  border-radius: 10px;
  background: rgba(13, 44, 62, 0.88);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px 10px;
  z-index: 2;
}

.rr-special-packages__pill {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dae6ed;
  color: #23435a;
  padding: 6px 10px;
}

.rr-sp-card__body {
  padding: 19px 18px 20px;
}

.rr-sp-card__body .package-block_one-title {
  margin-bottom: 10px;
}

.rr-sp-card__body .package-block_one-title a {
  color: var(--rr-sp-ink);
  line-height: 1.25;
}

.rr-sp-list {
  margin: 0;
  padding-left: 16px;
  color: var(--rr-sp-muted);
  font-size: 14px;
}

.rr-sp-list li {
  margin-bottom: 6px;
}

.rr-sp-price {
  margin-top: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0f6a93;
}

.rr-sp-inline-link {
  color: #0e5a82;
  font-weight: 700;
}

.rr-sp-inline-link:hover {
  color: #083e5c;
}

.rr-sp-card--feature {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 100%;
}

.rr-sp-card--feature .rr-sp-feature__media img {
  height: 100%;
  min-height: 356px;
}

.rr-sp-feature__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.36) 100%);
  pointer-events: none;
}

.rr-sp-feature__badge {
  position: absolute;
  right: 14px;
  top: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(11, 38, 54, 0.88);
  color: #f7d997;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  z-index: 2;
}

.rr-sp-feature__content {
  padding: 25px 22px 22px;
  background: #fbfdff;
}

.rr-sp-feature__content .package-block_two-title {
  margin-bottom: 12px;
  font-size: clamp(28px, 2.3vw, 36px);
  line-height: 1.12;
}

.rr-sp-feature__content .package-block_two-title a {
  color: #14374f;
}

.rr-sp-feature__content .package-block_two-title a:hover {
  color: #0f5f89;
}

.rr-sp-feature__content .package-block_two-text {
  color: #466072;
  font-size: 15px;
  line-height: 1.62;
  margin-bottom: 12px;
}

.rr-special-packages__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 13px;
}

.rr-special-packages__meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d6e4ee;
  background: #ffffff;
  color: #2a5067;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 11px;
}

.rr-sp-feature__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.rr-sp-feature__points span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #31566f;
  background: #eef6fc;
  border: 1px solid #d2e5f4;
  border-radius: 999px;
  padding: 6px 11px;
}

.rr-sp-feature__content .button-box {
  margin-top: 0;
}

.rr-sp-feature__content .btn-style-two {
  border-radius: 999px;
}

@media (max-width: 1199px) {
  .rr-sp-card--feature {
    grid-template-columns: 1fr;
  }

  .rr-sp-card--feature .rr-sp-feature__media img {
    min-height: 272px;
  }
}

@media (max-width: 991px) {
  .rr-special-packages {
    padding-top: 26px;
  }

  .rr-special-packages .auto-container {
    padding: 24px 16px 22px;
    border-radius: 18px;
  }

  .rr-special-packages__header {
    display: block;
    margin-bottom: 18px;
  }

  .rr-special-packages__actions {
    margin-top: 14px;
  }

  .rr-special-packages .package-one_more,
  .rr-special-packages__ghost-btn {
    min-height: 40px;
    padding: 0 14px;
  }

  .rr-sp-card--compact .rr-sp-card__media img {
    height: 214px;
  }

  .rr-sp-feature__content {
    padding: 18px 16px 16px;
  }

  .rr-sp-feature__content .package-block_two-title {
    font-size: 26px;
  }
}

/* Video-one redesign v2 */
.video-one {
  padding-top: 18px;
}

.video-one .outer-container {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(10, 26, 18, 0.23);
}

.video-one_logo {
  top: 54px;
  z-index: 4;
}

.video-one_logo img {
  max-width: 126px;
}

.video-one_box {
  min-height: 500px;
}

.video-one_box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.video-one_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, rgba(8, 24, 16, 0.88) 0%, rgba(8, 24, 16, 0.48) 42%, rgba(8, 24, 16, 0.16) 100%);
}

.rr-video-block {
  position: absolute;
  z-index: 3;
  left: 34px;
  right: 34px;
  bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
  gap: 16px;
}

.rr-video-block__left,
.rr-video-block__right {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(7, 24, 16, 0.48);
  backdrop-filter: blur(6px);
  padding: 20px;
  color: #fff;
}

.rr-video-block__eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.rr-video-block__left h3 {
  color: #fff;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.05;
  margin: 0 0 12px;
}

.rr-video-block__left p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 610px;
  margin: 0;
}

.rr-video-block__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rr-video-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
}

.rr-video-block__btn--solid {
  color: #fff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.rr-video-block__btn--solid:hover {
  color: #13392a;
  background: #fff;
}

.rr-video-block__btn--ghost {
  color: #e8f2eb;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
}

.rr-video-block__btn--ghost:hover {
  color: #fff;
  border-color: #fff;
}

.rr-video-stats {
  display: grid;
  gap: 10px;
}

.rr-video-stats div {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
}

.rr-video-stats strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}

.rr-video-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}

.video-one_box .play {
  left: auto;
  right: 36px;
  top: 28px;
  bottom: auto;
  transform: none;
  z-index: 5;
  width: 92px;
  height: 92px;
  line-height: 90px;
  font-size: 28px;
}

.video-one_box .play .ripple,
.video-one_box .play .ripple:before,
.video-one_box .play .ripple:after {
  width: 92px;
  height: 92px;
}

@media (max-width: 991px) {
  .video-one .outer-container {
    border-radius: 16px;
  }

  .video-one_box {
    min-height: 460px;
  }

  .video-one_box img {
    height: 460px;
  }

  .rr-video-block {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rr-video-block__left,
  .rr-video-block__right {
    padding: 14px;
  }

  .rr-video-block__left h3 {
    font-size: 28px;
    line-height: 1.1;
  }

  .rr-video-block__left p {
    font-size: 14px;
    line-height: 1.5;
  }

  .rr-video-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .rr-video-stats strong {
    font-size: 20px;
  }

  .video-one_box .play {
    right: 14px;
    top: 12px;
    width: 66px;
    height: 66px;
    line-height: 64px;
    font-size: 18px;
  }

  .video-one_box .play .ripple,
  .video-one_box .play .ripple:before,
  .video-one_box .play .ripple:after {
    width: 66px;
    height: 66px;
  }
}

/* Contact page redesign */
.rr-contact-v2 {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 72%);
}

.rr-contact-v2__hero {
  border-radius: 18px;
  border: 1px solid #d7e5f1;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(10, 44, 74, 0.08);
  padding: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.rr-contact-v2__kicker {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #0f6394;
  background: #eaf5fd;
  border-radius: 999px;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.rr-contact-v2__hero h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  color: #143650;
}

.rr-contact-v2__hero p {
  margin: 0;
  max-width: 760px;
  color: #4f687a;
}

.rr-contact-v2__chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rr-contact-v2__chips span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #2f4f66;
  border: 1px solid #d7e6f2;
  border-radius: 999px;
  background: #fff;
  padding: 6px 10px;
}

.rr-contact-v2__hero-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rr-contact-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
}

.rr-contact-v2__btn--solid {
  background: #0f6394;
  border: 1px solid #0f6394;
  color: #fff;
}

.rr-contact-v2__btn--solid:hover {
  background: #0a4f76;
  border-color: #0a4f76;
  color: #fff;
}

.rr-contact-v2__btn--ghost {
  background: #fff;
  border: 1px solid #c8dced;
  color: #1f4c68;
}

.rr-contact-v2__btn--ghost:hover {
  border-color: #0f6394;
  color: #0f6394;
}

.rr-contact-v2__content {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.rr-contact-v2__panel,
.rr-contact-v2__form-card {
  border-radius: 18px;
  border: 1px solid #d9e5f0;
  background: #fff;
  box-shadow: 0 14px 30px rgba(10, 44, 74, 0.08);
}

.rr-contact-v2__panel {
  padding: 24px;
  height: 100%;
}

.rr-contact-v2__panel h4 {
  margin-bottom: 14px;
}

.rr-contact-v2__list article {
  padding: 12px 0;
  border-bottom: 1px solid #ecf2f8;
}

.rr-contact-v2__list article:last-child {
  border-bottom: 0;
}

.rr-contact-v2__list small {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #648198;
  margin-bottom: 4px;
}

.rr-contact-v2__list p {
  margin: 0;
  color: #193b53;
}

.rr-contact-v2__list p a {
  color: #0f6394;
}

.rr-contact-v2__form-card {
  padding: 24px;
}

.rr-contact-v2__form-card h4 {
  margin-bottom: 8px;
}

.rr-contact-v2__form-card p {
  margin: 0 0 14px;
  color: #4f687a;
}

.rr-contact-v2__form label {
  display: block;
  margin-bottom: 6px;
  color: #35556e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rr-contact-v2__form input,
.rr-contact-v2__form select,
.rr-contact-v2__form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d2e2ef;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

.rr-contact-v2__form textarea {
  min-height: 140px;
}

.rr-contact-v2__form .submit-btn {
  border-radius: 999px;
  padding: 12px 20px;
}

@media (max-width: 991px) {
  .rr-contact-v2 {
    padding: 72px 0 48px;
  }

  .rr-contact-v2__hero {
    display: block;
    padding: 18px;
  }

  .rr-contact-v2__hero-actions {
    margin-top: 14px;
  }

  .rr-contact-v2__panel,
  .rr-contact-v2__form-card {
    padding: 18px;
  }
}

/* Header logo animation override (loaded last, cache-safe) */
.header.header_style_one .logo {
  position: relative;
  perspective: 900px;
  z-index: 1;
}


.header.header_style_one .logo a.logo_default,
.header.header_style_one .logo a.logo_sticky {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 16px 24px;
  border-radius: 4px 4px 14px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
  border: 1px solid #d4e1ec;
  box-shadow: 0 14px 26px rgba(8, 32, 53, 0.18);
  transform-origin: 50% -24px;
  transform: rotate(-0.8deg);
  animation: rrLogoSwing 7s ease-in-out infinite;
  overflow: hidden;
}

.header.header_style_one .logo a.logo_default {
  display: inline-flex !important;
}

.header.header_style_one .logo a.logo_sticky {
  display: none !important;
}

.fixed_menu .header.header_style_one .logo a.logo_default {
  display: none !important;
}

.fixed_menu .header.header_style_one .logo a.logo_sticky {
  display: inline-flex !important;
}

.header.header_style_one .logo a.logo_default::before,
.header.header_style_one .logo a.logo_sticky::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 28px;
  background: linear-gradient(180deg, rgba(217, 228, 236, 0.1) 0%, #edf5fa 56%, #c2d3df 100%);
  box-shadow: -6px 0 0 -1px rgba(205, 219, 230, 0.58), 6px 0 0 -1px rgba(205, 219, 230, 0.58);
}

.header.header_style_one .logo a.logo_default::after {
  content: "";
  position: absolute;
  top: -24%;
  left: -42%;
  width: 34%;
  height: 150%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(12deg);
  animation: rrLogoShine 8.4s ease-in-out infinite;
  pointer-events: none;
}

.header.header_style_one .logo a.logo_default:hover,
.header.header_style_one .logo a.logo_sticky:hover {
  animation-play-state: paused;
  transform: rotate(0deg) translateY(-1px);
}

.header.header_style_one .logo a.logo_default img,
.header.header_style_one .logo a.logo_sticky img {
  height: 70px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

@keyframes rrLogoSwing {
  0% {
    transform: rotate(-1deg) translateY(0);
    box-shadow: 0 12px 24px rgba(8, 32, 53, 0.16);
  }
  45% {
    transform: rotate(0.7deg) translateY(-2px);
    box-shadow: 0 17px 30px rgba(8, 32, 53, 0.2);
  }
  75% {
    transform: rotate(-0.25deg) translateY(-1px);
    box-shadow: 0 14px 27px rgba(8, 32, 53, 0.18);
  }
  100% {
    transform: rotate(-1deg) translateY(0);
    box-shadow: 0 12px 24px rgba(8, 32, 53, 0.16);
  }
}

@keyframes rrLogoShine {
  0%, 60%, 100% {
    left: -42%;
    opacity: 0;
  }
  66% {
    opacity: 0.75;
  }
  76% {
    left: 116%;
    opacity: 0;
  }
}

@media (max-width: 991px), (prefers-reduced-motion: reduce) {
  .header.header_style_one .logo a.logo_default,
  .header.header_style_one .logo a.logo_sticky,
  .header.header_style_one .logo a.logo_default::after {
    animation: none !important;
    transform: none !important;
  }
}
