@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
:root {
    --primary: #ff5a1e;
    --secondary: #764ba2;
    --bg: #f4f6fb;
}

/* CONTAINER */
.vcan-form-container {
    max-width: 1050px;
    margin: 40px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .1);
    overflow: hidden;
}

/* HEADER */
.vcan-header-section {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    padding: 40px 30px;
    text-align: center;
}

.vcan-header-section h2 {
    font-weight: 700;
    color: #f8f5ff;
}

.vcan-header-section h4 {
    opacity: .95;
}

/* SECTION TITLE */
.vcan-section-title {
    margin: 40px 0 20px;
    padding: 14px 18px;
    font-weight: 600;
    color: var(--secondary);
    background: #faf7ff;
    border-radius: 10px;
    position: relative;
}

.vcan-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(var(--primary), var(--secondary));
    border-radius: 10px 0 0 10px;
}

/* INPUTS */
.vcan-form-control,
.vcan-form-select {
    border-radius: 12px;
    padding: 11px 14px;
}

.vcan-form-control:focus,
.vcan-form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(255, 90, 30, .25);
}

/* CHECKS */
.vcan-form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* REQUIRED */
.vcan-required::after {
    content: " *";
    color: var(--primary);
}


/* DECLARATION */
.vcan-alert-secondary {
    background: #f8f5ff;
    border-left: 4px solid var(--secondary);
}

/* BUTTON */
.vcan-btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border: none;
    border-radius: 50px;
    padding: 14px 55px;
    font-weight: 600;
    color: #f8f5ff;
    box-shadow: 0 12px 30px rgba(118, 75, 162, .4);
}

.vcan-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(118, 75, 162, .5);
}

/* HIDDEN */
.vcan-hidden-field {
    display: none;
}

/* EXPERIENCE BOX */
#experienceSection {
    background: #fafafa;
    border: 1px dashed var(--secondary);
}

.smn-hero-section {
    background: linear-gradient(135deg, #ff5a1e 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
    margin-bottom: 0;
}

.smn-hero-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.smn-hero-section .lead {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.smn-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.smn-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-radius: 2px;
}

.smn-info-card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border-radius: 12px;
}

.smn-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.smn-icon-box {
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.smn-icon-box i {
    font-size: 2rem;
    color: white;
}

.smn-benefits-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.smn-cta-section {
    background: linear-gradient(135deg, #ff5a1e 0%, #764ba2 100%);
    color: white;
}
.smn-cta-section h2{
    color: #fff;
}
.smn-cta-btn {
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.smn-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.smn-list-custom {
    list-style: none;
    padding-left: 0;
}

.smn-list-custom li {
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
}

.smn-list-custom li::before {
    content: "\f26b";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
    font-size: 1.2rem;
}

.smn-badge-custom {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
}

.smn-eligibility-box {
    background: #fff;
    border-left: 5px solid var(--primary);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .smn-hero-section h1 {
        font-size: 2rem;
    }

    .smn-section-title {
        font-size: 1.8rem;
    }
}
        .smn-form-title {
            font-weight: 700;
            color: #e5531d;
            letter-spacing: .3px;
        }
.smn-form-tops {
    margin: 40px auto;
            background: #ffffff;
            border-radius: 14px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
            padding: 45px;
    border-right: 3px solid var(--primary);
    border-left: 3px solid var(--primary);

}

.smn-section_titles {
        font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    border-right: 3px solid var(--primary);
    position: relative;
            background: #ffffff;
            border-radius: 14px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
            padding-left: 7px;
            padding-top: 7px;
    padding-bottom: 15px;
    margin-top: 15px;
}
.smn-section_titles::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--primary));
    border-radius: 2px;
}

.declaration-box {
     margin: 40px auto;
            background: #ffffff;
            border-radius: 14px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
            padding: 45px;
    border-right: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
}
