/* --- Sotia Form CSS --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
body { font-family: 'Poppins', sans-serif; background-color: #f7f9fa; }
/* Imported Header Styles */
/* --- Navbar Style Overrides --- */
.main-header {
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); 
}

.main-header .main-menu .navigation > li > a {
    color: #333333 !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize !important; 
    text-decoration: none !important;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
    color: #e4ae1f !important;
    text-decoration: none !important;
}

/* Force ALL dropdown and sub-menu links to have no text decoration (underlines) */
.main-header .main-menu .navigation li a {
    text-decoration: none !important;
}

.main-header .main-menu .navigation > li.dropdown > a::after {
    content: '\f107'; 
    font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
}

.main-header .main-menu .navigation > li > a.btn {
    background-color: #e2a613 !important; 
    color: #111111 !important;
    padding: 12px 30px !important;
    border-radius: 0px !important; 
    font-weight: 600 !important;
    margin-left: 20px;
    border: none !important;
    display: inline-block;
    text-transform: none !important;
}

.main-header .main-menu .navigation > li > a.btn:hover {
    background-color: #c9930f !important;
    color: #ffffff !important;
}
.main-menu .navigation > li {
    padding: 25px 0px;
}


/* FORCE FIX FOR HEADER TRANSPARENCY */
.main-header {
    background-color: #ffffff !important;
    background: #ffffff !important;
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
}

.main-header .main-box {
    background-color: #ffffff !important;
    background: #ffffff !important;
}




