*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}

.navbar-expand-lg .navbar-nav{
    gap: 80px;
}

.main1 .header1{
    width: 100%;
    position: fixed;
}

.header1 .bg-body-tertiary{
    background-color: #F15C05 !important;
}

.header1 .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.header1 .logo1{
    background-color: #ffffff;
    width: 100px;
    border-radius: 20px;
    justify-content: center;
    display: flex;
}

.header1 .logo1 img{
    width: 90%;
    border-radius: 10px;
}



.upperpart1{
    padding-top: 4rem;
    height: 81vh;
    display: flex;
    background-color: #CEF4FF;
    width: 100%;
    align-items: center;

}

.upperpart1 .upperLeft{
    display: flex;
    width: 100%;
    justify-content: center;
}

.upperLeft1{
    width: 71%;
}

.LeftupperUp{
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.LeftupperUp h2{
    font-size: 30px;
    margin-top: 30px;
}

.LeftupperUp h3{
    font-size: 18px;
    font-weight: 400;
}

.LeftupperDown{
    margin-top: 20px;
}

.upperRight{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}


/* demo */

.upperpart1 .tab-container {
    max-width: 400px;
    margin: 50px auto;
    /* padding: 20px; */
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f8f9fa;
}
.upperpart1 .nav-tabs .nav-link {
    color: #000;
}
.upperpart1 .nav-tabs .nav-link.active {
    background-color: #f15c05 !important;
    color: #fff;
}

.upperpart1 .tab-container{
  max-width: 600px !important;
  margin: 0;
 padding: 0;
 border: none;
}


.LeftupperDown .container{
    max-width: 1320px;
    background-color: #f15c05;
    padding: 20px;
    
}

.upperpart1 .nav-tabs .nav-link.active{
    background-color: #5A9AE4 ;
}

.LeftupperDown .w-100{
    width: 32% !important;
    border-radius: 50px;
}

.LeftupperDown .mt-3{
    padding: 10px;
}
.head_box .head_box_wrap {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head_box .head_box_wrap  img {
    width: 60%;
    height:60%;
    object-fit: cover;
}

.allPart1 .head_row{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.allPart1 .head_row .head_text{
    width: 29vw;
}

.allPart1 .head_box{
    display: flex;
    gap: 100px;
}

.upperRight .image1 img{
    border-radius: 10px;
}

@media screen and (max-width:678px){
    .main1 .navbar-expand-lg .navbar-nav{
        gap:0;
    }

    .header1 .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }

    .allPart1 .head_row .head_text{
        width: 100vw;
    }

    .upperRight img{
        width: 100%;
    }

    .upperpart1{
        display: flex;
        flex-direction: column;
        /* height: 105vh; */
        height: 100%;
        padding-top: 5rem;
    }
    .LeftupperUp h2{
        font-size: 20px;
    }

    .LeftupperUp h3{
        font-size: 12px;
    }

    .LeftupperDown .w-100 {
        width: 100% !important;
        border-radius: 50px;
    }

    .upperRight .image1{
        padding: 30px;
    }
    .upperRight .image1 img{
        border-radius: 10px;
    }

    .upperpart2 .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .upperpart2 .row .col-4{
        width: 100%;
    }
    .upperpart2 .row .col-2{
        width: 100%;
    }

    .upperLeft1{
        width: 90%;
    }

    .head_box .head_box_wrap {
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .allPart1 .head_box {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .head_box .head_box_wrap img {
    width: 70%;
    height: 70%;
    object-fit: cover;
    }
   .allPart1 .head_box .head_box_wrap span{
     font-size: 14px;
    }

    .all_menu .menu1 img {
        width: 40vw !important;
        border-radius: 12px;
    }

    .all_menu .menu1 .btn-primary{
        width: 7rem !important;
        border: none;
    }

    .Order_menu .Head_menu {
        text-align: center;
        width: 100%;
        background-color: #CEF4FF54;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
    }

    .Order_menu .Head_menu h2 {
        font-size: 22px !important;
        font-weight: 700;
    }

    .choose_us {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #D64114;
        color: #fff;
        gap: 30px;
        padding: 14px !important;
        margin-top: 30px;
    }
    .choose_us .head_box {
        display: flex ;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
    }
    .choose_us .down_box {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 0rem !important;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .choose_us .down_left .p1 {
        width: 88vw !important;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        background-color: #fff;
        border-radius: 10px;
        font-size: 14px !important;
        font-weight: 700;
    }
    .choose_us .down_left .p2 {
        width: 100% !important;
    }
    .choose_us .down_right .I1{
        width: 70vw !important;
        height: 30vh !important;
        border-radius: 50%;
        overflow: hidden;
    }
    .choose_us .down_right .I1 img {
        width: 70vw !important;
        height: 30vh !important;
    }

    .footer-container {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
        max-width: 1200px;
        margin: auto;
        gap: 30px;
        text-align: left;
        flex-direction: column;
        padding: 20px;
    }

    .Enquiry_section .container{
        display: flex ;
        flex-direction: column !important;
    }

    .main1 .Enquiry_section{
        padding: 10px !important;
        padding-top: 6rem !important;
    }

    .Enquiry_section .contact-form {
        padding: 0px !important;
        flex: 1;
        background-color: #fff;
    }
    .AboutUs1 .head_box {
        padding: 15px 0 !important;
    }

    .AboutUs1 .aboutusImage {
        width: 100% ;
        height: auto !important;
        background-image: url(../image/order_menu/9.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* text-align: center; */
        border-radius: 15px;
    }
    .AboutUs1 .aboutusImage .dark_overlay .A1 {
        color: #fff;
        font-size: 14px !important;
        font-weight: 700;
        padding: 10px !important;
    }
    .Enquiry_section .contact-form {
        margin-bottom: 10px !important;
        flex: 1;
        background-color: #fff;
    }

    .header1 .logo1 {
        background-color: #ffffff;
        width: 80px;
        border-radius: 20px;
        justify-content: center;
        display: flex;
    }

    .AboutUs1 {
        padding: 20px;
        padding-top: 6rem !important;
    }
    .LeftupperDown .container{
        max-width: 1320px;
        background-color: #f15c05;
        padding: 12px !important;
        
    }
    .PhoneCallIcon1{
        width: 100% !important;
      }
      
      .Enquiry_section .k12{
        flex-direction: column !important;
      }

}

.upperpart2{
    padding: 30px;
}

.upperpart2 .allPart1 .col-2{
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

/* .upperpart2 .allPart1 .head_text img{
    width: 25%;
} */

.upperpart2 .allPart1 .head_text h2{
    font-size: 30px;
    color: blue;
}

.upperpart2 .allPart1 .head_text h3{
    font-size: 17px;
    font-weight: 400;
}

.Order_menu .Head_menu{
    text-align: center;
    width: 100%;
    background-color: #CEF4FF54;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Order_menu .Head_menu h2{
    font-size: 30px;
    font-weight: 700;
}

.Order_menu .all_menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.all_menu .menu1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.all_menu .menu1 img{
    width: 17vw;
    border-radius: 10px;
}

.all_menu .menu1 .btn-primary{
    --bs-btn-bg: #F15C05;
    --bs-btn-hover-bg: #F44336;
      width: 12rem;
      border: none;
}

.choose_us{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #D64114;
    color: #fff;
    gap: 30px;
    padding: 45px;
    margin-top: 30px;
}

.choose_us .head_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
}
.choose_us .head_box h2{
    text-decoration: underline;
}
.choose_us .head_box span{
    text-align: center;
}
.choose_us .down_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10rem;
    justify-content: space-around;
    align-items: center;
}

.choose_us .down_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.choose_us .down_left img{
    width: 50px;
}

.choose_us .down_left .p1{
    width: 33vw;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}
.choose_us .down_left .p2{
    width: 80%;
}

.choose_us .down_right .I1{
    /* width: 25vw;
    height: 49vh; */
    border-radius: 50%;
    overflow: hidden;
}
.choose_us .down_right .I1 img{
    width: 30vw;
    height: 60vh;
}

footer {
    background-color: #c9a2a2; /* Matching the color in the image */
    padding: 40px 0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    /* max-width: 1200px; */

    margin: auto;
    text-align: left;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: black;
}

.footer-section a {
    display: block;
    color: black;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 17px;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-section p {
    /* margin: 10px 0; */
    color: black;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 6px;
}

.footer-section p a {
    color: black;
    text-decoration: none;
}

.footer-section p a:hover {
    text-decoration: underline;
}

.AboutUs1{
    padding: 20px;
    padding-top: 8rem ;
    
}

.AboutUs1 .head_box{
    padding: 20px;
}

.AboutUs1 .head_box h2{
    font-size: 26px;
    font-weight: 700;
    text-decoration: underline;
    color: blue;
    text-align: center;
}
.AboutUs1 .aboutusImage{
    width: 100%;
    background-image: url("../image/order_menu/9.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 60vh; */
    border-radius: 15px;
}
.AboutUs1 .aboutusImage .dark_overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
}

.AboutUs1 .aboutusImage .dark_overlay .A1{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 100px;
}

.Enquiry_section .container {
    display: flex;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.Enquiry_section .contact-form {
    padding: 40px;
    flex: 1;
    background-color: #fff;
}

.Enquiry_section .contact-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.Enquiry_section .contact-form p {
    color: #555;
    margin-bottom: 20px;
}

.Enquiry_section .form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.Enquiry_section .form-group {
    flex: 1;
    margin-bottom: 20px;
}
 
.Enquiry_section .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.Enquiry_section .form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.Enquiry_section textarea {
    resize: none;
}

.Enquiry_section .submit-button {
    background-color: #ff7d26;
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
}

.Enquiry_section .submit-button:hover {
    background-color: #e8690e;
}

.Enquiry_section .image-section {
    flex: 1;
    overflow: hidden;
}

.Enquiry_section .contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main1 .Enquiry_section{
    padding-top: 10rem;
    padding-bottom: 3rem;
}

.Enquiry_section #cars{
    width: 40%;
}

.Whatsapp1 .whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    
}

.Whatsapp1 .whats-app:hover{
    transform: scale(1.2);
    transition: all 0.5s linear;
}

.Whatsapp1 .my-float {
    margin-top: 16px;
}

.CallContainer1{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.PhoneCallIcon1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    /* align-items: center; */
    /* background-color: #00bcd4; */
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.PhoneCallIcon1 .text {
    margin-left: 10px;
    color: white;
}

.PhoneCallIcon1 .text p {
    margin: 0;
    font-size: 18px;
}

.PhoneCallIcon1 .number {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}

.PhoneCallIcon1 .number a{
    text-decoration: none;
}

.PhoneCallIcon1 .call1{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00bcd4;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
}

.PhoneCallIcon1 .PhoneText .A1{
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #00bcd4;
    border-radius: 20px;
    border: black;
    margin: 0;
}

.PhoneCallIcon1 .PhoneText .A1 a{
    text-decoration:none;
    color:#fff;
}

