.rtpi-home {
  --rtpi-ink: #1e2931;
  --rtpi-muted: #66727d;
  --rtpi-saffron: #ffb000;
  --rtpi-red: #d84a36;
  --rtpi-teal: #0e8b8f;
  --rtpi-green: #276b55;
  --rtpi-paper: #fff8eb;
  --rtpi-line: #eadfce;
  --rtpi-night: #10222d;
  background: #fffaf2;
  color: var(--rtpi-ink);
  font-family: "Arimo", sans-serif;
  display: block;
  width: 100%;
  max-width: none;
  clear: both;
  overflow: hidden;
}

#top-bar.top-bar-section {
  background: linear-gradient(90deg, #111f2a 0%, #183643 45%, #d98e00 100%) !important;
  border: 0;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0 !important;
  line-height: 32px !important;
  overflow: hidden !important;
}

#top-bar .container,
#top-bar .row,
#top-bar .col-sm-12 {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 32px !important;
}

#top-bar .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top-bar .top-contact,
#top-bar .top-social-icon {
  display: flex !important;
  align-items: center !important;
  line-height: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#top-bar .top-contact {
  float: left !important;
}

#top-bar .top-social-icon {
  float: right !important;
}

#top-bar .top-contact a,
#top-bar .top-social-icon a {
  display: inline-flex;
  align-items: center;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 14px 0 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px !important;
  white-space: nowrap;
}

#top-bar .top-social-icon a {
  justify-content: center;
  width: 26px;
  margin-right: 0 !important;
}

#top-bar i.fa {
  padding: 0 !important;
  margin-right: 7px;
  line-height: 32px !important;
  display: inline-flex;
  align-items: center;
}

#top-bar .top-social-icon i.fa {
  margin-right: 0;
}

.sticky-navigation {
  background: rgba(255, 250, 242, 0.96);
  border-bottom: 1px solid rgba(14, 139, 114, 0.12);
  box-shadow: 0 14px 34px rgba(16, 34, 45, 0.1);
}

.sticky-navigation .navbar {
  min-height: 74px;
  margin: 0;
  border: 0;
  background: transparent !important;
}

.sticky-navigation .navbar .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
}

.sticky-navigation .navbar-header {
  flex: 0 0 auto;
}

.sticky-navigation .navbar-brand {
  height: auto;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
}

.sticky-navigation .site_logo {
  width: auto;
  max-width: 225px;
  max-height: 58px;
  object-fit: contain;
}

.sticky-navigation .navbar-collapse {
  flex: 1 1 auto;
  padding-right: 0;
}

.sticky-navigation .navbar-nav {
  float: right;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 0;
  margin: 0;
}

.sticky-navigation .navbar-nav > li > a {
  padding: 10px 12px !important;
  border-radius: 999px;
  color: #1f313a !important;
  font-family: "Arimo", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sticky-navigation .navbar-nav > li > a:hover,
.sticky-navigation .navbar-nav > li > a:focus {
  background: #fff1cf !important;
  color: #9f5200 !important;
  transform: translateY(-1px);
}

.sticky-navigation .navbar-nav input.btn.btn-success {
  min-width: 106px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb000, #ff7a35);
  color: #1e2931;
  font-family: "Arimo", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 18px;
  box-shadow: 0 10px 22px rgba(255, 122, 53, 0.24);
}

.sticky-navigation .dropdown-menu {
  margin-top: 14px !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #fffaf2 !important;
  box-shadow: 0 22px 55px rgba(16, 34, 45, 0.18) !important;
}

.sticky-navigation .dropdown-menu > li > a {
  padding: 10px 14px !important;
  border-radius: 8px;
  color: #24353e !important;
  font-weight: 700;
}

.sticky-navigation .dropdown-menu > li > a:hover {
  background: #eaf7f7 !important;
  color: var(--rtpi-teal) !important;
}

.sticky-navigation .navbar-toggle {
  margin-top: 25px;
  border: 0;
  border-radius: 10px;
  background: #fff1cf;
}

.sticky-navigation .navbar-toggle .icon-bar {
  background: #9f5200;
}

.rtpi-home + #footer,
#footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 176, 0, 0.16), transparent 28%),
    linear-gradient(135deg, #071b22 0%, #0b3d3a 48%, #0e7d62 100%);
}

#footer .footer-widget {
  padding: 70px 0 46px;
  background: transparent !important;
}

#footer .widget {
  color: rgba(255, 255, 255, 0.82);
}

#footer .widget-title .title,
#footer h3.title {
  position: relative;
  margin-bottom: 22px;
  color: #fff !important;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

#footer .widget-title .title:after,
#footer h3.title:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #ffd36a;
}

#footer p,
#footer div,
#footer li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.8;
}

#footer ul {
  padding-left: 0;
  list-style: none;
}

#footer li {
  margin-bottom: 8px;
}

#footer a {
  color: rgba(255, 255, 255, 0.86) !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

#footer a:hover {
  color: #ffd36a !important;
  text-decoration: none;
}

#footer .social-icon {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  background: transparent !important;
}

#footer .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

#footer .btn,
#footer .btn-default,
#footer .btn-success {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ffb000, #ff7a35) !important;
  color: #17242c !important;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

#footer .copyright {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(4, 17, 22, 0.45) !important;
}

#footer .copyright,
#footer .copyright div {
  color: rgba(255, 255, 255, 0.72);
}

#myModal .modal-dialog,
#exampleModal .modal-dialog {
  max-width: 520px;
  margin-top: 70px;
}

#myModal .modal-content,
#exampleModal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 255, 243, 0.98));
  box-shadow: 0 34px 90px rgba(5, 56, 47, 0.34);
}

#myModal .modal-header,
#exampleModal .modal-header {
  position: relative;
  min-height: 94px;
  padding: 26px 30px 20px;
  border: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 211, 106, 0.34), transparent 34%),
    linear-gradient(135deg, #05382f, #0e8b72);
}

#myModal .modal-header:before,
#exampleModal .modal-header:before {
  content: "Rajasthan Tour Packages India";
  display: block;
  color: #ffd36a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

#myModal span.Enquiry_content,
#exampleModal span.Enquiry_content,
span.Enquiry_content {
  display: block;
  width: auto;
  padding: 4px 0 0 !important;
  color: #fff !important;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

#myModal .modal-body,
#exampleModal .modal-body {
  padding: 28px 30px 22px;
}

#myModal .form-group,
#exampleModal .form-group {
  margin-bottom: 14px;
}

#myModal .form-control,
#exampleModal .form-control,
#exampleModal .form_field {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(14, 139, 114, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  color: var(--rtpi-ink);
}

#myModal textarea.form-control,
#exampleModal textarea.form_field {
  min-height: 108px;
  resize: vertical;
}

#myModal input[type="submit"],
#exampleModal button[type="submit"],
#exampleModal .btn-primary {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb000, #ff7a35);
  color: #17242c;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 122, 53, 0.22);
}

#myModal .modal-footer,
#exampleModal .modal-footer {
  padding: 0 30px 26px;
  border: 0;
}

#myModal .modal-footer .btn-default,
#exampleModal .modal-footer .btn-secondary {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(14, 139, 114, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--rtpi-muted);
  font-weight: 800;
}

#myModal .close,
#exampleModal .close {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #fff;
  opacity: 0.9;
  text-shadow: none;
}

.rtpi-home a,
.rtpi-home a:hover,
.rtpi-home a:focus {
  text-decoration: none;
}

