@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", system-ui;
}

html {
  font-size: 62.5%;
}

:root {
  --or: #df6951;
  --grey: #7d7d7d;
  --dark-grey: #5e6282;
  --black-heading: #181e4b;
  --black-small-heading: #1e1d4c;
}

section {
  width: 100%;
  padding-inline: 2.8rem;
}

.hero {
  padding-inline: 0 !important;
}

.container {
  max-width: 132rem;
  margin-inline: auto;
}

.navbar-container {
  margin-inline: auto;
  /* max-width: 87.8rem; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-block: 4rem; */
}

.logo {
  height: 5.4rem;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 3.4rem;
  height: 12.4rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.navigation .navigation-link {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  color: white;
  border: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.navigation .navigation-link:hover {
  color: var(--or);
}

.navigation-btn {
  background-color: transparent;
  text-align: start;
  cursor: pointer;
}

.navigation .navigation-link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 105%;
  background-color: var(--or);
  transition: width 0.1s;
}

.navigation .navigation-link:hover::after {
  width: 90%;
}

.dropdown {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  max-height: 0rem;
  display: flex;
  flex-direction: column;
  padding: 1.8rem 1.4rem;
  width: 18rem;
  gap: 1rem;
  background-color: hsla(0, 0%, 85%, 0.58);
  border-radius: 11px;
  transform: translate(-1rem, 2rem);
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.dropdown::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  top: -10px;
  left: 18px;
  transform: rotate(45deg);
  border-radius: 3px;
  background-color: hsla(0, 0%, 85%, 0.58);
  clip-path: polygon(0 0, 20% 77.5%, 77.5% 20%);
}

.dropdown a {
  font-weight: 400;
}

.linkcontainer {
  position: relative;
}

.linkcontainer:hover .dropdown {
  max-height: 55rem;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
}

.linkcontainer:hover {
  padding-block: 2rem;
}

.nav-btn,
.btn {
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.2rem 1.8rem;
  background-color: var(--or);
  color: white;
  cursor: pointer;
  border-radius: 1rem;
  transition: padding 0.3s ease;
  width: fit-content;
}

.backgroundimg-container {
  padding-inline: 2.8rem;
  max-width: 192rem;
  margin-inline: auto;
  background-image: url('https://i0.wp.com/www.tusktravel.com/blog/wp-content/uploads/2022/07/khajjiar-Himachal3.jpg?resize=1024%2C768&ssl=1');
  background-size: cover;
  background-repeat: no-repeat;
}

.phone-nav-btn {
  display: none;
}

.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--or);
  border-radius: 50%;
  padding: 1.2rem;
  border: none;
  height: 6rem;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  display: none;
}

.menu-btn img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

/* nav ends here */

/* Enhanced Hero Section - Compact */
.hero-container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.content-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 60rem;
  order: 1;
}
#packages {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.query-form-container {
  position: relative;
  z-index: 10;
  max-width: 40rem;
  order: 2;
  justify-self: end;
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
  width: fit-content;
  animation: slideInLeft 0.8s ease-out;
}

.hero-badge .badge-icon {
  font-size: 1.8rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.hero-badge .badge-text {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Hero Heading */
.hero-heading {
  font-size: 4.2rem;
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin: 0;
  animation: slideInLeft 0.8s ease-out 0.2s both;
}

.hero-heading .highlight-text {
  background: linear-gradient(135deg, #ffd700 0%, #ff8e53 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero-heading .highlight-text::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffd700, #ff8e53);
  border-radius: 2px;
}

/* Hero Subtitle */
.hero-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin: 0;
  animation: slideInLeft 0.8s ease-out 0.4s both;
}

/* Hero Features */
.hero-features {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  animation: slideInLeft 0.8s ease-out 0.6s both;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(8px);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(76, 175, 80, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
}

.feature-icon svg {
  color: #4caf50;
  width: 1.4rem;
  height: 1.4rem;
}

.feature-item span {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 0.5rem;
  animation: slideInLeft 0.8s ease-out 0.8s both;
}

.hero-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.hero-stats .stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #ffd700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-stats .stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-align: center;
}

.form-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideInRight 0.8s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.form-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-badge .badge-icon {
  font-size: 1.4rem;
}

.form-badge .badge-text {
  font-size: 1rem;
}

.form-header h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--black-heading);
  margin-bottom: 0.4rem;
  font-family: "Volkhov", serif;
}

.form-header p {
  font-size: 1.4rem;
  color: var(--grey);
  font-weight: 400;
}

.query-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--black-heading);
  margin-left: 0.3rem;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrapper svg {
  position: absolute;
  left: 1rem;
  color: #9ca3af;
  width: 1.6rem;
  height: 1.6rem;
  z-index: 2;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.6rem 0.8rem 0.6rem 3.2rem;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--black-heading);
  background: white;
  transition: all 0.3s ease;
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--or);
  box-shadow: 0 0 0 3px rgba(223, 105, 81, 0.1);
  transform: translateY(-2px);
}

.form-group input::placeholder {
  color: #b8b8b8;
}

.form-submit-btn {
  background: linear-gradient(135deg, var(--or) 0%, #ff8a65 100%);
  color: white;
  border: none;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.3rem;
  box-shadow: 0 6px 20px rgba(223, 105, 81, 0.3);
}

.form-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(223, 105, 81, 0.4);
  background: linear-gradient(135deg, #ff8a65 0%, var(--or) 100%);
}

.form-submit-btn:active {
  transform: translateY(-1px);
}

.form-submit-btn svg {
  transition: transform 0.3s ease;
}

.form-submit-btn:hover svg {
  transform: translateX(3px);
}

/* Success message styles */
.form-success-msg {
  margin-top: 1rem;
  padding: 0.75rem;
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  border-radius: 12px;
  color: white;
  animation: slideInUp 0.5s ease-out;
}

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

.success-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.success-content svg {
  flex-shrink: 0;
  color: white;
}

.content-container img {
  height: 1.8rem;
  margin-bottom: 1rem;
}

.content-container h1 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 6rem;
  color: white;
  margin-bottom: 4rem;
  margin-right: 10%;
}
.divs h1 {
  font-size: 24px;
  line-height: inherit;
}
.btns-container {
  display: flex;
  align-items: center;
  background-color: rgba(243, 243, 243, 0.6);
  padding: 1.5rem 2rem;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.btn-box {
  height: 3.3rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 4rem;
}

.btn-box:nth-child(1) {
  padding-left: 0;
}

.btn-box:nth-child(3) {
  padding-right: 5rem;
}

.btn-box:nth-child(2)::after,
.btn-box:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #d0d0d0;
  border-radius: 2px;
  left: 0;
  top: 0;
}

