/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
/*@import url("../Divi/style.css");*/

.c_selects {
	display:none;
	width:100%;
}
.c_check {
	display:block; text-align:left; font-weight:normal !important; font-size:12px;
}
.c_check>label { font-weight:normal;}
#search_adv {
	padding: 10px;
	font-size: 12px;
	cursor:pointer;
}

/* START CSS From "Additional CSS" field in FF theme customization */

/* ===== FULL WIDTH ADD TO CART ===== */
form.cart .single_add_to_cart_button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 25px !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    background: linear-gradient(135deg, #063D5F, #0A4F77);
    color: #ffffff !important;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(6,61,95,0.25);
}

/* Hover Effect */
form.cart .single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #0A4F77, #063D5F);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(6,61,95,0.35);
}

/* Active Click */
form.cart .single_add_to_cart_button:active {
    transform: translateY(0px);
    box-shadow: 0 6px 15px rgba(6,61,95,0.25);
}

/* ===== MAIN FORM WRAPPER ===== */
#wapf_278397.wapf {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.05);
}

/* ===== FIELD GROUP ===== */
#wapf_278397 .wapf-field-group {
    margin-bottom: 25px;
}

/* ===== LABELS ===== */
#wapf_278397 .wapf-field-label {
    font-size: 16px;
    font-weight: 600;
    color: #1f3b57; /* Navy */
    margin-bottom: 6px;
}

/* ===== INPUTS / SELECT / TEXTAREA ===== */
#wapf_278397 input[type="text"],
#wapf_278397 input[type="number"],
#wapf_278397 input[type="email"],
#wapf_278397 input[type="date"],
#wapf_278397 select,
#wapf_278397 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d9e2ec;
    border-radius: 6px;
    background: #f8fbff;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* ===== FOCUS STATE ===== */
#wapf_278397 input:focus,
#wapf_278397 select:focus,
#wapf_278397 textarea:focus {
    border-color: #6bbf59; /* Green Accent */
    box-shadow: 0 0 0 2px rgba(107,191,89,0.15);
    outline: none;
    background: #ffffff;
}

/* ===== FILE UPLOAD FIELD ===== */
#wapf_278397 input[type="file"] {
    border: 1px dashed #6bbf59;
    background: #f4f9f4;
    padding: 12px;
    border-radius: 6px;
}

/* ===== REQUIRED ASTERISK ===== */
#wapf_278397 .wapf-required {
    color: #6bbf59;
}

/* ===== SELECT DROPDOWN ARROW CLEANUP ===== */
#wapf_278397 select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #1f3b57 50%),
                      linear-gradient(135deg, #1f3b57 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px),
                         calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

/* ===== FIELD SPACING DIVIDER ===== */
#wapf_278397 .wapf-field-container {
    padding-bottom: 15px;
    border-bottom: 1px solid #edf2f7;
}

#wapf_278397 .wapf-field-container:last-child {
    border-bottom: none;
}


.\et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 50px !important;
}

.difl_testimonialcarousel_0 .df_tc_company_logo {
    order: 9 !important;
    text-align: left;
    position: absolute;
	bottom:-20px;
}

/* Always show the toggle icon */
.et_pb_toggle_title:before {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Icon when CLOSED (+) */
.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before {
    content: "\e050"; /* Divi's + icon */
}

/* Icon when OPEN (–) */
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\e04f"; /* Divi's – icon */
}

/* END CSS From "Additional CSS" field in FF theme customization */