* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
html, body{
    overflow-x: hidden;
    background-color: #fcece5;
    max-width: 100%;
    scroll-behavior: smooth;
}
img, div {
    max-width: 100%;
    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 nav ul button{
        margin-top: 10px;
        margin-left: -15px;
    }
   
    #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 button{
        margin-top: 10px;
        margin-left: -15px;
    }
    #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;
    }
  }
  


  /*carousel----coding start-----*/



.carousel{
    margin-top: 110px;
}



.login{
    box-shadow: 0 3px 50px rgba(0, 0, 0, .15) ;
    background: #fff;
    z-index: 9;
    height: 200px;
    width:60%;
    
    border-radius: 10px;
    margin-left: 240px;
    margin-top: 0px;
    display: flex;
    padding-bottom:370px;
    
}
.login img{
    width: 110%;
    height: 100%;
    margin-left: -30px;
    margin-top: -20px;
}
.login .intro{
    padding-top: 40px;
    background: #fff;
    width:50%;
    padding-left: 30px;
    height: 384px;
}

.login .register{
    padding-left: 50px;
    background: #f17a60;
    color:#fff;
    width: 50%;
    height: 384px;
    padding-top: 40px;
    
}
.register .new{
    margin-left: -25px;
}
.register .new h2{
    font-weight: bold;
    font-family:sans-serif;
}
.new .information ul{
    line-height: 30px;
    
}
.new .regi{
    margin-top: 40px;
     margin-left: 0px;
background: #fff;
margin-right: 20px; 
height:45px;    
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: center;
}
.regi:hover{
    background-color: #e887d1;
    color:#fff;
   
}

 .regi p a{
   text-decoration: none;
   color:#000;
   font-weight: bold;
   
  

    
}
.regi a:hover{
    color:#fff;
}

.regi p{
    padding-top: 10px;
}
/*carousel coding end-----*/

/* media query for carousel */
    @media  (max-width: 600px){
       
        .login {
            width: 125%;             /* Set actual width */
            max-width: 1000px;       /* Still respects max width */
            margin-left: -30px;
         
            height: 140px;
        
margin-bottom: 40px;
        }
        
        .login .regi {
            margin-top: -5px;
        }
        .login .register .new h2{
            margin-top: -10px;
            font-size: 22px;
        }
        .login .register .information p{
            font-size: 12px;

        }
        .login .register .information ul{
            display:flex;
            flex-direction: column;
            flex-wrap: wrap;
            margin-top: -20px;
            line-height: 19px;
        }
      
        .login .register .information ul li{
            font-size: 14px;
            font-style: italic;
          
            
        }
    
        .login .regi{
       width: 130px; 
       margin-top: 30px;    
        }
       

    }
    @media (min-width:600px) and (max-width: 1024px){
        .login{
            margin-left: -40px;
            width:1000px;
            height: 180px;
        }
        .login .regi{
            margin-top: -5px;
        }
    }


/* media query end for carousel  */
/*----about home coding start  */
/*---------about */
#image {
    background-color: #fcece5;
    padding: 20px 0 40px;
}

.container {
    padding: 0 10px;
    margin-top: 30px;
}

/* ABOUT SECTION */
.about {
    text-align: center;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.about h6 {
    font-weight: bolder;
}

.about span {
    font-weight: bolder;
    color: #a71f12;
}

.about p {
    font-size: 20px;
}

/* FLEX LAYOUT FOR ROW */
.about .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px; /* Increased gap for space between image and text */
    margin-top: 60px;
}

/* IMAGE COLUMN */
.row .col-md-5 {
    flex: 0 0 40%;
    max-width: 400px;
}

.col-md-5 img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s;
}

.col-md-5 img:hover {
    transform: scale(1.05);
    z-index: 1;
}