.rtpi-hero {
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  max-width: none;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.rtpi-hero__media,
.rtpi-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rtpi-hero__media {
  background-image: url("../images/Slider/medium/rajasthan-tour-packages.png");
  background-position: center;
  background-size: cover;
  animation: rtpiHeroDrift 18s ease-in-out infinite alternate;
}

.rtpi-hero__overlay {
  background:
    linear-gradient(90deg, rgba(17, 28, 35, 0.88) 0%, rgba(17, 28, 35, 0.68) 45%, rgba(17, 28, 35, 0.3) 100%),
    linear-gradient(0deg, rgba(17, 28, 35, 0.72), rgba(17, 28, 35, 0.08));
}

.rtpi-hero .container {
  position: relative;
  z-index: 2;
}

.rtpi-hero__row {
  display: flex;
  align-items: center;
}

.rtpi-kicker,
.rtpi-panel-label,
.rtpi-section-head span,
.rtpi-cta-band span {
  display: inline-block;
  color: var(--rtpi-saffron);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rtpi-hero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  animation: rtpiFadeUp 0.8s ease both;
}

.rtpi-hero__text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.75;
  animation: rtpiFadeUp 0.8s ease 0.12s both;
}

.rtpi-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 28px;
  animation: rtpiFadeUp 0.8s ease 0.2s both;
}

.rtpi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rtpi-btn:hover {
  transform: translateY(-2px);
}

.rtpi-btn--primary {
  background: var(--rtpi-saffron);
  color: #1d1d1d;
  box-shadow: 0 14px 30px rgba(245, 166, 35, 0.28);
}

.rtpi-btn--primary:hover,
.rtpi-btn--primary:focus {
  color: #1d1d1d;
  background: #ffc14d;
}

.rtpi-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
}

.rtpi-btn--ghost:hover,
.rtpi-btn--ghost:focus {
  color: #fff;
  border-color: #fff;
}

.rtpi-btn--dark {
  background: var(--rtpi-ink);
  color: #fff;
}

.rtpi-btn--dark:hover,
.rtpi-btn--dark:focus {
  color: #fff;
  background: #0f171d;
}

.rtpi-btn--full {
  width: 100%;
}

.rtpi-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  gap: 12px;
}

.rtpi-hero__stats span {
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.rtpi-hero__stats strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.rtpi-quote-panel {
  margin-left: auto;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--rtpi-ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  animation: rtpiFloatIn 0.8s ease 0.24s both;
}

.rtpi-quote-panel h2 {
  margin: 8px 0 20px;
  color: var(--rtpi-ink);
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.rtpi-quote-panel label {
  color: var(--rtpi-ink);
  font-size: 13px;
  font-weight: 700;
}

.rtpi-quote-panel .form-control {
  height: 46px;
  border: 1px solid #d8dce0;
  border-radius: 5px;
  box-shadow: none;
}

.rtpi-trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.rtpi-trust-strip .container {
  padding: 20px 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 39, 45, 0.14);
}

.rtpi-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  color: var(--rtpi-ink);
  font-weight: 700;
}

.rtpi-trust-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf5f4;
  color: var(--rtpi-teal);
}

.rtpi-section {
  display: block;
  width: 100%;
  clear: both;
  padding: 78px 0;
}

.rtpi-section--soft {
  background: var(--rtpi-paper);
}

.rtpi-section-head {
  max-width: 690px;
  margin: 0 auto 34px;
  text-align: center;
}

.rtpi-section-head--split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.rtpi-section-head h2 {
  margin: 8px 0 10px;
  color: var(--rtpi-ink);
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.rtpi-section-head p {
  color: var(--rtpi-muted);
  font-size: 16px;
  line-height: 1.7;
}

.rtpi-link {
  color: var(--rtpi-teal);
  font-weight: 700;
  white-space: nowrap;
}

.rtpi-theme-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.rtpi-theme-card {
  min-height: 154px;
  padding: 20px 14px;
  border: 1px solid rgba(255, 176, 0, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fff2d8 100%);
  color: var(--rtpi-ink);
  text-align: center;
  box-shadow: 0 12px 30px rgba(40, 45, 50, 0.06);
  animation: rtpiFadeUp 0.65s ease both;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rtpi-theme-card:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff 0%, #e7f7f7 100%);
  border-color: rgba(14, 139, 143, 0.22);
}

.rtpi-theme-card:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff 0%, #ffe8df 100%);
  border-color: rgba(216, 74, 54, 0.2);
}

