.elementor-950 .elementor-element.elementor-element-d92347d{--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;--background-transition:0.3s;}.elementor-950 .elementor-element.elementor-element-d92347d:not(.elementor-motion-effects-element-type-background), .elementor-950 .elementor-element.elementor-element-d92347d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-950 .elementor-element.elementor-element-d92347d, .elementor-950 .elementor-element.elementor-element-d92347d::before{--border-transition:0.3s;}@media(min-width:768px){.elementor-950 .elementor-element.elementor-element-d92347d{--content-width:89%;}}/* Start custom CSS for shortcode, class: .elementor-element-5744c2e *//* ══════════════════════════════════════════════
   CONTACT PAGE CONSOLIDATED CSS
   ══════════════════════════════════════════════ */

/* -- Reset and Wrapper -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-wrap {
    background: #FFFFFF !important; /* Whole container background White */
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 60px;
    font-family: Poppins, sans-serif;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .cu-header__heading {
    font-family: Poppins, sans-serif;
    font-size: 48px !important;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .cu-header__sub-heading {
    max-width: 600px;
}

/* -- Main Grid -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr; /* Increased width for the left form section */
    gap: 40px;
    align-items: start;
}

/* -- Header Styling -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-header { margin-bottom: 48px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-header h1 { font-size: 48px; font-weight: 700; margin-bottom: 12px; color: #101828; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-header p { color: #475467; font-size: 16px; line-height: 1.6; }

/* -- All Cards (Form + Sidebar) -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-card,
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-info-card, 
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-hours-card {
    background: #F9FAFB !important; /* Section background */
    box-shadow: none !important; /* Removed border shadows */
    border: 1px solid #F2F4F7 !important; /* Kept light flat border for definition */
    padding: 24px;
    border-radius: 12px;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .cu-info-card, 
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-hours-card {
    padding: 24px;
    margin-bottom: 24px;
}

/* -- Typography inside cards -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-card h2 { font-size: 32px; font-weight: 700; margin-bottom: 4px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-card > p { color: #475467; font-size: 16px; margin-bottom: 32px; }
.elementor-950 .elementor-element.elementor-element-5744c2e h3.cu-sidebar-title { font-size: 20px; font-weight: 700; margin: 0 0 24px; padding-bottom: 16px; border-bottom: 1px solid #EAECF0; }

/* -- Inputs & Labels -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-field { margin-bottom: 24px; display: flex; flex-direction: column;#d9534f }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-label { font-size: 14px; font-weight: 500; color: #344054; margin-bottom: 6px; }

/* Standard Inputs */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-input,
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-textarea {
    height: 44px !important;
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #D0D5DD !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    color: #101828 !important;
    background: #FFFFFF !important;
    transition: all 0.2s ease;
}

/* Styling for the error state */
.cu-input.error-active, 
.cu-textarea.error-active {
    border-color: #F04438 !important;
}