/* TEXT COLUMN */
.row .col-md-7 {
    flex: 0 0 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row .col-md-7 p {
    font-size: 16px;
    text-align: justify;
    line-height: 37px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.col-md-7 button {
    background-color: #f17a60;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.col-md-7 button a {
    text-decoration: none;
    color: #fff;
}

.col-md-7 button:hover {
    background-color: #d96048;
}

.col-md-7 button a:hover {
    color: #000;
}

@media (max-width: 600px){

    #image .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #image .col-md-5,
    #image .col-md-7 {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    #image .row img {
        margin: 0px 0px 0px 10px;
        display: block;
    }

    #image .col-md-7 {
        margin-top: 20px;
    }

    #image .col-md-7 button {
        margin: 20px auto;
        display: block;
    }
    #image .col-md-7 p{
        line-height: 25px;
        font-size: 18px;
      }
   
}
@media (min-width:600px) and (max-width: 1024px){
    #image .row {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 30px;
        margin-left: 0;
      }
    
      #image .row img {
        height: 340px;
        max-width: 100%;
      }
    
      #image .col-md-7 {
        max-width: 50%;
        margin-left: 0;
      }
    
      #image .col-md-7 h1 {
        font-size: 28px;
      }
    
      #image .col-md-7 p {
        font-size: 16px;
        line-height: 22px;
      }
    
      #image .col-md-7 button {
        margin: 10px 0 20px;
      }
}

/*about home coding end--------*/
/*--- - - ---- summary coding start ---------*/

#summary{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5px;
}
.sum h1{
    text-align: center;
    font-size: 45px;
}
.sum h2{
    text-align: center;
    font-size: 45px;
}
.sum p{
    font-size: 16px;
}
@media (max-width:600px){
    #summary{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -5px;
    }
    .sum h1{
      
        font-size: 25px;
        font-weight: bold;
    }
    .sum h2{
     
        font-size: 25px;
        font-weight: bold;
    }
    
}
@media (min-width:601px) and (max-width:1024px){
    #summary{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -5px;
    }
    .sum h1{
      
        font-size: 45px;
        font-weight: bold;
    }
    .sum h2{
        font-size: 45px;
        font-weight: bold;
    }
    .sum p{
        font-size: 20px;
    }
}
/* summary coding ends-----*/
/*  treatent coding start---*/
#treatment .treat h1{
   text-align: center;
font-size: 30px;
font-weight: bold;
padding-left: 1px;
padding-right: 1px;
}

.services{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(to right, #fcece5, #f17a60);
}
.services > div {
    flex: 1 1 calc(33.33% - 40px); 
    max-width: 30%; 
    text-align: start;
    padding: 20px;
    border: 1px solid #ddd; 
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); 
}
.services > div h2 {
    margin-top: 30px;
    font-weight: 500;
    font-size: 26px;
}
.refill .jj{
    height:230px;
}
.services img {
    width: 100%; 
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.services img:hover{
    transform: scale(1.1);
   
}

@media (max-width:600px){
    #treatment .services {
        flex-direction: column;
        align-items: center;
      }
    
      #treatment .services .support,
      #treatment .services .eyelash,
      #treatment .services .refill {
        min-width: 100%;  /* Increased width */
     
        margin: 10px auto; /* Centered horizontally */
      }
    


    
}
@media(min-width:600px) and (max-width:1024px){
    #treatment .services{
        flex-direction: row;
      align-items: center;
      padding-left:2px;
      padding-right: 2px;
       
    }
    #treatment .services .support{
        min-width: 200px;
      
      
       }
       #treatment .services .eyelash{
           min-width: 200px;
          
          }
          #treatment .services .refill{
           min-width: 200px;
          
         
          }
          #treatment .services .refill .jj{
            height: 150px;
          }
          .services > div h2 {
            margin-top: 30px;
            font-weight: 500;
            font-size: 24px;
        }
        .services > div{
            height: 455px;
        }
}



/* treatment coding end-----*/


/*--price coding start---*/
/* Price Heading */
#price .price-1 h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-style: italic;
   
  }
  
  /* Main Section Layout */
  .about-section {
    position: relative;
  }
  
  .about-section .wrap {
    position: relative;
  }
  
  /* Background Image */
  .about-section .tb-img {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    z-index: 0;
  }
  
  .about-section .tb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-section .bgoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  
  /* Content Overlay */
  .about-section .tb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    gap: 30px;
    z-index: 2;
  
    justify-content: center;
  }
  
  .about-section .tb-text .pp {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 280px;
  }
  
  .about-section .tb-text .pp img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .about-section .tb-text .pp h1.jp {
    font-size: 20px;
    margin: 10px 0 5px;
  }
  
  .about-section .tb-text .pp p {
    font-size: 16px;
    margin: 5px 0 10px;
  }
  
  .about-section .tb-text .pp button {
    padding: 8px 15px;
    border: none;
    background-color: #333;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  
  /* Responsive Fix for Small Screens */
  @media (max-width: 600px) {
    .about-section .tb-img {
      display: none;
    }
  
    .about-section .tb-text {
      position: static;
      transform: none;
      margin: 20px auto;
      flex-direction: column;
      align-items: center;
      padding: 10px;
    }
  }
  
@media (min-width:600px) and (max-width:1024px){
    #price .about-section  .tb-text{
        flex-direction: row;
        margin-left: 0px auto;
        gap: 10px;
    }
    #price .about-section  .tb-text .jp{
        font-size: 20px;
    }
     
}




/*--price coding ends----*/

/*  gallery coding start---*/
#gallery .gallery1 {
    margin-top: 20px;
    margin-bottom: 30px;
}
#gallery .gallery1 h1{
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.gallery1 p{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}
.gallery1 .course{
    margin-left: 140px;
    font-size: 17px;
    font-weight: bold;
}
.submit{
    margin-top: 20px;
    margin-left: 555px;
    width: 300px;
    background-color: #f17a60;
    font-size: 20px;
    border-radius: 20px;
}
.submit:hover{
    background-color: #e887d1;
    color:#f7fdff;
}
.course1{
    margin-left: 140px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}




.work-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap:50px;
    margin-top: 50px;;
    padding-left: 70px;
    padding-right: 70px;

 }
 .work{
    border-radius: 15px;
    position: relative;
    overflow: hidden;

 }
 .work img{
    width:100%;
    border-radius: 15px;
    display: block;
    transition: transform 0.5s;
    height: 100%;
 }
 .layer{
    width: 100%;
    height: 0;
    background: linear-gradient(#fff, #f17a60);
    border-radius: 15px;
    position: absolute;
    left:0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition:height 0.5s;
 }
 .layer h3{
    font-weight: 500;
    margin-bottom: 15px ;
    margin-top: 15px;
 }
 .layer .ln{
    margin-top: -20px;
 }
 .layer a{
    margin-top: 20px;
    color: #ff004f;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    width:60px;
    height:60px;
    border-radius: 50%;
    text-align: center;
}
.work:hover img{
   transform: scale(1.1);
}
.work:hover .layer{
   height:100%;
}

@media (max-width: 600px) {
    html, body {
      margin: 0;
      padding: 0;
      width: 100vw;
      overflow-x: hidden;
    }
  
    #gallery {
      width: 100vw !important;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
    }
  
    #gallery .gallery1 {
      width: 100vw;
      margin: 0;
      padding: 10px;
      box-sizing: border-box;
    }
  
    .gallery1 h1 {
      font-size: 30px;
      text-align: center;
    }
  
    .gallery1 p {
      font-size: 16px;
      padding: 0 10px;
      text-align: center;
    }
  
    #gallery .work-list {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100vw;
      padding: 0;
      margin: 10px auto;
      gap:10px;
    }
  
    #gallery .work {
      width: 95vw;
      max-width: 600px;
      margin: 10px 0;
      text-align: center;
    }
  
    #gallery .work img {
      width: 100%;
      height: 300px !important;
      display: block;
      margin: 0 auto;
    }
  
    #gallery .submit {
      display: block;
      margin: 20px auto;
    }
  
    #gallery a {
      text-decoration: none;
    }
  }
  
  
@media (min-width:601px) and (max-width:1024px){
    #gallery .gallery1 h1{
       
        font-size: 40px;
    }
    .gallery1 p{
     padding-left: 10px;
     padding-right: 10px;
        font-size: 18px;
    }
    #gallery .gallery1 .work-list .change{
        margin-left: 150px;
        min-width: 450px;
    }
   
    #gallery .submit{
      
        margin-left: 290px !important;
            }
}


/* gallery coding ends---*
/*-------------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;
}
.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;
}
.column1 p{
    font-size: 18px;
    font-weight:500;
}
.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*/

