/* Travel Guilt-Free Mom Elementor Widgets */

/* ========== About Bubble Section ========== */
.audra-section,
.audra-section * {
  box-sizing: border-box;
}

.audra-section {
  background-color: #FAF8F4;
  width: 100%;
  font-family: "Geologica", Sans-serif;
  padding: 40px 20px 50px;
}

.audra-inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.intro-circle-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-circle {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background-color: #CFC4B8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 55px;
}

.intro-name {
  font-family: "Geologica", Sans-serif;
  font-size: 60px;
  color: #2F6F88;
  line-height: 1.1;
  margin-bottom: 16px;
  display: block;
}

.intro-body {
  font-size: 14.5px;
  font-style: italic;
  color: #2F6F88;
  line-height: 1.8;
  margin-bottom: 20px;
}

.read-more {
  font-size: 14px;
  color: #2F6F88;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-style: normal;
}

.read-more:hover {
  color: #2F6F88;
}

.bubbles-wrap {
  flex: 1;
  position: relative;
  height: 680px;
}

.bubble,
.profile-circle {
  position: absolute;
  border-radius: 50%;
}

.bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bubble span {
  font-family: "Geologica", Sans-serif;
  color: #fff;
  line-height: 1.3;
  padding: 6px;
}

.profile-circle {
  overflow: hidden;
}

.profile-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.b-lover { width:155px; height:155px; top:-5px; left:170px; }
.b-lover span { font-size:26px; }
.b-entrepreneur { width:128px; height:128px; top:65px; left:375px; }
.b-entrepreneur span { font-size:17px; }
.profile-circle { width:210px; height:210px; top:0; left:545px; }
.b-designer { width:148px; height:148px; top:215px; left:20px; }
.b-designer span { font-size:24px; }
.b-people { width:172px; height:172px; top:200px; left:245px; }
.b-people span { font-size:20px; }
.b-fashion { width:150px; height:150px; top:248px; left:550px; }
.b-fashion span { font-size:18px; }
.b-africa { width:165px; height:165px; top:438px; left:0; }
.b-africa span { font-size:17px; }
.b-expat { width:125px; height:125px; top:472px; left:215px; }
.b-expat span { font-size:24px; }
.b-traveler { width:175px; height:175px; top:432px; left:375px; }
.b-traveler span { font-size:21px; }

@media (max-width: 960px) {
  .audra-inner {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .intro-circle { width:380px; height:380px; padding:48px 44px; }
  .intro-name { font-size:50px; }
  .intro-body { font-size:13.5px; }

  .bubbles-wrap {
    position: static;
    height: auto;
    width: 100%;
    max-width: 540px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: center;
    justify-items: center;
  }

  .bubble,
  .profile-circle {
    position: static !important;
    top: auto !important;
    left: auto !important;
  }

  .bubble { width:145px !important; height:145px !important; }
  .profile-circle { width:145px !important; height:145px !important; }
  .bubble span { font-size:17px !important; }
  .b-entrepreneur span,
  .b-fashion span,
  .b-africa span { font-size:14px !important; }

  .profile-circle { order:1; }
  .b-lover { order:2; }
  .b-entrepreneur { order:3; }
  .b-designer { order:4; }
  .b-people { order:5; width:158px !important; height:158px !important; }
  .b-fashion { order:6; }
  .b-africa { order:7; }
  .b-expat { order:8; width:115px !important; height:115px !important; }
  .b-traveler { order:9; width:152px !important; height:152px !important; }
}

@media (max-width: 600px) {
  .audra-section { padding:28px 14px 36px; }
  .intro-circle { width:305px; height:305px; padding:36px 34px; }
  .intro-name { font-size:38px; margin-bottom:12px; }
  .intro-body { font-size:11.5px; line-height:1.75; margin-bottom:14px; }
  .read-more { font-size:12px; }
  .bubbles-wrap { max-width:100%; gap:10px; }
  .bubble { width:100px !important; height:100px !important; }
  .profile-circle { width:100px !important; height:100px !important; }
  .bubble span { font-size:12.5px !important; }
  .b-entrepreneur span,
  .b-fashion span,
  .b-africa span { font-size:10.5px !important; }
  .b-people { width:110px !important; height:110px !important; }
  .b-traveler { width:108px !important; height:108px !important; }
  .b-expat { width:84px !important; height:84px !important; }
}

@media (max-width: 390px) {
  .intro-circle { width:270px; height:270px; padding:30px 28px; }
  .intro-name { font-size:32px; }
  .intro-body { font-size:10.5px; }
  .bubbles-wrap { gap:8px; }
  .bubble { width:84px !important; height:84px !important; }
  .profile-circle { width:84px !important; height:84px !important; }
  .bubble span { font-size:11px !important; }
  .b-entrepreneur span,
  .b-fashion span,
  .b-africa span { font-size:9px !important; }
  .b-people { width:92px !important; height:92px !important; }
  .b-traveler { width:90px !important; height:90px !important; }
  .b-expat { width:72px !important; height:72px !important; }
}

/* ========== Moving Gallery Section ========== */
.ns-moving-gallery,
.ns-moving-gallery * {
  box-sizing: border-box;
}

.ns-moving-gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 70px 0;
  overflow: hidden;
  background: #f8fafc;
  font-family: "Geologica", Sans-serif;
}

