body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  
  .navbar{
  background-color:white;
  opacity: 0.9;
  }
  li a{
    color: black;
  }
  /* .hovers a:before{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:0%;
    height:100%;
    border-bottom:2px solid  indianred;
    transition: 0.4s linear;
}
  
.hovers a:hover:before{
  width:100%;
} */

li  a:hover{
  border-bottom:2px solid  indianred;
  transition: 0.3s linear;
  width:100%;
}
  .hero, .parallax {
    /* background: linear-gradient(rgba(30,30,41,0.9), rgba(30,30,41,0.9)),url(https://staticlearn.shine.com/l/m/images/blog/mobile/best_part_time_job.webp); */
    height: 100vh;
    width: 100%;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
  }
  .logo{
    width: 180px;
    height: 80px;
  }
  

  .details{
    padding-top: 200px;
  }
  .parallax {
    padding: 80px 0;
  }
  
  .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .whatsapp-icon {
    margin-top: 16px;
  }

  .touch{
    color: blue;
  }
  .faq{
    color: red;
  }
  .question{
    color: blue;
    font-weight: bold;
  }
  .adda{
    color: red;
  }

  /* about */
  .about{
    width: 100%;
   margin-top: 20px;
  
  }

  /* Counter Design */
.counter-section {
	background-color: rgb(60, 60, 243);
  ;
	padding: 1.5rem 0;
}

.counter-section p {
	color:white;
	text-transform: uppercase;
}

  @media(max-width:1000px) 
  {
     #contact{
      margin-top: 40px;
     }
  }
  #work-options
  {
    margin-bottom: -250px;
  }

  /* contact section */
  .contact .info-item {
    padding: 20px 0 30px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  
  .contact .info-item i {
    font-size: 20px;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
  }
  
  .contact .info-item h3 {
    font-size: 20px;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
  }
  
  /* .contacts{
    color: blue;
    font-weight: bold;
  } */
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .contact .php-email-form {
    background-color: var(--surface-color);
    height: 100%;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }


  @media(max-width:1000px)
  {
    .marquee
    {
      display: none;
    }
  }
  .makeup
  {
    font-weight: 700;
    background: linear-gradient(to left, red, blue , white , blue );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .eran-details{
    display: none;
  }

  @media (max-width: 990px){
    #about{
      width: 100%;
      min-height: 100vh;
    }
    ul li{
      font-size: 1rem;
    }
  }
  
  @media(max-width:767px){
    .navbar-brand{
      display: none;
    }
    .eran-details{
      display: block;
      color: rgb(64, 64, 235);
      text-decoration: underline;
    }
    .whatsapp_float {
      display: none;
    }
    .whatsapp-icon {
       display: none;
    }
    
    .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 10px;
      font-size: 22px;
    }
    .about{
      width: 100%;
     margin-top: 20px;
     text-align: center;
    
    }
     /* iframe {
      width: 100vw;
      height: 100vh;
      border: none;
    } */
    /* footer{
      width: 100%;
    } */

    .map-con iframe {
      width: 100vw;
      height: 100vh;
      border: none;
    }
    .container{
      text-align: center;
    }
  }

  .map-con{
    position: relative;
    width: 100%; /* Adjust the width as needed */
    padding-bottom: 54%; /* 16:9 aspect ratio */
  }
  
  .map-con iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* Privacy Policy & Terms and Conditions  */
/* .content-section h2 {
  margin-bottom: 15px;
}

.content-section p,
.content-section ul {
  font-size: 1rem;
  margin-bottom: 20px;
}

.content-section ul {
  list-style: disc;
  padding-left: 20px;
} */


/* footer */
.footer {
  background-color:rgb(60, 60, 243);
  color: #fff;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-section {
  /* flex: 1 1 200px; */
  margin: 10px;
}

.footer-section h3 {
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #00bcd4;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  border-top: 1px solid #444;
  padding-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-section ul li {
    margin-bottom: 10px;
  }

  .footer-section h3 {
    font-size: 18px;
  }

  .footer-bottom {
    font-size: 12px;
  }
}


