.elementor-11 .elementor-element.elementor-element-65e6a7c{--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-11 .elementor-element.elementor-element-ad5839f{--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:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-9d7d362{--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-11 .elementor-element.elementor-element-500e9a7{--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-11 .elementor-element.elementor-element-5bcb83f{--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-11 .elementor-element.elementor-element-1efeeac{--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-11 .elementor-element.elementor-element-45b0bcf{--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-11 .elementor-element.elementor-element-e6d8681{--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-11 .elementor-element.elementor-element-c2e0bc3{--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;--justify-content:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-e6d8681{--width:50%;}.elementor-11 .elementor-element.elementor-element-c2e0bc3{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-7eceebd */.contact-section {
  background-color: #000; /* गडद हिरवा */
  padding: 80px 10%;
  font-family: 'Playfair Display', serif;
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.contact-content {
  flex: 1;
  color: #d4af37; /* सोनेरी */
}

.contact-content h5 {
  letter-spacing: 4px;
  margin-bottom: 25px;
  font-size: 1rem;
}

.quote-text {
  font-size: 2.2rem;
  line-height: 1.5;
  font-style: italic;
  margin: 20px 0;
  color: #d4af37;
}

.quote-icon {
  font-size: 3rem;
  opacity: 0.8;
}

.contact-btn {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #d4af37;
  color: #d4af37;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: 0.4s;
}

.contact-btn:hover {
  background-color: #d4af37;
  color: #062b1a;
}

.contact-image {
  flex: 1;
}

.contact-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* मोबाईलसाठी डिझाइन */
@media (max-width: 768px) {
  .contact-inner {
    flex-direction: column;
    text-align: center;
  }
  .contact-content {
    order: 2;
  }
  .contact-image {
    order: 1;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3461cfa */.contact-cards-section {
  background-color: #000; /* Dark Green */
  padding: 50px 10%;
  font-family: 'Playfair Display', serif;
}

.contact-card-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #d4af37; /* Gold Border */
  padding: 30px;
  border-radius: 12px;
  color: #d4af37;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.contact-card p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.4;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .contact-card-container {
    flex-direction: column;
    gap: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2ec73e7 */<script>
document.getElementById('consultationForm').addEventListener('submit', function(e) {
  e.preventDefault();
  
  const name = document.getElementById('name').value;
  const phone = document.getElementById('phone').value;
  const email = document.getElementById('email').value;
  const date = document.getElementById('date').value;
  const time = document.getElementById('time').value;
  const location = document.getElementById('location').value;
  const message = document.getElementById('message').value;

  // WhatsApp नंबर: 918879777889 (भारताचा कोड 91 लावला आहे)
  const whatsappNumber = "918879777889";
  
  const url = `https://wa.me/${whatsappNumber}?text=
  *New Consultation Request*%0A%0A
  *Name:* ${name}%0A
  *Phone:* ${phone}%0A
  *Email:* ${email}%0A
  *Date:* ${date}%0A
  *Time:* ${time}%0A
  *Location:* ${location}%0A
  *Message:* ${message}`;

  window.open(url, '_blank');
});
</script>/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0b0d0ca */.booking-section {
  background-color: #000;
  color: #d4af37;
  padding: 60px 10%;
  font-family: 'Playfair Display', serif;
}

.booking-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  border: 1px solid #d4af37;
  padding: 40px;
  border-radius: 8px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-grid input, .form-grid textarea {
  background: transparent;
  border: 1px solid #d4af37;
  padding: 12px;
  color: #fff;
  width: 100%;
}

.form-grid textarea { grid-column: span 2; }

.submit-btn {
  grid-column: span 2;
  background: #d4af37;
  color: #062b1a;
  padding: 15px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .booking-container { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid textarea { grid-column: span 1; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f487da8 *//* ==========================================================================
   Typography Hierarchy
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

/* ==========================================================================
   Section Layout & Atmospheric Background
   ========================================================================== */
.tlc-contact-cards-section {
    position: relative;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.tlc-contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Atmospheric Ambient Light Filters */
.tlc-contact-blur {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(120px);
    opacity: 0.2;
    z-index: 1;
}
.tlc-contact-blur.blur-one { top: -10%; left: -5%; background: radial-gradient(circle, #a76b73 0%, transparent 70%); }
.tlc-contact-blur.blur-two { bottom: -10%; right: -5%; background: radial-gradient(circle, #c59f63 0%, transparent 70%); }

/* ==========================================================================
   Contact Cards Symmetric Grid
   ========================================================================== */
.tlc-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 5;
}

/* ==========================================================================
   Monolithic Premium Card Aesthetics
   ========================================================================== */
.tlc-contact-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 50px 35px 45px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 15px 45px rgba(74, 62, 63, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.5s ease;
}

.tlc-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(167, 107, 115, 0.09);
    border-color: rgba(167, 107, 115, 0.2);
}

/* High-Contrast Luxury Circular Icon Badges */
.tlc-icon-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    color: #ffffff;
    transition: transform 0.5s ease;
}

.tlc-icon-wrapper.ring-phone { 
    background-color: #002e5b; 
    box-shadow: 0 10px 25px rgba(0, 46, 91, 0.15); 
}
.tlc-icon-wrapper.ring-whatsapp { 
    background-color: #25D366; 
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.2); 
}
/* Replaced Marker style with Email style */
.tlc-icon-wrapper.ring-email { 
    background-color: #8a1a24; 
    box-shadow: 0 10px 25px rgba(138, 26, 36, 0.15); 
}

.tlc-contact-card:hover .tlc-icon-wrapper {
    transform: scale(1.08) rotate(5deg);
}

/* Typography Labels inside Card */
.tlc-card-label {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #231c1d;
    margin: 0 0 12px 0;
}

.tlc-card-value {
    font-size: 16px;
    color: #4a3e3f;
    font-weight: 500;
    margin: 0 0 35px 0;
    line-height: 1.6;
}

.tlc-card-value.email-text {
    font-size: 15px;
    color: #615556;
    font-weight: 500;
}

/* ==========================================================================
   Bespoke Interactive Buttons Framework
   ========================================================================== */
.tlc-card-action-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: auto;
    min-width: 160px;
    margin-top: auto;
}

.tlc-card-action-btn.btn-phone {
    background-color: rgba(0, 46, 91, 0.06);
    color: #002e5b;
}
.tlc-card-action-btn.btn-phone:hover {
    background-color: #002e5b;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 46, 91, 0.2);
}

.tlc-card-action-btn.btn-whatsapp {
    background-color: rgba(37, 211, 102, 0.08); 
    color: #25D366; 
}
.tlc-card-action-btn.btn-whatsapp:hover {
    background-color: #25D366; 
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* Replaced Maps style with Email style but kept the original premium theme color */
.tlc-card-action-btn.btn-email {
    background-color: rgba(212, 175, 55, 0.12);
    color: #846914;
}
.tlc-card-action-btn.btn-email:hover {
    background-color: #c59f63;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(197, 159, 99, 0.25);
}

/* ==========================================================================
   Fluid Adaptive Viewports (Responsive Engine)
   ========================================================================== */
@media (max-width: 1024px) {
    .tlc-contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .tlc-contact-card.card-span-tablet-wide {
        grid-column: span 2;
    }
    .tlc-contact-card {
        padding: 40px 25px 35px 25px;
    }
}

@media (max-width: 680px) {
    .tlc-contact-cards-section {
        padding: 60px 0;
    }
    .tlc-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tlc-contact-card.card-span-tablet-wide {
        grid-column: span 1;
    }
    .tlc-contact-card {
        padding: 40px 20px;
        border-radius: 24px;
    }
    .tlc-card-label {
        font-size: 14px;
    }
    .tlc-card-value {
        font-size: 15px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-801c1b3 *//* ==========================================================================
   Typography Hierarchy
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

/* ==========================================================================
   Section Layout & Atmospheric Background
   ========================================================================== */
.tlc-contact-cards-section {
    position: relative;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.tlc-contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Atmospheric Ambient Light Filters */
.tlc-contact-blur {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(120px);
    opacity: 0.2;
    z-index: 1;
}
.tlc-contact-blur.blur-one { top: -10%; left: -5%; background: radial-gradient(circle, #a76b73 0%, transparent 70%); }
.tlc-contact-blur.blur-two { bottom: -10%; right: -5%; background: radial-gradient(circle, #c59f63 0%, transparent 70%); }

/* ==========================================================================
   Contact Cards Symmetric Grid
   ========================================================================== */
.tlc-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 5;
}

/* ==========================================================================
   Monolithic Premium Card Aesthetics
   ========================================================================== */
.tlc-contact-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 50px 35px 45px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 15px 45px rgba(74, 62, 63, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.5s ease;
}

.tlc-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(167, 107, 115, 0.09);
    border-color: rgba(167, 107, 115, 0.2);
}

/* High-Contrast Luxury Circular Icon Badges */
.tlc-icon-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    color: #ffffff;
    transition: transform 0.5s ease;
}

.tlc-icon-wrapper.ring-phone { 
    background-color: #002e5b; 
    box-shadow: 0 10px 25px rgba(0, 46, 91, 0.15); 
}
.tlc-icon-wrapper.ring-whatsapp { 
    background-color: #25D366; /* CRITICAL UPDATE: Original WhatsApp Brand Green */
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.2); 
}
.tlc-icon-wrapper.ring-marker { 
    background-color: #8a1a24; 
    box-shadow: 0 10px 25px rgba(138, 26, 36, 0.15); 
}

.tlc-contact-card:hover .tlc-icon-wrapper {
    transform: scale(1.08) rotate(5deg);
}

/* Typography Labels inside Card */
.tlc-card-label {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #231c1d;
    margin: 0 0 12px 0;
}

.tlc-card-value {
    font-size: 16px;
    color: #4a3e3f;
    font-weight: 500;
    margin: 0 0 35px 0;
    line-height: 1.6;
}

.tlc-card-value.address-text {
    font-size: 14.5px;
    color: #615556;
    font-weight: 400;
}

/* ==========================================================================
   Bespoke Interactive Buttons Framework
   ========================================================================== */
.tlc-card-action-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: auto;
    min-width: 160px;
    margin-top: auto;
}

.tlc-card-action-btn.btn-phone {
    background-color: rgba(0, 46, 91, 0.06);
    color: #002e5b;
}
.tlc-card-action-btn.btn-phone:hover {
    background-color: #002e5b;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 46, 91, 0.2);
}

.tlc-card-action-btn.btn-whatsapp {
    background-color: rgba(37, 211, 102, 0.08); /* Transparent Original Green Tint */
    color: #25D366; /* Original Green Text */
}
.tlc-card-action-btn.btn-whatsapp:hover {
    background-color: #25D366; /* Pure WhatsApp Green on Hover */
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.tlc-card-action-btn.btn-maps {
    background-color: rgba(212, 175, 55, 0.12);
    color: #846914;
}
.tlc-card-action-btn.btn-maps:hover {
    background-color: #c59f63;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(197, 159, 99, 0.25);
}

/* ==========================================================================
   Fluid Adaptive Viewports (Responsive Engine)
   ========================================================================== */
@media (max-width: 1024px) {
    .tlc-contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .tlc-contact-card.card-span-tablet-wide {
        grid-column: span 2;
    }
    .tlc-contact-card {
        padding: 40px 25px 35px 25px;
    }
}

@media (max-width: 680px) {
    .tlc-contact-cards-section {
        padding: 60px 0;
    }
    .tlc-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tlc-contact-card.card-span-tablet-wide {
        grid-column: span 1;
    }
    .tlc-contact-card {
        padding: 40px 20px;
        border-radius: 24px;
    }
    .tlc-card-label {
        font-size: 14px;
    }
    .tlc-card-value {
        font-size: 15px;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b782cd0 *//* ==========================================================================
   Premium Enquiry Card Base & Atmosphere
   ========================================================================== */
.tlc-enquiry-card-wrapper {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 40px;
    max-width: 700px;
    margin: 40px auto;
    
    /* Normal State: Clean Shadow & Border Setup */
    box-shadow: 0 15px 40px rgba(74, 62, 63, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.04);
    
    /* Placeholders for Top and Bottom Hover Borders */
    border-top: 3px solid rgba(197, 159, 99, 0.15);
    border-bottom: 3px solid rgba(167, 107, 115, 0.15);
    
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.5s ease, 
                border-color 0.5s ease;
    overflow: hidden;
}

/* ==========================================================================
   Card Hover Mechanics (Top & Bottom Dynamic Borders)
   ========================================================================== */
.tlc-enquiry-card-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(167, 107, 115, 0.08);
    
    /* Smooth transition into Premium Gold and Rose Brand Accents on Hover */
    border-top-color: #c59f63; /* Premium Gold Top Border */
    border-bottom-color: #a76b73; /* Luxury Rose/Maroon Bottom Border */
}

/* ==========================================================================
   Form Internal Typography Headers
   ========================================================================== */
.tlc-form-header {
    text-align: center;
    margin-bottom: 35px;
}

.tlc-form-title {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    color: #261f20;
    font-weight: 600;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.tlc-form-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #695e5f;
    margin: 0;
    font-weight: 300;
}

/* ==========================================================================
   Symmetrical Grid Framework
   ========================================================================== */
.tlc-enquiry-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}

.tlc-form-group {
    display: flex;
    flex-direction: column;
}

.tlc-col-6 { width: calc(50% - 10px); }
.tlc-col-12 { width: 100%; }

/* Labels Layout */
.tlc-form-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #383031;
    margin-bottom: 8px;
}

.tlc-required { color: #8a1a24; font-weight: 600; margin-left: 2px; }
.tlc-optional { color: #a19596; font-size: 12px; font-weight: 300; margin-left: 4px; }

/* ==========================================================================
   Contact Form 7 Input & Textarea Elements Overrides
   ========================================================================== */
.tlc-enquiry-form-grid input[type="text"],
.tlc-enquiry-form-grid input[type="email"],
.tlc-enquiry-form-grid textarea {
    width: 100% !important;
    box-sizing: border-box;
    background-color: #faf7f5 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    padding: 14px 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #261f20 !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

/* Fields Focus Interaction States */
.tlc-enquiry-form-grid input[type="text"]:focus,
.tlc-enquiry-form-grid input[type="email"]:focus,
.tlc-enquiry-form-grid textarea:focus {
    background-color: #ffffff !important;
    border-color: #c59f63 !important; /* Gold Stroke Focus */
    box-shadow: 0 5px 15px rgba(197, 159, 99, 0.06) !important;
    outline: none !important;
}

/* Textarea Custom Restraint */
.tlc-enquiry-form-grid textarea {
    resize: vertical;
    min-height: 100px;
}

/* ==========================================================================
   Premium Submission Button Component
   ========================================================================== */
.tlc-submit-container {
    margin-top: 10px;
    align-items: center;
}

.tlc-enquiry-form-grid input[type="submit"] {
    background: #002e5b !important; /* High-Contrast Deep Luxury Navy */
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    padding: 14px 45px !important;
    border-radius: 50px !important;
    border: none !important;
    cursor: pointer !important;
    width: auto !important;
    display: inline-block !important;
    box-shadow: 0 8px 20px rgba(0, 46, 91, 0.15) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.tlc-enquiry-form-grid input[type="submit"]:hover {
    background: #c59f63 !important; /* Swaps to Warm Gold on interaction */
    box-shadow: 0 12px 25px rgba(197, 159, 99, 0.25) !important;
    transform: translateY(-2px);
}

/* ==========================================================================
   Fluid Adaptive Breakpoints (Responsive System)
   ========================================================================== */
@media (max-width: 680px) {
    .tlc-enquiry-card-wrapper {
        padding: 35px 24px;
        margin: 20px 15px;
        border-radius: 20px;
    }
    .tlc-col-6 {
        width: 100%; /* Collapse to single column cleanly on mobile streams */
    }
    .tlc-form-title {
        font-size: 21px;
    }
    .tlc-enquiry-form-grid input[type="submit"] {
        width: 100% !important; /* Full width execution on mobile screens */
    }
}/* End custom CSS */