.btn-box:nth-child(2)::before {
  left: 100%;
}

.btn-box p {
  font-size: 1.6rem;
  color: white;
}

.btn-box img {
  height: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 0;
}

.submit-btn {
  font-size: 1.6rem;
  color: white;
  background-color: var(--or);
  border: none;
  padding: 1.2rem 3.8rem;
  border-radius: 6.88px;
  cursor: pointer;
}

.divo {
  display: flex;
  align-items: center;
}

.divo p {
  font-size: 1.8rem;
  /* line-height: 5.92rem; */
  font-weight: 500;
  color: white;
  margin-left: 1.2rem;
}

.profile-container {
  height: 5rem;
  display: flex;
  flex-wrap: nowrap;
}

.profile-container img {
  height: 5rem;
  width: 5rem;
  margin-left: -12px;
}

.profile-container img:nth-child(1) {
  margin-left: 0;
}

.profile-container img:last-child {
  position: relative;
}

.profile-container span {
  z-index: 999;
  position: absolute;
  font-size: 1rem;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
}

/* hero section ends here */

/* brands section starts here */

.brands {
  max-width: 192rem;
  margin-inline: auto;
  background-color: #f7f7f7;
}

.brand-container {
  display: flex;
  justify-content: space-between;
  padding-block: 4rem;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 2rem;
}

.brand-container img {
  height: 4rem;
}

/* brand section ends here */

/* category section starts here */

.category-container {
  text-align: center;
  margin-bottom: 10rem;
}

.category-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 2rem;
  row-gap: 4rem;
  /* margin-inline: 5%; */
}

.card {
  padding: 4rem 3rem;
  border-radius: 4rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--or) 0%, #ff8a65 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  z-index: 1;
}

.card:hover::before {
  transform: scaleX(1);
}

.card::after {
  position: absolute;
  content: "";
  height: 11rem;
  width: 11rem;
  border-radius: 4rem 4rem 4rem 5rem;
  background-color: var(--or);
  z-index: -1;
  bottom: 1rem;
  left: 1rem;
  transition: transform 0.3s ease-in-out;
}

.card:hover::after {
  transform: translate(-3rem, 3rem);
}

