.elementor-18 .elementor-element.elementor-element-3cac5ab{--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;--overlay-opacity:0.1;}.elementor-18 .elementor-element.elementor-element-3cac5ab::before, .elementor-18 .elementor-element.elementor-element-3cac5ab > .elementor-background-video-container::before, .elementor-18 .elementor-element.elementor-element-3cac5ab > .e-con-inner > .elementor-background-video-container::before, .elementor-18 .elementor-element.elementor-element-3cac5ab > .elementor-background-slideshow::before, .elementor-18 .elementor-element.elementor-element-3cac5ab > .e-con-inner > .elementor-background-slideshow::before, .elementor-18 .elementor-element.elementor-element-3cac5ab > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.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-1e6a6b4{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-18 .elementor-element.elementor-element-0d1dde7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:0px 0px 0px 0px;}.elementor-18 .elementor-element.elementor-element-21d27c4{--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-d2048f9{--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-769f7e8{--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-0af8175{--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;}.elementor-18 .elementor-element.elementor-element-3ca6e43{--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-769f7e8{--width:50%;}.elementor-18 .elementor-element.elementor-element-0af8175{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-6c00330 */.contact-section { padding: 80px 20px; background: #fff; }
.container { max-width: 1100px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title span { color: #73B932; font-weight: bold; letter-spacing: 2px; font-size: 0.9rem; }
.section-title h2 { color: #0F6735; font-size: 2.5rem; margin-top: 10px; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.contact-card { 
    background: #fff; padding: 40px 20px; text-align: center; 
    border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s; border-bottom: 4px solid #0F6735;
}
.contact-card:hover { transform: translateY(-10px); }
.contact-card i { font-size: 2rem; color: #00A3D3; margin-bottom: 20px; }
.contact-card h3 { color: #0F6735; margin-bottom: 15px; }

.btn { 
    display: inline-block; padding: 12px 30px; border-radius: 5px; 
    text-decoration: none; font-weight: bold; margin-top: 20px; color: white;
}
.call-btn { background: #0F6735; }
.wa-btn { background: #73B932; }
.addr-btn { background: #00A3D3; }

@media (max-width: 768px) {
    .contact-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-396a3bd */.quote-section { padding: 60px 20px; font-family: sans-serif; }
.quote-container { max-width: 600px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-top: 5px solid #0F6735; }

.quote-header { text-align: center; margin-bottom: 30px; }
.quote-header h2 { color: #0F6735; margin-bottom: 10px; }

input, select, textarea { 
    width: 100%; padding: 15px; margin-bottom: 20px; border: 1px solid #ddd; 
    border-radius: 8px; box-sizing: border-box; 
}
input:focus, select:focus, textarea:focus { border-color: #73B932; outline: none; }

.submit-btn { 
    width: 100%; padding: 15px; background: #73B932; color: white; 
    border: none; border-radius: 8px; font-weight: bold; cursor: pointer; transition: 0.3s; 
}
.submit-btn:hover { background: #00A3D3; }

@media (max-width: 600px) {
    .quote-container { padding: 20px; }
}/* End custom CSS */