/*
    Theme Name: Trouvaille Nail
    Theme URL: https://trouvaillebeautybar.com/
    Description: Divi Child
    Theme Author: Linh Duong
    Author URL: https://linhpd.me/
    Template: Divi
    Version: 1.0.0
    Text Domain: divi-child
    */

/* ===============================
   TROUVAILLE HERO — SOFT LUXURY
   =============================== */

.trv-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(234,199,199,0.35) 0%, rgba(234,199,199,0.12) 28%, transparent 55%),
    linear-gradient(90deg, #F7F7F5 0%, #F7F7F5 48%, #F3EAE6 48%, #F3EAE6 100%);
  padding: 110px 0 100px;
}

/* subtle bottom divider so hero separates from next section */
.trv-hero::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 0;
  height: 1px;
  background: rgba(217, 166, 166, 0.45);
}

/* decorative blush circle behind image */
.trv-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(234, 199, 199, 0.28);
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.trv-hero .et_pb_row {
  position: relative;
  z-index: 2;
  width: 84% !important;
  max-width: 1320px !important;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* LEFT CONTENT PANEL */
.trv-hero .et_pb_column:first-child {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(217, 212, 207, 0.65);
  padding: 60px 56px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.05);
}

/* small label */
.trv-section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #D9A6A6;
  margin-bottom: 22px;
}

/* hero heading */
.trv-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -1.2px;
  color: #111111;
  margin-bottom: 26px;
}

/* body */
.trv-hero p {
  font-family: 'Montserrat', sans-serif;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.75;
  color: #222222;
  margin-bottom: 32px;
}

/* IMAGE */
.trv-hero-img {
  position: relative;
}

.trv-hero-img img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
  border-radius: 180px 180px 0 0;
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.16);
}

/* Button */
.trv-btn-primary.et_pb_button,
.trv-btn-primary {
  background-color: #EAC7C7 !important;
  color: #111111 !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 15px 36px !important;
  box-shadow: 0 14px 30px rgba(217,166,166,0.35);
}

.trv-btn-primary:hover {
  background-color: #D9A6A6 !important;
  color: #111111 !important;
  transform: translateY(-2px);
}

