.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-178 .elementor-element.elementor-element-be8a01c{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:600;line-height:18px;letter-spacing:2.4px;color:#EC2814;}.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-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-178 .elementor-element.elementor-element-cb3df1c .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-178 .elementor-element.elementor-element-cb3df1c .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-178 .elementor-element.elementor-element-cb3df1c{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-178 .elementor-element.elementor-element-cb3df1c .elementor-icon-list-text{color:#FF8A00;transition:color 0.3s;}.elementor-178 .elementor-element.elementor-element-477955e{--display:flex;}.elementor-178 .elementor-element.elementor-element-a366163{--display:flex;}.elementor-178 .elementor-element.elementor-element-0bf72ea{--display:flex;}.elementor-178 .elementor-element.elementor-element-bf4a844{--display:flex;}.elementor-178 .elementor-element.elementor-element-7cd4231{--display:flex;}.elementor-178 .elementor-element.elementor-element-d951596{--display:flex;}.elementor-178 .elementor-element.elementor-element-bbe19d5{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-f802b76 */.demo-booking-form{
    background:#fff;
    padding:28px;
    border-radius:24px;
    box-shadow:0 0 0 1px rgba(0,0,0,.08),
               0 20px 60px -20px rgba(20,15,40,.14);
}

.demo-booking-form .form-row{
    display:flex;
    gap:12px;
    margin-bottom:-6px;
}

.demo-booking-form .form-group{
    flex:1;
}

.demo-booking-form label{
    display:block;
    font-size:11px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#121212;
    margin-bottom:-12px;
}

.demo-booking-form input,
.demo-booking-form select{
    width:100%;
    height:41px;
    padding:10px 14px;
    border:1px solid rgba(0,0,0,.09);
    border-radius:14px;
    background:#fff;
    font-size:14px;
    color:#171717;
    box-sizing:border-box;
}

.demo-booking-form textarea{
    width:100%;
    height:83px;
    padding:10px 14px;
    border:1px solid rgba(0,0,0,.09);
    border-radius:14px;
    background:#fff;
    font-size:14px;
    color:#171717;
    resize:none;
    box-sizing:border-box;
}

.demo-booking-form input::placeholder,
.demo-booking-form textarea::placeholder{
    color:#A1A1A1;
}

.demo-booking-form select{
    appearance:none;
    -webkit-appearance:none;
}

.submit-wrap{
    margin-top:px;
}

.demo-booking-form .wpcf7-submit{
    width:100%;
    height:48px;
    border:none;
    border-radius:14px;
    color:#fff;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
    background:linear-gradient(
        90deg,
        #FF8A00 0%,
        #F86400 42.86%,
        #EB1600 100%
    );
}

.demo-note{
    margin-bottom:0px;
    text-align:center;
    font-size:11.5px;
    line-height:19px;
    color:#000;
}

@media(max-width:767px){

.demo-booking-form .form-row{
    flex-direction:column;
    gap:16px;
}

}

.product-cards{
    margin-top:6px;
}

.product-cards .wpcf7-form-control-wrap{
    display:block;
}

.product-cards .wpcf7-radio{
    display:flex;
    gap:12px;
    width:100%;
}

.product-cards .wpcf7-list-item{
    margin:0;
    flex:1;
}

.product-cards .wpcf7-list-item label{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:86px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    background:#fff;
    cursor:pointer;
    text-align:center;
    padding:10px;
}

.product-cards input[type="radio"]{
    position:absolute;
    opacity:0;
}

.product-cards .wpcf7-list-item-label{
    font-size:13px;
    font-weight:600;
    color:#262626;
    text-transform:none;
    letter-spacing:0;
}

/* Active card */

.product-cards input[type="radio"]:checked + .wpcf7-list-item-label{
    color:#121212;
}

.product-cards .wpcf7-list-item label:has(input[type="radio"]:checked){
    border:2px solid #FF6A00;
    background:#fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f80e07f */.what-you-get {
    padding: 80px 0;
    background: #f5f5f5;
    font-family: Arial, sans-serif;
}

.what-you-get .container {
    width: 1200px;
    max-width: 90%;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.left-content {
    flex: 0 0 32%;
}

.section-tag {
    display: inline-block;
    color: #ff5a1f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.left-content h2 {
    font-size: 38px;
    line-height: 1.15;
    color: #222;
    margin-bottom: 20px;
    font-weight: 500;
}

.left-content h2 span {
    color: #ff5a1f;
}

.left-content p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    max-width: 320px;
}

.right-content {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.info-card {
    background: #fff;
    border: 1px solid #ffb26b;
    border-radius: 12px;
    padding: 24px;
    transition: 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.info-card h3 {
    font-size: 16px;
    color: #222;
    margin-bottom: 12px;
    font-weight: 600;
}

.info-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #777;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .what-you-get .container {
        flex-direction: column;
    }

    .right-content {
        grid-template-columns: 1fr;
    }

    .left-content h2 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-503bb3b */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, sans-serif;
    background: #f5f5f5;
}

.expect-section {
    padding: 40px 56px;
}

.expect-content {
    max-width: 420px;
}

.expect-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff5a1f;
    margin-bottom: 10px;
}

.expect-content h2 {
    font-size: 40px;
    line-height: 1.05;
    font-weight: 500;
    color: #171717;
}

.expect-content h2 span {
    color: #ff5a1f;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b894e9 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, sans-serif;
    background: #f5f5f5;
}

.process-section {
    padding: 40px;
}

.process-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.process-card {
    background: #f8f8f8;
    border: 1px solid #ff8a50;
    border-radius: 8px;
    padding: 24px 18px;
    text-align: center;
    min-height: 170px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(
        135deg,
        #ff9a00,
        #ff4d00
    );
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 16px;
}

.process-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.process-card p {
    font-size: 11px;
    line-height: 1.6;
    color: #777;
    max-width: 220px;
}

/* Responsive */
@media (max-width: 992px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */