.elementor-2800 .elementor-element.elementor-element-65530d7{--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;--gap:08px 08px;--row-gap:08px;--column-gap:08px;--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-2800 .elementor-element.elementor-element-715edc4 .cz_grid{margin-left:calc(-8px / 2);margin-right:calc(-8px / 2);margin-bottom:-8px;width:calc(100% + 8px);}.elementor-2800 .elementor-element.elementor-element-715edc4 .cz_grid .cz_grid_item > div{margin:0 calc(8px / 2) 8px;}.elementor-2800 .elementor-element.elementor-element-715edc4 .slick-slide{margin:0 calc(8px / 2);}.elementor-2800 .elementor-element.elementor-element-d197101 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2800 .elementor-element.elementor-element-d197101 .cz_grid{margin-left:calc(-8px / 2);margin-right:calc(-8px / 2);margin-bottom:-8px;width:calc(100% + 8px);}.elementor-2800 .elementor-element.elementor-element-d197101 .cz_grid .cz_grid_item > div{margin:0 calc(8px / 2) 8px;}.elementor-2800 .elementor-element.elementor-element-d197101 .slick-slide{margin:0 calc(8px / 2);}.elementor-2800 .elementor-element.elementor-element-dbbee1d .cz_grid{margin-left:calc(-8px / 2);margin-right:calc(-8px / 2);margin-bottom:-8px;width:calc(100% + 8px);}.elementor-2800 .elementor-element.elementor-element-dbbee1d .cz_grid .cz_grid_item > div{margin:0 calc(8px / 2) 8px;}.elementor-2800 .elementor-element.elementor-element-dbbee1d .slick-slide{margin:0 calc(8px / 2);}.elementor-2800 .elementor-element.elementor-element-4e1a82b{--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:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-4e1a82b */.wpcf7 {
    background: #f7f7f7;
    padding: 40px;
    border-radius: 12px;
    margin: auto;
}

/* Labels */
.wpcf7 label {
    font-weight: 600;
    color: #0b1c2d;
    font-size: 14px;
}

/* Inputs & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-top: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #d71920;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.15);
    outline: none;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit Button */
.wpcf7-submit {
    background: #d71920;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

/* Button Hover */
.wpcf7-submit:hover {
    background: #0b1c2d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Error Messages */
.wpcf7-not-valid-tip {
    color: #d71920;
    font-size: 12px;
    margin-top: 6px;
}

/* Success Message */
.wpcf7-response-output {
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .wpcf7 {
        padding: 25px;
    }
}/* End custom CSS */