*{
 margin: 0;
 padding: 0;
}
 /* body{
    height: 100vh;
    width: 100%;
    min-height: 100vh;
    line-height: 1.6;
}  */

.navline{
   display: flex;
    align-items: center;
     justify-content: space-around;
     flex-wrap: nowrap;
    margin: 5px;
    padding: 15px; 
    /* height: 80px; */
    width: 100%;
    border-bottom: 3px solid rgb(244,245,247); 
     border-top: 3px solid rgb(244,245,247);
  
}


.qwickresponse{
    height:60px ;
    width: 320px;
    object-fit: cover;
      display: inline-flex;
  align-items: center;
}

.linkstyle{
     text-decoration: none;
}
 .list{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: black; 

 }

 @media (max-width:480px) {  
    h1{
      font-weight: 600;
    }
    
 }

.taskerbutton{
    color: rgb(108,189,229);
     background-color: white;
     padding: 5px;
     width: 200px;
     font-weight: bolder;
     border-radius: 10px;
     border: 1px solid  skyblue;
     margin: 2%;
     font-family: 'Montserrat', sans-serif;
}
.taskerbutton:hover{
    color: rgb(123, 186, 211);
    border: 1px solid rgb(123, 186, 211);
} 
.languagedropdown{
        color: rgb(108,189,229);
        margin: 5px;
        cursor: pointer;
        padding: 2px;
        margin-left: 15px;
}
.dropdown-menu{
    color: black;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    width: 50px;
}

 

  h1{
  
  /* font-size: clamp(1.5rem, 6vw, 3rem); 
  line-height: 1.4; */
  /* color: rgb(76, 97, 136); */

 }  

 /* h1 > span{
    position: relative;
    display: inline-block;
    height: 1.25em;
    vertical-align: bottom;
    overflow: hidden;
}
h1 > span > span{
    display: block;
    animation: animatedwords 5s infinite ease;
} 
@keyframes animatedwords {
    0% {transform: translateY();}
    25% {transform: translateY(-100%);}
    50% {transform: translateY(-200%);}
    75% {transform: translateY(-300%);}
    100% {transform: translateY(-400%);}
}   */
.servicebutton{
    color: black;
    font-size: 25px;
    background-color: white;
    padding: 15px;
    font-weight: 500;
    border-radius: 10px;
    
}
.servicebutton:hover{
    background-color: rgb(56,129,172);
    color: white;
    border: 2px solid azure;
    box-shadow: 2px 2px 2px 2px grey;
}
@media (max-width: 480px) {
  .herosection h1 {
    font-size: 1.5rem;
  }

  .servicebutton {
    padding: 8px 20px;
    font-size: 1.5rem;
  }
}

