.elementor-65 .elementor-element.elementor-element-cc71f05{--display:flex;}.elementor-65 .elementor-element.elementor-element-60492c2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-926bd35{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d6662cf *//* ── REACH OUT TO US SECTION ── */
.reach-out {
  background: #1E140D; /* Dark luxury brown background */
  background-image: linear-gradient(rgba(30, 20, 13, 0.9), rgba(30, 20, 13, 0.9)), url('https://www.transparenttextures.com/patterns/wood-pattern.png');
  padding: 100px 80px;
  width: 100%;
}

.ro-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header Layout */
.ro-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(250, 248, 244, 0.15);
  padding-bottom: 32px;
}

.ro-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  color: #FAF8F4;
  line-height: 1.1;
  margin-bottom: 8px;
}

.ro-subtitle {
  font-size: 16px;
  color: #CBBCA4;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.ro-header-right {
  text-align: right;
}

.ro-trusted {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FAF8F4;
  margin-bottom: 4px;
}

.ro-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: #E2BB72; /* Gold accent color */
}

/* Main Interactive Card */
.ro-main-card {
  background: #E8DCC8; /* Beige paper-like background matching design */
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0,0,0,0.4);
  animation: fadeUp 1s 0.3s ease both;
}

.ro-card-body {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 1fr;
  min-height: 400px;
}

/* Info Box Left */
.ro-info-box {
  background: #EAE3D5; /* Slightly offset beige */
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
  border-right: 2px solid rgba(0,0,0,0.05);
}

.ro-info-text {
  font-size: 15px;
  color: #3A2C22;
  line-height: 1.7;
}

.ro-info-text strong {
  font-weight: 600;
  color: #1E140D;
}

/* Button & Arrow Wrapper */
.ro-btn-wrapper {
  position: relative;
  margin-top: 16px;
  display: inline-block;
}

.ro-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #1E140D;
  background: transparent;
  color: #1E140D;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.ro-btn:hover {
  background: #1E140D;
  color: #FAF8F4;
}

.ro-arrow-svg {
  position: absolute;
  top: 10px;
  right: -80px;
  width: 90px;
  height: 70px;
  pointer-events: none;
  z-index: 20;
}

/* Map Section */
.ro-map-box {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Image Section */
.ro-image-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.ro-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.8) contrast(1.1);
}

/* Bottom Footer Strip */
.ro-card-footer {
  background: #1E140D;
  color: #FAF8F4;
  text-align: center;
  padding: 16px 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.05em;
  border-top: 2px solid #7A4F28;
}

/* ── RESPONSIVE DESIGN ── */
@media (max-width: 1100px) {
  .reach-out { padding: 80px 48px; }
  .ro-card-body {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .ro-info-box { grid-column: 1 / 3; border-right: none; border-bottom: 2px solid rgba(0,0,0,0.05); text-align: center; align-items: center;}
  .ro-arrow-svg { display: none; /* Hide complex arrow on stacking */ }
  .ro-map-box { height: 350px; }
  .ro-image-box { height: 350px; }
}

@media (max-width: 768px) {
  .ro-header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .ro-header-right { text-align: left; }
}

@media (max-width: 640px) {
  .reach-out { padding: 60px 24px; }
  .ro-card-body { grid-template-columns: 1fr; }
  .ro-info-box { padding: 32px 20px; }
  .ro-map-box { height: 300px; }
  .ro-image-box { height: 250px; }
}/* End custom CSS */