/* Hamburger Menu Styles */
.hamburger-menu {
    display: none; /* Hidden by default */
    font-size: 24px;
    cursor: pointer;
    color: var(--primary);
    padding: 10px;
}

/* Navbar Links */
.nav_link {
    display: flex;
    align-items: center;
    gap: 20px; /* Adjust spacing between links */
}

/* media query for mobile */
@media (max-width: 768px) {

    .container_fluid{
        padding: 0px 20px;
        gap: 50px;
    }

    /* ======= navbar start here ============= */

    .navbar{
        padding: 15px 0px;
    }

    .nav_logo img{
        width: 130px !important;
    }

    .hamburger-menu {
        display: block; /* Show hamburger menu on small screens */
    }

    .nav_link {
        display: none; /* Hide navbar links by default on small screens */
        flex-direction: column;
        position: absolute;
        top: 70px; /* Adjust based on your navbar height */
        right: 0px;
        background-color: var(--primary);
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 10px;
        width: 100%;
    }

    .nav_link.active {
        display: flex;
        background-color: var(--primary); /* Show navbar links when active class is added */
        justify-content: center;
    }

    .nav_link a {
        padding: 10px;
        text-align: center;
        color: white;
    }

    .journey-protection {
        font-size: 18px; /* Adjust font size for smaller screens */
        width: auto !important;
    }

    .image-slider {
        display: none;
    }

    .journey-protection {
        display: none;
    }

    /* ======= navbar ends here ============= */

    /* ======= Hero Section starts here ============= */

    /* TEXT design */

    .title{
        text-align: center;
    }

    .title .element{
    }


    .title h1{
        font-size: 32px;
    }

    .title h2{
        font-size: 24px;
    }


    /* multi form design */
    .hero_section .container{
        flex-direction: column;
        /* flex-flow: wrap-reverse; */
        /* gap: 40px; */
    }

    .wrapper {
        padding: 20px;
        border-radius: 15px;
        width: 90%;
        margin-left: auto;
        margin-right: 10px; 
    }
    
    
    .trip_details{
        gap: 10px;
    }

    .trip_det_row{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .radio_btn .option {
        width: 100%;
        padding: 8px;
    }

    .radio_btn .option span {
        font-size: 12px;
        font-weight: 550;
    }

    .date_row{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .dob_date{
        width: 100% !important;
    }

    .traveller_row{
        flex-direction: row;
        /* gap: 10px; */
    }

    .traveller_col{
        width: 100%;
        padding: 2px;
    }

    .wrapper .form_wrap .input_wrap .date_col label{
        font-size: 12px;
        font-weight: 600;
    }

    .title_description{
        display: none;
    }

    .hero_section .right_flex{
        margin-top: 0px;
    }

    .hero_section .left_flex{
        margin-top: 40px;
    }

    .steps_heading h2{
        font-size: 14px;
    }

    .traveler_info_fill_form .input_row{
        display: flex;
        flex-direction: column;
        align-items: start;
      }

    #sortContainer{
        display: none !important;
    }

     /* Select policy on step 2*/

    .selected-policy{
        width: 370px !important;
    }

    .title_insurer_logo{
        display: none;
    }

    /* ======= Hero Section ends here ============= */


    /* ======= Required Insurance starts here ============= */

    .required_insurence .item_card{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }


    /* ======= Required Insurance ends here ============= */



    /* ======= Insurer Section starts here ============= */

    .insurer_details .container{
        flex-direction: column;
        gap: 20px;
    }

    /* ======= Insurer Section ends here ============= */




    /* ======= who_needs_multi_trip Section starts here ============= */

    .who_needs_multi_trip .container{
        flex-direction: column;
    }

    /* ======= who_needs_multi_trip Section ends here ============= */



    /* ======= what_can_go_wrong Section starts here ============= */

    .what_can_go_wrong .container{
        flex-direction: column;
    }

    .what_can_go_wrong .card{
        width: 100%;
    }


    /* ======= what_can_go_wrong Section ends here ============= */





    /* ======= multi_trip_option Section starts here ============= */

    .multi_trip_option{
        width: 100%;
    }

    .multi_trip_option .container{
        flex-direction: column;
    }

    /* ======= multi_trip_option Section ends here ============= */

    .presentation_inline_table{
        width: 340px !important;
    }
    .policy_row{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .policy_price_col{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px 0px;
    }

    .wrapper .btns_wrap .common_btns button {
        width: 150px;
    }

    .input_row .input_wrap{
        width: 100%;
    }

    .input_row .input_wrap:not(:last-child){
        padding-right: 0px;
        margin-bottom: 10px;
    }

    /* ======= why_choose_multi-trip Section starts here ============= */

    .why_choose_multitrip_travel_insurance{
        display: none;
    }

    /* ======= Contact Us Section starts here ============= */
    .contact_us .container{
        flex-direction: column;
    }

    .contact_us .contact_us_container{
        flex-direction: column;
        width: 100%;
    }

        /* Review & Pay section responsive styles */
        .stepper_form.data_info .review_row {
            flex-direction: column;
            align-items: flex-start;
        }
    
        .stepper_form.data_info .review_row > div[align="left"] {
            width: 100% !important;
            /* margin-bottom: 5px; */
        }
    
        .stepper_form.data_info .review_box_1 input.input {
            width: 100%;
        }
    
        .stepper_form.data_info .review_cards {
            padding: 10px;
        }
    
        .stepper_form.data_info h2 {
            font-size: 20px;
            text-align: center;
            margin-bottom: 15px;
        }

        .review_box_1 .review_row{
            flex-direction: column;
            gap: 10px;
        }
        
        /* Payment review section responsive styles */
        .review_cards .input_row {
            flex-direction: column;
            margin-bottom: 15px;
        }
        
        .review_cards .input_review {
            width: 100%;
            /* margin-bottom: 10px; */
        }
        
        .review_cards .input_review input {
            width: 100% !important;
        }
        
        .review_cards .input_review label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }
        
        .review_cards .traveller_details_terms .input_review {
            flex-direction: row;
            align-items: flex-start;
        }
        
        /* Button section responsive styles */
        .btns_wrap {
            display: flex;
            justify-content: center;
            padding: 10px 0;
        }
        
        .btns_wrap .common_btns {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        
        .btns_wrap .common_btns button {
            min-width: 120px;
            margin: 0 5px;
        }

        .review_cards .input_review{
            white-space: wrap;
        }

        .tr_review_row{
            flex-direction: column;
            gap: 14px;
        }

        .quotes_list_1 table{
            width: 100% !important;
        }

        .quotes_list_1 table span{
            font-size: 12px !important;
        }
}

@media (max-width: 429px){

    .hero_section .left_flex{
        margin-top: 10px;
    }

    .date_col{
        width: 100% !important;
    }

    .traveller_row{
        flex-direction: column;
        gap: 10px;
    }

    .traveller_col{
        width: 100%;
    }

    .traveller_col:last-child {
        margin-right: 0px;
    }

    /* Review & Pay section responsive styles */
    .stepper_form.data_info .review_row {
        flex-direction: column;
        align-items: flex-start;
        
    }

    .stepper_form.data_info .review_row > div[align="left"] {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .stepper_form.data_info .review_box_1 input.input {
        width: 100%;
    }

    .stepper_form.data_info .review_cards {
        padding: 10px;
    }

    .stepper_form.data_info h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
}