.rtpi-theme-card:hover {
  transform: translateY(-5px);
  border-color: var(--rtpi-saffron);
  color: var(--rtpi-ink);
}

.rtpi-theme-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #fff2d7;
  color: var(--rtpi-red);
  font-size: 20px;
}

.rtpi-theme-card strong,
.rtpi-theme-card span {
  display: block;
}

.rtpi-theme-card strong {
  margin-bottom: 5px;
  font-size: 15px;
}

.rtpi-theme-card span {
  color: var(--rtpi-muted);
  font-size: 12px;
  line-height: 1.5;
}

.rtpi-interest-packages {
  background: #fff;
}

.rtpi-package-slider-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 176, 0, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(135deg, #063f38 0%, #0e8b72 46%, #37b775 100%);
  overflow: hidden;
}

.rtpi-package-slider-section--soft {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 176, 0, 0.18), transparent 28%),
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, #05382f 0%, #087f78 50%, #2fb768 100%);
}

.rtpi-package-slider-section .rtpi-section-head h2,
.rtpi-package-slider-section .rtpi-section-head p,
.rtpi-package-slider-section--soft .rtpi-section-head h2,
.rtpi-package-slider-section--soft .rtpi-section-head p {
  color: #fff;
}

.rtpi-package-slider-section .rtpi-section-head span,
.rtpi-package-slider-section--soft .rtpi-section-head span {
  color: #ffd36a;
}

.rtpi-package-slider-section .rtpi-link,
.rtpi-package-slider-section--soft .rtpi-link {
  color: #fff;
}

.rtpi-carousel-controls {
  display: flex;
  gap: 10px;
}

.rtpi-slider-controls {
  display: flex;
  gap: 10px;
}

.rtpi-carousel-controls a,
.rtpi-slider-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.rtpi-carousel-controls a:hover,
.rtpi-slider-controls button:hover {
  background: #ffd36a;
  color: #1e2931;
  transform: translateY(-2px);
}

.rtpi-package-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 31.5%);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 4px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rtpi-package-slider::-webkit-scrollbar,
.rtpi-review-slider::-webkit-scrollbar {
  display: none;
}

.rtpi-package-slider .rtpi-interest-card {
  scroll-snap-align: start;
}

.rtpi-package-carousel {
  padding-top: 58px;
}

.rtpi-package-carousel .carousel-indicators {
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}

.rtpi-package-carousel .carousel-indicators li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 18px;
  border: 1px solid var(--rtpi-line);
  border-radius: 999px;
  background: #fffaf2;
  color: var(--rtpi-ink);
  text-indent: 0;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.rtpi-package-carousel .carousel-indicators li.active {
  background: linear-gradient(135deg, #ffb000, #ff7a35);
  border-color: transparent;
  color: #1e2931;
  box-shadow: 0 12px 28px rgba(255, 122, 53, 0.22);
}

.rtpi-interest-slide {
  display: grid;
  grid-template-columns: 1.05fr repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rtpi-interest-intro {
  min-height: 360px;
  padding: 32px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(16, 34, 45, 0.9), rgba(14, 139, 143, 0.78)),
    url("../images/Tour/medium/rajasthan-heritage-tour.jpg") center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 22px 50px rgba(16, 34, 45, 0.18);
}

.rtpi-interest-intro span {
  color: var(--rtpi-saffron);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rtpi-interest-intro h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.rtpi-interest-intro p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.7;
}

.rtpi-interest-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #e7fff3 100%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rtpi-package-slider .rtpi-interest-card:nth-child(2n) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #dffaf7 100%);
}

.rtpi-package-slider .rtpi-interest-card:nth-child(3n) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff3d2 100%);
}

.rtpi-interest-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 58px rgba(16, 34, 45, 0.15);
}