/**-------------contact page coding start----------------*/
.contact-img img{
    min-width:100%;
    height:400px;
    opacity: 0.8;
    position: relative;

}

#section-wrapper{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
.box-wrapper{
    position: relative;
    display: table;
    width:1100px;
    margin:auto;
    margin-top:35px;
    border-radius: 30px;
}
.info-wrap{
    width:35%;
    height: 571px;
    padding: 40px;
    float: left;
    display: block;
    border-radius: 30px 0px 0px 30px;
    background: linear-gradient(144deg, #e887d1 20%, #f17a60 49%);
    color: #fff;
}
.info-title{
    text-align: left;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.info-sub-title{
    font-size: 18px;
    font-weight: 300;
    margin-top: 17px;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.info-details {
    list-style: none;
    margin: 35px 0px;
}
.info-details li {
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
}
.info-details li i {
    background: #F44770;
    padding: 12px;
    border-radius: 50%;
    margin-right: 5px;
}
.info-details li a {
    color: #fff;
    text-decoration: none;
}
.info-details li a:hover {
    color: #F44770;
}
.social-icons {
    list-style: none;
    text-align: center;
    margin: -20px 0px;
}
.social-icons li {
    display: inline-block;
}
.social-icons li i {
    background: #F44770;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    border-radius: 22%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all .5s;
}
.social-icons li i:hover {
    background: #fff;
    color: #000000;
}
.form-wrap{
    width:65%;
    float: right;
    padding:40px 25px 35px 25px;
    border-radius: 0px 30px 30px 0px;
    background: #ecf0f3;
}
.form-title{
    text-align: left;
    margin-left: 23px;
    font-size: 28px;
    letter-spacing: 0.5px;
}
.form-fields{
    display: table;
    width: 100%;
    padding: 15px 5px 5px 5px;
}
.form-fields input,
.form-fields textarea{
    border: none;
    outline:none;
    background: none;
    font-size: 18px;
    color:#555;
    padding: 20px 10px 20px 5px;
    width:100%
}
.form-fields textarea{
    height: 150px;
    resize: none;
}
.form-group{
    width: 46%;
    float: left;
    padding: 0px 30px;
    margin: 14px 12px;
    border-radius: 25px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #ffffff;
}
.form-fields .form-group:last-child {
    width: 96%;
}
.submit-button{
    width: 96%;
    height: 60px;
    margin: 0px 12px;
    border-radius: 30px;
    font-size: 20px;;
    font-weight: 700;
    outline: none;
    border:none;
    cursor: pointer;
    color:#fff;
    text-align: center;
    background: #F44770;
    box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #ffffff;
    transition: .5s;
}
.submit-button:hover{
    background:#f17a60;
}
/* Responsive css */
@media (max-width: 600px) {
    .contact-img img {
        height: 220px;
        width: 100%;
        max-width: 100%;
    }

    .box-wrapper {
        width: 100%;
        padding: 10px;
        display: block;
    }

    .info-wrap,
    .form-wrap {
        width: 100%;
        height: auto;
        float: none;
    }

    .info-wrap {
        border-radius: 20px 20px 0 0;
        padding: 20px;
        text-align: center;
    }

    .form-wrap {
        border-radius: 0 0 20px 20px;
        padding: 20px;
    }

    .form-group {
        width: 100%;
        margin: 15px 0;
        float: none;
    }

    .form-fields .form-group:last-child,
    .submit-button {
        width: 100%;
    }

    .submit-button {
        margin: 10px 0;
        padding: 10px;
        font-size: 16px;
    }
    .info-details{
        text-align: start;
    }
    .social-icons li{
        margin-bottom: 10px;

    }
}

@media (min-width:600px) and (max-width:1024px){
    .box-wrapper{
        width: 100%;
    }
    .info-wrap,
    .form-wrap{
        width: 100%;
        height: inherit;
        float: none;  
    }
    .info-details{
        text-align: start;
    }
   
    .info-wrap{
        border-radius: 30px 30px 0px 0px;
    }
    .form-wrap{
        border-radius: 0px 0px 30px 30px;
    }
    .form-group{
        width: 100%;
        float: none;
        margin: 25px 0px;
    }
    .form-fields .form-group:last-child, 
    .submit-button{
        width: 100%;
    }
    .submit-button{
        margin: 10px 0px;
    }
    .box-wrapper .info-details .reet{
        width: 100%;
        min-height: 200px;


    }

}
#hours{
  
    padding-right: -260px;
margin-left: -150px;
    margin-top: 40px;
}
#hours .row{
    display: flex;
}
#hours img{
    height: 400px;
    border-radius: 20px;
   margin-left: -280px;
   width: 400px;
}
#hours h1{
    font-weight: bold;
    font-size: 30px;
    color:#f17a60;
}