.card:hover {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.card-icon {
  background: linear-gradient(135deg, var(--or) 0%, #ff8a65 100%);
  border-radius: 50%;
  padding: 1.5rem;
  color: white;
  box-shadow: 0 8px 25px rgba(223, 105, 81, 0.3);
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

.card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(223, 105, 81, 0.4);
}

.card img {
  height: 8rem;
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.05);
}

.tag {
  color: var(--or);
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 11rem;
  margin-bottom: 2rem;
}

.global-heading {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: var(--black-heading);
}

.card h4 {
  font-weight: 600;
  margin-top: 2rem;
  font-size: 2rem;
  color: var(--black-small-heading);
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.card:hover h4 {
  color: var(--or);
}

.card p {
  color: var(--dark-grey);
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 0;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
  line-height: 1.6;
}

.card:hover p {
  color: var(--black-small-heading);
}

/* category container ends here */

/* honeymoon speical container starts here */

.honeymoon-special-container {
  display: flex;
  justify-content: space-between;
}

.honeymoon-special-container img {
  width: 50%;
  transform: translateX(-7.5rem);
}

.text-container {
  width: 42%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-inline: 5%;
}

.honeymoon-special-container .tag {
  margin-top: 0;
  margin-bottom: 0;
}

.honeymoon-special-container .para,
.text-content .para {
  color: black;
  font-weight: 400;
  margin-top: 1.4rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}

.view-offer {
  width: fit-content;
}

/* honeymoon special container ends here */

/* fasteasy container starts here */

.fast-easy-container {
  padding-top: 10rem;
  padding-bottom: 7rem;
  display: flex;
  justify-content: space-between;
}

.fast-easy-container .tag {
  margin-block: 0;
}

.img-container {
  width: 50%;
}

.img-container img {
  width: 100%;
}

.points-container {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  gap: 3.4rem;
  width: 80%;
}

.point {
  display: flex;
  gap: 2.4rem;
}

.point img {
  width: 5.8rem;
  aspect-ratio: 1 / 1;
  align-self: center;
}

.point-text h4 {
  color: var(--dark-grey);
  font-weight: 700;
  font-size: 1.8rem;
}

.point-text p {
  color: var(--dark-grey);
  font-size: 1.6rem;
}

/* fast easey container ends here */

/* Simple Banner Section */
.amazing-banner {
  padding-inline: 0;
}

.banner {
  max-width: 192rem;
  margin-inline: auto;
  padding-inline: 2.8rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.banner .container {
  padding-block: 6rem;
}

.banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.banner-text {
  text-align: left;
}

/* Banner Text */
.banner-text h1 {
  font-size: 4rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin: 0;
}

/* Banner Image */
.banner-image {
  text-align: center;
}

.banner-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.badge-icon {
  font-size: 1.8rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.badge-text {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Banner Heading */
.banner-heading {
  font-size: 4.2rem;
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin: 0;
  animation: slideInLeft 0.8s ease-out 0.2s both;
}

.highlight-text {
  background: linear-gradient(135deg, #ffd700 0%, #ff8e53 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.highlight-text::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffd700, #ff8e53);
  border-radius: 2px;
}

/* Banner Subtitle */
.banner-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin: 0;
  animation: slideInLeft 0.8s ease-out 0.4s both;
}

/* Simple responsive styles */
@media (max-width: 768px) {
  .banner-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .banner-text h1 {
    font-size: 3rem;
  }

  .banner .container {
    padding-block: 4rem;
  }
}

@media (max-width: 480px) {
  .banner-text h1 {
    font-size: 2.5rem;
  }

  .banner .container {
    padding-block: 3rem;
  }
}

/* Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Simple responsive styles */
@media (max-width: 768px) {
  .banner-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .banner-text h1 {
    font-size: 3rem;
  }

  .banner .container {
    padding-block: 4rem;
  }
}

@media (max-width: 480px) {
  .banner-text h1 {
    font-size: 2.5rem;
  }

  .banner .container {
    padding-block: 3rem;
  }
}

/* Hero Responsive Design - Compact */
@media (max-width: 1200px) {
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .content-container {
    order: 1;
  }

  .query-form-container {
    order: 2;
    justify-self: center;
  }

  .hero-features {
    align-items: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-heading {
    font-size: 3.8rem;
  }
}

@media (max-width: 768px) {
  .hero-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-heading {
    font-size: 3.2rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-features {
    gap: 0.6rem;
  }

  .feature-item {
    padding: 0.5rem 0.8rem;
  }

  .feature-item span {
    font-size: 1.1rem;
  }

  .hero-stats {
    gap: 1.5rem;
  }

  .hero-stats .stat-number {
    font-size: 1.8rem;
  }

  .query-form-container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-heading {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-badge {
    padding: 0.5rem 1rem;
    margin: auto;
  }

  .hero-badge .badge-text {
    font-size: 0.9rem;
  }

  .hero-stats {
    flex-direction: row;
    gap: 1rem;
  }

  .feature-item {
    padding: 0.4rem 0.8rem;
  }

  .feature-item span {
    font-size: 1rem;
  }
}

/* banner section ends here */

/* promotion section starts here */

.promotion-container {
  margin-block: 12rem;
  position: relative;
  padding-bottom: 5rem;
}

.promotion-container::after {
  position: absolute;
  content: "";
  background-image: url(img/eiffel\ tower.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 50rem;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  /* transform: translateX(6rem); */
}

.text-content {
  width: 47%;
}

.text-content .tag {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.text-content .para {
  margin-top: 2.4rem;
  margin-bottom: 3.4rem;
  margin-right: 14%;
}

.imgs-container {
  margin-top: 7rem;
  display: flex;
  gap: 6rem;
}

.imgs-container img {
  width: 21rem;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
}

/* promotion section ends here */

/* promotion packages section starts here */

.promotion-packages {
  padding-inline: 0;
}

.promotion-packages-container {
  max-width: 192rem;
  margin-inline: auto;
  display: flex;
}

.cardp {
  position: relative;
  border-radius: 2rem;
  padding: 4rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 30rem;
  overflow: hidden;
}

.cardp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.cardp-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 1.5rem;
  color: white;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  z-index: 2;
}

.cardp:hover .cardp-icon {
  transform: scale(1.1) rotate(5deg);
  background: rgba(255, 255, 255, 0.3);
}

.cardp .text {
  position: relative;
  z-index: 2;
}

.cardp .text img {
  margin-top: 1rem;
  transition: transform 0.3s ease;
}

.cardp:hover .text img {
  transform: scale(1.05);
}

.nature {
  background-image: url(img/nature.png);
}

.city {
  background-image: url(img/city.png);
}

.nature,
.city {
  transition: background-size 0.3s ease;
  background-position: center;
  background-size: 110%;
  &:hover {
    background-size: 100%;
  }
}

.cardp .tag {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.cardp:hover .tag {
  color: white;
}

.cardp .global-heading {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: white;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.cardp:hover .global-heading {
  transform: scale(1.02);
}

.cardp .btn {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 1.2rem 2.4rem;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  align-self: flex-start;
}

.cardp .btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.cardp .btn svg {
  transition: transform 0.3s ease;
}

.cardp .btn:hover svg {
  transform: translateX(3px);
}

/* promotion packages section ends here */

/* promotion section starts here */

.package-container {
  text-align: center;
  padding-block: 12rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.package-container .tag {
  margin-block: 0;
}

.package-header {
  margin-bottom: 6rem;
}

.package-header .global-heading {
  font-size: 4.2rem;
  font-weight: 800;
  color: var(--black-heading);
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--black-heading) 0%, var(--or) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.package-subtitle {
  font-size: 1.8rem;
  color: var(--dark-grey);
  font-weight: 400;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 2.6rem;
  opacity: 0.8;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 3rem;
  margin: 0 auto;
  max-width: 100%;
}

.package-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  width: 100%;
  position: relative;
  backdrop-filter: blur(10px);
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(223, 105, 81, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(76, 175, 80, 0.03) 0%,
      transparent 50%
    );
}

.package-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--or) 0%, #ff8e53 50%, #4caf50 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.package-card:hover::before {
  transform: scaleX(1);
}

.package-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(223, 105, 81, 0.2);
}

.package-image {
  position: relative;
  height: 22rem;
  overflow: hidden;
}

.package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.package-card:hover .package-image img {
  transform: scale(1.1);
}

/* Enhanced Badge Design */
.discount-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.4);
  z-index: 3;
  transform: translateY(-5px);
  opacity: 0;
  animation: slideInDown 0.6s ease-out 0.3s forwards;
}

@keyframes slideInDown {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Enhanced Package Icon */
.package-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  padding: 0.8rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 3;
  backdrop-filter: blur(10px);
}

.package-card:hover .package-icon {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.package-icon svg {
  width: 2rem;
  height: 2rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Enhanced Package Content */
.package-content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, white 0%, #fafbfc 100%);
}

.package-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--black-heading);
  margin-bottom: 1.2rem;
  line-height: 2.4rem;
  font-family: "Volkhov", serif;
  min-height: 5.2rem;
  background: linear-gradient(135deg, var(--black-heading) 0%, #2c3e50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Enhanced Features */
.package-features {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.feature {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: var(--dark-grey);
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 600;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.feature:hover::before {
  left: 100%;
}

.feature:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-color: #2196f3;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.3);
}

.feature svg {
  color: #4caf50;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

/* Enhanced Price Section */
.package-price {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.current-price {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--or);
  text-align: center;
  padding: 1.2rem;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
  border-radius: 16px;
  border: 2px solid rgba(223, 105, 81, 0.2);
  position: relative;
  overflow: hidden;
}

.current-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(223, 105, 81, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.package-card:hover .current-price::before {
  left: 100%;
}

/* Enhanced Action Buttons */
.package-actions {
  display: flex;
  gap: 1.2rem;
  margin-top: auto;
  flex-wrap: wrap;
}

.enquire-btn,
.read-more-btn {
  flex: 1;
  min-width: 140px;
  padding: 1rem 1.6rem;
  border: none;
  border-radius: 16px;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
}

.enquire-btn::before,
.read-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.enquire-btn:hover::before,
.read-more-btn:hover::before {
  left: 100%;
}

.enquire-btn {
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.enquire-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.6);
}

.read-more-btn {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
}

.read-more-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(33, 150, 243, 0.6);
}

.enquire-btn svg,
.read-more-btn svg {
  width: 1.8rem;
  height: 1.8rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .package-header .global-heading {
    font-size: 3.8rem;
  }
}

@media (max-width: 768px) {
  .banner .container {
    padding-block: 6rem;
  }

  .banner-heading {
    font-size: 3.2rem;
  }

  .banner-subtitle {
    font-size: 1.3rem;
  }

  .banner-features {
    gap: 0.6rem;
  }

  .banner-feature {
    padding: 0.5rem 0.8rem;
  }

  .banner-feature span {
    font-size: 1.1rem;
  }

  .banner-image {
    height: 24rem;
  }

  .floating-card {
    display: none;
  }
}

@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }

  .package-card {
    margin: 0;
    border-radius: 20px;
  }

  .package-content {
    padding: 2rem;
  }

  .package-title {
    font-size: 1.6rem;
    min-height: auto;
    line-height: 2.2rem;
  }

  .package-image {
    height: 20rem;
  }

  .package-actions {
    flex-direction: column;
    gap: 1rem;
  }

  .enquire-btn,
  .read-more-btn {
    min-width: auto;
    padding: 1.2rem 1.6rem;
    font-size: 1.2rem;
  }

  .package-header .global-heading {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .package-subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .package-container {
    padding-block: 8rem;
  }
}

@media (max-width: 480px) {
  .banner-heading {
    font-size: 2.8rem;
  }

  .banner-subtitle {
    font-size: 1.2rem;
  }

  .banner-badge {
    padding: 0.6rem 1.2rem;
  }

  .banner-badge .badge-text {
    font-size: 0.9rem;
  }

  .banner-features {
    gap: 0.5rem;
  }

  .banner-feature {
    padding: 0.4rem 0.8rem;
  }

  .banner-feature span {
    font-size: 1rem;
  }

  .banner-image {
    height: 20rem;
  }
}

@media (max-width: 480px) {
  .package-content {
    padding: 1.8rem;
  }

  .package-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .package-image {
    height: 18rem;
  }

  .feature {
    padding: 0.6rem 1.2rem;
    font-size: 1.1rem;
  }

  .enquire-btn,
  .read-more-btn {
    padding: 1rem 1.4rem;
    font-size: 1.1rem;
  }

  .package-header .global-heading {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .package-subtitle {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 0 1rem;
  }
}

/* Compact Rating Badge */
.rating-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  font-weight: 600;
}

.stars {
  color: #ffd700;
  font-size: 1rem;
}

.rating-text {
  color: #333;
}

/* Compact Location Badge */
.location-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: 500;
}

.location-badge svg {
  color: #ff6b6b;
  width: 1.2rem;
  height: 1.2rem;
}

.location-badge span {
  color: #333;
}

/* Compact Discount Badge */
.discount-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  z-index: 2;
}

/* Compact Package Type Badge */
.package-type-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  z-index: 2;
}

/* Compact Package Icon */
.package-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  padding: 0.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 2;
}

.package-card:hover .package-icon {
  transform: scale(1.1);
}

.package-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

/* Compact Package Content */
.package-content {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Compact Package Header */
.package-header {
  margin-bottom: 1.5rem;
}

.package-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--black-heading);
  margin-bottom: 0.8rem;
  line-height: 2.2rem;
  font-family: "Volkhov", serif;
  min-height: 4.4rem;
}

.package-duration {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
}

.package-duration svg {
  color: #ff6b6b;
  width: 1.4rem;
  height: 1.4rem;
}

/* Compact Features */
.package-features {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.feature {
  background: #f8f9fa;
  color: var(--dark-grey);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.feature:hover {
  background: #e3f2fd;
  border-color: #2196f3;
  transform: translateY(-2px);
}

.feature svg {
  color: #4caf50;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
}

/* Compact Highlights */
.package-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 1rem;
  background: rgba(255, 107, 107, 0.08);
  border-radius: 12px;
  border-left: 3px solid #ff6b6b;
  font-size: 1.1rem;
  font-weight: 500;
}

.highlight-item svg {
  color: #ff6b6b;
  width: 1.4rem;
  height: 1.4rem;
}

.highlight-item span {
  color: #555;
}

/* Compact Price Section */
.package-price {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.current-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #666;
  text-align: center;
  padding: 0.8rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.price-badge {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.25);
}

.price-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}

.price-amount {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* Compact Action Buttons */
.package-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.enquire-btn,
.read-more-btn {
  flex: 1;
  min-width: 120px;
  padding: 0.8rem 1.2rem;
  border: none;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.enquire-btn {
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  color: white;
  box-shadow: 0 4px 16px rgba(76, 175, 80, 0.3);
}

.enquire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.read-more-btn {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
  color: white;
  box-shadow: 0 4px 16px rgba(33, 150, 243, 0.3);
}

.read-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
}

.enquire-btn svg,
.read-more-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .package-card {
    margin: 0 0.5rem;
  }

  .package-content {
    padding: 1.5rem;
  }

  .package-title {
    font-size: 1.4rem;
    min-height: auto;
    line-height: 2rem;
  }

  .package-image {
    height: 16rem;
  }

  .package-actions {
    flex-direction: column;
    gap: 0.8rem;
  }

  .enquire-btn,
  .read-more-btn {
    min-width: auto;
    padding: 0.8rem 1.2rem;
    font-size: 1.1rem;
  }

  .package-features {
    gap: 0.6rem;
    margin-bottom: 1.2rem;
  }

  .feature {
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
  }

  .package-highlights {
    gap: 0.5rem;
    margin-bottom: 1.2rem;
  }

  .highlight-item {
    padding: 0.5rem 0.8rem;
    font-size: 1rem;
  }

  .package-duration {
    font-size: 1.1rem;
  }

  .price-badge {
    padding: 0.8rem 1.2rem;
  }

  .price-amount {
    font-size: 1.6rem;
  }

  .current-price {
    font-size: 1.3rem;
    padding: 0.6rem;
  }
}

@media (max-width: 480px) {
  .package-card {
    margin: 0 0.3rem;
  }

  .package-content {
    padding: 1.2rem;
  }

  .package-title {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 0.6rem;
  }

  .package-image {
    height: 14rem;
  }

  .package-features {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .feature {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border-radius: 16px;
  }

  .feature svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .package-highlights {
    gap: 0.4rem;
    margin-bottom: 1rem;
  }

  .highlight-item {
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
  }

  .highlight-item span {
    font-size: 0.9rem;
  }

  .highlight-item svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .package-duration {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .package-duration svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .price-badge {
    padding: 0.6rem 1rem;
    border-radius: 12px;
  }

  .price-label {
    font-size: 0.9rem;
  }

  .price-amount {
    font-size: 1.5rem;
  }

  .current-price {
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 10px;
  }

  .enquire-btn,
  .read-more-btn {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
  }

  .enquire-btn svg,
  .read-more-btn svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
  .package-card {
    transition: all 0.3s ease;
  }

  .package-card:active {
    transform: translateY(-5px) scale(1.01);
  }

  .package-card:active .package-image img {
    transform: scale(1.05);
  }

  .package-card:active .package-icon {
    transform: rotate(5deg) scale(1.05);
  }

  .package-card:active .discount-badge {
    transform: scale(1.02);
  }

  .enquire-btn:active,
  .read-more-btn:active {
    transform: translateY(-2px) scale(1.02);
  }

  .feature:active {
    transform: translateY(-2px) scale(1.02);
  }

  .highlight-item:active {
    transform: translateX(3px);
  }
}

/* High DPI Display Optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .package-card {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }

  .package-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .feature {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
  }

  .feature:hover {
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.15);
  }

  .highlight-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }

  .price-badge {
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
  }

  .package-card:hover .price-badge {
    box-shadow: 0 6px 18px rgba(255, 107, 107, 0.3);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .package-card,
  .package-image img,
  .package-icon,
  .discount-badge,
  .rating-badge,
  .location-badge,
  .package-type-badge,
  .feature,
  .highlight-item,
  .enquire-btn,
  .read-more-btn {
    transition: none;
    animation: none;
  }

  .package-card:hover {
    transform: none;
  }

  .package-card:hover .package-image img {
    transform: none;
  }

  .package-card:hover .package-icon {
    transform: none;
  }

  .package-card:hover .discount-badge {
    transform: none;
  }

  .package-card:hover .rating-badge {
    transform: none;
  }

  .package-card:hover .location-badge {
    transform: none;
  }

  .package-card:hover .package-type-badge {
    transform: none;
  }

  .feature:hover {
    transform: none;
  }

  .highlight-item:hover {
    transform: none;
  }

  .enquire-btn:hover {
    transform: none;
  }

  .read-more-btn:hover {
    transform: none;
  }

  .discount-pulse {
    animation: none;
  }
}

/* Print Styles */
@media print {
  .package-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
    transform: none;
  }

  .package-card:hover {
    transform: none;
    box-shadow: none;
  }

  .package-image {
    height: auto;
    max-height: 200px;
  }

  .package-actions {
    display: none;
  }

  .discount-badge,
  .package-type-badge {
    background: #f0f0f0 !important;
    color: #333 !important;
  }
}

/* Package Cards Section - Modern & Compact */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 100%;
}

.packages-grid .package-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #f0f0f0;
  width: 100%;
  position: relative;
}

.packages-grid .package-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(102, 126, 234, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.packages-grid .package-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #ff6b6b 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: 2;
}

.packages-grid .package-card:hover::before {
  transform: scaleX(1);
}

.packages-grid .package-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(102, 126, 234, 0.4);
}

