body{
	font-family: sans-serif;
  background-color: #212529;
  color: #000;
}
h1,h2,h3,h4,h5,h6{
	font-family: serif;
}

a{
	text-decoration: none;
}

#device-instruction {display: none}
@media all and (display-mode: standalone) {
    #installApp{
        display: none;
    }
}
#loader {
    position: fixed;
    background: hsl(146deg 100% 25%) url(public/icons/144.png) no-repeat center center;
    background-size: 40%;
    width: 100%;
    height: 100vh;
    z-index: 10;
    animation: spin 2s linear infinite;

}

  @keyframes spin {
      to {
        transform: rotate(360deg);
      }
  }
iframe{
  margin:0 auto;
  width: 100%;
  height: 400px;
}

#homePage{
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 10px;
  color: #fff;
}
#heroSection{
    position: relative;
    top: 70px;
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
    width: 100%;
    margin-bottom: 70px;
}
/* Style the select element */
select {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* Remove default styling in Safari */
    -moz-appearance: none; /* Remove default styling in Firefox */
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="%23333" d="M7 10l5 5 5-5z"/></svg>') no-repeat right center;
    background-color: #fff;
    background-position: calc(100% - 0.5rem) center;
    background-size: 18px 18px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    width: 100%;
}
/* Add some basic styling for better appearance on all devices */
select:hover {
    border-color: #888;
}

select:focus {
    border-color: #555;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

  /* WhatsApp Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1000;
    display: none; /* Hidden by default */
    background-color: #25D366; /* WhatsApp green */
    padding: 1px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    animation: float 3s ease-in-out infinite; /* Add animation */
}

.whatsapp-button svg {
    width: 80px;
    height: 80px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}


#heroSection .info{
    position: relative;
    left: 0;
    width: 50%;
    color: #fff;
    padding: 20px;
    height: 100%;
    background-color: #000000c2;;
}

.heroSectionText {
  display: inline-block;
  margin-bottom: 50px;
}
#heroSection img{
	height: 22px;
	padding: 1px;
	margin: 5px;
	border-radius: 3px;
	margin-top: 2px;
}
#heroSection a{
   color: #fff;
}

#heroSection > h1{
  margin-left: 100px;
  text-align: left;
  font-weight: bold ;
}
#heroSection .info > p{
    font-size: 15px;
    padding: 10px;
    color: #fff;
    background-color: #0000008a;
    width: 81%;
    border-radius: 10px;
  }
#heroSection .links{
    display: flex;
    flex-direction: row;
    width: 90%;
    padding: 20px;
    margin: 0px 10px;
    margin-left: 80px;
    margin-top: 80px;
}

 #heroSection .alert-success {
    background-color: #08e780;
    border-color: none;
  }

   #heroSection .alert-warning {
    background-color: #636464;
    border-color: none;
  }

#heroSection .links button{
    padding: 10px;
    margin: 0 10px;
    width: 150px;
}

#heroSection #hero-text{
	line-height: 1em;
	letter-spacing: -0.2px;
	color: #fff;
	font-size: 26px;
	padding: 20px;
	background-color: #198754;
	width: 40%;
	height: 400px;
	margin-top: -35px;
}

#services{
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
  min-height: 400px;
  background-color: #212529;
  color: #fff;
}

#recentWork{
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
  min-height: 400px;
}

#services,#recentWork > h2{
  margin: 0px auto;
  width: 100%;
  text-align: center;
  padding: 5px;
  border-bottom: 2px solid #6c757;
}
.service{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
}
.recentWork{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.service-list h4{
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.recentWork-list h4{
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.service-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    width: 30%;
    margin: margin: 0 auto;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
}

.recentWork-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    width: 32%;
    margin: 10px;
    padding: 10px;
    text-align: left;
}
.recentWork-list{
   display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    width: 30%;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
}

.service img{
  width: 100%;
  margin-left: -27px;
}
.recentWork img{
  width: 100%;
  margin-left: -27px;
}
.service-list p{
  text-align: left;
}
.recentWork-list p{
  text-align: left;
}

#testimonials {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: scroll; 
}
#testimonials::-webkit-scrollbar {
   display: none; /* For Chrome, Safari, and Opera */
  }
#testimonials h3{
  padding: 10px;
  margin:10px;
  text-align: center;
}

.testimonials-list{
    border-radius: 10px;
    flex: none;
    width: 40%;
    height: fit-content;
    display: inline-block;
    border: 2px solid #ccc;
    margin: 10px;
    padding: 10px;
    color: #fff;
}

