header.site-header,
footer.site-footer {
    display: none !important;
}
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}
.results-box-orange {
    background: linear-gradient(90deg, #f5a623, #e69500);
    color: #fff;
    padding: 28px 30px; /* padding increase */
    border-radius: 16px;
    font-weight: 600;
}

.results-box-orange input {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 26px;   /* bigger amount */
    font-weight: 700;  /* bold amount */
}
/* Field labels inside the results box */
.results-box-orange label {
    color: #ffffff !important;   /* white labels */
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 14px;  /* adjust label size */
}
.results-box-orange {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* Other Result Cards (Total Deliveries, Avg Daily, Cost Per Delivery) */
.result-card {
    background: #f3f4f6;   /* light grey */
    padding: 20px 25px;     /* thoda padding increase */
    border-radius: 14px;
    margin-bottom: 14px;
    text-align: left;       /* text left align */
}

/* Bold numbers in result cards */
.result-card .cff-field input {
    border: none !important;
    background: transparent !important;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

/* Outer section card shadow */
.result-section {
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 30px;
}
/* Field wrapper */
.simple-line {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 4px !important;
    padding: 4px 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Label styling */
.cff-label {
    display: none !important; /* label bilkul hide kar do */
}

/* Input / textarea / select - fully invisible box */
.cff-input input,
.cff-input textarea,
.cff-input select {
    background: transparent !important; /* no background */
    border: none !important;           /* no border */
    box-shadow: none !important;       /* no shadow */
    outline: none !important;          /* remove focus outline */
    padding: 0 !important;             /* remove padding */
    margin: 0 !important;              /* remove margin */
    width: 100% !important;            /* full width text input */
}
.simple-line {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    width: 100%;
}
.simple-line .cff-label {
    flex: 1 1 auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

.simple-line .cff-field {
    flex: 0 0 auto !important;
    text-align: right;
}

.simple-line input {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-weight: 600;
    text-align: right;
}
.result-card {
    background: #ffffff;   /* light grey */
    padding: 18px 20px;
    border-radius: 14px;
    margin-bottom: 14px;
}

.result-card input {
    border: none !important;
    background: transparent !important;
    font-weight: 700;   /* bold number */
    font-size: 18px;
}
selector {
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 30px;
}
.results-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.3px;
}

/* Main Green Result Box */
.results-box-green {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #ffffff;
    padding: 22px 26px;   /* thora compact */
    border-radius: 16px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    margin-top: 5px;     /* 50px zyada lag raha tha */
}

/* Main Green Result Box */
.results-box-green {
    background: linear-gradient(90deg, #16a34a, #22c55e);
    color: #fff;
    padding: 30px 50px;  /* left/right padding increase kiya 32px se 50px */
    border-radius: 18px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-top: 50px; 
}

/* Amount inside green box */
.results-box-green input {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 30px;
    font-weight: 800;
    padding-left: 50px; /* input ke andar thodi extra spacing */
	padding-left: 50px;
}
.results-box-green {
    margin-top: 1px;  /* value adjust kar sakti ho */
}
/* Field labels inside green box */
.results-box-green label {
    color: #ffffff !important;  /* labels white */
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 14px;  /* adjust size if needed */
}
.results-box-green {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.results-wrapper {
    display: flex;
    gap: 20px;
    align-items: stretch;   /* same height karega */
}
.results-heading-custom {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    letter-spacing: 0.3px;
    color: #111827 !important;
    margin-top: 8px;       /* thoda upar padding */
    margin-bottom: 12px;   /* box ke upar proper spacing */
    display: flex;
    align-items: center;
    gap: 8px;
}
.results-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    letter-spacing: 0.3px;
    color: #111827 !important;
    margin-top: 8px;       /* thoda upar padding */
    margin-bottom: 12px;   /* box ke upar proper spacing */
    display: flex;
    align-items: center;
    gap: 8px;
}
.total-partnership-cost{
    background:#f6e3db;
    border:1px solid #f28b6a;
    border-radius:12px;
    padding:14px 20px;
    display:flex;
    align-items:center;
    font-family:'Montserrat', sans-serif;
    font-size:13px;
    font-weight:500;
    color:#333;
	 margin-top:10px;
}

/* text */
.total-partnership-cost span{
    flex:1;              /* text ko zyada space milega */
    white-space:nowrap;  /* text 1 line me rahega */
}

/* number */
.total-partnership-cost input{
    border:none !important;
    background:transparent !important;
    outline:none;
    font-family:'Montserrat', sans-serif;
    font-size:15px;
    font-weight:800;
    color:#ff5a1f !important;
    text-align:right;
    margin-left:105px;  /* field thori aage/right chali jayegi */
}
.total-partnership-cost label{
    min-width:220px; /* label ko zyada width milegi */
	  margin-left:15px;
    white-space:nowrap;
}
.form-cost-field{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.form-cost-field input{
    border:none !important;
    background:transparent !important;
    text-align:right;
	  margin-left:90px;
}
.form-cost-field label{
    min-width:220px; /* label ko zyada width milegi */
    white-space:nowrap;
} 
/* Default: mobile first, no extra margin */
.results-heading {
    margin-top: 20px; /* ya mobile ke liye normal margin */
}

/* Desktop / laptop screens */
@media (min-width: 1024px) {
    .results-heading {
        margin-top: 63px; /* sirf desktop/laptop par */
    }
}
/* Import Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

/* Output display (calculated value) */
#display {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    color: #e83a3a; /* aapke output color */
}

/* Input fields, dropdowns, and buttons */
input, select, button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

/* Placeholder text inside input fields */
input::placeholder {
    font-family: 'Montserrat', sans-serif !important;
}

/* Field labels */
label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;  /* Adjust label size */
    font-weight: 500;
    color: #333;      /* Label color, optional */
}
.custom-divider {
    border: none;              /* Remove default border */
    height: 1px;               /* Line thickness */
    background-color: grey;     /* Grey color */
    margin: 10px 0;            /* Top & bottom spacing */
}
.form-step-heading{
    text-align:left;
    margin-bottom:25px;
}

.form-step-title{
    text-align:left;
    margin-bottom:25px;
}

.form-step-heading{
    text-align:left;
    margin-bottom:25px;
}

.step-check-icon{
    width:60px;
    height:60px;
    background:#dff5e7;
    color:#1bb55c;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:bold;
    margin-bottom:15px;
}
.step-icon.upload{
    width:60px;
    height:60px;
    background:#dff5e7;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.step-icon.upload svg{
    stroke:#1bb55c;
}
.form-step-title{
    text-align:left;
    margin-bottom:25px;
}

.form-step-title .step-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
}

/* Business icon */
.form-step-title .step-icon.business{
    background:#EFE8FF !important;
}

/* Contact icon */
.form-step-title .step-icon.contact{
    background:#FFEBE6 !important;
}
.step-icon.cost{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#FDE7E7;   /* light red background */
    color:#E00000;        /* red INR color */
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:500;
    margin-bottom:10px;
}
.form-step-title h3{
    font-size:24px;
    font-weight:600;
    margin:0;
}
.connect-section {
    text-align: center;
    margin-top: 20px;
}

.connect-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: #0BA63E !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: none !important;

    width: 100% !important;      /* full width of parent container */
    max-width: 320px !important;  /* screenshot jaisa fixed width */
    margin: 0 auto !important;    /* center align */
    box-sizing: border-box !important;
}

.connect-icon {
    font-size: 18px !important;
}

.skip-text {
    margin-top: 12px;
    color: #6b7280;
    font-size: 15px;
}

.party-toggle{
display:flex;
gap:20px;
width:100%;
}

.party-toggle input{
display:none;
}

.party-toggle label{
flex:1;
text-align:center;
padding:16px 0;
border:2px solid #e5e5e5;
border-radius:12px;
font-size:12px;
font-weight:500;
cursor:pointer;
background:#fff;
transition:0.3s;
}

.party-toggle input:checked + label{
border-color:#ff4d00;
background:#fff3ef;
color:#ff4d00;
}
/* Clock icon */
.form-step-title .step-icon.hours{
    background:#FFEBE6 !important;
}
.delivery-warning{
border:1px solid #FCA5A5;
background:#FFF1F2;
padding:10px;
border-radius:6px;
color:#DC2626;
font-size:14px;
}
.hours-title{
font-size:20px;
font-weight:600;
margin-bottom:16px;
color:#111827;
}
.hours-box{
display:flex;
flex-direction:column;
gap:14px;
}

.day-row{
display:flex;
align-items:center;
gap:25px;
background:#ffffff;
padding:16px;
border-radius:10px;
border:1px solid #e5e7eb;
}

.day{
width:90px;
font-weight:500;
}

.day-row input[type="time"]{
padding:8px 10px;
border:1px solid #d1d5db;
border-radius:6px;
}

.dash{
color:#6b7280;
}

.closed{
margin-left:auto;
display:flex;
align-items:center;
gap:6px;
}
.delivery-area {
  font-weight: 600; /* Slightly bold, not full heavy */
  font-size: 18px;  /* Optional: adjust size */
  color: #111827;   /* Keep consistent with other headings */
  margin-bottom: 8px;
}
.upload-description{
color:#6b7280;
font-size:14px;
margin-bottom:20px;
}
/* Upload box */
.menu-upload-box{
border:2px dashed #cbd5e1;
border-radius:12px;
padding:50px;
text-align:center;
background:#fafafa;
position:relative;
transition:0.3s;
}

/* Hover effect */
.menu-upload-box:hover{
border-color:#FE3C06;
background:#fafafa;
}

/* File input hidden */
.menu-upload-box input{
position:absolute;
width:100%;
height:100%;
opacity:0;
top:0;
left:0;
cursor:pointer;
}
/* Hide default file input */
.elementor-field-type-upload input[type="file"] {
    display: none;
}

/* Custom styled upload box */
.elementor-field-type-upload label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #16a34a;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.elementor-field-type-upload label:hover {
    background-color: #f0fdf4;
}

/* Optional: icon + text inside label */
.elementor-field-type-upload label::before {
    content: "⬆️ Click to upload menu images";
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #16a34a;
}

/* Small subtext */
.elementor-field-type-upload label span {
    font-size: 12px;
    color: #666;
}
/* Icon spacing */
.upload-icon{
margin-bottom:12px;
}

/* First text */
.upload-text{
font-weight:500;
color:#374151;
margin-bottom:8px;
}

/* Second text */
.upload-sub{
font-size:13px;
color:#6b7280;
display:block;
margin-top:4px;
}
body{
font-family:Arial;
background:#f7f7f7;
}

.wrapper{
display:flex;
gap:80px;
align-items:center;
padding:40px;
}
.elementor-field-type-upload {
    border: 2px dashed #cfcfcf;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    background: #fafafa;
    cursor: pointer;
}

.elementor-field-type-upload input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
