/* Start custom CSS for html, class: .elementor-element-44c5dce *//* =========================================
   PRICING + TERMS PAGE
   BRAND COLORS

   Burgundy  : #800020
   Cream     : #F3E6D5
   Off White : #FFF9F2
   Rose      : #D45060
========================================= */

.terms-page {
  background: #FFF9F2;
  color: #800020;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.terms-page *,
.terms-page *::before,
.terms-page *::after {
  box-sizing: border-box;
}

.terms-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.terms-hero {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 25%,
      #D4506040 0%,
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 75%,
      #80002025 0%,
      transparent 28%
    ),
    #F3E6D5;
}

.terms-hero::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid #D45060;
  border-radius: 50%;
  left: -80px;
  top: 90px;
  opacity: .55;
  animation: termsFloat 7s ease-in-out infinite;
}

.terms-hero::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid #800020;
  border-radius: 50%;
  right: -45px;
  bottom: 70px;
  opacity: .45;
  animation: termsFloat 6s ease-in-out infinite reverse;
}

.terms-hero .terms-container {
  position: relative;
  z-index: 2;
}

.terms-eyebrow {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #D45060;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #800020;
  margin-bottom: 25px;
  background: #FFF9F2;
}

.terms-hero h1 {
  font-size: clamp(45px, 7vw, 82px);
  line-height: .98;
  letter-spacing: -4px;
  margin: 0 auto 22px;
  max-width: 950px;
  color: #800020;
  font-weight: 900;
  animation: termsReveal 1s ease;
}

.terms-hero h2 {
  font-size: 20px;
  color: #D45060;
  margin: 0 auto 22px;
  font-weight: 700;
}

.terms-hero p {
  max-width: 760px;
  margin: auto;
  font-size: 17px;
  line-height: 1.8;
  color: #800020;
  animation: termsReveal 1.2s ease;
}


/* =========================================
   TITLES
========================================= */

.terms-title {
  max-width: 800px;
  margin-bottom: 50px;
}

.terms-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.terms-title span {
  display: block;
  color: #D45060;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.terms-title h2 {
  font-size: clamp(35px, 5vw, 58px);
  line-height: 1.05;
  margin: 0;
  color: #800020;
  letter-spacing: -2px;
  font-weight: 900;
}

.terms-title p {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 20px;
  color: #800020;
}


/* =========================================
   INTRO
========================================= */

.terms-intro {
  padding: 110px 0;
  background: #FFF9F2;
}

.terms-intro > .terms-container > p {
  max-width: 850px;
  font-size: 17px;
  line-height: 1.9;
  margin: 15px 0;
  color: #800020;
}


/* =========================================
   PRICE SECTION
========================================= */

.price-section {
  padding: 120px 0;
  background: #800020;
}

.price-section .terms-title span {
  color: #D45060;
}

.price-section .terms-title h2 {
  color: #FFF9F2;
}

.price-section .terms-title p {
  color: #F3E6D5;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.price-box {
  background: #FFF9F2;
  border: 1px solid #D45060;
  border-radius: 25px;
  padding: 32px 27px;
  position: relative;
  overflow: hidden;
  transition: .4s ease;
}

.price-box::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #F3E6D5;
  top: -60px;
  right: -60px;
  transition: .5s ease;
}

.price-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px #00000030;
}

.price-box:hover::before {
  transform: scale(2.1);
}

.price-box.featured {
  border: 2px solid #D45060;
  background: #F3E6D5;
}

.price-number {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 38px;
  font-weight: 900;
  color: #D45060;
  margin-bottom: 22px;
}

.price-category {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #D45060;
  margin-bottom: 10px;
}

.price-box h3 {
  position: relative;
  z-index: 2;
  min-height: 60px;
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 1.25;
  color: #800020;
}

.price-box p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.75;
  min-height: 100px;
  margin: 0;
  color: #800020;
}

.price-value {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #D45060;
}

.price-value small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #800020;
}

.price-value strong {
  display: block;
  font-size: 20px;
  color: #D45060;
}