.ns-gallery-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
  padding: 0 20px;
}

.ns-gallery-head span {
  color: #8BBFD1;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Geologica", Sans-serif;
}

.ns-gallery-head h2 {
  margin: 10px 0 0;
  color: #2F6F88;
  font-size: 42px;
  font-weight: 800;
  font-family: "Geologica", Sans-serif;
}

.ns-gallery-head p {
  color: #8BBFD1;
  font-size: 16px;
  margin: 12px 0 0;
  font-family: "Geologica", Sans-serif;
}

.ns-marquee-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 38px;
}

.ns-marquee-row:last-child {
  margin-bottom: 0;
}

.ns-marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
}

.ns-marquee-track img {
  width: calc((100vw - 90px) / 4);
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  flex: 0 0 auto;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.ns-marquee-track img:hover {
  transform: scale(1.035);
  filter: brightness(0.88);
}

.ns-move-left .ns-marquee-track {
  animation: nsMoveLeft 28s linear infinite;
}

.ns-move-right .ns-marquee-track {
  animation: nsMoveRight 28s linear infinite;
}

.ns-marquee-row:hover .ns-marquee-track {
  animation-play-state: paused;
}

@keyframes nsMoveLeft {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

@keyframes nsMoveRight {
  from { transform: translateX(calc(-50% - 9px)); }
  to { transform: translateX(0); }
}

.ns-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.ns-lightbox.active {
  display: flex;
}

.ns-lightbox img {
  max-width: 95%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 18px;
}

.ns-close {
  position: absolute;
  top: 22px;
  right: 34px;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  font-family: "Geologica", Sans-serif;
}

@media (max-width: 560px) {
  .ns-marquee-row { margin-bottom: 28px; }
  .ns-marquee-track { gap: 14px; }
  .ns-marquee-track img {
    width: 82vw;
    height: 240px;
    border-radius: 16px;
  }
  .ns-gallery-head h2 { font-size: 28px; }
}

/* ========== Newsletter CTA Section ========== */
.travel-newsletter-section,
.travel-newsletter-section * {
  box-sizing: border-box;
}

.travel-newsletter-section {
  width: 100%;
  background: #EDE6DD;
  padding: 14px 20px;
  overflow: hidden;
  font-family: "Geologica", Sans-serif;
}

.travel-newsletter-border {
  width: 100%;
  padding: 14px;
  background: repeating-linear-gradient(
    45deg,
    #2F6F88 0 12px,
    transparent 12px 22px,
    #8BBFD1 22px 34px,
    transparent 34px 44px
  );
}

.travel-newsletter-gap {
  width: 100%;
  background: #FAF8F4;
  padding: 14px;
}

.travel-newsletter-inner {
  width: 100%;
  background: #FAF8F4;
  padding: 38px 70px 36px;
  text-align: center;
  overflow: hidden;
  border: 2px solid rgba(47, 111, 136, 0.08);
}

.travel-newsletter-inner h2 {
  margin: 0 0 22px;
  color: #2F6F88;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  font-weight: 700;
  font-style: italic;
  font-family: "Geologica", Sans-serif;
}

.travel-newsletter-form,
.travel-newsletter-shortcode-form form,
.travel-newsletter-shortcode-form .wpcf7-form p {
  width: 100%;
  max-width: 995px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 186px;
  gap: 20px;
  align-items: center;
}

.travel-newsletter-form input,
.travel-newsletter-form button,
.travel-newsletter-shortcode-form input[type="text"],
.travel-newsletter-shortcode-form input[type="email"],
.travel-newsletter-shortcode-form input[type="submit"] {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 56px;
  border: none;
  outline: none;
  font-family: "Geologica", Sans-serif;
}

.travel-newsletter-form input,
.travel-newsletter-shortcode-form input[type="text"],
.travel-newsletter-shortcode-form input[type="email"] {
  background: #ffffff;
  padding: 0 24px;
  color: #2F6F88;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  border: 2px solid rgba(47, 111, 136, 0.08);
}

.travel-newsletter-form input::placeholder,
.travel-newsletter-shortcode-form input::placeholder {
  color: #2F6F88;
  opacity: 1;
  font-family: "Geologica", Sans-serif;
}

.travel-newsletter-form button,
.travel-newsletter-shortcode-form input[type="submit"] {
  background: #2F6F88;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  font-family: "Geologica", Sans-serif;
  cursor: pointer;
  transition: background 0.3s ease;
}

.travel-newsletter-form button:hover,
.travel-newsletter-shortcode-form input[type="submit"]:hover {
  background: #8BBFD1;
}

@media (max-width: 1024px) {
  .travel-newsletter-inner { padding: 38px 34px 36px; }
  .travel-newsletter-form,
  .travel-newsletter-shortcode-form form,
  .travel-newsletter-shortcode-form .wpcf7-form p {
    grid-template-columns: 1fr 1fr;
  }
  .travel-newsletter-form button,
  .travel-newsletter-shortcode-form input[type="submit"] {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .travel-newsletter-section { padding: 12px; }
  .travel-newsletter-border { padding: 12px; }
  .travel-newsletter-gap { padding: 12px; }
  .travel-newsletter-inner { padding: 34px 16px; }
  .travel-newsletter-form,
  .travel-newsletter-shortcode-form form,
  .travel-newsletter-shortcode-form .wpcf7-form p {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .travel-newsletter-form input,
  .travel-newsletter-form button,
  .travel-newsletter-shortcode-form input[type="text"],
  .travel-newsletter-shortcode-form input[type="email"],
  .travel-newsletter-shortcode-form input[type="submit"] {
    height: 55px;
  }
  .travel-newsletter-form button,
  .travel-newsletter-shortcode-form input[type="submit"] {
    font-size: 19px;
  }
}

@media (max-width: 390px) {
  .travel-newsletter-section { padding: 8px; }
  .travel-newsletter-border,
  .travel-newsletter-gap { padding: 8px; }
  .travel-newsletter-inner { padding: 28px 12px; }
  .travel-newsletter-form input,
  .travel-newsletter-shortcode-form input[type="text"],
  .travel-newsletter-shortcode-form input[type="email"] {
    padding: 0 16px;
  }
}

/* ========== Testimonials Section ========== */
.tg-testimonial-section,
.tg-testimonial-section * {
  box-sizing: border-box;
}

.tg-testimonial-section {
  width: 100%;
  background: #ffffff;
  padding: 48px 70px 50px;
  overflow: hidden;
  font-family: "Geologica", Sans-serif;
}

.tg-title {
  margin: 0 0 60px;
  text-align: center;
  color: #003f5c;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Geologica", Sans-serif;
}

.tg-wrapper {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 513px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.tg-image-box {
  width: 100%;
  height: 431px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.tg-image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.tg-tablet-mobile-img {
  display: none !important;
}

.tg-card {
  width: 100%;
  min-height: 431px;
  border-radius: 8px;
  background: #FAF8F4;
  color: #ffffff;
  padding: 48px 50px 70px;
  position: relative;
  overflow: hidden;
}

.tg-quote {
  font-size: 82px;
  line-height: 0.75;
  font-family: "Geologica", Sans-serif;
  font-weight: 700;
  margin: 0 0 42px;
  color: #2F6F88;
}

.tg-slider-area {
  width: 100%;
}

.tg-slide {
  display: none;
  animation: tgFade 0.55s ease;
}

.tg-slide.active {
  display: block;
}

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

.tg-text {
  margin: 0 auto;
  color: #000000;
  font-size: 29px;
  line-height: 1.16;
  font-weight: 700;
  font-style: italic;
  font-family: "Geologica", Sans-serif;
  max-width: 650px;
}

.tg-author {
  margin-top: 70px;
  text-align: center;
  font-family: "Geologica", Sans-serif;
}

.tg-author strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #2F6F88;
  font-family: "Geologica", Sans-serif;
}

.tg-author span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #8BBFD1;
  font-family: "Geologica", Sans-serif;
}

.tg-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.tg-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #2F6F88;
  opacity: 0.35;
  cursor: pointer;
}

.tg-dots button.active {
  background: #2F6F88;
  opacity: 1;
}

@media (max-width: 1200px) {
  .tg-testimonial-section {
    padding-left: 35px;
    padding-right: 35px;
  }
  .tg-wrapper { grid-template-columns: 42% minmax(0, 1fr); }
  .tg-card { padding: 44px 38px 70px; }
  .tg-text { font-size: 25px; }
  .tg-author { margin-top: 55px; }
}

@media (max-width: 900px) {
  .tg-desktop-img { display: none !important; }
  .tg-tablet-mobile-img { display: block !important; }
  .tg-testimonial-section { padding: 45px 24px; }
  .tg-title { font-size: 40px; margin-bottom: 40px; }
  .tg-wrapper { grid-template-columns: 1fr; gap: 18px; }
  .tg-image-box { height: 430px; }
  .tg-card { min-height: auto; padding: 42px 34px 78px; }
  .tg-quote { font-size: 76px; margin-bottom: 34px; }
  .tg-text { font-size: 25px; line-height: 1.22; max-width: 100%; }
  .tg-author { margin-top: 42px; }
}

@media (max-width: 600px) {
  .tg-testimonial-section { padding: 38px 16px; }
  .tg-title { font-size: 34px; margin-bottom: 32px; }
  .tg-image-box { height: 330px; }
  .tg-card { padding: 34px 22px 72px; border-radius: 8px; }
  .tg-quote { font-size: 68px; margin-bottom: 26px; }
  .tg-text { font-size: 22px; line-height: 1.25; }
  .tg-author { margin-top: 34px; }
}

@media (max-width: 390px) {
  .tg-testimonial-section { padding: 34px 12px; }
  .tg-title { font-size: 30px; }
  .tg-image-box { height: 285px; }
  .tg-card { padding: 30px 18px 68px; }
  .tg-text { font-size: 20px; }
}
