* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
html, body{
    overflow-x: hidden;
    background-color: #fcece5;
    max-width: 100%;
    
}
img, div {
   max-width: 200%;
    box-sizing: border-box;
}
.container {
    max-width: 100%;
    width: 90vw; /* Adjusts to different screen widths */
    margin: auto;
}


nav img{
    height: 90px;
    width: 150px;
    border-radius: 10px;
    margin-top: 9px;
    margin-bottom: 5px;
    margin-left: 50px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color:#fcece5;
  height:100px;
    z-index: 1000; 
    padding: 10px 20px; 
    display: flex;
    justify-content: space-around;
    align-items: center;
   }

 
nav ul{
    margin-left: 30px;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 20px;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    padding: 6px 13px;
    transition: 0.4s;
}

nav ul li a:after{
    content:"";
    position: absolute;
    background-color: #f17a60;
    height:2px;
    width:0;
    left:0;
    bottom:-15px;
    transition: 0.5s;
}
nav ul li a:hover:after{
    width:100%;
}
#header nav .fa-solid{
    display: none;
}
#header button{
    background-color: #f17a60;
    color:#fff;
    height:35px;
    width: 180px;
    font-size: 18p;
border-radius: 20px;
  
}
#header button:hover{
    background-color:#e887d1 ;
    color:#fff;
}

@media (min-width:0px) and (max-width: 600px) {
   
    #header nav img{
        margin-left: -40px;    
    }
    #header .container nav ul  li a{
        font-size: 15px;
    }
    #header nav .fa-solid{
        display: block;
        font-size: 35px;
        color: #000;
    }
    #header nav ul {
        background-color: #fcece5;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100vw; /* Use viewport width for full stretch */
        height: 0;
        overflow: hidden;
        z-index: 1;
        transition: height 0.5s ease;
        margin: 0;
        padding: 0;
    }
    
    #header nav ul li{
        display: block;
        margin: 25px;
        text-align: center;
    }
   
   
    #header  p{
        margin-top: 30px;
        margin-right: 20px;
    }
    #header nav ul .fa-circle-xmark {
        position: absolute;
        top: 15px;
        right:  55px;
        font-size: 28px;
        color: #000;
        cursor: pointer;
    }
    
 
  }
  @media (min-width: 600px) and (max-width: 1024px) {
    #header nav img{
        margin-left: -10px;
    }
    #header .container nav ul  li a{
        font-size: 15px;
    }
    #header nav .fa-solid{
        display: block;
        font-size: 35px;
        color: #000;
    }
    #header nav ul {
        background-color: #fcece5;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100vw; /* Use viewport width for full stretch */
        height: 0;
        overflow: hidden;
        z-index: 1;
        transition: height 0.5s ease;
        margin: 0;
        padding: 0;
    }
    
    
    #header nav ul li{
        display: block;
        margin: 25px;
        text-align: center;
    }
   
    #header nav ul .fa-circle-xmark {
        position: absolute;
        top: 15px;
        right:  55px;
        font-size: 28px;
        color: #000;
        cursor: pointer;
    }
    
    #header  p{
        margin-top: 30px;
        margin-left: 200px;
    }
  }
  

/*-------------footer coding start -----------*/

footer .row-footer {
    background-color: #de9b8c;
    color:black;
  }
.row-footer .row-1{
    display: flex;
}
.row-footer {
    padding-top: 15px;
    padding-bottom: 5px;
}
.row-footer .column1{
    margin-left: 35px;
    padding-top: 30px;
   
}
.row-footer .column1  a {
    color:rgb(31, 23, 23);
    text-decoration: none;
   }
.fpara {
    font-size: 20px;
}

.column1 p{
    margin-left: 50px;
    margin-top: 20px;
  
}
.column1 p{
    font-size: 18px;
    font-weight:500;
}
.row-footer .row-1{
    display: flex;
    flex-direction: row;
}
.row-1 .column2{
    margin-left: 75px;
    padding-top: 30px;
}
.column1 h3{
    font-weight: bold;
    font-size: 30px;
}

