.header_bg_imge {

    background-image: url('bootstrap-5.0.2-dist/imges/HomeImage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    border-radius: 10px;
    position: relative;
}

.header_bg_imge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.155);
    border-radius: 10px;
}


.fixed_nav_bar {
    position: fixed;
    /* Keeps the navbar fixed at the top */
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    /* Flexbox layout */
    align-items: center;
    /* Center items vertically */
    justify-content: center;
    /* Center items horizontally */
    transition: background-color 0.5s ease;
}

.navbar-nav .nav-item {
    align-items: center;
    margin-right: 20px;
}

.opsition_of_nav_bar {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 120px;
}

.select_language {
    background: none;
    border: none;
    outline: none;
    margin-left: 70px;
    width: 50px;
}

.opten_lang {
    color: #ffffff;
    background-color: black;
    font-weight: bold;
}

.logo_2 {
    height: 50px;
    width: 120px;
    position: relative;
    margin-right: 10px;
    right: 30px;
}

.dis_h3 {
    text-align: center;
    color: white;
    position: relative;
    bottom: 100px;
    right: 10px;
    font-weight: bold;
    font-size: 30px;
}

.dis_h1 {
    text-align: center;
    color: white;
    position: relative;
    bottom: 50px;
    right: 10px;
    font-weight: bold;
    font-size: 50px;
}

.opsition_of_nav_bar {
    display: flex;
    /* Use flexbox for alignment */
    align-items: center;
    /* Center items vertically */
    margin-left: 20px;
    /* Space from the logo */
}

/* ----------------------------------------------------------- */





/* section tow */
.section_tow {
    position: relative;
    right: 10px;
    width: auto;
}

.position_of_section_tow {
    color: black;
    position: relative;
    top: 30px;
    right: 120px;
}

/* ----------------------------------------------------------- */




/* section three */

.higth_of_section_three {
    background-color: #F47523;
    border-radius: 10px;
    height: 200px;
    width: auto;
    margin-right: 20px;
    margin: auto;
    position: relative;
    top: 70px;
}


.section_tow {
    background-color: #F8F8F8;
    border-radius: 10px;
    height: 200px;
    margin-left: 90px;
    margin-right: 90px;
    position: relative;
    bottom: 70px;
    font-size: 24px;
}

.center_from {
    margin-left: 6%;
}

.img_phone {
    position: relative;
    left: 213px;
    top: 10px;
}

.h2_form {
    color: black;
    position: relative;
    top: 40px;
    left: 10px;
}

.btn_phone {
    background-color: black;
    color: white;
    border-color: black;
    width: 200px;

}

/* -------------------------------------------------------------- */



.inresponsive {
    position: relative;
    top: 120px;
    right: 10px;
    align-items: center;

}




.card-custom {
    
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    border-color: white;

}

.card-img-overlay-custom {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 320px;
}

.btn-custom {
    background-color: #F47523;
    border: none;
}

.cared_img_2 {
    height: 320px;
}


.card-custom {
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    color: white;
}

.span_section_3 {
    position: relative;
    left: 100px;
}

.card-body-custom {
    background-color: rgba(0, 0, 0, 0.339);
    /* Dark overlay on top of the image */
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 330px;
}

.badge-popular {
    background-color: red;
    color: white;
    font-size: 0.9rem;
}

.button_of_secton_three {
    background-color: #F47523;
    border: none;
    z-index: 0;
    position: relative;
    top: 40px;
}

.btn-custom {
    background-color: #F47523;
    border: none;
    z-index: 0;
    position: relative;
    bottom: 25px;
}

.card-price {
    font-weight: bold;
    position: relative;
    bottom: 10px;
}

.card-text {
    color: lightgray;
}

.section3 {
    position: relative;
    top: 120px;
}

.carousel-item {
    padding: 20px;
}

.review-text {
    font-size: 16px;
    color: #555;
}

.quote-mark {
    font-size: 50px;
    color: #F47523;
}

.reviewer-name {
    font-weight: bold;
}

