.elementor-6058 .elementor-element.elementor-element-1f934b9 > .elementor-container{max-width:1200px;}.elementor-6058 .elementor-element.elementor-element-1f934b9{padding:50px 0px 10px 0px;}.elementor-6058 .elementor-element.elementor-element-1c64038{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-widget-ha-cf7 .wpcf7-form-control:not(.wpcf7-submit){font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ha-cf7 label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ha-cf7 .wpcf7-submit{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6058 .elementor-element.elementor-element-05782f7{--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;}@media(max-width:1024px){.elementor-6058 .elementor-element.elementor-element-1f934b9{padding:30px 0px 30px 0px;}}/* Start custom CSS for ha-cf7, class: .elementor-element-774bb7d *//* --- CV Form Styling for Contact Form 7 --- */

.cv-form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.cv-form-container h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 2px solid #07a84c; /* Using your theme's green */
    padding-bottom: 10px;
}

.cv-form-container .form-row {
    margin-bottom: 20px;
}

.cv-form-container label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.cv-form-container input[type="text"],
.cv-form-container input[type="email"],
.cv-form-container input[type="tel"],
.cv-form-container input[type="url"],
.cv-form-container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Important */
    transition: border-color 0.2s;
}

.cv-form-container input[type="text"]:focus,
.cv-form-container input[type="email"]:focus,
.cv-form-container input[type="tel"]:focus,
.cv-form-container input[type="url"]:focus,
.cv-form-container textarea:focus {
    border-color: #07a84c; /* Highlight with green on focus */
    outline: none;
}

.cv-form-container .wpcf7-submit {
    background-color: #07a84c;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s;
}

.cv-form-container .wpcf7-submit:hover {
    background-color: #08c258;
}```

After completing these steps, you will have a fully functional, professional-looking CV submission form on your website./* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4e2a7c *//* --- CV Form Container Modern Green Theme --- */

/* ১. ফর্ম কন্টেইনার ডিজাইন (কার্ড স্টাইল) */
.cv-form-container {
    max-width: 700px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 100, 0, 0.08); /* হালকা সবুজ শ্যাডো */
    border-top: 6px solid #28a745; /* উপরে সবুজ বর্ডার */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* ২. ল্যাঙ্গুয়েজ সুইচার বাটন */
.lang-switcher {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 25px;
}

.lang-switcher button {
    padding: 8px 20px;
    border: 1px solid #28a745;
    background: transparent;
    color: #28a745;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.lang-switcher button.active-lang,
.lang-switcher button:hover {
    background: #28a745;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

/* ৩. হেডিং স্টাইল */
.cv-form-container h3 {
    color: #1e7e34; /* গাঢ় সবুজ */
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
    font-weight: 700;
}

.cv-form-container p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* ৪. ইনপুট ফিল্ড এবং লেভেল */
.form-row {
    margin-bottom: 25px;
}

.form-row label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 15px;
}

/* ইনপুট ফিল্ডের ডিজাইন */
.cv-form-container input[type="text"],
.cv-form-container input[type="email"],
.cv-form-container input[type="tel"],
.cv-form-container input[type="url"],
.cv-form-container textarea,
.cv-form-container select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fdfdfd;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box; /* বক্স সাইজিং ঠিক রাখা */
}

/* ইনপুটে ক্লিক করলে ফোকাস ইফেক্ট */
.cv-form-container input:focus,
.cv-form-container textarea:focus {
    border-color: #28a745;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1); /* সফট গ্লো */
}

/* টেক্সট এরিয়া হাইট */
.cv-form-container textarea {
    min-height: 120px;
    resize: vertical;
}

/* ৫. ফাইল আপলোড বাটন */
.cv-form-container input[type="file"] {
    background: #f0fdf4;
    padding: 15px;
    border: 2px dashed #28a745;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    color: #1e7e34;
}

/* ৬. সাবমিট বাটন (সবচেয়ে আকর্ষণীয় অংশ) */
.submit-btn-wrapper input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #28a745 0%, #218838 100%); /* গ্রেডিয়েন্ট */
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

.submit-btn-wrapper input[type="submit"]:hover {
    transform: translateY(-2px); /* মাউস নিলে একটু উপরে উঠবে */
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.6);
    background: linear-gradient(135deg, #34ce57 0%, #28a745 100%);
}

/* ৭. ছোট টেক্সট (Helper text) */
.form-row small {
    display: block;
    margin-top: 5px;
    color: #888;
    font-style: italic;
    font-size: 13px;
}

/* ৮. রেসপন্সিভ ডিজাইন (মোবাইলের জন্য) */
@media (max-width: 600px) {
    .cv-form-container {
        padding: 20px;
        margin: 20px 10px;
    }
    
    .lang-switcher button {
        padding: 6px 15px;
        font-size: 12px;
    }
    
    .cv-form-container h3 {
        font-size: 20px;
    }
}/* End custom CSS */