.umt-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers vertically */
    justify-content: center;
    /* Centers horizontally */
    gap: 12px;
    /* Spacing between logo and text */
    padding: 15px;
    /* Some padding for spacing */
    background-color: #fff;
    /* Clean white background */
    border-radius: 10px;
    /* Slight rounded edges */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Soft shadow for depth */
    width: fit-content;
    /* Adapts to content size */
    margin: auto;
    /* Centering inside a parent */
}

.umt-logo {
    height: 150px;
    /* Adjust logo size */
    width: auto;
}

.umt-text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    /* Dark grey text */
    font-family: 'Arial', sans-serif;
}


body {
    margin: 0;
    padding: 0;
    width: 100%;
    /* Ensure full viewport width */
    display: flex;
    justify-content: center;
    /* Centers the wrapper */
}

.wrapper {
    width: 60%;
    /* Keeps it at 60% width */
    max-width: 800px;
    /* Prevents it from being too wide on large screens */
    background-color: #fff;
    /* Clean white background */
    border-radius: 16px;
    /* Soft rounded corners */
    border: none;
    /* Remove the solid black border */
    padding: 30px;
    /* More spacious padding */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
    transition: all 0.3s ease-in-out;
    /* Smooth animations */
}

/* Add a hover effect for interaction */
.wrapper:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.main-container {
    width: 100%;
    /* Takes full width of wrapper */
    margin: 0 auto;
    /* Centers this div */
}

.personal_information_heading_mak,
.travel_heading_mak,
.accomodation_heading_mak,
.visa_heading_mak,
.transport_heading_mak,
.ziyarat_heading_mak {
    font-size: 20px;
    font-weight: 700;
}

/* Adjust form layout for a clean, aligned look */
.form-group {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 10px;
}

/* Reset some default styles */
body,
h2,
h3,
p,
label,
select,
input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background-color: #f8f9fa;
    /* Light grey background */
}

/* Main headings */
h2 {
    color: black;
}

/* Subheadings */
h3 {
    color: black;
    margin: 15px 0 5px;
}

/* Paragraphs */
p {
    margin: 10px 0;
}

hr {
    height: 2px;
    background-color: black;
    border: none;
}


label {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    /* Prevents line breaks in English */
    margin-right: 10px !important;
    margin: 10px 0;
    font-size: 12px;
}

label br {
    display: block;
    /* Ensures Urdu text moves to the next line */
    content: "";
}


/* Input styles */
input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
}

/* Select styles */
select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    transition: border-color 0.3s;
}

select:focus {
    border-color: black;
    outline: none;
}

/* Button styles */
button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

button:hover {
    background-color: #357ABD;
}

/* Price display styles */
#total_price {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    margin-top: 20px;
}

/* Hidden class for sections */
.hidden {
    display: none;
}

#hotel_price_makkah,
#hotel_price_makkah_phone,
#hotel_price_madinah,
#hotel_price_madinah_phone,
#hotel_price_madinah_phone_urdu,
#hotel_price_makkah_urdu,
#hotel_price_makkah_phone_urdu,
#hotel_price_madinah_urdu,
#makkah_ziyarat_price,
#madinah_ziyarat_price,
#musa_trip_price,
#total_ziyarat_price {
    font-size: 12px;
    font-weight: 700;
}

#makkah_ziyarat_price,
#madinah_ziyarat_price,
#musa_trip_price,
#total_ziyarat_price {
    display: flex;
    justify-content: end;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
}


/* Modern styling for input fields */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.heading_4_mak {
    font-size: 16px;
}

.makkah_ziyarats_standard_mak {
    display: flex;
    gap: 10px;
}

/* Focus effect */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    border-color: #007bff;
    /* Highlight color */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

/* Placeholder styling */
input::placeholder,
textarea::placeholder {
    color: #aaa;
    font-style: italic;
}

textarea {
    height: 100px;
    resize: vertical;
}

.section_1_mak,
.section_2_mak {
    display: flex;
}