.column2 h3{
    font-weight: bold;
    font-size: 30px;
}
.column2 p{
    font-size: 18px;
    font-weight:500;
}
.row-1 .column3{
    padding-top: 30px;
    margin-left: 80px;

}
.column3 h3{
    font-weight: bold;
    font-size: 30px;
}
.column3 p{
    font-size: 18px;
    font-weight:500;
    line-height: 20px;
   
}
.column3 p a{
    text-decoration: none;
    color: black;
  
}
.column3 p a:hover{
    color:rgb(167, 21, 31);
}

.row-1 .column4{
    padding-top: 33px;
    margin-left: 130px;
}
.column4 h3{
    font-weight: bold;
    font-size: 30px;
}
.column4 p{
    font-size: 18px;
    font-weight:500;
    line-height: 20px;
}
.column4 p a{
    text-decoration: none;
    color: black;
}
.column4 a:hover{
    color:rgb(167, 21, 31);
}
.column1 p i{
    font-size: 40px;
    position: relative;
    transition: .5s;
}
.column1 .icon1{
    margin-left: 130px;
    margin-top: -56px;
}
.column1 p i:hover{
    color:rgb(167, 21, 31);
    transform: scale(1.12);
    z-index: 0.2;
}

.row-footer .row-animated2{
    text-align:center;
    margin-top: -5px;

}
.row-animated2 p{
    font-size: 17px;
    font-weight:500;
}
/*----media for footer*/

@media (max-width:600px){
    .footer{
        margin-top: 10px;
        width: 100%;
        padding-top: 10px;
    }
    .row-footer{
        padding-left: 50px;
    }
    .row-footer .row-1{
        padding-top: 5px;
        padding-bottom: 5px;
        flex-direction: column;
        
    }
   
    .column4 .heading{
       margin-left: -50px;
    }
    .column4 p{
        margin-left: -40px;
    }
    .row-animated2 p{
        font-size: 15px;
        margin-top: 10px;
    }
    
  
}

@media (min-width: 600px) and (max-width: 1024px) {
    .row-footer .row-1 {
      display: flex;
      flex-wrap: wrap;
      gap: 0px;
      justify-content: space-between;
    }
  
    .row-footer .row-1 > div {
      flex: 1 1 calc(40% - 30px); /* Two columns per row */
      margin-bottom: 20px;
      padding-left: 0;
    }
  
    .column1, .column2, .column3, .column4 {
      margin-top: 0; /* Reset old margin hacks */
    }
  
    .row-animated2 {
      text-align: center;
      margin-top: 20px;
    }
  }
/*media ends for footer*/


/*about page coding start---------------*/
.about-section{
    padding-top: 5px;
    position: relative;
    
}
.about-section .wrap{
    height: 62%;
    width:100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
 
}
.wrap .tb-bg .bgoverlay{
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    margin-top: 10px;
}

.bgoverlay .tb-img{
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 0;
}
.tb-img img{
    height:435px; width:100%;
}
.bgoverlay .tb-img img{
    vertical-align: middle;
    border: 0;
   
 
}

.tb-text {
    position: absolute;
    bottom: 40px; /* pushes it near bottom of image */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    font-family: "Gabriela", serif;
    width: 100%;
    z-index: 2;
  }
  
  .tb-text h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .para {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 18px;
  }
  
  .para p {
    margin: 0;
  }
  
  .tb-line {
    width: 55px;
    height: 2px;
    background-color: #ffffff;
  }
  
  

.about1{
	margin:15px;
	padding:5px;
}
.about1 h1{
	text-align:center;
	color:black;
	font-weight:bold;
}
.about1 p{
	text-align:center;
	color:black;
	padding:3px;
}
.about2{
    padding-left: 30px;
    padding-right: 15px;
    display: flex;
}
.about2 .about-btn button{
    margin-left: 70px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fe8e75;
    font-size: 20px;
}
.about2 .about-btn button:hover{
    color:#fff;
    background-color: #c88171;
}
.about2 .col-md-7{
    margin-left: 30px;
}
/* For all screen sizes */
.about3 .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    gap: 30px;
    margin: 0 auto;
    padding: 20px;
}

