.elementor-312 .elementor-element.elementor-element-acbf294{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-312 .elementor-element.elementor-element-4573411{text-align:center;}.elementor-312 .elementor-element.elementor-element-4573411 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:62px;line-height:100px;letter-spacing:1.2px;color:#FAE7B3;}#elementor-popup-modal-312 .dialog-widget-content{background-color:#271105;border-radius:23.93px 23.93px 23.93px 23.93px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-312{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-312 .dialog-message{width:877px;height:auto;padding:23px 23px 23px 23px;}#elementor-popup-modal-312 .dialog-close-button{display:flex;background-color:#FFAC33;font-size:20px;}#elementor-popup-modal-312 .dialog-close-button i{color:#000000;}#elementor-popup-modal-312 .dialog-close-button svg{fill:#000000;}@media(max-width:1366px){.elementor-312 .elementor-element.elementor-element-4573411 .elementor-heading-title{font-size:60px;line-height:66px;}}@media(max-width:1024px){.elementor-312 .elementor-element.elementor-element-4573411{text-align:center;}}@media(max-width:767px){.elementor-312 .elementor-element.elementor-element-4573411 .elementor-heading-title{font-size:40px;line-height:44px;}}/* Start custom CSS for shortcode, class: .elementor-element-6749f51 *//* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Inter:wght@400;500;600&display=swap');

/* Main Wrapper */
.mt-wrap{
    max-width:1100px;
    margin:auto;
    background:#1c1108;
    padding:50px 70px;
    border-radius:16px;
    font-family:'Inter',sans-serif;
}

/* Heading */
.mt-wrap h2{
    text-align:center;
    color:#faeacb;
    font-size:52px;
    font-family:'Playfair Display',serif;
    font-weight:400;
    margin-bottom:40px;
}

.mt-wrap h3{
    color:#ffac33;
    font-size:28px;
    margin:30px 0 20px;
    font-family:'Playfair Display',serif;
    font-weight:400;
}

/* Grid */
.mt-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.mt-full{
    grid-column:1/-1;
}

.mt-mentor-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    align-items:center;
}

/* Inputs */
.mt-wrap input,
.mt-wrap textarea,
.mt-wrap select{
    width:100%;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    padding:16px 20px;
    color:#f3e5d8;
    font-size:15px;
    font-family:Inter,sans-serif;
}

.mt-wrap textarea{
    height:160px;
    resize:vertical;
}

.mt-wrap input::placeholder,
.mt-wrap textarea::placeholder{
    color:rgba(255,255,255,.6);
}

/* Focus */
.mt-wrap input:focus,
.mt-wrap textarea:focus{
    border-color:#ffac33;
    outline:none;
}

/* Upload Section */
.mt-photo-row{
    display:flex;
    gap:20px;
    align-items:center;
}

.mt-photo-box{
    width:130px;
    height:130px;
    border-radius:12px;
    background:rgba(255,255,255,.05);
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    background-size:cover;
    background-position:center;
}

.mt-photo-box i{
    font-size:55px;
    color:#666;
}

.mt-upload-col{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.mt-upload-col span{
    color:#fff;
}

/* Contact Form 7 File Button */
.wpcf7-file{
    color:#fff;
}

/* Submit Button */
.wpcf7-submit,
.mt-btn{
    background:#ffac33;
    color:#111;
    border:none;
    border-radius:6px;
    padding:14px 35px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.wpcf7-submit:hover,
.mt-btn:hover{
    opacity:.9;
}

/* CF7 Response */
.wpcf7-response-output{
    color:#fff;
    border:1px solid #ffac33 !important;
    margin-top:20px !important;
}

/* Responsive */
@media(max-width:768px){

.mt-wrap{
padding:30px 20px;
}

.mt-grid,
.mt-mentor-grid{
grid-template-columns:1fr;
}

.mt-wrap h2{
font-size:34px;
}

.mt-wrap h3{
font-size:22px;
}

.mt-photo-row{
flex-direction:column;
align-items:flex-start;
}

}/* End custom CSS */