#hours p{
    font-size: 17px;
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in-img{
    max-width: 400px; /* Adjust size as needed */
    opacity: 0; /* Start invisible */
    animation: fadeOut 2s ease-in-out forwards;
   
}


.col {
   
    padding: 10px;
    position: relative;
}

.col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
  
    width: 1px;
    height: 100%;
    background-color: gray;
    margin-left: 300px;
}
@media (max-width: 600px) {
    #hours {
        padding: 20px;
        margin: 0 auto;
    }

    #hours .row {
        flex-direction: column;
        align-items: center;
    }

    .col {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        position: relative;
    }

    #hours .col img {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 10px auto;
        border-radius: 15px;
    }

    /* Remove vertical line */
    .col:not(:last-child)::after {
        content: "";
        display: none;
    }
}


/*@media (max-width:600px)
{
    #hours{
        padding-left: 20px;
        padding-right: 10px;
        margin-left: 90px;
    }
   
    #hours .row{
        flex-direction: column;
    }
    .col{
        width: 100%;
        margin-left: 10px;
    }
    #hours .col img{
        margin-left: -50px;
        width: 330px;
    }
  
    .col:not(:last-child)::after {
        width: 90%;  /* Full width 
        height: 1px;   Thin horizontal line 
        bottom: 0;
        top: auto;
        left: 0;
        margin-left: -15px;
        margin-bottom: 10px;
    }
}*/
@media (min-width:600px) and (max-width:1024px) {
    #hours{
        margin-top: -140px;
        margin-bottom: -80px;
    }
    .trade .row {
        flex-direction: row;
       text-align: center;
    }

    .col {
        padding: 100px;
        
 
        
    }
    #hours .col img{
        max-width: 270px;
        margin-top: 10px;
        height: 300px;
    }
    .col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
      
        width: 1px;
        height: 70%;
        background-color: gray;
        margin-left: 150px;
        margin-top: 70px;
    }

   
}
/*-----------contact page coding ends----*/

/*----course page coding start-----------*/
#course .cour{
    display: flex;
}
 #course .cour img{
width: 50%;
    height: 400px;
    opacity: 0.7;
 }
 #course .heading{
    margin-top: -200px;
    margin-bottom: 200px;
    z-index: 1;
    position: relative;
    text-align: center;
    
 }
 #course .heading h1{
    font-size: 50px;
    font-style: italic;
    text-shadow: 0 0 10px #ff9a8b, 0 0 20px #ecd8dc, 0 0 30px #ff99ac;
 }
 #course .head{
    text-align: center;
 }
 #course .head h1{
    font-style: italic;
    font-size: 30px;
 }
 #course .head h2{
    margin-top: 20px;
    font-style: italic;
    font-weight: bold;
 } 