.about3 .col-md-3 img {
    max-width: 100vw;
    max-height: 270px;
    border-radius: 15px;
    object-fit:fill;
}

/* Optional fade-in animation */
#fadeImage {
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* On very small screens (max 600px), stack vertically */
@media (max-width: 600px) {
    .about3 .col-md-3 {
        flex-direction: column;
        gap: 15px;
    }

    .about3 .col-md-3 img {
        max-width: 90%;
       
    }
}

@media (max-width:600px){
    img, div {
        max-width: 300%;
         box-sizing: border-box;
     }
    #about{
        padding-left:20px ;
        padding-right: 20px;
       margin-top: 20px;
    }
    .wrap .tb-bg .bgoverlay{
        height:100%;
    }
    .para p{
        display: none;
    }
    #about .about2{
        flex-direction: column-reverse;
    }
    .about2 .about-btn{
        margin-left: -70px;
        display: flex;
       
       
    }
    .about2 .about-btn button{
        padding: 2px;
        width: 100px;
        margin-top: 20px;
    }
    .about-section .tb-text .tb-line{
        display: none;
    }
    
}
@media(min-width:600px) and (max-width:1024px){
    .wrap .tb-bg .bgoverlay{
        height:100%;
    }
   
    .about-section {
        height: 400px; /* adjust based on your image */
      }
    
      .tb-text {
        bottom: 30px;
      }
    
      .tb-text h1 {
        font-size: 36px;
      }
    
      .para {
        gap: 20px;
        font-size: 16px;
      }
    
      .tb-line {
        width: 40px;
      }
    #about{
        padding-left: 20px;
        padding-right: 20px;
        margin: 50px;
    }
    #about .about2{
        padding-left:5px;
        padding-right: 10px;
    }
    .about2 .col-md-7{
        margin-left: 5px;
    }
   .about-btn{
    display: flex;
    flex-direction: row;
    width: 400px;
   }
  
}

@media (min-width: 600px) and (max-width: 1024px) {
    .about3 .col-md-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 20px auto; /* center horizontally */
        padding: 0 15px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .about3 .col-md-3 img {
        width: 280px;
        height: 250px;
        object-fit: cover;
        border-radius: 12px;
    }
}


/*  about page coding ends----*/
/*----service page coding start-----------*/
  
#service{
    margin-top: 120px;
}
.services{
       gap: 20px; 
   padding-bottom: 5px;
    background: linear-gradient(to right, #fcece5, #f17a60);
    
}
#service .services .image-sec{
    width: 100%;
    height:60%;
}
#service .services .image-sec img{
    width: 100%;
    height: 370px;
   
   
}
/* service page coding ends---*/