.trv-hero-text {
  opacity: 0;
  transform: translateX(-60px) translateY(10px);
  animation: trvSlideInLeftSoft 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.trv-hero-img-wrap {
  opacity: 0;
  transform: translateX(60px) translateY(10px);
  animation: trvSlideInRightSoft 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

@keyframes trvSlideInLeftSoft {
  from {
    opacity: 0;
    transform: translateX(-60px) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes trvSlideInRightSoft {
  from {
    opacity: 0;
    transform: translateX(60px) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

/* Footer text */
.footer-text,
.footer-text p,
.footer-text a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #ffffff;
  text-decoration: none;
}

.footer-text a:hover {
  color: #D9A6A6;
}

/* Footer map */
.footer-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* Copyright */
.footer-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.footer-social-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
}

.footer-social-buttons p {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-social-btn {
  width: 48px;
  height: 48px;
  background-color: #2A2A2A;
  border: 1px solid #444444;
  color: #ffffff !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  text-decoration: none !important;
  font-size: 18px;
  line-height: 1;
  transition: all 0.25s ease;
}

.footer-social-btn i {
  color: inherit !important;
  font-size: 18px;
  line-height: 1;
}

.footer-social-btn:hover {
  background-color: #EAC7C7;
  border-color: #EAC7C7;
  color: #111111 !important;
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .trv-hero {
    background:
      radial-gradient(circle at 50% 72%, rgba(234,199,199,0.32) 0%, rgba(234,199,199,0.12) 34%, transparent 65%),
      #F7F7F5;
    padding: 60px 0 55px;
  }

  .trv-hero::before {
    width: 360px;
    height: 360px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 70px;
    transform: translateX(-50%);
  }

  .trv-hero .et_pb_row {
    width: 90% !important;
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .trv-hero .et_pb_column:first-child {
    padding: 36px 24px;
    text-align: center;
  }

  .trv-section-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
  }

  .trv-hero h1 {
    font-size: 40px;
    line-height: 1.08;
    text-align: center;
  }

  .trv-hero p {
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .trv-hero .et_pb_button_module_wrapper {
    text-align: center;
  }

  .trv-hero-img img {
    height: 420px;
    border-radius: 120px 120px 0 0;
  }
}

/* ===============================
   HERO MOBILE FIX — CONNECT TEXT + IMAGE
   =============================== */

@media (max-width: 767px) {

  .trv-hero .et_pb_column:first-child {
    border: none;
  }
  .trv-hero {
    background:
      linear-gradient(180deg, #F7F7F5 0%, #F7F7F5 55%, #F3EAE6 55%, #F3EAE6 100%);
    padding: 36px 0 0;
    overflow: hidden;
  }

  .trv-hero .et_pb_row {
    width: 92% !important;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }

  /* Text box */
  .trv-hero .et_pb_column:first-child {
    background: rgba(255, 253, 249, 0.92);
    border: 1px solid rgba(217, 212, 207, 0.7);
    padding: 38px 24px 34px !important;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: -34px !important;
    box-shadow: 0 18px 50px rgba(17, 17, 17, 0.06);
  }

  .trv-section-label {
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    text-align: center;
  }

  .trv-hero h1 {
    font-size: 36px;
    line-height: 1.08;
    margin-bottom: 22px;
    text-align: center;
  }

  .trv-hero p {
    font-size: 15px;
    line-height: 1.75;
    max-width: 330px;
    margin: 0 auto 28px;
    text-align: center;
  }

  .trv-hero .et_pb_button_module_wrapper {
    text-align: center;
  }

  .trv-btn-primary.et_pb_button,
  .trv-btn-primary {
    width: auto;
    min-width: 250px;
    padding: 15px 28px !important;
  }

  /* Image connects under the text box */
  .trv-hero .et_pb_column:last-child {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
  }

  .trv-hero-img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
    border-radius: 80px 80px 0 0;
    box-shadow: 0 20px 55px rgba(17, 17, 17, 0.12);
  }
}

/* ===============================
   TROUVAILLE MOBILE MENU FIX
   =============================== */

@media (max-width: 980px) {

  /* Header area */
  .trv-header {
    background-color: #F7F7F5 !important;
    padding: 34px 0 22px !important;
    border-bottom: 1px solid rgba(217, 212, 207, 0.7);
  }

  /* Mobile logo spacing */
  .trv-logo-text,
  .mobile-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 34px !important;
    line-height: 1 !important;
    color: #111111 !important;
    text-align: center;
  }

  .trv-logo-subtitle,
  .mobile-logo-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px !important;
    letter-spacing: 5px !important;
    color: #111111 !important;
    text-align: center;
    margin-top: 8px;
  }
	

	@media (max-width: 980px) {
  .trv-about-story {
    min-height: auto;
    padding: 80px 0;
    background-position: center left !important;
  }

  .trv-about-story::before {
    background: rgba(17,17,17,0.78);
  }

  .trv-about-story .et_pb_row {
    width: 90% !important;
    justify-content: center;
  }

  .trv-about-story-card {
    max-width: 100%;
    padding: 44px 32px;
    margin: 0 auto;
  }

  .trv-about-story-card h2 {
    font-size: 40px;
  }
}

  /* Menu module wrapper */
  .trv-mobile-menu {
    width: 86% !important;
    max-width: 420px;
    margin: 30px auto 0 !important;
    background-color: #FFFDF9;
    border: 1px solid rgba(217, 212, 207, 0.85);
    box-shadow: 0 14px 35px rgba(17, 17, 17, 0.06);
  }

  /* Hamburger bar area */
  .trv-mobile-menu .et_mobile_nav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trv-mobile-menu .mobile_menu_bar {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }

  .trv-mobile-menu .mobile_menu_bar:before {
    color: #111111 !important;
    font-size: 34px !important;
  }

  /* Dropdown menu box */
  .trv-mobile-menu .et_mobile_menu {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;

    background-color: #FFFDF9 !important;
    border-top: 2px solid #EAC7C7 !important;
    box-shadow: none !important;

    padding: 14px 24px 20px !important;
    margin-top: 0 !important;
  }

  /* Remove ugly default spacing */
  .trv-mobile-menu .et_mobile_menu ul,
  .trv-mobile-menu .et_mobile_menu li {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Menu links */
  .trv-mobile-menu .et_mobile_menu li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    color: #333333 !important;
    text-align: center !important;

    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(217, 212, 207, 0.45) !important;
  }

  .trv-mobile-menu .et_mobile_menu li:last-child a {
    border-bottom: none !important;
  }

  .trv-mobile-menu .et_mobile_menu li a:hover {
    background-color: transparent !important;
    color: #D9A6A6 !important;
  }
}

/* ===============================
   COMPACT MOBILE HEADER
   =============================== */

@media (max-width: 980px) {

  /* Whole header section */
  .trv-header {
    padding: 22px 0 14px !important;
  }

  /* Logo area */
  .trv-logo-text,
  .mobile-logo-text {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .trv-logo-subtitle,
  .mobile-logo-subtitle {
    font-size: 8px !important;
    letter-spacing: 4px !important;
    margin-top: 6px !important;
  }

  /* Reduce spacing around the logo row */
  .trv-header .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Menu card */
  .trv-mobile-menu {
    width: 78% !important;
    max-width: 360px !important;
    margin: 22px auto 0 !important;
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.05);
  }

  /* Hamburger area */
  .trv-mobile-menu .mobile_menu_bar {
    padding: 8px 0 !important;
  }

  .trv-mobile-menu .mobile_menu_bar:before {
    font-size: 28px !important;
  }

  /* Dropdown */
  .trv-mobile-menu .et_mobile_menu {
    padding: 8px 22px 14px !important;
  }

  /* Pink divider line */
  .trv-mobile-menu .et_mobile_menu::before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background-color: #EAC7C7;
    margin: 0 auto 14px;
  }

  /* Menu links */
  .trv-mobile-menu .et_mobile_menu li a {
    font-size: 14px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(217, 212, 207, 0.45) !important;
  }
}

/* ===============================
   TROUVAILLE HERO — SOFT LUXURY
   =============================== */

.trv-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(234,199,199,0.35) 0%, rgba(234,199,199,0.12) 28%, transparent 55%),
    linear-gradient(90deg, #F7F7F5 0%, #F7F7F5 48%, #F3EAE6 48%, #F3EAE6 100%);
  padding: 110px 0 100px;
}

/* subtle bottom divider so hero separates from next section */
.trv-hero::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 0;
  height: 1px;
  background: rgba(217, 166, 166, 0.45);
}

/* decorative blush circle behind image */
.trv-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(234, 199, 199, 0.28);
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.trv-hero .et_pb_row {
  position: relative;
  z-index: 2;
  width: 84% !important;
  max-width: 1320px !important;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* LEFT CONTENT PANEL */
.trv-hero .et_pb_column:first-child {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(217, 212, 207, 0.65);
  padding: 60px 56px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.05);
}

/* small label */
.trv-section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #D9A6A6;
  margin-bottom: 22px;
}

