.elementor-51940 .elementor-element.elementor-element-711c4f9{--display:flex;--min-height:384px;--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;--margin-top:-53px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-51940 .elementor-element.elementor-element-711c4f9:not(.elementor-motion-effects-element-type-background), .elementor-51940 .elementor-element.elementor-element-711c4f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#BFAC8E;}.elementor-51940 .elementor-element.elementor-element-9e4fbb9{--display:flex;--justify-content:center;--border-radius:41px 41px 41px 41px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:6%;--padding-bottom:6%;--padding-left:6%;--padding-right:6%;}.elementor-51940 .elementor-element.elementor-element-9e4fbb9:not(.elementor-motion-effects-element-type-background), .elementor-51940 .elementor-element.elementor-element-9e4fbb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFDFDBD;}.elementor-51940 .elementor-element.elementor-element-9e4fbb9.e-con{--align-self:center;}.elementor-51940 .elementor-element.elementor-element-dbe6a56{text-align:center;}.elementor-51940 .elementor-element.elementor-element-dbe6a56 .elementor-heading-title{font-family:"Urbanist", Sans-serif;font-size:53px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-51940 .elementor-element.elementor-element-2d112cd{--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;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-51940 .elementor-element.elementor-element-aa4d718{--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-51940 .elementor-element.elementor-element-a6635b7 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-secondary );}.elementor-51940 .elementor-element.elementor-element-06b3166{font-family:"urbanist", Sans-serif;font-size:18px;font-weight:500;}.elementor-51940 .elementor-element.elementor-element-95abeb5{--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;--border-radius:30px 30px 30px 30px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-51940 .elementor-element.elementor-element-f2dbfa3{--display:flex;}.elementor-51940 .elementor-element.elementor-element-d313e6c{--spacer-size:50px;}@media(min-width:768px){.elementor-51940 .elementor-element.elementor-element-9e4fbb9{--width:60%;}}@media(max-width:1024px){.elementor-51940 .elementor-element.elementor-element-711c4f9{--min-height:300px;}.elementor-51940 .elementor-element.elementor-element-2d112cd{--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-51940 .elementor-element.elementor-element-a6635b7{text-align:center;}.elementor-51940 .elementor-element.elementor-element-06b3166{text-align:center;}.elementor-51940 .elementor-element.elementor-element-119e5aa{width:100%;max-width:100%;}}@media(max-width:767px){.elementor-51940 .elementor-element.elementor-element-711c4f9{--min-height:220px;}.elementor-51940 .elementor-element.elementor-element-dbe6a56 .elementor-heading-title{font-size:27px;}.elementor-51940 .elementor-element.elementor-element-2d112cd{--margin-top:31px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-51940 .elementor-element.elementor-element-a6635b7{text-align:center;}.elementor-51940 .elementor-element.elementor-element-06b3166{text-align:center;font-size:14px;letter-spacing:0.4px;}}/* Start custom CSS for shortcode, class: .elementor-element-119e5aa *//* Form Container */
.wpcf7 {
    background: #FEFAEF;
    padding: 30px;
    border-radius: 12px;
    max-width: 600px;
    margin: auto;
    font-family: 'Cormorant Garamond', serif;
}

/* Input Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #322015;
    border-radius: 8px;
    background: transparent;
    color: #322015;
    font-size: 16px;
    outline: none;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #322015;
    opacity: 0.7;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #322015;
    box-shadow: 0 0 0 1px #322015;
}

/* Section Titles */
.wpcf7 p {
    color: #322015;
    font-weight: 600;
    margin: 15px 0 5px;
}

/* Checkbox & Radio */
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    accent-color: #322015;
    margin-right: 6px;
}

/* Checkbox Labels Inline */
.wpcf7-list-item {
    display: inline-block;
    margin-right: 15px;
    color: #322015;
    font-size: 15px;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #322015;
    color: #FEFAEF;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover Effect */
.wpcf7 input[type="submit"]:hover {
    background: #1e140d;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'urbanist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://afrodiva.imcdevelopers.com/wp-content/uploads/2026/05/Urbanist-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */