/* Designer Page Template Styling */

.vbbk-designer-template .container-narrow {
    max-width: 860px;
    margin: 0 auto;
}

/* Intro Section */
.designer-intro-section {
    padding: 100px 0 60px;
    text-align: center;
}

.designer-label {
    color: var(--primary-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.designer-main-title {
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 40px;
    color: var(--brand-navy);
}

.designer-text-content {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.designer-text-content p {
    margin-bottom: 25px;
}

.designer-text-content blockquote {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 20px;
    color: var(--brand-navy);
    margin: 40px auto;
    padding: 0;
    border: none;
}

.designer-separator {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.designer-separator span {
    width: 60px;
    height: 1px;
    background: #e0e0e0;
    position: relative;
}

.designer-separator span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background: var(--primary-gold);
}

/* Process Section */
.designer-process-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.section-badge {
    color: var(--primary-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 36px;
    margin-bottom: 60px;
}

.designer-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
}

.process-line {
    position: absolute;
    top: 55px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: #e5e5e5;
    z-index: 1;
}

.process-item {
    position: relative;
    z-index: 2;
}

.process-circle {
    width: 110px;
    height: 110px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
}

.process-item:hover .process-circle {
    border-color: var(--primary-gold);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(184, 142, 47, 0.15);
}

.step-num {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #111;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon {
    font-size: 28px;
    color: #333;
    transition: color 0.3s;
}

.process-item:hover .process-icon {
    color: var(--primary-gold);
}

.process-item h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--brand-navy);
}

.process-item p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
    max-width: 220px;
    margin: 0 auto;
}

/* Request Form Section */
.designer-form-section {
    padding: 100px 0;
    background: #fbf9f4;
    text-align: center;
}

.section-subtitle {
    margin-top: -45px;
    margin-bottom: 60px;
    color: #666;
}

.designer-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
}

/* Fluent Form Custom Overrides */
.vbbk-designer-template .fluentform {
    text-align: left;
}

.vbbk-designer-template .ff-el-group {
    margin-bottom: 25px !important;
}

.vbbk-designer-template .ff-el-input--label label {
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.vbbk-designer-template .ff-el-form-control {
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    padding: 12px 18px !important;
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    background: #fdfdfd !important;
    transition: all 0.3s !important;
}

.vbbk-designer-template .ff-el-form-control:focus {
    border-color: var(--primary-gold) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(184, 142, 47, 0.08) !important;
    outline: none !important;
}

.vbbk-designer-template .ff-btn-submit {
    background-color: var(--primary-gold) !important;
    background-image: none !important;
    border: none !important;
    color: #fff !important;
    padding: 18px 50px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    margin: 20px auto 0 !important;
    display: flex !important;
    width: fit-content !important;
}

.vbbk-designer-template .ff-btn-submit:hover {
    background-color: #a67f2b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(184, 142, 47, 0.3) !important;
}

/* Custom Image Upload UI in Fluent Form (targeting standard class) */
.vbbk-designer-template .ff_file_upload_holder {
    border: 2px dashed #e5e5e5 !important;
    background: #fdfdfd !important;
    padding: 30px !important;
    text-align: center !important;
}

/* Responsive Overrides */
@media (max-width: 992px) {
    .designer-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .process-line {
        display: none;
    }
    .designer-main-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .designer-form-wrapper {
        padding: 40px 20px;
    }
    .designer-main-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .designer-process-grid {
        grid-template-columns: 1fr;
    }
}