.review-img {
    max-width: 100px;
    border-radius: 10px;
    margin-top: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgb(207, 204, 204);
    /* Change the background color to gray */
    border-radius: 50%;
    /* Optional: Make the icon circular */
    width: 50px;
    /* Adjust the size */
    height: 50px;
}

.before_final {
    position: relative;
    top: 130px;
}


.carousel-container {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Hide scrollbar on Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar on IE and Edge */
}

.carousel-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar on Chrome, Safari, Opera */
}

/* Testimonial Card */
.testimonial-card {
    min-width: 50%;
    /* Make sure two cards are fully visible */
    flex-shrink: 0;
    margin-right: 20px;
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
}

/* Image on the left */
.testimonial-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 20px;
    height: 250px;
}

/* Text content */
.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-quote {
    font-size: 70px;
    color: #F47523;
}

.testimonial-author {
    font-weight: bold;
}

/* Arrow button styles */
.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.carousel-controls button {
    padding: 10px;
    background-color: white;
    border: none;
    cursor: pointer;
    margin: 0 10px;
    font-size: 50px;
}

.footer {
    background-color: #000;
    /* Black background */
    color: #fff;
    /* White text color */
    padding: 40px 0;
    width: 100%;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    /* White text for links */
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}

.footer-links a:hover {
    color: #ccc;
    /* Hover effect */
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-social a {
    color: #fff;
    font-size: 20px;
}

.footer-social a:hover {
    color: #ccc;
}


.floating-icons {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-icons a {
    background-color: #F47523;
    /* or your preferred color */
    padding: 10px;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    color: white;
    font-size: 45px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.floating-icons a:hover {
    background-color: #F47523;
    /* hover effect */
}



.final_section {
    position: relative;
    top: 200px;
}


@media (max-width: 990px) {
    /* Adjust breakpoint as needed */

    .header_bg_imge {
        background-image: url('bootstrap-5.0.2-dist/imges/HomeImage.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
        border-radius: 10px;
    }

    .fixed_nav_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        /* Add some padding for spacing */
        background-color: white;
        /* If you want the navbar to have a background */
        width: 100%;
    }

    .nav_bar_icon {
        position: relative;
        left: 210px;
        background: none;
        color: rgba(255, 255, 255, 0.947);
        border: none;
    }

    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0;
        /* Align to the top */
        left: 0;
        /* Align to the left */
        right: 0;
        /* Align to the right */
        bottom: 0;
        /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.155);
        /* Black with 50% opacity */
        border-radius: 10px;
        /* Match the container border-radius */
    }

    .navbar-nav .nav-link {
        display: block;
        padding: 10px;
    }

    .logo_for_nav {
        position: relative;
        left: 30px;
    }

    .position_btn_nav {
        position: relative;
        left: 10px;
    }

    .icons_of_nav_bar {
        position: relative;
        top: 50px;
        right: 100px;
        color: white;
    }

    .btn_icon_position {
        position: relative;
        right: 100px;

    }


    .select_language {
        position: relative;
        top: 1px;
        left: 290px;
        background: none;
        border: none;
        color: white;
        outline: none;
        width: 50px;

    }


    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        display: flex;
        /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: left;
    }

    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: 50px;
    }

    .logo_for_nav {
        position: relative;
        left: 30px;
    }


    /* Hamburger icon */
    .navbar-toggler-icon {
        display: block;
        font-size: 30px;
        color: white;
    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute;
        /* Make sure the icon is positioned */
        top: 20px;
        /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000;
        font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }


    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block;
    }



    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden;
        /* Prevent scrolling when the menu is open */
    }

    /* --------------------------------------------------------------------- */


    .section_tow {
        position: relative;
        left: 15px;
        width: auto;
        font-size: 20px;
    }

    .position_of_section_tow {
        color: black;
        position: relative;
        top: 30px;
        right: 75px;
        text-align: center;
        top: 10px;
        left: 5px;
        font-size: 17px;
    }



    .higth_of_section_three {
        background-color: #F47523;
        border-radius: 10px;
        height: 350px;
        width: auto;
        margin: auto;
        position: relative;
        top: 70px;
        right: 1px;
        text-align: center;
    }


    .img_phone {
        position: relative;
        left: 323px;
        top: 10px;
    }

    .h2_form {
        color: black;
        position: relative;
        top: 40px;
        left: -40px;
    }

    .text_phone1 {
        position: relative;
        top: 10px;
        width: 340px;
    }


    .text_phone2 {
        position: relative;
        bottom: 30px;
        width: 340px;
    }


    .btn_phone {

        position: relative;
        bottom: 8px;
        left: -165px;
        width: 340px;
    }

    .inresponsive {

        position: relative;
        top: 290px;
    }

    .section3 {
        position: relative;
        top: 250px;
    }

    .before_final {
        position: relative;
        top: 250px;
    }

    .final_section {
        position: relative;
        top: 300px;
    }

    .footer {
        text-align: center;
    }

}