/*----------order menu------*/
.menu-pages{
    background: linear-gradient(to right,  #f17a60 , #fcece5);
    
    width: 100%;
    height: 100%;
  padding-top: 10px;
  }
.menu-pages .order-menu {
    display: flex;
    padding-top: 10px;
    gap:180px;
}
.menu-pages .order-menu .small-div .sm-2{
    margin-left: 80px;
    
    padding-top: 8px;
    padding-bottom:1px ;
    background: #ef6d50;
    width: 100%;
    color:#fff;
    height:40px;
 
   
  
}
.small-div .sm-2 h5{
   padding-left: 10px;
   font-weight: bold;
   font-size: 17px;
}

.small-div .over-items{
    margin-left: 80px;
    margin-top: 10px;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    overflow-y: auto;
    height: 360px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.over-items .grid{
    position: relative;
    margin-left:10px;
    border: 0px solid #ddd;
    display: flex;
    flex-direction: column;
    line-height: 29px;
   
    font-size: 18px;
    
  
}

.grid  .sub-grid{
    width:104.2%;
 
    border: 1px solid #ddd;
    margin-left: -10px;
    margin-right: -10px;
  
    
}
.grid .sub-grid a{
    text-decoration: none;
    color:#000;
    padding-left: 8px;
    font-size: 16px;
    font-weight: bold;
}


.menu-pages .order-menu .big-div .bg-2{
    margin-left:-60px;
    
    padding-top: 8px;
    padding-bottom:1px ;
    background: #ef6d50;
    width: 800px;
    color:#fff;
    height: 40px;
    
}
.big-div .bg-2 h5{
    font-weight: bold;
    font-size: 19px;
    padding-left: 10px;
}

.dal-menu{
    background: #fff;
    margin-left: -60px;
}

.sm-l .sm-line{
    height:1px;
    background-color:#ddd;
    margin-left: 15px;
    margin-right: 15px;
}

.dal-menu .dal-column{
    display: flex;
    column-gap:52px;
}
.dal-item{
    width:50%;
    padding-top: 10px;
    padding-left: 25px;
}
.dal-item h6{
    font-size: 18px;
    font-weight: bold;
   
}

.dal-column .dal-item{
    display: flex;
    gap:50px;
}
.dal-column .dal-price{
    width: 15%;
    margin-right: -60px;
    margin-left: 110px;
    margin-top: 10px;
    margin-bottom: 3px;
   
    font-size: 16px;
    line-height: 21px;
    height:35px;
  
    text-align: center;
    padding-left: 5px;
    padding-top: 10px;
    background: #ef6d50;
    border-radius: 5px;
}
.dal-price a{
    color:#fff;
   
   text-decoration: none;

   
}
.dal-price .btn2{
    width:120px;
}


.big-div-2 .bg-3{
    margin-left:0px;
    
    padding-top: 8px;
    padding-bottom:1px ;
    background: #ef6d50;
    width: 800px;
    color:#fff;
    height: 40px;

}

.big-div-2 .bg-3 h5{
    font-weight: bold;
    font-size: 19px;
    padding-left: 10px;
}


.big-div-3 .bg-4{

    margin-left:0px;
    
    padding-top: 8px;
    padding-bottom:1px ;
    background: #ef6d50;
    width: 800px;
    color:#fff;
    height: 40px;
    padding-left: 10px;

}
.dal-menu1-1 .dal-column{
    padding-left: 10px;
    padding-top: 10px;

}

.dal-menu1-1 .dal-column .dal-item-1 h6{
    font-weight: bold;
    font-size: 19px;
}
.dal-menu1-1 .dal-column .dal-item-1 p{
    font-size: 15px;
    font-weight: bold;
    line-height: 8px;
}

.dal-menu1-1 .dal-column .dal-price{
    margin-left: 90px;
}

.dal-column .dal-item-2 img{
    width: 400px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.dal-column .dal-item-2  button{
    margin-left: 150px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 50px;
    background: #ef6d50;
    width: 200px;
    color:#fff;
}
.dal-column  .dal-price-1 img{
    width: 270px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
   
}
.dal-column  .dal-price-1 .set{
    height: 190px;
}
.dal-column  .dal-price-2{
    flex-direction: column;
   
}
.dal-column  .dal-price-2 img{
    width: 210px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 5px;
   
   
}


.about-section-1{
    padding-top: 5px;
    background-image: url("images/16.webp");
  
  
    height:450px;
 
    display: block;
 
  background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: 70% 0;
   background-size: cover;
    padding: 70px 0px 70px;
  
opacity: 0.7;
    }
#fix .container{
    position: relative; 
 margin-top: -400px;
 margin-bottom: 150px;
z-index: 4;
 height: 300px;
 width: 700px;
 background-color: #fdaf9d;
 box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.5);
 padding: 20px 30px 20px 30px;
}
#fix .container h1{
    text-align: center;
    color: #8a8484;
    font-style: italic;
}

