.elementor-1945 .elementor-element.elementor-element-1c735d54{--display:flex;--background-transition:0.3s;}.elementor-1945 .elementor-element.elementor-element-f278753{--display:flex;--background-transition:0.3s;}.elementor-1945 .elementor-element.elementor-element-73d3e8a8{--display:flex;--background-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-1c735d54 */<style>
/* Kill auto-inserted anchor/link icons inside this module only */
.call-us-box :is(h1,h2,h3,h4,h5,h6) .anchorjs-link,
.call-us-box :is(h1,h2,h3,h4,h5,h6) .heading-anchor,
.call-us-box :is(h1,h2,h3,h4,h5,h6) .permalink,
.call-us-box :is(h1,h2,h3,h4,h5,h6) .header-anchor,
.call-us-box :is(h1,h2,h3,h4,h5,h6) .hash-link,
.call-us-box :is(h1,h2,h3,h4,h5,h6) .direct-link {
  display: none !important;
}

/* Also neutralize pseudo-elements some themes/plugins use */
.call-us-box :is(h1,h2,h3,h4,h5,h6) a[href^="#"]::before,
.call-us-box :is(h1,h2,h3,h4,h5,h6) a[href^="#"]::after,
.call-us-box :is(h1,h2,h3,h4,h5,h6)::before,
.call-us-box :is(h1,h2,h3,h4,h5,h6)::after {
  content: none !important;
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Remove any padding reserved for that icon */
.call-us-box :is(h1,h2,h3,h4,h5,h6){
  padding-left: 0 !important;
  margin-left: 0 !important;
}
</style>/* End custom CSS */
/* Start custom CSS *//* Module spacing */
.contact-clean {
  padding: 32px 0 80px;
  margin-bottom: 48px;
}

/* Title & intro */
.contact-clean h2 {
  margin: 0 0 .5em;
  text-align: center;
}
.contact-clean .lead {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 36px;
  color: #111;
}

/* Cards layout */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .cards { grid-template-columns: 1fr; } }

/* Card styling */
.card {
  position: relative;
  padding: 28px 26px 24px;
  border-radius: 22px;
  background: linear-gradient(150deg, #2f7e73, #29695f);
  color: #f3fbf8;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  overflow: hidden;
  text-align: center;
}
.card::after {
  content: "";
  position: absolute; inset: -30%;
  background: radial-gradient(60% 60% at 85% 10%, rgba(255,255,255,.09), transparent 60%);
  pointer-events: none;
}

/* Icon container */
.icon-top {
  width: 56px; height: 56px; margin: 0 auto 26px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.25);
}

/* SVG icons: force white strokes */
.icon-top svg {
  width: 30px;
  height: 30px;
  color: #ffffff;  /* drives stroke via currentColor */
  stroke: currentColor;
  fill: none;      /* prevent any unwanted fill */
  opacity: 1;
}

/* Headings */
.card h3 {
  margin: .1em 0 .9em;
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.18;
  font-weight: 600;
  color: #ffffff;
}

/* Prevent unwanted heading anchors */
.contact-clean h3 > a,
.contact-clean h3 .anchorjs-link,
.contact-clean h3 .anchor,
.contact-clean h3 .header-anchor { display: none !important; }
.contact-clean h3::before,
.contact-clean h3::after { content: none !important; }

/* Email below heading */
.email {
  margin: 0 0 1.2em;
  font-weight: 600;
}

/* Body */
.card p {
  margin: 0 0 1em;
  color: rgba(243,251,248,.95);
  line-height: 1.55;
}

/* Links: bold + orange hover */
.card a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color .2s ease;
}
.card a:hover,
.card a:focus {
  color: #ff9559;
}

/* ----------------------- Call Us ----------------------- */
.call-us-box {
  background: none;
  color: inherit;
  padding: 30px 0;
  border-radius: 16px;
  max-width: 100%;
  margin: 0 auto;
}

/* Title & intro */
.call-us-box h2 {
  margin: 0 0 8px;
  text-align: center !important;
}
.call-us-box p {
  margin: 0 auto 20px;
  color: inherit;
  text-align: center !important;
  max-width: 900px; /* keeps the line length readable */
}

/* Remove auto-inserted anchor icons */
.call-us-box h2 > a,
.call-us-box h2 .anchorjs-link,
.call-us-box h2 .anchor,
.call-us-box h2 .header-anchor,
.call-us-box h2 [class*="anchor"] { display:none !important; }
.call-us-box h2::before,
.call-us-box h2::after { content:none !important; }

/* Grid layout */
.call-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Call item */
.call-item {
  border: 1px solid currentColor;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: #fff;
}

/* Flag circle */
.call-flag {
  background: #2F7D6D; /* VisBook teal */
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Text */
.call-text { color: inherit; }
.call-text strong { display:block; font-weight:600; color:inherit; }
.call-text span { opacity:.8; }

/* Responsive */
@media (max-width: 640px){
  .call-grid { grid-template-columns: 1fr; }
}

/* ----------------------- Offices ----------------------- */
:root{
  --vg-green-1: #2a6e61;
  --vg-green-2: #3a846f;
  --card-radius: 18px;
  --shadow: 0 12px 28px rgba(0,0,0,.08);
  --shadow-lift: 0 18px 40px rgba(0,0,0,.14);
  --accent: #F39B5B;
}

.offices-wrap{
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 12px 20px;
}

/* Center heading + description, keep theme typography */
.offices-title{
  margin: 0 0 16px 0;
  text-align: center;
}
.section-description{
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 28px 0;
  text-align: center;
}

/* Grid */
.office-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

/* Card */
.office-card{
  display: flex;
  flex-direction: column;
  border-radius: var(--card-radius);
  overflow: hidden;
  background: #fff;
  height: 100%;
  box-shadow: var(--shadow);
  transition: transform .28s ease, box-shadow .28s ease;
}
.office-card:hover,
.office-card:focus-within{
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}

/* Maps (original rules) */
.office-card .map{
  aspect-ratio: 16 / 10;
  flex-shrink: 0;
  overflow: hidden;
}
.office-card .map-inner{
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform .42s ease;
}
.office-card:hover .map-inner,
.office-card:focus-within .map-inner{
  transform: scale(1.06);
}
.office-card .map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* --- FORCE MAP IFRAME TO SHOW ON LIVE --- */
/* (Overrides come AFTER the original rules) */
.office-card .map{
  position: relative;
  height: 260px;                 /* ensures visible height */
  background: #e9f1ef;
}
@media (min-width: 768px){
  .office-card .map{ height: 300px; }
}
.office-card .map-inner{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none !important;
}
.office-card .map iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  border: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Footer (top-aligned so all cards line up) */
.office-card .info{
  background: linear-gradient(135deg, var(--vg-green-1), var(--vg-green-2));
  color: #fff;
  height: 140px;                 /* equal height across cards */
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.office-card .address{
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  transition: color .28s ease;
}
.office-card .country{
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  transition: color .28s ease;
}

/* Hover color */
.office-card:hover .address,
.office-card:hover .country,
.office-card:focus-within .address,
.office-card:focus-within .country{
  color: var(--accent);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .office-card,
  .office-card .map-inner,
  .office-card .address,
  .office-card .country{
    transition: none !important;
  }
}

/* Responsive */
@media (max-width: 1024px){
  .office-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .office-grid{ grid-template-columns: 1fr; }
  .office-card .info{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.offices-title {
  margin: 0 0 32px 0;  /* extra spacing below heading */
  text-align: center;
}/* End custom CSS */