@media (max-width:820px) {
    /* Adjust breakpoint as needed */


    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0;
        /* Align to the top */
        left: 0;
        /* Align to the left */
        right: 0;
        /* Align to the right */
        bottom: 0;
        /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.155);
        /* Black with 50% opacity */
        border-radius: 10px;
        /* Match the container border-radius */
    }

    .logo_for_nav {
        position: relative;
        left: 30px;
    }

    .btn_phone {
        position: relative;
        left: -150px;
    }
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
}


@media (max-width:768px) {

    /* Adjust breakpoint as needed */
    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0;
        /* Align to the top */
        left: 0;
        /* Align to the left */
        right: 0;
        /* Align to the right */
        bottom: 0;
        /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.155);
        /* Black with 50% opacity */
        border-radius: 10px;
        /* Match the container border-radius */
    }

    .btn_phone {
        position: relative;
        left: -165px;
    }

}




@media (max-width: 575px) {
    /* Adjust breakpoint as needed */

    .header_bg_imge {
        background-image: url('bootstrap-5.0.2-dist/imges/HomeImdexTall.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
        border-radius: 10px;
    }



    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0;
        /* Align to the top */
        left: 0;
        /* Align to the left */
        right: 0;
        /* Align to the right */
        bottom: 0;
        /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.155);
        /* Black with 50% opacity */
        border-radius: 10px;
        /* Match the container border-radius */
    }

    .nav_bar_icon {
        position: relative;
        left: 339px;
        background: none;
        color: rgb(250, 245, 240, 0.1);
        border: none;
    }


    .btn_icon_position {
        position: relative;
        left: -48px;
    }



    .opsition_of_nav_bar {
        position: relative;
        left: 170px;
    }

    .navbar-nav .nav-link {
        display: block;
        padding: 10px;
    }

    .icons_of_nav_bar {
        position: relative;
        top: 50px;
        left: -120px;
    }

    .navbar-toggler {
        margin-top: 10px;
    }

    .select_language {
        position: relative;
        top: 1px;
        left: 80px;
        background-color: rgba(0, 0, 0, 0.368);
        border-radius: 10px;
        border: none;
        color: white;
        outline: none;
        height: 30px;
        width: 50px;


    }


    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: left;
        align-items: left;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        display: flex;
        /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: center;
    }

    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: -20px;
    }

    /* Hamburger icon */
    .navbar-toggler-icon {
        font-size: 30px;
        color: white;

    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute;
        /* Make sure the icon is positioned */
        top: 20px;
        /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000;
        font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }


    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block;
    }



    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden;
        /* Prevent scrolling when the menu is open */
    }

    /* --------------------------------------------------------------------- */


    .section_tow {
        position: relative;
        left: 15px;
        width: auto;
    }

    .higth_of_section_three {
        background-color: #F47523;
        border-radius: 10px;
        height: 350px;
        width: auto;
        margin: auto;
        position: relative;
        top: 70px;
        left: 5px;
        text-align: center;
    }




    .text_phone1 {
        position: relative;
        top: 60px;
        left: 5px;

    }


    .text_phone2 {
        position: relative;
        bottom: 100px;
        left: 5px;

    }


    .btn_phone {
        background-color: black;
        color: white;
        border-color: black;
        position: relative;
        top: -20px;
        left: -40px;
    }



    .inresponsive {
        position: relative;
        right: 25px;
        width: auto;
    }


    .position_of_section_tow {
        color: black;
        position: relative;
        top: 30px;
        left: -120px;
    }


    .section_tow {
        height: 320px;
    }

    .img_phone {
        display: none;
    }

    .card_respose {
        width: 410px;
        position: relative;
        left: 55px;
    }

    .card_response2 {
        width: 410px;
        position: relative;
        left: 90px;
    }

    .section3 {
        position: relative;
        top: 250px;
        right: 50px;
        width: 420px;
        margin: auto;
    }

    .span_section_3 {
        position: relative;
        left: 130px;
    }

    .span_section_btn {
        position: relative;
        left: 50px;
    }

    .title_section_4 {
        position: relative;
        left: 60px;
    }

    .before_final {
        position: relative;
        top: 200px;
        width: auto;
    }

}