.accomodation_sec_desktop_mak {
    display: flex;
}

.name_field_mak {
    display: flex;
    width: 50%;
}

.email_field_mak {
    display: flex;
    width: 50%;
    padding-left: 20px;
}

.phone_field_mak {
    display: flex;
    width: 50%;
}

.country_field_mak {
    display: flex;
    width: 25%;
    padding-left: 10px;
}

.country_field_mak select {
    font-size: 12px;
}

.country_field_mak select option {
    font-size: 12px;
}

.city_field_mak {
    display: flex;
    width: 25%;
    padding-left: 10px;
}

.city_field_mak select {
    font-size: 12px;
}

.city_field_mak select option {
    font-size: 12px;
}

.visa_field_mak {
    display: flex;
    gap: 10px;
    /* Adds spacing between options */
    align-items: center;
    /* Aligns items vertically */
    width: auto;
}

.visa_field_mak span {
    font-size: 12px;
}

.private_transport_field_mak {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    width: auto;
}

.private_transport_options_mak {
    display: flex;
    justify-content: stretch;
}

.ziyarat_options_mak {
    display: flex;
}

.standard_ziyarats_section_mak {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.ziyarat_sec_1 {
    margin-right: 10px;
}

.ziyarat_sec_2 {
    margin-left: 10px;
}

.makkah_hotel_heading_mak {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    margin-right: 10px;
}

.madinah_hotel_heading_mak {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.makkah_accomodation_section_mak {
    width: 50%;
    padding-right: 10px;
}

.makkah_hotel_price_mak {
    width: 100%;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    text-align: end;
}

.madinah_accomodation_section_mak {
    width: 50%;
    padding-right: 10px;
}

.madinah_hotel_price_mak {
    width: 100%;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    text-align: end;
}

.visa_heading_mak {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-right: 10px;
}

.visa_heading_mak p {
    font-size: 12px;
    font-weight: 600;
}

.private_transport_heading_mak {
    font-size: 12px;
    font-weight: 700;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

.visa_price_con_mak {
    display: flex;
    flex-direction: column;
    text-align: end;
    margin-right: 10px;
}

.private_transport_price_con_mak {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: end;
    margin-top: 20px;
    margin-right: 10px;
}

.ziyarat_price_con_mak {
    display: flex;
    flex-direction: column;
    text-align: end;
    margin-top: 20px;
    width: 100%;
}

#visa_price,
#visa_price_urdu {
    font-size: 12px;
    font-weight: 700;
    padding: 0%;
    margin: 0%;
}

#transport_price,
#transport_price_urdu {
    font-size: 12px;
    font-weight: 700;
    padding: 0%;
    margin: 0%;
}

#ziyarat_price,
#ziyarat_price_urdu {
    font-size: 12px;
    font-weight: 700;
    padding: 0%;
    margin: 0%;
}