.packages-grid .package-image {
  position: relative;
  height: 16rem;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.packages-grid .package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.packages-grid .package-card:hover .package-image img {
  transform: scale(1.08);
}

/* Creative Image Overlay */
.packages-grid .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.1) 0%,
    rgba(118, 75, 162, 0.1) 50%,
    rgba(255, 107, 107, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.packages-grid .package-card:hover .image-overlay {
  opacity: 1;
}

/* Package Header with Dates */
.package-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1rem;
}

.package-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.3;
  margin: 0;
  flex: 1;
}

.package-dates {
  background: #f8f9fa;
  color: #666;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #e9ecef;
}

/* Compact Location Badge */
.packages-grid .location-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: 500;
}

.packages-grid .location-badge svg {
  color: #ff6b6b;
  width: 1.2rem;
  height: 1.2rem;
}

.packages-grid .location-badge span {
  color: #333;
}

/* Compact Discount Badge */
.packages-grid .discount-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 0.3rem 0.7rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  z-index: 2;
}

/* Compact Package Type Badge */
.packages-grid .package-type-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  z-index: 2;
}

/* Duration Badge */
.packages-grid .duration-badge {
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  background: #dc3545;
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 2;
}

/* Map Icon */
.packages-grid .map-icon {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  padding: 0.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.packages-grid .map-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #666;
}