.rtpi-interest-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.rtpi-interest-card div {
  padding: 18px;
  border-top: 4px solid #37b775;
}

.rtpi-package-slider .rtpi-interest-card:nth-child(2n) div {
  border-top-color: #0e8b72;
}

.rtpi-package-slider .rtpi-interest-card:nth-child(3n) div {
  border-top-color: #ffd36a;
}

.rtpi-interest-card span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e8f7f7;
  color: var(--rtpi-teal);
  font-size: 12px;
  font-weight: 900;
}

.rtpi-interest-card h4 {
  margin: 0 0 8px;
  color: var(--rtpi-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.rtpi-interest-card p {
  min-height: 48px;
  color: var(--rtpi-muted);
  font-size: 13px;
  line-height: 1.55;
}

.rtpi-interest-card a {
  display: inline-flex;
  color: #b15d00;
  font-weight: 900;
}

.rtpi-card-row > [class*="col-"] {
  margin-bottom: 28px;
}

.rtpi-popular-packages {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 211, 106, 0.18), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, #05382f 0%, #0b786d 48%, #2fb768 100%);
}

.rtpi-popular-packages .rtpi-section-head h2,
.rtpi-popular-packages .rtpi-section-head p {
  color: #fff;
}

.rtpi-popular-packages .rtpi-section-head span {
  color: #ffd36a;
}

.rtpi-popular-packages .rtpi-link {
  color: #fff;
}

.rtpi-tour-card {
  height: auto;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #e7fff3 100%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
  animation: rtpiFadeUp 0.65s ease both;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rtpi-card-row > [class*="col-"]:nth-child(2n) .rtpi-tour-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #dffaf7 100%);
  border-color: rgba(255, 255, 255, 0.36);
}

.rtpi-card-row > [class*="col-"]:nth-child(3n) .rtpi-tour-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff3d2 100%);
  border-color: rgba(255, 255, 255, 0.36);
}

.rtpi-tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(38, 44, 50, 0.14);
}

.rtpi-tour-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.rtpi-tour-card__body {
  padding: 18px;
  position: relative;
}

.rtpi-tour-card__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 999px;
  background: #37b775;
}

.rtpi-card-row > [class*="col-"]:nth-child(2n) .rtpi-tour-card__body:before {
  background: #0e8b72;
}

.rtpi-card-row > [class*="col-"]:nth-child(3n) .rtpi-tour-card__body:before {
  background: #ffd36a;
}

.rtpi-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eaf5f4;
  color: var(--rtpi-teal);
  font-size: 12px;
  font-weight: 700;
}

.rtpi-tour-card h3 {
  margin: 0 0 10px;
  min-height: 0;
  color: var(--rtpi-ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.28;
}

.rtpi-tour-card h3 a {
  color: inherit;
}

.rtpi-tour-card p {
  min-height: 0;
  margin-bottom: 14px;
  color: var(--rtpi-muted);
  font-size: 14px;
  line-height: 1.7;
}

.rtpi-tour-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--rtpi-line);
  color: var(--rtpi-green);
  font-size: 13px;
  font-weight: 700;
}

.rtpi-destinations {
  display: block;
  width: 100%;
  clear: both;
  background: #10242b;
}

.rtpi-destinations .rtpi-section-head h2 {
  color: #fff;
}

.rtpi-destination-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 18px;
}

.rtpi-destination-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.rtpi-destination-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 18, 22, 0.82), rgba(10, 18, 22, 0.12));
  transition: background 0.2s ease;
}

.rtpi-destination-card:hover:before {
  background: linear-gradient(0deg, rgba(10, 18, 22, 0.72), rgba(10, 18, 22, 0.02));
}

.rtpi-destination-card span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.rtpi-months {
  background: #fff;
}

.rtpi-signature {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(232, 248, 248, 0.96)),
    url("../img/patterns/pattern.png");
}