.contactForm{
    padding: 20px;
    width: 100%;
    margin: 20px 0px;
    color: #fff;
    margin-top: 100px;
    border-radius: 30px;
    margin-bottom: 100px;
}
.contactForm form{
  margin: 0 auto;
  width: 40%;
}
.contactForm p,{color: #fff;}
.contactForm a{text-decoration: none;color: #fff;}
#title{display: block;}
#aboutPage{max-width: 80%;}
#aboutPage p{text-align: left;font-size: 20px;}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

      .card::after,.card::before{
        content: '';
        position: absolute;
        height: 100%;
        width: 102%;
        background-image: conic-gradient(from var(--angle), red,blue);
        top:50%;
        left:50%;
        translate: -50% -50%;
        z-index: -1;
        padding: 5px;
        border-radius: 10px;
        animation: 3s spin linear infinite;
      }
      .card::before{filter: blur(3.5px); opacity: 1}

      @keyframes spin{
        from{
         --angle: 0deg;
        }

        to{
          --angle:360deg;
        }
      }
      
      #registrationForm{
        display: block;
        margin: 0 auto;
        width: 40%;
        margin-top: 20%;
        color: #fff;
        margin-bottom: 100px;
        background-color: #212529;
        padding: 20px;
        color: #fff;
      }


          .designProcess {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            text-align: center;
        }

        .step-title {
            font-weight: bold;
            color: #333;
            text-align: left;
        }

        footer{
          width: 100%;
          height: 60px;
          min-height: 50px;
          background: #000;
          color: #fff !important;
          text-align: center;
          position: fixed;
          bottom: 0;

        }
        footer p{margin-top: 30px;}

        .alert-success {
          background-color: #08e780;
          border-color: none;
        }
#verification{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    max-width: 50%;
    text-align: center;
    top: 30%;
    left: 23%;
    background-color: #fff;
    padding: 20px;
}
form{
  margin-bottom: 100px;
}
#verification form{
  margin: 0 auto; width: 100%;padding: 10px;
}
#verification .alert{padding: 5px !important}
#verification .btn{
  margin: 0 auto;width: 100px;max-width: 100px;text-align: center;
}

   .youtube-wrapper{
    margin: 20px auto;
      width: 70%;
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 61px;
      background-image: url("public/icons/background-cover.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }
        iframe {
      display: block; /* or inline-block */
      visibility: visible;
      opacity: 1;
      width: 100% !important;
    }
@media screen and (max-width: 1024px){
  #heroSection img{
    order: 1;
    width: 103%;
    margin-top: 42px;
    height: 230px;
  }

  .service,.recentWork{
    flex-wrap: wrap;
    
  }
  .service-list,.recentWork-list{
    width: 47%;
    padding: 2px;
  }

}
      
@media screen and (max-width: 767px){
  .youtube-wrapper{height: 175px;}
  #heroSection{
    position: relative;
    top: 50px;
    background-size: cover;
    background-position: bottom;
    height: 350px;
    width: 100%;
    width: 100vw;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
  }

  #heroSection .info {
    position: relative;
    left: 0;
    width: 100%;
    top: 0px;
    color: #fff;
    padding: 20px;
    height: 55%;
    background-color: #0000005e;
}

  #heroSection h1{
    font-family: sans-serif;
    font-style: bold;
    margin-left: -5px;
    text-align: left;
    position: relative;
    top: 0px;
    width: 100%;
    order: 1;
  }

    #heroSection .info > p {
      font-size: 18px;
      padding: 6px;
      color: #fff;
      background-color: #0000008a;
      width: 100%;
      border-radius: 10px;
  }

    #heroSection .links{
      width: 100%;
      padding: 10px;
      margin: 0px 2px;
      margin-left: 0px;
      margin-top: 110px;
    }

  .service,.recentWork{
    flex-wrap: wrap;
    
  }
  .service-list,.recentWork-list{
    width: 47%;
    padding: 2px;
  }


  /* WhatsApp Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 11vh;
    height: 80px;
    width: 80px;
    color: #fff;
    right: 4px;
    z-index: 10;
}

.whatsapp-button svg {
    width: 72px;
    height: 66px;
    margin-top: 6px;
    margin-left: 3px;
}

.whatsapp-button:hover {
    transform: scale(1.3);
}
    .contactForm{
      width: 100%;
      margin-bottom: 200px;
    }

    .contactForm form{
      margin: 0 auto;
      width: 90%;

      }

    #verification{
      width: 100%;
    }
  #registrationForm {width: 100%;}
}

@media screen and (max-width: 500px){
  #verification{
    text-align: left;
  }
  #verification form{
    width: 90%;
  }
    .service,.recentWork{
    flex-wrap: wrap;
    
  }
  .service-list,.recentWork-list{
    width: 90%;
    padding: 10px;
  }
  .service img {
    margin: 0 auto;
    width: 100%;
    margin-left: -11px;
  }
  .recentWork img {
    margin: 0 auto;
    width: 100%;
    margin-left: -11px;
  }
  .service-list,.recentWork-list p {
            text-align: left;
        margin-left: 1px;
        padding: 10px;
  }
 #heroSection {
  position: relative;
        top: 10vh;
        background-size: cover;
        background-position: bottom;
        height: auto;
        max-height: 488px;
        width: 100%;
        width: 100vw;
        margin-bottom: 70px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 320px){
  #registrationForm{width: 100%;}
}