
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.agm-title-one, .agm-info-one {
  font-family: "Playfair Display", serif;
  font-style: normal;
}

.agm-title-one {
  font-size: 2.3rem !important;
  font-weight: 500;
}

.agm-info-one {
  font-size: 1.1rem !important;
  font-weight: 300;
}
.tour-read {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.row-reverse {
  flex-direction: row-reverse;
}
.row-normal .tour-read {
  justify-content: flex-end;
}

.navbar-brand img {max-height: 70px;}
.mobile-brand img {max-height: 50px;}
.hero .hero-caption {padding-top: 150px !important;}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Remove header-topbar background */
.header-topbar {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.intro_featured {text-align:center; padding:10px 0;}
.hero .hero-subtitle { font-weight: 300; color: #fff;}
.hero .hero-caption {min-height: 100vh; padding-top: 120px;}
.header-navbar .navbar .nav-link {color: #fff;}
.header-navbar .navbar .item-img a {font-weight:500; font-size:15px;}
.header-sticked .header-navbar .navbar .nav-link {color: #2e2e2e;}
.header-sticked .header-navbar .navbar .nav-link.active {color: var(--bs-primary);}
.navbar-brand .logo-sticky {display: none;}
.header-sticked .navbar-brand .logo-default {display: none;}
.header-sticked .navbar-brand .logo-sticky {display: inline-block;}
.base-one-bg {background-color: var(--bs-base-one-bg);}
.base-two-bg {background-color: var(--bs-base-two-bg);}

@media screen and (min-width: 360px) and (max-width: 767px) {
  .hero .hero-caption {padding-top: 300px !important;}
  .intro_featured img {max-width:100%;}
  .header-navbar .navbar .item-img img {margin: 10px 0; width: 100%; object-fit: cover;}
  .row.g-0 { flex-direction: column !important;}
  .tour-read {display: none;}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-caption {padding-top: 300px !important;}
  .intro_featured img {max-width:100%;}
  .header-navbar .navbar .item-img img {margin: 10px 0; width: 100%; object-fit: cover;}
  .tour-content .agm-title-one {font-size: 1.2rem !important;}
  .tour-read {display: none;}
  .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

@media (min-width: 1200px) {
  .header-navbar .navbar .item-img a img {
    width: 150px;
    object-fit: cover;
    display: block;
  }

.header-navbar .navbar .mega-menu.with-thumbs {
    display: flex;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header-navbar .navbar .navbar-nav .nav-link {
    color: var(--bs-dark) !important; }
  .item-img img {max-width: 100%; height: auto;}
}

.active>.page-link, .page-link.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.item-line {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px solid var(--bs-border-color);
}

.price-badge {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(0,0,0,0.05);
  opacity: 0.6;
}

.widget-grid {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .widget-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

/* ── Top-left: CTA panel ── */
.cta-panel {
  background-color:#664c34;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cta-panel h2 {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.cta-panel .subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}

.cta-btn {
  display: inline-block;
  background-color: var(--bs-primary);
  color: #fff;
  border: 2px solid var(--bs-primary);
  padding: 0.85rem 2rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: transparent;
  color: #ffffff;
}

/* ── Image cells ── */
.img-cell {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* ── Bottom-right: Call an Expert ── */
.expert-panel {
  background-color:#e8e6d7;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.expert-panel h3 {
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.expert-panel .expert-subtitle {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(44, 44, 44, 0.55);
  margin-top: 0.15rem;
}

.expert-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  /*width: 100%;*/
}

@media (min-width: 768px) {
  .expert-content {
    flex-direction: row;
    align-items: center;
  }
}

.avatar-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background-color:
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.phone-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
  width: 100%;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color:var(--bs-primary);
  color: #ffffff;
  padding: 0.65rem 1.25rem;
  border-radius: 3px;
  text-decoration: none;
  /*font-size: 0.85rem;*/
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.phone-link:hover {
  opacity: 0.9;
  color: #ffffff;
}

.phone-link .country {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.other-link {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2c2c2c;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.other-link:hover {
  color:#b85c38;
}

@media (max-width: 767.98px) {
  .cta-panel {padding: 2rem 1.5rem;}
  .cta-panel h2 { font-size: 1.75rem;}
  .expert-panel { padding: 1.5rem; }
}

/* EE Styles */
.ee-body-content { margin-top: 20px;}
.ee-body-content p {line-height:28px; margin-bottom: 10px; color:#2e2e2e;}
.ee-body-content img {max-width:100%; height: auto; margin-bottom: 10px;}
.ee-body-content th, .ee-table th {border: 1px solid #91b1c6; color: #3E5260;}
.ee-body-content td, .ee-table td {border-bottom: 1px dotted black !important; font-size: 15px; color: #002F5E; padding:10px !important;}
.ee-body-content ol li {list-style-type: value; list-style-position: inside; margin-left: 20px; margin-bottom:10px; color: var(--dark-gray);}
.ee-body-content ul li {list-style: disc; margin-left: 20px; color: var(--dark-gray);}
.ee-body-content h2 {font-family: 'Outfit', sans-serif !important; font-weight:500; color: var(--dark-gray); font-size: 2rem;}
.ee-body-content h3, h4 {font-family: 'Outfit', sans-serif !important; font-weight:500; color: var(--dark-gray); font-size: 1.6rem;}

.ee-image-caption {margin:5px; font-size:12px; font-style:italic; font-family:Georgia, Times, serif; text-align:center; color:#2e2e2e; float:left;}

.ee-searchlist {width:100%; margin-left:20px;}
.ee-searchlist ol {font-style:italic; font-family:Georgia, Times, serif; font-size:20px; color:#333333;}
.ee-searchlist ol li {}
.ee-searchlist ol li p {padding:8px; font-style:normal; color:#333333; border-left: 1px solid #999;}
.ee-searchlist ol li a {text-decoration:none; font-size:14px;}
.ee-searchlist ol li p em {display:block;}

.ee-attachment li, .ee-post-gallery li {font-size:16px; list-style: none !important; margin-bottom:15px;}
.ee-attachment li img, .ee-post-gallery li img {width:auto; }
.ee-attachment, .ee-post-gallery {padding-left: 0; margin-left: 0; list-style-type: none;}

.ee-table {width: 100%; text-align: left; border-collapse: collapse !important; border: 1px solid #fff; }
.ee-table th {padding: 8px 10px; font-weight: bold; font-size: 14px; color: #fff; background-color: var(--bs-primary); border: 1px solid #fff; }
.ee-table tbody {background-color: #f5f5f5; }
.ee-table td {padding: 10px; color: #669; border-top: 1px dashed #fff; border:none !important;}
.ee-table .odd { background-color: var(--theme-primary-color); }
.ee-table tbody tr:hover td {color: #024457;}

.ee-empty {text-align: center; margin: 0% auto; font-size: 15px;}
.ee-source {padding:0 0 0 20px; color:#000066;}
.errors li, .errors {color: #f00; font-size:14px;}
.yottie-widget-feed-section-search {display: none !important;}
.yottie {font-family: var(--primary-font); }
.overview-content ul li {list-style: disc; margin-bottom: 0px; list-style-position: inside;}
.gtranslate_wrapper .gt_languages a {color: var(--bs-primary); }
.h10 img {max-width:25px;}

.hj_social_bookmarks {display: inline-block !important;}
ul.hj_social_bookmarks {margin-bottom:0;}
ul.hj_social_bookmarks li {display:inline; list-style:inline; font-size:20px; }
ul.hj_social_bookmarks li span { font-size: 16px; color:#2e2e2e !important; background-color:#f6ece6; padding:4px; border-radius:50%;}

.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* Explicitly sets the width-to-height ratio */
}


/* floating whatsapp button container */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  animation: bounce 2s infinite ease-in-out;
  transition: transform 0.2s; /* smooth hover */
}

/* bouncing animation */
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-15px);
  }
}

/* optional hover effect – stops bounce and slightly enlarges */
.whatsapp-float:hover {
  animation: none;
  transform: scale(1.1);
}

/* style the link as a circular green button */
.whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;  /* WhatsApp brand green */
  color: white;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  text-decoration: none;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.whatsapp-link:hover {
  background-color: #20b859;   /* slightly darker green */
  color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* large WhatsApp icon inside */
.whatsapp-link i {
  font-size: 2.5rem;
  line-height: 1;
}

/* small screen adjustment */
@media (max-width: 576px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-link {
    width: 60px;
    height: 60px;
  }
  .whatsapp-link i {
    font-size: 2.5rem;
  }
}