.rtpi-signature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rtpi-signature-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(234, 223, 206, 0.9);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 242, 213, 0.94));
  box-shadow: 0 18px 40px rgba(16, 34, 45, 0.09);
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rtpi-signature-card:nth-child(2n) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(229, 247, 247, 0.94));
}

.rtpi-signature-card:nth-child(3n) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 232, 223, 0.94));
}

.rtpi-signature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 62px rgba(16, 34, 45, 0.16);
}

.rtpi-signature-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.rtpi-signature-card div {
  padding: 22px;
}

.rtpi-signature-card span {
  color: var(--rtpi-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rtpi-signature-card h3 {
  margin: 8px 0 10px;
  color: var(--rtpi-ink);
  font-size: 23px;
  font-weight: 900;
}

.rtpi-signature-card p {
  color: var(--rtpi-muted);
  font-size: 14px;
  line-height: 1.7;
}

.rtpi-mini-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--rtpi-teal);
  font-weight: 900;
}

.rtpi-fleet {
  background: #0f2029;
}

.rtpi-fleet .rtpi-section-head h2,
.rtpi-fleet .rtpi-section-head p {
  color: #fff;
}

.rtpi-fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rtpi-fleet-card {
  overflow: hidden;
  border-radius: 16px;
  background: #fffaf2;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease;
}

.rtpi-fleet-card:hover {
  transform: translateY(-7px);
}

.rtpi-fleet-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  padding: 16px;
  background: linear-gradient(135deg, #fff4d9, #e9f8f8);
}

.rtpi-fleet-card div {
  padding: 18px;
}

.rtpi-fleet-card h3 {
  margin: 0 0 7px;
  color: var(--rtpi-ink);
  font-size: 20px;
  font-weight: 900;
}

.rtpi-fleet-card p {
  color: var(--rtpi-muted);
  font-size: 14px;
  line-height: 1.6;
}

.rtpi-fleet-card span {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f7f7;
  color: var(--rtpi-teal);
  font-size: 12px;
  font-weight: 900;
}

.rtpi-why {
  background: #fffaf2;
}

.rtpi-why-grid,
.rtpi-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rtpi-why-card {
  min-height: 245px;
  padding: 26px;
  border: 1px solid rgba(255, 176, 0, 0.2);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fff2d8 100%);
  box-shadow: 0 16px 35px rgba(16, 34, 45, 0.1);
}

.rtpi-why-card:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff 0%, #e7f7f7 100%);
  border-color: rgba(14, 139, 143, 0.22);
}

.rtpi-why-card:nth-child(3n) {
  background: linear-gradient(180deg, #ffffff 0%, #ffe8df 100%);
  border-color: rgba(216, 74, 54, 0.2);
}

.rtpi-why-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ffb000, #ff7a35);
  color: #fff;
  font-size: 22px;
}

.rtpi-why-card h3 {
  margin: 0 0 10px;
  color: var(--rtpi-ink);
  font-size: 20px;
  font-weight: 900;
}

.rtpi-why-card p {
  color: var(--rtpi-muted);
  font-size: 14px;
  line-height: 1.7;
}

.rtpi-reviews {
  background:
    linear-gradient(135deg, rgba(16, 34, 45, 0.96), rgba(20, 63, 71, 0.94)),
    url("../images/Tour/medium/rajasthan-heritage-tour.jpg") center/cover;
}

.rtpi-reviews .rtpi-section-head h2,
.rtpi-reviews .rtpi-section-head p {
  color: #fff;
}

.rtpi-review-controls button {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.rtpi-review-controls button:hover {
  background: var(--rtpi-saffron);
  color: var(--rtpi-ink);
}

.rtpi-review-shell {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.rtpi-review-summary {
  padding: 30px;
  border-radius: 18px;
  background: #fffaf2;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
}

.rtpi-review-summary span {
  color: var(--rtpi-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rtpi-review-summary strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--rtpi-ink);
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.rtpi-stars {
  color: #ffb000;
  font-size: 18px;
  letter-spacing: 1px;
}

.rtpi-review-summary p {
  margin: 18px 0 22px;
  color: var(--rtpi-muted);
  font-size: 14px;
  line-height: 1.7;
}

.rtpi-review-summary a {
  display: inline-flex;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb000, #ff7a35);
  color: var(--rtpi-ink);
  font-weight: 900;
}

.rtpi-review-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 34%);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 4px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rtpi-review-card {
  scroll-snap-align: start;
  min-height: 300px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--rtpi-ink);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rtpi-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.24);
}