/* hero heading */
.trv-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -1.2px;
  color: #111111;
  margin-bottom: 26px;
}

/* body */
.trv-hero p {
  font-family: 'Montserrat', sans-serif;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.75;
  color: #222222;
  margin-bottom: 32px;
}

/* IMAGE */
.trv-hero-img {
  position: relative;
}

.trv-hero-img img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
  border-radius: 180px 180px 0 0;
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.16);
}

/* Button */
.trv-btn-primary.et_pb_button,
.trv-btn-primary {
  background-color: #EAC7C7 !important;
  color: #111111 !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 15px 36px !important;
  box-shadow: 0 14px 30px rgba(217,166,166,0.35);
}

.trv-btn-primary:hover {
  background-color: #D9A6A6 !important;
  color: #111111 !important;
  transform: translateY(-2px);
}

.trv-hero-text {
  opacity: 0;
  transform: translateX(-60px) translateY(10px);
  animation: trvSlideInLeftSoft 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.trv-hero-img-wrap {
  opacity: 0;
  transform: translateX(60px) translateY(10px);
  animation: trvSlideInRightSoft 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

@keyframes trvSlideInLeftSoft {
  from {
    opacity: 0;
    transform: translateX(-60px) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes trvSlideInRightSoft {
  from {
    opacity: 0;
    transform: translateX(60px) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

/* Footer text */
.footer-text,
.footer-text p,
.footer-text a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #ffffff;
  text-decoration: none;
}

.footer-text a:hover {
  color: #D9A6A6;
}

/* Footer map */
.footer-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* Copyright */
.footer-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.footer-social-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
}

.footer-social-buttons p {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-social-btn {
  width: 48px;
  height: 48px;
  background-color: #2A2A2A;
  border: 1px solid #444444;
  color: #ffffff !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  text-decoration: none !important;
  font-size: 18px;
  line-height: 1;
  transition: all 0.25s ease;
}

.footer-social-btn i {
  color: inherit !important;
  font-size: 18px;
  line-height: 1;
}

.footer-social-btn:hover {
  background-color: #EAC7C7;
  border-color: #EAC7C7;
  color: #111111 !important;
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .trv-hero {
    background:
      radial-gradient(circle at 50% 72%, rgba(234,199,199,0.32) 0%, rgba(234,199,199,0.12) 34%, transparent 65%),
      #F7F7F5;
    padding: 60px 0 55px;
  }

  .trv-hero::before {
    width: 360px;
    height: 360px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 70px;
    transform: translateX(-50%);
  }

  .trv-hero .et_pb_row {
    width: 90% !important;
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .trv-hero .et_pb_column:first-child {
    padding: 36px 24px;
    text-align: center;
  }

  .trv-section-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
  }

  .trv-hero h1 {
    font-size: 40px;
    line-height: 1.08;
    text-align: center;
  }

  .trv-hero p {
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .trv-hero .et_pb_button_module_wrapper {
    text-align: center;
  }

  .trv-hero-img img {
    height: 420px;
    border-radius: 120px 120px 0 0;
  }
}

/* ===============================
   HERO MOBILE FIX — CONNECT TEXT + IMAGE
   =============================== */

@media (max-width: 767px) {

  .trv-hero .et_pb_column:first-child {
    border: none;
  }
  .trv-hero {
    background:
      linear-gradient(180deg, #F7F7F5 0%, #F7F7F5 55%, #F3EAE6 55%, #F3EAE6 100%);
    padding: 36px 0 0;
    overflow: hidden;
  }

  .trv-hero .et_pb_row {
    width: 92% !important;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }

  /* Text box */
  .trv-hero .et_pb_column:first-child {
    background: rgba(255, 253, 249, 0.92);
    border: 1px solid rgba(217, 212, 207, 0.7);
    padding: 38px 24px 34px !important;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: -34px !important;
    box-shadow: 0 18px 50px rgba(17, 17, 17, 0.06);
  }

  .trv-section-label {
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    text-align: center;
  }

  .trv-hero h1 {
    font-size: 36px;
    line-height: 1.08;
    margin-bottom: 22px;
    text-align: center;
  }

  .trv-hero p {
    font-size: 15px;
    line-height: 1.75;
    max-width: 330px;
    margin: 0 auto 28px;
    text-align: center;
  }

  .trv-hero .et_pb_button_module_wrapper {
    text-align: center;
  }

  .trv-btn-primary.et_pb_button,
  .trv-btn-primary {
    width: auto;
    min-width: 250px;
    padding: 15px 28px !important;
  }

  /* Image connects under the text box */
  .trv-hero .et_pb_column:last-child {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
  }

  .trv-hero-img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
    border-radius: 80px 80px 0 0;
    box-shadow: 0 20px 55px rgba(17, 17, 17, 0.12);
  }
}

/* ===============================
   TROUVAILLE MOBILE MENU FIX
   =============================== */

@media (max-width: 980px) {

  /* Header area */
  .trv-header {
    background-color: #F7F7F5 !important;
    padding: 34px 0 22px !important;
    border-bottom: 1px solid rgba(217, 212, 207, 0.7);
  }

  /* Mobile logo spacing */
  .trv-logo-text,
  .mobile-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 34px !important;
    line-height: 1 !important;
    color: #111111 !important;
    text-align: center;
  }

  .trv-logo-subtitle,
  .mobile-logo-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px !important;
    letter-spacing: 5px !important;
    color: #111111 !important;
    text-align: center;
    margin-top: 8px;
  }
	
  /* Menu module wrapper */
  .trv-mobile-menu {
    width: 86% !important;
    max-width: 420px;
    margin: 30px auto 0 !important;
    background-color: #FFFDF9;
    border: 1px solid rgba(217, 212, 207, 0.85);
    box-shadow: 0 14px 35px rgba(17, 17, 17, 0.06);
  }

  /* Hamburger bar area */
  .trv-mobile-menu .et_mobile_nav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trv-mobile-menu .mobile_menu_bar {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }

  .trv-mobile-menu .mobile_menu_bar:before {
    color: #111111 !important;
    font-size: 34px !important;
  }

  /* Dropdown menu box */
  .trv-mobile-menu .et_mobile_menu {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;

    background-color: #FFFDF9 !important;
    border-top: 2px solid #EAC7C7 !important;
    box-shadow: none !important;

    padding: 14px 24px 20px !important;
    margin-top: 0 !important;
  }

  /* Remove ugly default spacing */
  .trv-mobile-menu .et_mobile_menu ul,
  .trv-mobile-menu .et_mobile_menu li {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Menu links */
  .trv-mobile-menu .et_mobile_menu li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    color: #333333 !important;
    text-align: center !important;

    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(217, 212, 207, 0.45) !important;
  }

  .trv-mobile-menu .et_mobile_menu li:last-child a {
    border-bottom: none !important;
  }

  .trv-mobile-menu .et_mobile_menu li a:hover {
    background-color: transparent !important;
    color: #D9A6A6 !important;
  }
}

/* ===============================
   COMPACT MOBILE HEADER
   =============================== */

@media (max-width: 980px) {

  /* Whole header section */
  .trv-header {
    padding: 22px 0 14px !important;
  }

  /* Logo area */
  .trv-logo-text,
  .mobile-logo-text {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .trv-logo-subtitle,
  .mobile-logo-subtitle {
    font-size: 8px !important;
    letter-spacing: 4px !important;
    margin-top: 6px !important;
  }

  /* Reduce spacing around the logo row */
  .trv-header .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Menu card */
  .trv-mobile-menu {
    width: 78% !important;
    max-width: 360px !important;
    margin: 22px auto 0 !important;
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.05);
  }

  /* Hamburger area */
  .trv-mobile-menu .mobile_menu_bar {
    padding: 8px 0 !important;
  }

  .trv-mobile-menu .mobile_menu_bar:before {
    font-size: 28px !important;
  }

  /* Dropdown */
  .trv-mobile-menu .et_mobile_menu {
    padding: 8px 22px 14px !important;
  }

  /* Pink divider line */
  .trv-mobile-menu .et_mobile_menu::before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background-color: #EAC7C7;
    margin: 0 auto 14px;
  }

  /* Menu links */
  .trv-mobile-menu .et_mobile_menu li a {
    font-size: 14px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(217, 212, 207, 0.45) !important;
  }
}



.price-table table {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border: none;
}

.price-table table:not(:last-child) {
    margin-bottom: 40px;
}

.price-table tr:nth-child(2n) {
	background: #F8F8F8;
}

 .price-table table th{
	color:#ff3399;
	font-size:22px;
	text-align:center;
	font-weight:600;
	padding:13px 24px;
	position:relative;
	text-transform: uppercase;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}

.price-table tr th h5{
    padding-bottom: 0px;
}

.price-table tr td{
    border-top:none;
    transition:all .2s;
    padding: 6px 2px;
	color: #000;
}

.price-table tr td:first-child {
    padding: 6px 5px 6px 15px;
	width:80%;
}

 .price-table tr td{
    font-weight:600;
}

/*  .price-table table tr:not(:first-child):hover {
    background-color: #F6F9F9;
    transition:all .2s;
} */

.price-table table tr:not(:first-child):hover td {
	color: #ff3399;
}

#footer-info {
    float: none;
    text-align: center;
}