@media (max-width:430px) {
    /* Adjust breakpoint as needed */

    .header_bg_imge {
        background-image: url('bootstrap-5.0.2-dist/imges/HomeImdexTall.jpg');
        background-size: cover;
        width: 500px;
        background-repeat: no-repeat;
        height: 600px;
        position: relative;
        left: 20px;
        border: rgb(250, 245, 240);
        border-width: 20px;

    }

    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0;
        /* Align to the top */
        left: 0;
        /* Align to the left */
        right: 0;
        /* Align to the right */
        bottom: 0;
        /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.155);
        /* Black with 50% opacity */
        border-radius: 10px;
        /* Match the container border-radius */
    }

    .fixed_nav_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        /* Add some padding for spacing */
        width: 100%;
    }

    .btn_icon_position {
        position: relative;
        left: -130px;
    }

    .opsition_of_nav_bar {
        position: relative;
        bottom: 100px;
    }


    .icons_of_nav_bar {
        position: relative;
        top: 50px;
        left: -50px;
    }

    .navbar-toggler {
        margin-top: 10px;
    }

    .select_language {
        position: relative;
        top: 100px;
        left: 110px;
        background: none;
        border: none;
        color: white;
        outline: none;
        width: 50px;

    }


    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: left;
        align-items: left;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        display: flex;
        /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: left;
    }

    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: 50px;
    }



    /* Hamburger icon */
    .navbar-toggler-icon {
        font-size: 30px;
        color: white;

    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute;
        /* Make sure the icon is positioned */
        top: 20px;
        /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000;
        font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }


    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block;
    }



    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden;
        /* Prevent scrolling when the menu is open */
    }

    /* --------------------------------------------------------------------- */

    

    .opten_lang {
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0);
        opacity: 0.5;
        font-size: 9px;
        position: relative;
        text-align: center;
    }

    .dis_h3 {
        text-align: center;
        color: white;
        position: relative;
        bottom: 110px;
        right: 10px;
        font-weight: bold;
        font-size: 30px;
    }

    .dis_h1 {
        text-align: center;
        color: white;
        position: relative;
        bottom: 110px;
        right: 10px;
        font-weight: bold;
        font-size: 50px;
    }

    .section_tow {
        width: 350px;
    }

    .position_of_section_tow {
        position: relative;
        left: -140px;
    }

    .higth_of_section_three {
        width: 430px;
        position: relative;
        left: 60px;
    }

    .text_phone1 {
        position: relative;
        top: 60px;
        left: 7px;

    }

    .text_phone2 {
        position: relative;
        bottom: 90px;
        left: 7px;
    }

    .btn_phone {
        background-color: black;
        color: white;
        border-color: black;
        position: relative;
        top: -30px;
        left: -26px;
    }

    .inresponsive {
        position: relative;
        left: 10px;
    }

    .section3 {
        position: relative;
        left: 25px;
    }

    .before_final {
        width: 530px;
        position: relative;
        left: 20px;
    }

    .final_section {
        width: 575px;
    }

}