.rtpi-review-top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

.rtpi-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f7f7, #fff1cf);
  color: var(--rtpi-teal);
  font-weight: 900;
}

.rtpi-review-top strong {
  display: block;
  color: var(--rtpi-ink);
  font-size: 16px;
}

.rtpi-review-top small {
  color: var(--rtpi-muted);
  font-size: 12px;
}

.rtpi-review-card p {
  margin: 14px 0 18px;
  color: var(--rtpi-muted);
  font-size: 15px;
  line-height: 1.75;
}

.rtpi-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.rtpi-review-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f7f7;
  color: var(--rtpi-teal);
  font-size: 12px;
  font-weight: 900;
}

.rtpi-final-enquiry {
  background: #fffaf2;
}

.rtpi-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(16, 34, 45, 0.92), rgba(14, 139, 143, 0.82)),
    url("../images/Tour/medium/rajasthan-cultural-tour.jpg") center/cover;
  color: #fff;
  box-shadow: 0 24px 60px rgba(16, 34, 45, 0.18);
}

.rtpi-final-card span {
  color: var(--rtpi-saffron);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rtpi-final-card h2 {
  max-width: 720px;
  margin: 8px 0 12px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 900;
}

.rtpi-final-card p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
}

.rtpi-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rtpi-animate {
  animation: rtpiFadeUp 0.7s ease both;
}

@keyframes rtpiFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rtpiFloatIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rtpiHeroDrift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-18px, -8px, 0);
  }
}

.rtpi-month-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.rtpi-month-list span {
  min-width: 64px;
  padding: 10px 16px;
  border: 1px solid var(--rtpi-line);
  border-radius: 999px;
  background: #fffaf1;
  color: var(--rtpi-ink);
  text-align: center;
  font-weight: 700;
}

.rtpi-season-card {
  min-height: 150px;
  margin-bottom: 20px;
  padding: 22px;
  border-left: 4px solid var(--rtpi-saffron);
  border-radius: 8px;
  background: #f7fbfb;
}

.rtpi-season-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rtpi-ink);
  font-size: 18px;
}

.rtpi-season-card p {
  color: var(--rtpi-muted);
  font-size: 14px;
  line-height: 1.7;
}

.rtpi-cta-band {
  padding: 54px 0;
  background: var(--rtpi-ink);
  color: #fff;
}

