.elementor-18 .elementor-element.elementor-element-e229421{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-448abf6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-18 .elementor-element.elementor-element-8258a0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-b42568e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-8258a0f{--width:50%;}.elementor-18 .elementor-element.elementor-element-b42568e{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-4f79b10 *//* --- COMPONENT STYLING SCOPE --- */
.architect-contact-section {
  position: relative;
  background-color: #f8fafc;
  padding: 100px 20px;
  overflow: hidden;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

/* --- AMBIENT GLOW ORBS --- */
.arch-glow-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(140px);
  opacity: 0.45;
  z-index: 1;
}
.orb-navy {
  width: 450px;
  height: 450px;
  top: -10%;
  right: -5%;
  background: radial-gradient(circle, #002e5b 0%, transparent 75%);
}
.orb-gold {
  width: 400px;
  height: 400px;
  bottom: -5%;
  left: -5%;
  background: radial-gradient(circle, rgba(214, 175, 55, 0.3) 0%, transparent 75%);
}

/* --- STRUCTURE CONTAINER --- */
.arch-contact-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 5;
}

/* --- HEADER SETTINGS --- */
.arch-contact-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 65px auto;
}

.arch-tag-line {
  font-size: 11px;
  color: #D4AF37;
  background-color: rgba(214, 175, 55, 0.1);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid rgba(214, 175, 55, 0.15);
}

.arch-contact-header h2 {
  font-size: 38px;
  color: #002e5b;
  margin: 0 0 16px 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.arch-header-line {
  width: 50px;
  height: 4px;
  background-color: #D4AF37;
  border-radius: 10px;
  margin: 0 auto 22px auto;
}

.arch-contact-header p {
  color: #475569;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}

/* --- GRID SYSTEM MAPPING --- */
.arch-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* --- FLEX CARD ARCHITECTURE --- */
.arch-contact-card {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 15px 35px rgba(0, 46, 91, 0.04);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  box-sizing: border-box;
}

/* Blurred Glass Card Element Layer */
.arch-card-glass {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 1;
}

.arch-card-content {
  position: relative;
  z-index: 2;
  padding: 40px 35px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* --- VECTOR HOUSING VECTOR WRAPPERS --- */
.arch-icon-box {
  width: 54px;
  height: 54px;
  background-color: rgba(0, 46, 91, 0.06);
  color: #002e5b;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.arch-icon-box svg {
  width: 22px;
  height: 22px;
}

.icon-gold-variant {
  background-color: rgba(214, 175, 55, 0.1);
  color: #D4AF37;
}

.arch-contact-card h3 {
  font-size: 20px;
  color: #002e5b;
  margin: 0 0 16px 0;
  font-weight: 700;
}

.arch-info-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
  flex-grow: 1;
}

.arch-phone-link {
  font-size: 16px;
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.arch-phone-link:hover {
  color: #002e5b;
}

.active-gold-txt:hover {
  color: #D4AF37 !important;
}

.arch-card-meta {
  font-size: 13px;
  color: #64748b;
  margin: 2px 0 0 0;
  line-height: 1.4;
}

/* --- BUTTON CTA SCHEMES --- */
.arch-action-wrapper {
  width: 100%;
}

.arch-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.btn-call {
  background-color: #002e5b;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 46, 91, 0.15);
}

.btn-call:hover {
  background-color: #001f3f;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background-color: #25D366;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.btn-whatsapp:hover {
  background-color: #1ebd57;
  transform: translateY(-2px);
}

/* --- FULL WIDTH LOCATION SECTION EXTENSION --- */
.arch-full-width-card {
  grid-column: span 3;
}

.horizontal-layout-box {
  display: grid;
  grid-template-columns: 28% 72%;
  text-align: left;
  align-items: flex-start;
  gap: 20px;
}

.address-main-title-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.address-main-title-panel .arch-icon-box {
  margin-bottom: 20px;
}

.location-icon-color {
  background-color: rgba(0, 46, 91, 0.06);
  color: #002e5b;
}

.arch-location-badge {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  background-color: #f1f5f9;
  padding: 5px 12px;
  border-radius: 6px;
}

.address-split-columns-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  border-left: 1px solid rgba(226, 232, 240, 0.8);
  padding-left: 45px;
}

.address-location-block h4 {
  font-size: 15px;
  color: #002e5b;
  margin: 0 0 12px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.address-paragraph-text {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

/* Corporate GST Label Node */
.gst-badge-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 12px;
}

.gst-label {
  background-color: #f1f5f9;
  color: #002e5b;
  padding: 5px 10px;
  font-weight: 700;
}

.gst-number {
  background-color: #ffffff;
  color: #475569;
  padding: 5px 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* --- HOVER GLIDE ANIMATION MECHANICS --- */
.arch-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 46, 91, 0.08);
  border-color: rgba(0, 46, 91, 0.15);
}

.arch-contact-card:hover .arch-icon-box {
  transform: scale(1.05);
}

/* --- RESPONSIVE MATRIX CONTROL --- */
@media (max-width: 992px) {
  .arch-contact-grid {
    grid-template-columns: 1fr; /* Single column flow stacking */
    gap: 25px;
  }
  .arch-full-width-card {
    grid-column: span 1;
  }
  .horizontal-layout-box {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    align-items: center;
  }
  .address-main-title-panel {
    align-items: center;
  }
  .address-split-columns-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    border-left: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .gst-badge-box {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .architect-contact-section {
    padding: 70px 16px;
  }
  .arch-contact-header h2 {
    font-size: 30px;
  }
  .arch-card-content {
    padding: 35px 24px;
  }
}/* End custom CSS */