@media (max-width:390px) {
    /* Adjust breakpoint as needed */

    .header_bg_imge {
        background-image: url('bootstrap-5.0.2-dist/imges/HomeImdexTall.jpg');
        background-size: cover;
        width: 500px;
        background-repeat: no-repeat;
        height: 600px;
        position: relative;
        left: 20px;

    }

    .header_bg_imge::before {
        content: '';
        position: absolute;
        top: 0;
        /* Align to the top */
        left: 0;
        /* Align to the left */
        right: 0;
        /* Align to the right */
        bottom: 0;
        /* Align to the bottom */
        background-color: rgba(0, 0, 0, 0.155);
        /* Black with 50% opacity */
        border-radius: 10px;
        /* Match the container border-radius */
    }

    .fixed_nav_bar {
        display: flex;
        align-items: center;
        top: 0;
        justify-content: space-between;
        padding: 10px 20px;
        /* Add some padding for spacing */
        width: 100%;
        border: rgb(250, 245, 240);
        border-width: 20px;
    }

    .btn_icon_position {
        position: relative;
        left: -130px;
    }

    .opsition_of_nav_bar {
        position: relative;
        bottom: 100px;
    }


    .icons_of_nav_bar {
        position: relative;
        top: 50px;
        left: -50px;
    }

    .navbar-toggler {
        margin-top: 10px;
    }

    .select_language {
        position: relative;
        top: 100px;
        left: 110px;
        background: none;
        border: none;
        color: white;
        outline: none;
        width: 50px;

    }


    /* Full page overlay for the navbar when expanded */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        /* Dark overlay with transparency */
        z-index: 9999;
        display: flex;
        justify-content: left;
        align-items: left;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show {
        display: flex;
        /* Ensures the full page overlay appears */
    }

    /* Menu items styling inside the overlay */
    .navbar-nav .nav-item {
        margin: 15px 0;
        text-align: left;
    }

    .navbar-nav a {
        color: white;
        font-size: 24px;
        position: relative;
        left: 50px;
    }



    /* Hamburger icon */
    .navbar-toggler-icon {
        font-size: 30px;
        color: white;

    }

    /* X icon for closing the menu */
    .close-icon {
        font-size: 30px;
        color: black;
        display: none;
        position: absolute;
        /* Make sure the icon is positioned */
        top: 20px;
        /* Position at the top-right corner of the screen */
        right: 20px;
        z-index: 10000;
        font-size: 30px;
        color: white;
        display: none;
    }

    /* Show hamburger when collapsed */
    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }


    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close-icon {
        display: inline-block;
    }



    /* Adjust z-index to ensure the menu covers everything */
    body.no-scroll {
        overflow: hidden;
        /* Prevent scrolling when the menu is open */
    }

    /* --------------------------------------------------------------------- */
    
    .opten_lang {
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0);
        opacity: 0.5;
        font-size: 9px;
        position: relative;
        text-align: center;
    }

    .dis_h3 {
        text-align: center;
        color: white;
        position: relative;
        bottom: 110px;
        right: 10px;
        font-weight: bold;
        font-size: 30px;
    }

    .dis_h1 {
        text-align: center;
        color: white;
        position: relative;
        bottom: 110px;
        right: 10px;
        font-weight: bold;
        font-size: 50px;
    }

    .section_tow {
        width: 350px;
    }

    .position_of_section_tow {
        position: relative;
        left: -140px;
    }

    .higth_of_section_three {
        width: 430px;
        position: relative;
        left: 60px;
    }

    .text_phone1 {
        position: relative;
        top: 60px;
        left: 7px;

    }

    .text_phone2 {
        position: relative;
        bottom: 90px;
        left: 7px;
    }

    .btn_phone {
        background-color: black;
        color: white;
        border-color: black;
        position: relative;
        top: -30px;
        left: -26px;
    }

    .inresponsive {
        position: relative;
        left: 10px;
    }

    .section3 {
        position: relative;
        left: 25px;
    }

    .before_final {
        width: 530px;
        position: relative;
        left: 20px;
    }

    .final_section {
        width: 575px;
    }



}