.rtpi-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.rtpi-cta-band h2 {
  margin: 8px 0 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.rtpi-home .car-card {
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .rtpi-theme-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-navigation .navbar-nav > li > a {
    padding: 9px 8px !important;
    font-size: 13px;
  }

  .rtpi-fleet-grid,
  .rtpi-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .sticky-navigation .navbar .col-md-12 {
    display: block;
    min-height: 70px;
  }

  .sticky-navigation .navbar-header {
    min-height: 70px;
  }

  .sticky-navigation .navbar-collapse {
    padding-right: 15px;
  }

  .sticky-navigation .navbar-nav {
    display: block;
    float: none;
    min-height: 0;
    padding: 12px 0 18px;
  }

  .sticky-navigation .navbar-nav > li > a {
    border-radius: 10px;
  }

  .rtpi-hero {
    min-height: auto;
    padding: 110px 0 86px;
  }

  .rtpi-hero__row {
    display: block;
  }

  .rtpi-hero h1 {
    font-size: 46px;
  }

  .rtpi-quote-panel {
    margin: 34px 0 0;
  }

  .rtpi-trust-strip {
    margin-top: 0;
    background: #fff;
  }

  .rtpi-trust-strip .container {
    border-radius: 0;
    box-shadow: none;
  }

  .rtpi-section-head--split,
  .rtpi-cta-band__inner {
    display: block;
  }

  .rtpi-section-head--split .rtpi-link,
  .rtpi-cta-band .rtpi-btn {
    margin-top: 18px;
  }

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

  .rtpi-interest-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rtpi-package-slider {
    grid-auto-columns: minmax(280px, 47%);
  }

  .rtpi-interest-intro {
    min-height: 280px;
    grid-column: span 2;
  }

  .rtpi-signature-grid,
  .rtpi-review-grid {
    grid-template-columns: 1fr;
  }

  .rtpi-review-shell {
    grid-template-columns: 1fr;
  }

  .rtpi-review-slider {
    grid-auto-columns: minmax(300px, 48%);
  }

  .rtpi-final-card {
    display: block;
  }

  .rtpi-final-actions {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .top-contact,
  .top-social-icon {
    float: none !important;
    text-align: center;
  }

  #top-bar.top-bar-section {
    height: auto !important;
    min-height: 32px !important;
    max-height: none !important;
    line-height: 32px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  #top-bar .container,
  #top-bar .row,
  #top-bar .col-sm-12,
  #top-bar .top-contact,
  #top-bar .top-social-icon {
    min-height: 32px !important;
    line-height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #top-bar .top-contact a,
  #top-bar .top-social-icon a {
    height: 32px !important;
    min-height: 32px;
    line-height: 32px !important;
    font-size: 12px;
  }

  .sticky-navigation .navbar {
    min-height: 68px;
  }

  .sticky-navigation .navbar-brand {
    height: 68px;
    padding: 8px 0;
  }

  .sticky-navigation .site_logo {
    max-width: 195px;
    max-height: 52px;
  }

  .rtpi-hero {
    padding: 72px 0 46px;
  }

  .rtpi-hero h1 {
    font-size: 36px;
  }

  .rtpi-hero__text {
    font-size: 16px;
  }

  .rtpi-hero__stats {
    display: none;
  }

  .rtpi-theme-grid,
  .rtpi-destination-grid,
  .rtpi-interest-slide {
    grid-template-columns: 1fr;
  }

  .rtpi-interest-intro {
    grid-column: auto;
    min-height: 245px;
    padding: 24px;
  }

  .rtpi-package-carousel {
    padding-top: 112px;
  }

  .rtpi-package-carousel .carousel-indicators {
    flex-wrap: wrap;
  }

  .rtpi-package-carousel .carousel-indicators li {
    padding: 9px 13px;
    font-size: 12px;
  }

  .rtpi-carousel-controls,
  .rtpi-slider-controls {
    margin-top: 16px;
  }

  .rtpi-package-slider {
    grid-auto-columns: minmax(278px, 88%);
    padding-bottom: 18px;
  }

  .rtpi-signature-card {
    grid-template-columns: 1fr;
  }

  .rtpi-signature-card img {
    min-height: 210px;
  }

  .rtpi-fleet-grid,
  .rtpi-why-grid,
  .rtpi-review-grid {
    grid-template-columns: 1fr;
  }

  .rtpi-review-slider {
    grid-auto-columns: minmax(278px, 88%);
  }

  .rtpi-review-summary {
    padding: 24px;
  }

  .rtpi-review-summary strong {
    font-size: 44px;
  }

  .rtpi-final-card {
    padding: 28px;
  }

  .rtpi-final-card h2 {
    font-size: 30px;
  }

  .rtpi-quote-panel {
    padding: 22px;
  }

  .rtpi-section {
    padding: 54px 0;
  }

  .rtpi-section-head h2 {
    font-size: 31px;
  }

  .rtpi-tour-card h3,
  .rtpi-tour-card p {
    min-height: 0;
  }

  .rtpi-destination-card {
    min-height: 230px;
  }

  .rtpi-month-list span {
    min-width: 56px;
  }
}