/* =========================================
   CONDITIONS
========================================= */

.conditions-section {
  padding: 120px 0;
  background: #F3E6D5;
}

.conditions-card {
  background: #FFF9F2;
  border: 1px solid #D45060;
  border-radius: 30px;
  padding: 20px 45px;
  box-shadow: 0 20px 50px #80002018;
}

.condition-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 25px;
  padding: 30px 0;
  border-bottom: 1px solid #D4506040;
}

.condition-item:last-child {
  border-bottom: none;
}

.condition-item > span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #800020;
  color: #FFF9F2;
  border-radius: 50%;
  font-weight: 900;
}

.condition-item h3 {
  margin: 0 0 10px;
  font-size: 21px;
  color: #800020;
}

.condition-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #800020;
}


/* =========================================
   BOOKING / ENQUIRY
========================================= */

.booking-section {
  padding: 120px 0;
  background: #FFF9F2;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.booking-step {
  padding: 35px 25px;
  border: 1px solid #D45060;
  border-radius: 23px;
  background: #FFF9F2;
  transition: .35s ease;
}

.booking-step:hover {
  background: #F3E6D5;
  transform: translateY(-8px);
  box-shadow: 0 18px 35px #80002018;
}

.booking-step b {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #800020;
  color: #FFF9F2;
  margin-bottom: 20px;
}

.booking-step h3 {
  margin: 0 0 12px;
  font-size: 21px;
  color: #800020;
}

.booking-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #800020;
}


/* =========================================
   CTA
========================================= */

.terms-cta {
  padding: 120px 0;
  background: #800020;
  text-align: center;
}

.cta-inner {
  max-width: 850px;
  margin: auto;
}

.cta-inner > span {
  color: #D45060;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 3px;
}

.cta-inner h2 {
  color: #FFF9F2;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.1;
  margin: 18px 0;
}

.cta-inner p {
  color: #F3E6D5;
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.8;
}

.terms-cta-btn {
  display: inline-block;
  padding: 16px 34px;
  background: #D45060;
  color: #FFF9F2;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 900;
  transition: .35s ease;
}

.terms-cta-btn:hover {
  background: #F3E6D5;
  color: #800020;
  transform: translateY(-5px);
}


/* =========================================
   FLOATING WHATSAPP
========================================= */

.terms-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #800020;
  color: #FFF9F2;
  text-decoration: none;
  font-weight: 900;
  z-index: 9999;
  border: 2px solid #D45060;
  box-shadow: 0 10px 30px #80002045;
  animation: whatsappPulse 2s infinite;
}

.terms-whatsapp:hover {
  background: #D45060;
  color: #FFF9F2;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes termsReveal {

  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

@keyframes termsFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-25px) rotate(10deg);
  }

}

@keyframes whatsappPulse {

  0% {
    box-shadow:
      0 0 0 0 #D4506055,
      0 10px 30px #80002035;
  }

  70% {
    box-shadow:
      0 0 0 15px #D4506000,
      0 10px 30px #80002035;
  }

  100% {
    box-shadow:
      0 0 0 0 #D4506000,
      0 10px 30px #80002035;
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .terms-hero {
    min-height: 520px;
    padding: 80px 20px;
  }

  .terms-hero h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }

  .terms-hero h2 {
    font-size: 17px;
    line-height: 1.4;
  }

  .terms-hero p {
    font-size: 15px;
  }

  .terms-intro,
  .price-section,
  .conditions-section,
  .booking-section,
  .terms-cta {
    padding: 80px 0;
  }

  .price-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .price-box p {
    min-height: auto;
  }

  .price-box h3 {
    min-height: auto;
  }

  .conditions-card {
    padding: 15px 22px;
  }

  .condition-item {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 25px 0;
  }

  .terms-title h2 {
    font-size: 36px;
  }

  .cta-inner h2 {
    font-size: 38px;
  }

  .terms-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .terms-whatsapp {
    width: 55px;
    height: 55px;
    right: 15px;
    bottom: 15px;
  }

}/* End custom CSS */