/* Ensure error messages are hidden by default unless they have the cu-error class */
.cu-error {
    color: #F04438;
    font-size: 12px;
    margin-top: 6px;
    display: none;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .cu-textarea { height: 128px !important; resize: vertical; }

/* Focus States */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-input:focus,
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-textarea:focus,
.elementor-950 .elementor-element.elementor-element-5744c2e .iti input:focus { border-color: #2A4899 !important; box-shadow: 0px 0px 0px 4px rgba(42, 72, 153, 0.1) !important; outline: none !important; }

/* -- intl-tel-input PERFECT FIGMA STYLE -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .iti { position: relative !important; display: block !important; width: 100% !important; }

.elementor-950 .elementor-element.elementor-element-5744c2e .iti__flag-container {
    position: absolute !important; top: 0 !important; bottom: 0 !important; left: 0 !important;
    display: flex !important; align-items: center !important; padding: 0 !important; margin: 0 !important;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .iti__selected-flag {
    height: 100% !important; display: flex !important; align-items: center !important;
    padding: 0 12px 0 16px !important; background: transparent !important;
    border-right: 1px solid #D0D5DD !important; border-radius: 8px 0 0 8px !important;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .iti input {
    box-sizing: border-box !important; height: 44px !important; width: 100% !important;
    border: 1px solid #D0D5DD !important; border-radius: 8px !important; font-size: 16px !important;
    color: #101828 !important; background: #FFFFFF !important; transition: all 0.2s ease; margin: 0 !important;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .iti__country-list, .iti__country-list {
    position: absolute !important; z-index: 99999 !important; background: #FFFFFF !important;
    border: 1px solid #D0D5DD !important; border-radius: 8px !important;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08) !important;
    max-height: 250px !important; width: 320px !important; margin-top: 6px !important; padding: 0 !important;
    list-style: none !important; overflow-y: auto !important; overflow-x: hidden !important;
}

.iti__country-list.iti__hide { display: none !important; }
.elementor-950 .elementor-element.elementor-element-5744c2e .iti__country, .iti__country { padding: 10px 12px !important; font-size: 14px !important; display: flex !important; align-items: center !important; cursor: pointer !important; }
.elementor-950 .elementor-element.elementor-element-5744c2e .iti__country:hover, .iti__country:hover { background-color: #F9FAFB !important; }
.elementor-950 .elementor-element.elementor-element-5744c2e .iti__country-list li::before, .iti__country-list li::before { content: none !important; }
.iti__country-list::-webkit-scrollbar { width: 6px; }
.iti__country-list::-webkit-scrollbar-thumb { background: #D0D5DD; border-radius: 4px; }

/* -- Info Items (Sidebar) -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-info-item.full-col { grid-column: span 2; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-info-label { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #475467; text-transform: uppercase; margin-bottom: 6px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-info-value { font-size: 14px; font-weight: 600; color: #101828; line-height: 1.5; }

/* -- Business Hours Grid -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-hours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-hour-day { font-size: 12px; font-weight: 600; color: #475467; text-transform: uppercase; margin-bottom: 4px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-hour-time { font-size: 14px; font-weight: 600; color: #101828; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-hour-time.closed { color: #F04438; }

/* -- Submit Button (Smaller & Left Aligned) -- */
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-submit-btn {
    display: inline-block !important; /* Allows the button to shrink to fit text and align left */
    width: auto !important;
    padding: 12px 32px !important; /* Adds space around the text */
    background: #2D3192;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .cu-submit-btn:hover { background: #1e2163; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; }

.cu-error {
    color: #F04438;
    font-size: 12px;
    margin-top: 4px;
    display: none; /* Hidden by default */
    font-weight: 500;
}

.cu-field {
    margin-bottom: 15px;
}

#cu-submit-status {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
    display: inline-block; /* Wraps background to text width */
}

.important-field {
    color: #F04438;
}

/* -- Responsive -- */
@media (max-width: 1280px) {
    .elementor-950 .elementor-element.elementor-element-5744c2e .cu-info-value { font-size: 12px;}
    .elementor-950 .elementor-element.elementor-element-5744c2e .cu-hour-time { font-size: 12px;}
}
@media (max-width: 1024px) {
    .elementor-950 .elementor-element.elementor-element-5744c2e .cu-grid { grid-template-columns: 1fr; } /* Stacks the grid on tablets/mobile */
    .elementor-950 .elementor-element.elementor-element-5744c2e .cu-hours-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 912px) {
    .elementor-950 .elementor-element.elementor-element-5744c2e .cu-header__heading {
        font-size: 32px !important;
    }
}
@media (max-width: 640px) {
    .elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-row { grid-template-columns: 1fr; } /* Stacks email and phone on mobile */
    .elementor-950 .elementor-element.elementor-element-5744c2e .cu-hours-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-wrap {
    padding: 10px 10px 20px;
}
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-header__heading {
    font-size: 36px !important;
}
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-header { margin-bottom: 32px; }

.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-card h2 { font-size: 28px; }
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-card > p { font-size: 16px;
}

.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-row .cu-field {
    margin-bottom: 0px;
}
.elementor-950 .elementor-element.elementor-element-5744c2e .cu-form-row .cu-field:last-child {
    margin-bottom: 20px;
}
}

@media screen and (min-width: 2200px) and (min-height: 1200px) {
  .elementor-950 .elementor-element.elementor-element-5744c2e .cu-wrap { 
    /* Your styles for ultra-large screens here */
    min-height: calc(100vh - 320px);
  }
  
  .elementor-950 .elementor-element.elementor-element-5744c2e .cu-header__sub-heading {
      font-size: 18px;
  }
}/* End custom CSS */