.searchdiv {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;              
  display: flex;
  justify-content: center;
  padding: 20px;
}
.searchdiv form {
  display: flex;
  align-items: center;
  border: 1.5px solid #cfcfcf;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.searchdiv .input {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px 24px;
  font-size: 1rem;
  
}
.searchdiv .searchicon {
  background-color: rgb(103, 183, 215);
  border: none;
  padding: 0 28px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchicon svg  {
  color: #fff;
  width: 20px;
  height: 20px;
}
.searchdiv .searchicon:hover {
  background: #0ea5e9;      
}


.searchdiv form:focus-within {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56,189,248,0.25);
}
.categories {
  margin-top: -1px; 
  padding: 20px;
}
.categorygrid{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.category{
  font-weight: 600;
  font-size: 20px;
  border: 3px solid rgb(98, 93, 93) ;
  border-radius: 20px;
  padding: 6px;
  
}
.category:hover{
    box-shadow: 1px 1px 1px 1px rgb(177, 177, 177);
    cursor: pointer;
}
.fw-bolder{
  font-size:30px;
}
[data-tab-content]{
  display: none;
}
.active[data-tab-content]{
  display: block; 
}
.active[data-tab-content] h1{
  color: #CFEAFF;
  font-weight: 700;
  text-align: center;
  text-shadow: 3px 3px 3px grey;
  font-family: 'Montserrat', sans-serif;
}
.active[data-tab-content]{
  background-image: url(./asset/construction-polygonal-wireframe-building-under-600nw-2636178941.webp);
  background-repeat: no-repeat;
  background-size: cover;  
  object-fit: contain;
  background-position: cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.active[data-tab-content] h3{
  color: #6EC1E4;
  text-align: center;
  max-width: 520px;
}
.cards{
  display: flex;
  flex-wrap: wrap; 
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.image{
  width: 240px;
  height: 163px;
  background-position: center;
  border-radius: 30px 0px 0px 0px;
}
 .textpart{
  background-color: rgb(225, 227, 226);
  width: 240px;
  height: 100%;
  text-wrap: wrap;
  text-align: center;
  border-radius: 0px 0px 30px 0px;
  padding: 10px;
} 
.card{
  box-shadow: 3px 2px 2px 2px  grey;
  border-radius: 30px 0px 30px 0px;
  height: 267px;
  display: flex;
  flex-direction: column;
}
 
@media  (max-width
:889px) {
 
  .image{
    height: 100px;
    width: 100px;
    object-fit: cover;
  }
  .card1{
    display: flex;
    flex-direction: row;
    height: 100px;
    width: 340px;
  }
  .card{
    display: flex;
    flex-direction: row;
    height: 100px;
    width: 340px;
  }
  
} 
 .gethelp{
  color: black;
  font-weight: 700;
  padding: 7px;
}

.categorygrid2{
  padding:  10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* overflow-x: hidden; */
}
.category1{
   padding: 0px 20px ;
  border-bottom: 3px solid #38bdf8;
  box-shadow: 2px 2px 2px 2px grey;
  border-radius:5px;
}
.category1:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(4px);
  
}
.allservices{
  border: none;
  padding: 15px;
  background-color: white;
  color: #338db3;
  font-weight: 600;
  font-size: 20px;
}
 .footersection{
  color: white;
  background-color:rgb(60, 120, 170);
  padding: 5px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  text-shadow: 2px 2px 2px 2px grey;

} 
.footerdiv1{
  padding: 15px;
  margin: 10px;
  display:flex ;
  flex-wrap: wrap;
}
.footerdiv2{
 padding: 20px;
}
.contact{
  display: flex;
  flex-direction: column;
}
li{
    list-style: none;
    padding: 10px;
}
.head{
  font-size: 18px;
  font-weight: 700px;
}
.twitter{
  height: 30px;
  margin: 2%;
}


.header{
    display: flex;
    gap: 10%;
    background: linear-gradient( 120deg, rgb(32, 177, 235), white);
    height: 530px;
}
.header2mimic{
    display: flex;
    gap: 10%;
    background: linear-gradient( 120deg, rgb(32, 177, 235), white);
    height: 300px;
}


.help{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 70px;
    left: 55px;
}

.text-header{
    gap: 15%;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
#paragraph{
    font-weight: 500;
    color: white;
}

.header-services{
    font-weight: bolder;
    padding-left: 5%;
    text-shadow: 2px gray;
    font-size: 30px;
    color: rgb(32, 177, 235);
}



.box-context{
    /* border: 2px solid red; */
    padding: 10px 10px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 70px;
    background: whitesmoke;
    height: 70%;
    width: 90%;
    box-shadow: 5px 5px 7px 1px grey;
}

.context{
    padding: 10px;
}



  .img4{
    width: 100%;
    margin-top: 2%;
    /* height: 260px; */
    /* object-fit: contain; */
   padding-right: 5%;
    padding-top: 5%;
}



 

@media (max-width:890px) {
    body{
        padding: 0 16px;
        width: 100%;
        /* border: 2px solid red; */
    }

    .text-header{
       
        display: flex;
        flex-direction: column;
        margin: auto;
        position: relative;
        right: 50px;

    }
  .header{
    height: 880px;
    width: 100%;
  }

  .help{
    padding: 5px 3px;
  }
  .img{
    width: 95%;
    margin-top: 2%;
    height: 260px;
    object-fit: contain;
}

.img4{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 65px;
    left: 65px;
    /* width: 90%; */
    align-items: center;
    justify-content: center;
    /* position: relative;
    left: 15px; */
}
 

 .box-context{
    width: 90%;
    /* height: 980px; */
     height: max-content;
    padding: 20px;
    border-radius: 12px; 
  } 

  
  .form{
    display: flex;
    flex-direction: column;
    width: 100%;
  }


}
@media (max-width:1170px)  {
    .header{
    display: flex;
    gap: 10%;
    background: linear-gradient( 120deg, rgb(32, 177, 235), white);

}
.img4{
 
  height: 100%;
  object-fit: cover;
}
}
@media (max-width:499px) {
     .img4{
    width: 100%;
    margin-top: 2%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    padding-bottom: 15px;
}
}

.service-section-container {
    display: flex;
    width: 90%;             /* takes 90% of screen width */
    margin: 20px auto;      /* center horizontally */
    gap: 20px;              /* space between form and preview */
}

.service-form-container {
    flex: 1;                /* left column takes 1 part */
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 5px 5px 7px 1px grey;
}

.service-preview {
    flex: 1;                /* right column takes 1 part */
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 3px 3px 5px grey;
}

/* Make form fields full width */
.service-form-container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-form-container input,
.service-form-container select,
.service-form-container button {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.service-form-container button {
    background-color: rgb(56,129,172);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.service-form-container button:hover {
    background-color: rgb(32,177,235);
}

/* Responsive: stack columns on small screens */
@media (max-width: 890px) {
    .service-section-container {
        flex-direction: column;
        width: 95%;
    }

    .service-preview {
        margin-top: 20px;
    }
}
.service-preview {
    flex: 1;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 3px 3px 5px grey;
}

.service-preview h2 {
    margin-bottom: 15px;
}

.service-preview p {
    font-size: 16px;
    margin-bottom: 10px;
}