/* Hero */
.sotia-hero {
    background-image: url('../images/sotia-form/sotia-hero-bg-img.png');
    background-size: cover; background-position: center; padding: 110px 0 100px 0; min-height: 900px; position: relative; overflow: hidden;
}
.sotia-hero::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events:none;
    background: linear-gradient(to right, rgba(16, 21, 26, 0.9) 0%, rgba(16, 21, 26, 0.6) 50%, rgba(16, 21, 26, 0.1) 100%);
}
.sotia-container { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: flex-start; }
.sotia-hero-left { width: 45%; padding-right: 50px; color: #fff; padding-top: 50px; }
.sotia-hero-right { width: 55%; position: relative; }

/* Typography */
.sotia-top-badge { border: 1px solid #e5b122; color: #e5b122; padding: 8px 15px; font-size: 14px; font-weight: 600; border-radius: 4px; display: inline-block; margin-bottom: 25px; }
.sotia-hero-title { font-size: 55px; font-weight: 800; line-height: 1.1; color: #fff; margin-bottom: 20px; }
.sotia-hero-title span { color: #e5b122; }
.sotia-hero-desc { font-size: 18px; line-height: 1.5; margin-bottom: 50px; max-width: 90%; }
.sotia-hero-features { display: flex; gap: 30px; }
.sotia-feature-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sotia-feature-item img { height: 48px; margin-bottom: 15px; object-fit: contain; }
.sotia-feature-item span { font-size: 14px; font-weight: 600; line-height: 1.3; }

/* Form */
.sotia-form-card { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 15px 50px rgba(0,0,0,0.15); max-width: 600px; margin-left:auto; }
.sotia-form-header { margin-bottom: 30px; }
.sotia-form-header h3 { font-size: 24px; font-weight: 800; color: #222; display: flex; align-items: center; margin-bottom: 8px; margin-top:0; }
.sotia-form-header h3 .header-icon { width: 24px; margin-right: 12px; }
.sotia-form-header p { font-size: 14px; color: #666; margin: 0; }
.sotia-form-group { margin-bottom: 15px; }
.sotia-form-group label { display: block; font-size: 14px; font-weight: 700; color: #222; margin-bottom: 8px; }
.sotia-form-group label span { color: #999; font-weight: 500; }
.required { color: #ff0000 !important; }
.input-icon-wrapper { position: relative; }
.input-icon-wrapper img { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 20px; opacity: 0.7; }
.input-icon-wrapper input { width: 100%; padding: 12px 15px 12px 45px; border: 1px solid #e0e0e0; border-radius: 6px; font-size: 14px; font-family: 'Poppins', sans-serif; outline: none; transition: 0.3s; }
.input-icon-wrapper input:focus { border-color: #e5b122; }

/* Radios */
.sotia-products-grid { display: flex; flex-direction: column; gap: 15px; }
.sotia-product-radio { cursor: pointer; display: block; margin:0; }
.sotia-product-radio input { display: none; }
.sotia-product-box { display: flex; height: 55px; align-items: center; padding: 12px 20px; border: 1px solid #e0e0e0; border-radius: 6px; transition: 0.3s; }
.sotia-product-box img { height: 35px; margin-right: 15px; object-fit: contain; }
.sotia-product-box span { font-size: 15px; font-weight: 700; color: #ff0000; margin-top:0; }
/* .sotia-product-radio input:checked + .sotia-product-box {  } */

.sotia-submit-btn { width: 100%; background-color: #dfaa20; color: #fff; border: none; padding: 15px; border-radius: 6px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 15px; transition: 0.3s; }
.sotia-submit-btn:hover { background-color: #c9930f; }
.sotia-secure-text { text-align: center; font-size: 12px; color: #777; margin-top: 15px; margin-bottom:0;}
.sotia-secure-text i { font-size: 14px; margin-right: 5px; }

/* WBADWU Section */
.sotia-wbadwu { padding: 50px 0 50px 0; position: relative; z-index: 5; }
.sotia-wbadwu-card { background: #ffffff; border-radius: 20px; padding: 50px; width: 100%; box-shadow: 0 5px 30px rgba(0,0,0,0.04); }
.sotia-wbadwu-card h2 { text-align: center; font-size: 28px; font-weight: 800; color: #222; margin-bottom: 50px; }
.wbadwu-grid { display: flex; justify-content: space-between; gap: 30px; }
.wbadwu-item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.wbadwu-item img { height: 60px; object-fit: contain; margin-bottom: 25px; }
.wbadwu-item h4 { font-size: 16px; font-weight: 800; color: #222; margin-bottom: 12px; }
.wbadwu-item p { font-size: 13px; color: #666; line-height: 1.5; margin: 0; }

/* Bottom Section */
.sotia-bottom-section { padding: 30px 0 80px 0; }
.sotia-help-box { background-color: #fcf8eb; border-radius: 12px; padding: 40px 30px; width: 40%; display: flex; align-items: flex-start; gap: 20px; }
.sotia-help-icon img { width: 55px; object-fit: contain;background-color: #dfaa20; padding: 10px; border-radius: 50%; }
.sotia-help-content h4 { font-size: 20px; font-weight: 800; color: #222; margin-bottom: 10px; margin-top:0;}
.sotia-help-content p { font-size: 13px; color: #555; line-height: 1.5; margin-bottom: 20px; }
.sotia-help-contact { list-style: none; padding: 0; margin: 0; }
.sotia-help-contact li { font-size: 12px; color: #222; margin-bottom: 12px; display: flex; align-items: center; flex-wrap: wrap; }

.sotia-trusted-box { width: 60%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; }
.trusted-title { font-size: 18px; font-weight: 800; color: #1a2238; margin-bottom: 30px; margin-top:0;}
.trusted-grid { display: flex; width: 100%; justify-content: space-between; gap: 15px; }
.trusted-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.trusted-item img { height: 48px; object-fit: contain; margin-bottom: 15px; }
.trusted-item span { font-size: 12px; color: #666; font-weight: 600; margin-top:0;}

.crbwc-hidden-validator {
    position: absolute;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 10px;
    z-index: -1;
    pointer-events: none;
}

.crbwc-custom-dropdown {
    position: relative;
    width: 100%;
}
.crbwc-dropdown-trigger {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 15px top 50%;
    background-size: 10px auto;
    color: #999999;
    cursor: pointer;
    line-height: normal;
    height: 55px;
    display: flex;
    align-items: center;
}
.crbwc-dropdown-trigger.selected-value {
    color: #333333;
}
.crbwc-custom-dropdown.open .crbwc-dropdown-trigger {
    border-color: #e5b122;
    box-shadow: 0 0 0 3px rgba(229,177,34,0.1);
}
.crbwc-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-top: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    overflow: hidden;
}
.crbwc-custom-dropdown.open .crbwc-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.crbwc-dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}
.crbwc-dropdown-item:hover {
    background: #f7f7f7;
    color: #e5b122;
}

/* Responsive styling */
@media (max-width: 1199px) {
    .sotia-hero-left, .sotia-hero-right { width: 100%; padding-right: 0; }
    .sotia-form-card { max-width: 100%; margin: 50px auto 0 auto; }
    .wbadwu-grid { flex-wrap: wrap; }
    .wbadwu-item { min-width: 45%; }
    .sotia-bottom-section .sotia-container { flex-direction: column; }
    .sotia-help-box, .sotia-trusted-box { width: 100%; }
}
@media (max-width: 767px) {
    .sotia-hero-features { flex-direction: column; }
    .wbadwu-item { min-width: 100%; }
    .trusted-grid { flex-wrap: wrap; justify-content: center; gap: 30px; }
    .trusted-item { min-width: 40%; }
    .sotia-hero{
        padding: 30px 0 100px 0px ;
    }
}