.row  .col{
  
    margin-left: 400px;
}
.row  .col img{
    width: 100%;
    height: 550px;
}
.row .co{
    width: 40%;
    background-color: #F3BDCB;
  
    padding: 40px;
   margin-top:100px;
    position: absolute;
    left: 70px;
     /* Moves it slightly up */
    z-index: 2; /* Ensures it appears above */
    height: 400px;
}
.row .co h1{
    font-size: 32px;
    font-style: italic;
}
.row .co button{
    padding:8px;
    background-color: #000;
    color: #fcece5;
 margin-left: 90px;
}
#course .det{
    display: flex;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 40px;
}
.detail p{
    text-align: center;
    font-style: italic;
}
.name h1{ 
    text-align: center;
}
.eye h2{
    text-align: center;
    background-color: #F3BDCB;
    margin-top: 10px;
}
#course .detail{
    width: 50%;
}
#course .det-2 img{
    width: 100%;
    margin-left: 20px;
}
.list{
    display: flex;
}
.list span{
    font-weight: bold;
    font-style: italic;
}
.list .unorder{
    margin-left: 200px;
}
.det-2 button{
    padding:8px;
    background-color: #000;
    color: #fcece5;
 margin-left: 90px;
 margin-top: 50px;
 width: 150px;
}
.det-3 img{
    width: 50%;
    margin-left: 30px;
}
.det-3  button{
    padding:8px;
    background-color: #000;
    color: #fcece5;
 margin-left: 90px;
 margin-top: 50px;
 width: 150px;
}
.det-6 button{
    padding:8px;
    background-color: #000;
    color: #fcece5;
 margin-left: 90px;
 margin-top: 50px;
 width: 150px;
}
.det-6 img{
    height: 450px; width: 500px;
}
#course .detail-2{
    width: 100%;
    margin-left: -430px;
    padding-right: 20px;
 

}
.detail-2 p{
    text-align: center;
    font-style: italic;
    
}
#course .detail-3{
    width: 50%;
    margin-left: 100px;
    padding-right: 20px;
}
.detail-3 p{
    text-align: center;
    font-style: italic;
    
}
.det-4{
    width: 100%;
    margin-left: 70px;
    padding-right: 40px;
}
.detail-4 p{
    text-align: center;
    font-style: italic;
}
.det-4 img{

    width: 100%;
 
    height: 300px;
    
}
.det-4 button{
    padding:8px;
    background-color: #000;
    color: #fcece5;
 margin-left: 90px;
 margin-top: 50px;
 width: 150px;   
}


.about-item{
	margin-top:20px;
	height:520px;
	margin-bottom:20px;
	background-color:#ecd8dc;
padding-top:20px;
	box-shadow:0 0 9px rgba(0,0,0.6);
    border-radius: 20px;
    padding-bottom: 10px;
}

.about-item h3{
	font-size:23px;
	
   text-align: center;
}
.about-item hr{
	width:50px;
	height:3px;
	background-color:red;
	margin:0 auto;
	border:none;	
}
.about-item p{
	margin-top:20px;
    font-style: italic;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.about-item:hover{
	background-color:#F3BDCB;
}


.about-item:hover h3,
.about-item:hover p{
	color:white;
}

.about-item:hover hr{
	background-color:white;
}
.about-item:hover i{
transform:translateY(-20px);
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover hr{
	transition:all 400ms ease-in-out;
}
.about-item img{
    width: 80%;
    height: 200px;
    border-radius: 20px;
}
.about-item button{
    padding:8px;
    background-color: #000;
    color: #fcece5;
 margin-left: 10px;
 
 width: 150px; 
}

.heading h2{
    font-size: 30px;
    font-style: italic;
    text-shadow: 0 0 10px #ff9a8b, 0 0 20px #ecd8dc, 0 0 30px #ff99ac;
    text-align: center;
    margin-top: 20px;
   
}
.heading i{
    color: #000;
}

/*  media for courses page */
@media (max-width:600px) {
    #course .cour .mag{
        display: none;
    }
    #course .cour img{
        width: 100%;
    }
    #course .heading{
        padding-left: 10px;
        padding-right: 10px;
    }
    #course .heading h1{
        font-size: 40px;

    }
    #course .head{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -60px;
    }
    #course .head h1{
        font-size: 25px;
    }
}
   
 