.section_5_mak {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.persons_field_mak {
    display: flex;
    width: 33.33%;
    margin-right: 10px;
}

.children_field_mak {
    display: flex;
    width: 33.33%;
    margin-right: 10px;
}

.children_age_field_mak {
    display: flex;
    width: 33.33%;
    margin-right: 10px;
}

.date_field_mak {
    display: flex;
    width: 50%;
    margin-right: 10px;
}

.section_6_mak {
    width: 97%;
}

.umt-instructions {
    background-color: #f9f9f9;
    border-left: 5px solid black;
    /* Blue highlight */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
}

.umt-instructions-title {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.umt-instructions-content {
    padding: 10px;
}

/* Styling the ordered list */
.umt-instructions-list {
    list-style: none;
    padding-left: 0;
    counter-reset: list-counter;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* List items styling */
.umt-instructions-list li {
    counter-increment: list-counter;
    padding: 8px 0;
    font-size: 12px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Numbering for English items */
.umt-instructions-list li:not(.urdu)::before {
    content: counter(list-counter) ".";
    font-weight: bold;
    color: black;
    font-size: 18px;
}

/* Urdu text styles */
.urdu {
    text-align: right;
    direction: rtl;
    font-weight: bold;
    color: #222;
}

.accomodation_sec_mak {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.madinah_accomodation_section_mak,
.makkah_accomodation_section_mak {
    width: 50%;
}

.selected-option {
    color: green;
    font-weight: bold;
}
.disabled {
    color: gray;
    pointer-events: none;
}
.indented-options {
    margin-left: 20px; /* Adds left margin to sub-options */
}

.heading_ziyarat_1_mak {
    font-size: 18px;
    font-weight: 700;
}

.heading_ziyarat_2_mak {
    font-size: 16px;
    font-weight: 700;
}

.heading_ziyarat_3_mak {
    font-size: 14px;
    font-weight: 700;
}

.option-group {
    margin-left: 10px;
}

.note_mak {
    font-size: 12px;
    font-weight: 600;
}

.price_per_person_section_mak,
.total_price_section_mak {
    display: flex;
    width: 100%;
}

.price_per_person_sar_section_mak,
.total_price_sar_section_mak {
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    width: 50%;
}
.price_per_person_pkr_section_mak,
.total_price_pkr_section_mak {
    text-align: end;
    font-size: 16px;
    font-weight: 700;
    width: 50%;
}

/* Responsive: Stacks in mobile view */
@media (max-width: 900px) {
    body {
        padding: 10px;
    }

    .heading_3_mak {
        font-size: 14px;
    }

    .num_days_makkah {
        font-size: 10px;
    }

    .wrapper {
        width: 80%;
        /* Prevents it from being too wide on large screens */
        background-color: #fff;
        /* Clean white background */
        border-radius: 16px;
        /* Soft rounded corners */
        border: none;
        /* Remove the solid black border */
        padding: 30px;
        /* More spacious padding */
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        /* Subtle shadow for depth */
        transition: all 0.3s ease-in-out;
        /* Smooth animations */
    }

    .heading_4_mak {
        font-size: 12px;
    }

    .accomodation_sec_mak {
        display: flex;
        flex-direction: column;
    }

    .madinah_accomodation_section_mak,
    .makkah_accomodation_section_mak {
        width: 100%;
    }

    .makkah_accomodation_section_mak {
        margin-bottom: 30px;
    }

    .umt-text {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        /* Dark grey text */
        font-family: 'Arial', sans-serif;
    }


    select,
    input[type="number"] {
        font-size: 14px;
    }

    h2,
    h3 {
        font-size: 1.5em;
    }

    .umt-instructions-list li {
        text-align: center;
    }

    .urdu {
        text-align: center;
    }

    .section_1_mak,
    .section_2_mak,
    .section_5_mak {
        flex-direction: column;
    }

    .name_field_mak,
    .email_field_mak,
    .phone_field_mak,
    .country_field_mak,
    .city_field_mak,
    .children_age_field_mak,
    .date_field_mak,
    .persons_field_mak,
    .children_field_mak {
        width: 100%;
        margin: 0%;
        padding: 0%;
    }

    .makkah_hotel_heading_mak,
    .makkah_hotel_field_mak,
    .makkah_hotel_price_mak,
    .madinah_hotel_heading_mak,
    .madinah_hotel_field_mak,
    .madinah_hotel_price_mak,
    .visa_heading_mak,
    .visa_price_con_mak,
    .transport_heading_mak,
    .private_transport_price_con_mak,
    .ziyarat_price_con_mak {
        width: 100%;
        margin: 0%;
        padding: 0%;
    }

    .makkah_hotel_heading_mak,
    .madinah_hotel_heading_mak {
        font-size: 14px;
    }

    .private_transport_options_mak,
    .ziyarat_options_mak {
        flex-direction: column;
    }

    .umt-instructions-list {
        font-size: 10px;
    }

    .umt-instructions-list li {
        font-size: 10px;
    }

    .umt-instructions-title {
        font-size: 16px;
        font-weight: 700;
    }

    .standard_ziyarats_section_mak {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
    }
}