#fix .container  p{
    font-size: 18px;
    font-style: italic;
}
#fix .container .no{
    background-color: #ef6d50;
    width: 450px;
    margin-left: 90px;
    border-radius: 50px;
}
#fix .container i{
    font-size: 30px;
    margin-left: 70px;
    margin-top: 10px;
    color:#8a8484;
}
#fix .container span{
    font-size: 30px;
    margin-left: 10px
}
#fix .container a{
    font-size: 30px;
    color:#8a8484;
    text-decoration: none;
}
 
#gal {
    margin-top: 20px; /* Positive margin for spacing */
    text-align: center;
}

#gal .gal h1 {
    text-align: center;
}

#gal .gal img {
    height: 230px;
    width: 230px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
/* media query for fixed image */
@media(max-width:600px){
      #fix .container{
        height: 230px;
        width: 450px;
      }
      #fix .container h1{
        margin-top: 5px;
      }
    }
/* media query ends for fixed image */
/* Container to hold .fle and .jazz side by side */
.four {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px;
    gap: 20px;
}

/* Left image */
.four .fle img {
    height: 300px;
    width: 340px;
    border-radius: 10px;
    object-fit: cover;
}

/* Right image */
.four .jazz img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

#eyelash-perming,
#eyebrow-lamination,
#eyelash-refill,
#lash-removal,
#cosmetics-tattoo,
#nano-brow,
#ombre-brow,
#combination-brow,
#microblading-brow,
#powder-brow,
#touch-up {
  scroll-margin-top: 80px;
}
/* media for services page*/
@media (max-width:600px){
    .order-menu {
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;  /* Prevent pushing to the right */
        padding: 0 10px; /* Add some padding for better spacing */
    }

    .menu-pages .order-menu .small-div .sm-2 {
        margin-left: 0;  /* Remove excessive margin */
        padding-top: 8px;
        padding-bottom: 1px;
        background: #ef6d50;
        width: 100%;  /* Make it full width on small screens */
        color: #fff;
        height: 40px;
    }

    .small-div .sm-2 h5 {
        padding-left: 10px;
        font-weight: bold;
        font-size: 17px;
    }

    .small-div .over-items {
        margin-left: 0;  /* Remove excessive margin */
        margin-top: 10px;
        background: #fff;
        width: 100%;  /* Make it full width */
        border: 1px solid #ddd;
        overflow-x: hidden;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }

    .small-div .over-items.show {
        max-height: 300px;
        opacity: 1;
        visibility: visible;
    }

    .menu-pages .order-menu .big-div .bg-2 {
        margin-left: 0px;  /* Centered */
        margin-top: -175px;
        padding-top: 8px;
        padding-bottom: 1px;
        background: #ef6d50;
        width: 100%;  /* Make it full width */
        color: #fff;
        height: 40px;
    }

    .dal-menu {
        width: 100%;  /* Make it full width */
        margin-left: 0;
    }

    .dal-menu .dal-price {
        margin-left: 0;  /* Center the pricing */
    }
   
    .menu-pages .order-menu .big-div-2 .bg-3 {
        margin-left: 0px;  /* Centered */
        padding-top: 8px;
        padding-bottom: 1px;
        background: #ef6d50;
        width: 100%;  /* Make it full width */
        color: #fff;
        height: 40px;
    }

    .dal-column .dal-price-1 img {
        width: 250px;  /* Keep original size */
        max-width: 100%;  /* Allow image resizing */
        margin-top: 10px;
        margin-bottom: 5px;
        height: 45%;
       margin-right: 210px;
    }

    .dal-column .dal-item-2 img {
        width: auto;  /* Keep original size */
        max-width: 130%;  /* Allow image resizing */
   height: 75%;
   display: none;
    }

    .dal-column .dal-price-1 .set {
        height: 45%;
    }

    .dal-column .dal-price-1 .set-1 {
        max-width: 100%;  /* Full width */
        height: 45%;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
    }
   
    .dal-column .dal-item-2 button {
        margin-left: 0;  /* Remove negative margin */
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 50px;
        background: #ef6d50;
        width: 100%;  /* Full width button */
        color: #fff;
        display: none;
    }

    .menu-pages .order-menu .big-div-3 .bg-4 {
        margin-left: 0px;  /* Centered */
        padding-top: 8px;
        padding-bottom: 1px;
        background: #ef6d50;
        width: 100%;  /* Full width */
        color: #fff;
        height: 40px;
        padding-left: 10px;
    }

    .dal-menu1-1 .dal-column .dal-item-1 p {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
    }

    .dal-menu1-1 .dal-column .dal-price {
        margin-right: 20px;  /* Center the price */
        margin-left: 0;
        margin-top: -5px;
    }
    .about-section-1 {
        background-size: cover;
        height: 300px;
        padding: 40px 0;
        background-position: center;
      }
    
      #fix .container {
        margin-top: -260px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
      }
    
      #fix .container h1 {
        font-size: 18px;
        line-height: 1.4;
      }
    
      #fix .container p {
        font-size: 14px;
        padding: 0 10px;
      }
    
      #fix .container .no {
        background-color: #ef6d50;
        width: 90%;
        max-width: 300px;
        border-radius: 10px;
        margin: 15px auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
      }
    
      #fix .container i {
        font-size: 20px;
        color: #8a8484;
        margin: 0;
      }
    
      #fix .container span,
      #fix .container a {
        font-size: 16px;
        color: #8a8484;
        text-decoration: none;
      }
    
    /* Prevent horizontal scrolling */
  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  #gal{
    margin-top: -130px;
  }
  /* Reset and center gallery */
  #gal .gal {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }

  /* Reset .four and .fle containers */
  .four, .fle {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  /* Image styling to center and constrain width */
  .four img,
  .fle img,
  .four .jazz {
    width: 90%;
    max-width: 320px;
    height: auto;
    margin: 10px 0;
    display: block;
  }

  /* Force override to remove original margins that caused issues */
  .gal .fle {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .four .jazz {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
     
}

@media (min-width:601px) and (max-width:1024px){
    .order-menu{
        flex-direction: column;
        flex-wrap: wrap; /* Ensures items wrap properly on different screen sizes */
      
    }
    .menu-pages .order-menu .small-div .sm-2{
        margin-left: 100px;
        
        padding-top: 8px;
        padding-bottom:1px ;
        background: #ef6d50;
        width: 70%;
        color:#fff;
        height:40px;
     
       
      
    }
    .small-div .sm-2 h5{
       padding-left: 10px;
       font-weight: bold;
       font-size: 17px;
    }
    .small-div .over-items{
        margin-left: 100px;
        margin-top: 10px;
        background: #fff;
        width: 70%;
        border: 1px solid #ddd;
        overflow-y: auto;
        height: 340px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-bottom: -150px;
    }
    .menu-pages .order-menu .big-div .bg-2{
        margin-left:90px;
       
        width: 70%;
      
        
    }
    .dal-menu{
   width: 70%;
        margin-left:90px;
    }
    .dal-menu .dal-price{
        margin-left: 40px;
    }
    .menu-pages .order-menu .big-div-2 .bg-3{
        width: 100%;
       
    }
    .dal-column .dal-item-2 img{
        width: 280px;
    }
   .dal-column .dal-price-1 img{
        width: 200px;
    }
    .dal-column .dal-price-1 .set{
        height: 145px;
    }
    .dal-column .dal-price-1 .set-1{
        max-width: 370px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-right: 90px;
        margin-left: -50px;
    }
    #gal .gal h1 {
        text-align: center;
        margin-bottom: 20px;
      }
    
      .four {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 15px;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
      }
    
      /* Hide the two flower images */
      .four > img:first-child,
      .four .jazz {
        display: none;
      }
    
      .fle {
        display: contents; /* Let .fle’s images flow directly into the .four grid */
      }
    
      .fle img:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
      }
    
      .fle img:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
      }
    
      .fle img:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 2;
        justify-self: center;
        width: 60%;
      }
    
      .fle img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
      }

    .menu-pages .order-menu .big-div .bg-4{
        width: 100%;
      }
      .menu-pages .order-menu .big-div .dal-price{
       margin-left: 15px;
      }
}

/*media end for services page   */