/* Creative Floating Badges */
.packages-grid .floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}

.packages-grid .floating-badge-1 {
  top: 1rem;
  right: 1rem;
  animation-delay: 0s;
}

.packages-grid .floating-badge-2 {
  top: 3.5rem;
  right: 1rem;
  animation-delay: 1.5s;
}

.packages-grid .badge-icon {
  font-size: 1.2rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.packages-grid .badge-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a202c;
  white-space: nowrap;
}

/* Floating Animation */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Compact Package Content */
.packages-grid .package-content {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Compact Package Header */
.packages-grid .package-header {
  margin-bottom: 1rem;
}

.packages-grid .package-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--black-heading);
  margin-bottom: 0.6rem;
  line-height: 1.3;
  font-family: "Volkhov", serif;
  min-height: auto;
}

.packages-grid .package-duration {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
}

.packages-grid .package-duration svg {
  color: #ff6b6b;
  width: 1.4rem;
  height: 1.4rem;
}

/* Compact Features */
.packages-grid .package-features {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}

.packages-grid .feature {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: var(--dark-grey);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.packages-grid .feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s ease;
}

.packages-grid .feature:hover::before {
  left: 100%;
}

.packages-grid .feature:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-color: #2196f3;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.3);
}

.packages-grid .feature svg {
  color: #4caf50;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
}

/* Compact Highlights */
.packages-grid .package-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.packages-grid .highlight-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 1rem;
  background: rgba(255, 107, 107, 0.08);
  border-radius: 12px;
  border-left: 3px solid #ff6b6b;
  font-size: 1.1rem;
  font-weight: 500;
}

.packages-grid .highlight-item svg {
  color: #ff6b6b;
  width: 1.4rem;
  height: 1.4rem;
}

.packages-grid .highlight-item span {
  color: #555;
}

/* Compact Price Section */
.packages-grid .package-price {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.packages-grid .current-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #666;
  text-align: center;
  padding: 0.8rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.packages-grid .price-badge {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.25);
}

.packages-grid .price-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  opacity: 0.9;
}

.packages-grid .price-amount {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* Compact Action Buttons */
.packages-grid .package-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

/* Package Price */
.packages-grid .package-price {
  margin-bottom: 1rem;
}

.packages-grid .price-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a202c;
}