@media (max-width:600px){
    .row {
        flex-direction: column;
    }
    .row .col {
        width: 90%;
        margin-left:  0;
    }
    .row .co {
        width: 90%;
        position: relative;
        left: 10px;
        margin-top: 20px;
        height: auto;
        padding: 20px;
       margin-left: 23px;
    }
    .row .co button {
        margin-left: 0;
        display: block;
        width: 100%;
    }
    .row .co h1{
        font-size: 20px;
        font-weight: bold;
    }
    .row .col img {
        margin-left: 35px;
            height: auto;
            width: 100%;
            
        }   
}
@media (min-width:600px) and (max-width:1024px) {
    #course .head{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -40px;
    }
    #course .head h1{
        font-size: 35px;
    }
    #course .cour .mag{
        display: none;
    }
    #course .cour img{
        width: 100%;
    }
    .row{
        margin-top: 50px;
        margin-bottom: -45px;
    }
    .row  .col{

        margin-right: -100px;
      margin-left: 120px;
    }
    .row  .col img{
       max-width: 100%; 
        height: 480px;
     
   
    }
    .row .co{
        width: 60%;
        background-color: #F3BDCB;
      
        padding: 30px;
       margin-top:-10px;
        position: absolute;
        left: 20px;
         /* Moves it slightly up */
        z-index: 2; /* Ensures it appears above */
        height: 400px;
    }
    .row .co h1{
        font-size: 23px;
        font-weight: bold;
    }
}

@media (max-width:600px){
    #course .det{
        flex-direction: column-reverse;
        align-items: center;
    }
    #course .det .det-2 img{
        margin-left: -5px;

    }
    #course .det .det-2 button{
        margin-top: 15px;
    }
    #course .det .detail{
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        margin-top: 5px;
    }
    #course .det .det-3 img{
        width: 100%;
        height: auto;
      margin-left: -5px;


    }
   
    #course .det .det-3 button{
        margin-top: 10px;
    }
    #course .det .detail-2{
        margin-left: 20px;
        margin-top: -15px;
    }
    #course .det .det-6 img{
        height: 320px;
        margin-left: -8px;
    }

    #course .det .det-6 button{
        margin-top: -14px;
      
    }
    #course .det .list .unorder{
       margin-left: 50px;
    }
    #course .det .detail-3{
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        margin-left: -10px;
        margin-top: -20px;
    }
    .detail-3 .list{
        margin-left: -20px;
        flex-direction: column;
    }
   #course .eye-2{
    margin-top: 15px;
   }
   #course  .det .det-4 img{
    margin-left: -23px;
 
  
   }
   #course  .det .det-4  button{
    margin-top: 10px;
    margin-left: 60px;
    margin-bottom: 10px;
   }
 
    #course .eye h2{
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;

    }
#about #about2 .col-md-4{
    margin-left: 12px;
}
 .heading h2{
    font-size: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: -20px;
 }
}
@media (min-width:600px) and (max-width:1024px){
    #course .det{
        flex-direction: column-reverse;
        align-items: center;
    }
    #course .det .det-2 img{
        margin-left: -5px;
        width: 100%;

    }
    #course .det .det-2 button{
        margin-top: 15px;
        margin-left: 170px;
    }   
    #course .det .detail{
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        margin-top: 5px;
    }
    #course .det .det-3 img{
        width: 100%;
        height: auto;
      margin-left: -5px;


    }
    #course .det .j3{
        max-width: 550px;
    }
    #course .det .det-3 button{
        margin-top: 10px;
        margin-left: 200px;
    }
    #course .det .detail-2{
        margin-left: 20px;
        margin-top: -15px;
    }
    #course .det .det-6 img{
        height: 350px;
        margin-left: -8px;
    }

    #course .det .det-6 button{
        margin-top: -14px;
        margin-left: 200px;
      
    }
 
     #course .det .detail-3{
         padding-left: 5px;
         padding-right: 5px;
         width: 100%;
         margin-left: -10px;
         margin-top: -20px;
     }
     .detail-3 .list{
         margin-left: 120px;
        
     }
     
     #course .eye-2{
        margin-top: 15px;
       }
       #course  .det .det-4 img{
        margin-left: -23px;
     
      
       }
       #course  .det .p4{
        max-width: 650px;
      margin-left: 70px !important;
       }
       .list .u{
     margin-left: 150px;
       }
       #course  .det .det-4  button{
        margin-top: 10px;
        margin-left:250px;
        margin-bottom: 10px;
       }
       #about{
        margin-top: -40px;
       }
       #about #about2 .col-md-4{
        margin-left: 12px;
        width: 100%;
    }
    #about #about2 .col-md-4 img{
        height: 280px;
    }
     .heading h2{
        font-size: 30px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: -20px;
        margin-top: 45px;
     }
}
/*media end for courses page  */