/* Package Actions */
.packages-grid .package-actions {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.packages-grid .view-tour-btn {
  flex: 1;
  background: linear-gradient(135deg, #df6951 0%, #ff8a65 100%);
  color: white;
  border: 1px solid #df6951;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
}

.packages-grid .view-tour-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transition: left 0.6s ease;
}

.packages-grid .view-tour-btn:hover::before {
  left: 100%;
}

.packages-grid .view-tour-btn:hover {
  background: linear-gradient(135deg, #ff8a65 0%, #df6951 100%);
  border-color: #df6951;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(223, 105, 81, 0.3);
}

.packages-grid .view-tour-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  color: white;
}

.packages-grid .book-online-btn {
  flex: 2;
  background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #17a2b8 100%);
  color: white;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.packages-grid .book-online-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.packages-grid .book-online-btn:hover::before {
  left: 100%;
}

.packages-grid .book-online-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.5);
  background: linear-gradient(135deg, #20c997 0%, #17a2b8 50%, #28a745 100%);
}

/* Package Links */
.packages-grid .package-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.packages-grid .package-link {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.packages-grid .package-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive Design for Package Cards */
@media (max-width: 1200px) {
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .packages-grid .package-card {
    margin: 0 0.5rem;
  }

  .packages-grid .package-content {
    padding: 1.5rem;
  }

  .packages-grid .package-title {
    font-size: 1.4rem;
    min-height: auto;
    line-height: 2rem;
  }

  .packages-grid .package-image {
    height: 16rem;
  }

  .packages-grid .package-actions {
    flex-direction: column;
    gap: 0.8rem;
  }

  .packages-grid .view-tour-btn,
  .packages-grid .book-online-btn {
    min-width: auto;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
  }

  .packages-grid .package-features {
    gap: 0.6rem;
    margin-bottom: 1.2rem;
  }

  .packages-grid .feature {
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
  }

  .packages-grid .package-highlights {
    gap: 0.5rem;
    margin-bottom: 1.2rem;
  }

  .packages-grid .highlight-item {
    padding: 0.5rem 0.8rem;
    font-size: 1rem;
  }

  .packages-grid .package-duration {
    font-size: 1.1rem;
  }

  .packages-grid .price-badge {
    padding: 0.8rem 1.2rem;
  }

  .packages-grid .price-amount {
    font-size: 1.6rem;
  }

  .packages-grid .current-price {
    font-size: 1.3rem;
    padding: 0.6rem;
  }
}

@media (max-width: 480px) {
  .packages-grid .package-card {
    margin: 0 0.3rem;
  }

  .packages-grid .package-content {
    padding: 1.2rem;
  }

  .packages-grid .package-title {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 0.6rem;
  }

  .packages-grid .package-image {
    height: 14rem;
  }

  .packages-grid .package-features {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .packages-grid .feature {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    border-radius: 16px;
  }

  .packages-grid .feature svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .packages-grid .package-highlights {
    gap: 0.4rem;
    margin-bottom: 1rem;
  }

  .packages-grid .highlight-item {
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
  }

  .packages-grid .highlight-item span {
    font-size: 0.9rem;
  }

  .packages-grid .highlight-item svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .packages-grid .package-duration {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .packages-grid .package-duration svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .packages-grid .price-badge {
    padding: 0.6rem 1rem;
    border-radius: 12px;
  }

  .packages-grid .price-label {
    font-size: 0.9rem;
  }

  .packages-grid .price-amount {
    font-size: 1.5rem;
  }

  .packages-grid .current-price {
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 10px;
  }

  .packages-grid .enquire-btn,
  .packages-grid .read-more-btn {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
  }

  .packages-grid .enquire-btn svg,
  .packages-grid .read-more-btn svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* Service Section Styles */
.services-section {
  padding: 8rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

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

.services-header {
  text-align: center;
  margin-bottom: 4rem;
  animation: fadeInUp 0.8s ease-out;
}

.services-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  transform: translateY(0);
  transition: all 0.3s ease;
}

.services-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.badge-icon {
  font-size: 1.6rem;
  animation: sparkle 2s ease-in-out infinite;
}

.badge-text {
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.services-title {
  font-size: 4rem;
  font-weight: 700;
  color: var(--black-heading);
  margin-bottom: 1.5rem;
  font-family: "Volkhov", serif;
  background: linear-gradient(135deg, #181e4b 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-subtitle {
  font-size: 1.6rem;
  color: var(--dark-grey);
  max-width: 55rem;
  margin: 0 auto;
  line-height: 1.5;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.service-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(10px);
}

.service-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
  border-color: var(--or);
}

.service-card.featured {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  transform: translateY(-6px) scale(1.03);
}

.service-card.featured:hover {
  transform: translateY(-12px) scale(1.06);
  box-shadow: 0 20px 55px rgba(102, 126, 234, 0.4);
}

.service-card-header {
  position: relative;
  padding: 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service-card.featured .service-card-header {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
}

.service-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.service-icon {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.service-card.featured .service-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.service-number {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--or);
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 18px;
  box-shadow: 0 3px 12px rgba(223, 105, 81, 0.2);
}

.service-card.featured .service-number {
  background: rgba(255, 255, 255, 0.9);
  color: var(--or);
}

.featured-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 18px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

.service-image {
  width: 7rem;
  height: 7rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.service-card:hover .service-image {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-content {
  padding: 2rem;
}

.service-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--black-heading);
  margin-bottom: 1.2rem;
  font-family: "Volkhov", serif;
  line-height: 1.3;
}

.service-card.featured .service-title {
  color: white;
}

.service-description {
  font-size: 1.5rem;
  color: var(--dark-grey);
  line-height: 1.5;
  margin-bottom: 2rem;
}

.service-card.featured .service-description {
  color: rgba(255, 255, 255, 0.9);
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.feature-tag {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(102, 126, 234, 0.1);
  color: var(--black-heading);
  padding: 0.6rem 1rem;
  border-radius: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid rgba(102, 126, 234, 0.2);
  transition: all 0.3s ease;
}

.feature-tag:hover {
  background: rgba(102, 126, 234, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(102, 126, 234, 0.2);
}

.service-card.featured .feature-tag {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

.service-card.featured .feature-tag:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.2);
}

.feature-tag svg {
  color: #4caf50;
  flex-shrink: 0;
}

.service-card.featured .feature-tag svg {
  color: #4ade80;
}

.service-learn-more {
  width: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 14px;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.service-learn-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.service-card.featured .service-learn-more {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-card.featured .service-learn-more:hover {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.service-learn-more svg {
  transition: transform 0.3s ease;
}

.service-learn-more:hover svg {
  transform: translateX(4px);
}

.services-cta {
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 3rem;
  border-radius: 20px;
  color: white;
  box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.services-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.3;
}

.cta-content {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

.cta-content h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-family: "Volkhov", serif;
}

.cta-content p {
  font-size: 1.6rem;
  opacity: 0.9;
  max-width: 45rem;
  margin: 0 auto;
  line-height: 1.5;
}

.cta-button {
  background: white;
  color: var(--black-heading);
  border: none;
  padding: 1.4rem 2.8rem;
  border-radius: 14px;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-button svg {
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(4px);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sparkle {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(180deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .services-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 6rem 0;
  }

  .services-section .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .services-title {
    font-size: 2.8rem;
  }

  .services-subtitle {
    font-size: 1.4rem;
  }

  .service-card-header {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }

  .service-image {
    width: 5.5rem;
    height: 5.5rem;
  }

  .service-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .services-cta {
    padding: 2.5rem 1.5rem;
  }

  .cta-content h3 {
    font-size: 2.2rem;
  }

  .cta-content p {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .services-section {
    padding: 4rem 0;
  }

  .services-section .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-title {
    font-size: 2.4rem;
  }

  .services-subtitle {
    font-size: 1.3rem;
  }

  .service-card {
    margin: 0 0.8rem;
  }

  .service-content {
    padding: 1.5rem;
  }

  .service-title {
    font-size: 1.8rem;
  }

  .service-description {
    font-size: 1.3rem;
  }

  .feature-tag {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }

  .services-cta {
    padding: 2rem 1.2rem;
    margin: 0 0.8rem;
  }

  .cta-content h3 {
    font-size: 1.8rem;
  }

  .cta-content p {
    font-size: 1.3rem;
  }

  .cta-button {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

/* High DPI Display Optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .service-card {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  }

  .service-card:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  }

  .feature-tag {
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.1);
  }

  .feature-tag:hover {
    box-shadow: 0 3px 10px rgba(102, 126, 234, 0.15);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-icon,
  .service-image,
  .feature-tag,
  .service-learn-more,
  .cta-button {
    transition: none;
    animation: none;
  }

  .service-card:hover {
    transform: none;
  }

  .service-card:hover .service-icon {
    transform: none;
  }

  .service-card:hover .service-image {
    transform: none;
  }

  .feature-tag:hover {
    transform: none;
  }

  .service-learn-more:hover {
    transform: none;
  }

  .cta-button:hover {
    transform: none;
  }
}

/* Footer Styles */
.footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.footer-bg-container {
  position: relative;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.footer-container {
  position: relative;
  z-index: 2;
  padding: 6rem 0 4rem;
}

/* Main Footer Content */
.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer-section h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 1px;
}

/* Company Info Section */
.company-info .footer-logo {
  margin-bottom: 2rem;
}

.company-info .footer-logo img {
  height: 4.5rem;
  filter: brightness(0) invert(1);
}

.company-description {
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
}

.social-links h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.social-icons {
  display: flex;
  gap: 1.2rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: white;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-icon:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.social-icon svg {
  transition: transform 0.3s ease;
}

.social-icon:hover svg {
  transform: scale(1.1);
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 1.2rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-link::before {
  content: "→";
  position: absolute;
  left: -1.5rem;
  opacity: 0;
  transition: all 0.3s ease;
  color: #667eea;
}

.footer-link:hover {
  color: white;
  padding-left: 1.5rem;
}

.footer-link:hover::before {
  opacity: 1;
}

/* Newsletter Section */
.newsletter p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.newsletter-form {
  margin-bottom: 1.5rem;
}

.newsletter-input-group {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.newsletter-input-group:focus-within {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 1.2rem 1.6rem;
  color: white;
  font-size: 1.4rem;
  outline: none;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  padding: 1.2rem 1.6rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-btn:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateX(2px);
}

.newsletter-btn svg {
  transition: transform 0.3s ease;
}

.newsletter-btn:hover svg {
  transform: translateX(2px);
}

.newsletter-note {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

/* Contact Info Bar */
.contact-info-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
}

.contact-icon {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.contact-details h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.contact-details p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Copyright Bar */
.copyright-bar {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}

.copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.copyright-content p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.copyright-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.copyright-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.copyright-link:hover {
  color: #667eea;
}

.separator {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .company-info {
    grid-column: 1 / -1;
  }

  .contact-info-bar {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 4rem 0 3rem;
  }

  .footer-container .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .company-info .footer-logo img {
    height: 4rem;
  }

  .company-description {
    font-size: 1.4rem;
  }

  .social-icons {
    gap: 1rem;
  }

  .social-icon {
    width: 4rem;
    height: 4rem;
  }

  .contact-info-bar {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .contact-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .copyright-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .copyright-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 3rem 0 2rem;
  }

  .footer-container .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-main {
    gap: 2.5rem;
  }

  .company-info .footer-logo img {
    height: 3.5rem;
  }

  .company-description {
    font-size: 1.3rem;
  }

  .footer-section h3 {
    font-size: 1.6rem;
  }

  .footer-link {
    font-size: 1.3rem;
  }

  .newsletter-input {
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
  }

  .newsletter-btn {
    padding: 1rem 1.2rem;
  }

  .contact-info-bar {
    padding: 1.5rem;
  }

  .contact-icon {
    width: 4rem;
    height: 4rem;
  }

  .contact-details h4 {
    font-size: 1.3rem;
  }

  .contact-details p {
    font-size: 1.2rem;
  }

  .copyright-content p {
    font-size: 1.3rem;
  }

  .copyright-link {
    font-size: 1.2rem;
  }
}

/* High DPI Display Optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .social-icon {
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.25);
  }

  .social-icon:hover {
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.35);
  }

  .contact-icon {
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.25);
  }

  .newsletter-input-group:focus-within {
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.15);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .social-icon,
  .footer-link,
  .newsletter-btn,
  .newsletter-input-group {
    transition: none;
  }

  .social-icon:hover {
    transform: none;
  }

  .footer-link:hover {
    padding-left: 0;
  }

  .newsletter-btn:hover {
    transform: none;
  }

  .social-icon:hover svg,
  .newsletter-btn:hover svg {
    transform: none;
  }
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 1000;
  animation: whatsapp-bounce 2s ease-in-out infinite;
}

.floating-whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.floating-whatsapp a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.floating-whatsapp a:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp a:hover::before {
  opacity: 1;
}

.floating-whatsapp svg {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.floating-whatsapp a:hover svg {
  transform: scale(1.1);
}

/* WhatsApp Bounce Animation */
@keyframes whatsapp-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Responsive Design for WhatsApp Button */
@media (max-width: 768px) {
  .floating-whatsapp {
    bottom: 2rem;
    right: 2rem;
  }

  .floating-whatsapp a {
    width: 5.5rem;
    height: 5.5rem;
  }
}

@media (max-width: 480px) {
  .floating-whatsapp {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .floating-whatsapp a {
    width: 5rem;
    height: 5rem;
  }
}

/* High DPI Display Optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .floating-whatsapp a {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
  }

  .floating-whatsapp a:hover {
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp {
    animation: none;
  }

  .floating-whatsapp a,
  .floating-whatsapp svg {
    transition: none;
  }

  .floating-whatsapp a:hover {
    transform: none;
  }

  .floating-whatsapp a:hover svg {
    transform: none;
  }
}

/* Promotion Section Styles */
.promotion-section {
  padding: 10rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.promotion-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="promotion-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23promotion-pattern)"/></svg>');
  opacity: 0.4;
  z-index: 1;
}

.promotion-section .container {
  position: relative;
  z-index: 2;
}

/* Promotion Header */
.promotion-header {
  text-align: center;
  margin-bottom: 6rem;
  animation: fadeInUp 0.8s ease-out;
}

.promotion-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 1.2rem 2.4rem;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  transform: translateY(0);
  transition: all 0.3s ease;
}

.promotion-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
}

.badge-icon {
  font-size: 1.8rem;
  animation: pulse 2s ease-in-out infinite;
}

.badge-text {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.promotion-title {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--black-heading);
  margin-bottom: 2rem;
  font-family: "Volkhov", serif;
  background: linear-gradient(135deg, #181e4b 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.promotion-subtitle {
  font-size: 1.8rem;
  color: var(--dark-grey);
  max-width: 65rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* Promotion Grid */
.promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 3rem;
  margin-bottom: 6rem;
}

/* Promotion Cards */
.promotion-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(10px);
  min-height: 50rem;
}

.promotion-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Card Backgrounds */
.card-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.card-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="card-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23card-pattern)"/></svg>');
  opacity: 0.3;
}

/* Nature Card Background */
.nature-card .card-background {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* City Card Background */
.city-card .card-background {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

/* Adventure Card Background */
.adventure-card .card-background {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

/* Card Content */
.card-content {
  position: relative;
  z-index: 2;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.promotion-tag {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 0.8rem 1.6rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.tag-icon {
  font-size: 1.6rem;
}

.tag-text {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-icon {
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.promotion-card:hover .card-icon {
  transform: rotate(5deg) scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}

/* Card Body */
.card-body {
  flex: 1;
  margin-bottom: 2.5rem;
}

.card-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Volkhov", serif;
  line-height: 1.3;
}

.card-description {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.card-features {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(5px);
}

.feature-item svg {
  color: #4ade80;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.feature-item span {
  font-size: 1.4rem;
  font-weight: 500;
}

/* Card Footer */
.card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.price-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.price-label {
  font-size: 1.2rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-amount {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Volkhov", serif;
}

.promotion-btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 1.2rem 2.4rem;
  border-radius: 16px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.promotion-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.promotion-btn svg {
  transition: transform 0.3s ease;
}

.promotion-btn:hover svg {
  transform: translateX(4px);
}

/* Promotion CTA */
.promotion-cta {
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 4rem;
  border-radius: 24px;
  color: white;
  box-shadow: 0 15px 50px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.promotion-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-dots)"/></svg>');
  opacity: 0.3;
}

.cta-content {
  position: relative;
  z-index: 2;
  margin-bottom: 2.4rem;
}

.cta-content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-family: "Volkhov", serif;
}

.cta-content p {
  font-size: 1.8rem;
  opacity: 0.9;
  max-width: 55rem;
  margin: 0 auto;
  line-height: 1.6;
}

.cta-button {
  background: white;
  color: var(--black-heading);
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.cta-button svg {
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .promotion-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .promotion-title {
    font-size: 3.8rem;
  }
}

@media (max-width: 768px) {
  .promotion-section {
    padding: 8rem 0;
  }

  .promotion-section .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .promotion-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .promotion-title {
    font-size: 3.2rem;
  }

  .promotion-subtitle {
    font-size: 1.6rem;
  }

  .card-content {
    padding: 2.5rem;
  }

  .card-title {
    font-size: 2.4rem;
  }

  .card-description {
    font-size: 1.5rem;
  }

  .promotion-cta {
    padding: 3rem 2rem;
  }

  .cta-content h3 {
    font-size: 2.6rem;
  }

  .cta-content p {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .promotion-section {
    padding: 6rem 0;
  }

  .promotion-section .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .promotion-title {
    font-size: 2.8rem;
  }

  .promotion-subtitle {
    font-size: 1.4rem;
  }

  .card-content {
    padding: 2rem;
  }

  .card-title {
    font-size: 2.2rem;
  }

  .card-description {
    font-size: 1.4rem;
  }

  .feature-item {
    padding: 0.8rem 1.2rem;
  }

  .feature-item span {
    font-size: 1.3rem;
  }

  .price-amount {
    font-size: 2rem;
  }

  .promotion-btn {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }

  .promotion-cta {
    padding: 2.5rem 1.5rem;
  }

  .cta-content h3 {
    font-size: 2.2rem;
  }

  .cta-content p {
    font-size: 1.4rem;
  }

  .cta-button {
    padding: 1.2rem 2.4rem;
    font-size: 1.4rem;
  }
}

/* High DPI Display Optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .promotion-card {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  }

  .promotion-card:hover {
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
  }

  .feature-item {
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
  }

  .feature-item:hover {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .promotion-card,
  .card-icon,
  .feature-item,
  .promotion-btn,
  .cta-button {
    transition: none;
    animation: none;
  }

  .promotion-card:hover {
    transform: none;
  }

  .promotion-card:hover .card-icon {
    transform: none;
  }

  .feature-item:hover {
    transform: none;
  }

  .promotion-btn:hover {
    transform: none;
  }

  .cta-button:hover {
    transform: none;
  }
}
