 body {
     margin: 0;
     font-family: 'Segoe UI', sans-serif;
     background: radial-gradient(circle at center top, #55268f, #0b0b0f 25%);
     color: white;
     min-height: 100vh;
 }

 .footer {
     padding: 30px 20px;
     text-align: center;
     border-top: 1px solid transparent;
 }

 .footer-logo {
     font-size: 24px;
     font-weight: bold;
     color: white;
     margin-bottom: 20px;
 }

 .footer-line {
     height: 1px;
     background: linear-gradient(to right, transparent, #a855f7, transparent);
     margin: 10px auto;
     width: 90%;
 }

 .footer-nav .btn {
     margin: 5px;
     border: 1px solid #666;
     border-radius: 50px;
     background-color: transparent;
     color: #ccc;
     font-weight: 600;
     padding: 6px 20px;
     transition: all 0.3s ease;
 }

 .footer-nav .btn:hover {
     color: #fff;
     border-color: #a855f7;
     background-color: rgba(168, 85, 247, 0.1);
 }

 .workeazilogo {
     height: 40px;
 }

 .line-logo-section {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px 0;
 }

 .line {
     flex: 1;
     height: 1px;
     background: linear-gradient(to right, transparent, #a855f7, transparent);
 }

 .logo-text {
     margin: 0 20px;
     font-size: 24px;
     font-weight: bold;
     color: #fff;
     white-space: nowrap;
     font-family: 'Arial Black', sans-serif;
     letter-spacing: 2px;
 }

 @media (max-width: 576px) {
     .logo-text {
         font-size: 18px;
         margin: 0 10px;
     }
 }

 /* cuntant box one start */
 .cuntant_box_one_container {
     display: flex;
     justify-content: center;
 }

 .cuntant_box_one_h1 {
     color: white;
     font-size: 50px;
     text-align: center;
     max-width: 800px;
     align-items: center;
 }

 .cuntant_box_one_h11 {
     color: white;
     font-size: 35px;
     text-align: center;
     max-width: 800px;
     align-items: center;
 }

 /* cuntant box one End */
 /* Our Servise start */
 .our_servise_list_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 }
 .our_servise_list_container1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
 }
 .our_s_l_item1 {
    width: 650px;
    color: white;
    padding-top: 60px;
 }
 .our_s_l_item1 >h1 {
    text-align: center;
    margin: 10px;
 }
 .our_s_l_item1 >p {
    text-align: center;
    margin: 10px;
 }
 .our_s_l_item1 >a>button {
    margin: 10px;
 }
 .our_s_l_image {
    max-width:420px ;
 }
 .our_s_l_image11 {
    max-width: 100%;
 }
 /* bottam bar start */
.servise_container_001 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: black; 
    padding: 10px 50px 10px 50px;
}
.contacydetilsinhome_001 {
    max-width: 260px;
    color: white;
    margin: 40px;
    justify-content: space-evenly;
}
.contacydetilsinhome_003 {
    display: flex;
    max-width: 260px;

}
.contacydetilsinhome_002 {
    margin: 0px 10px 0px 10px ;
}
.endpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: black; 
    padding: 10px 50px 10px 50px;
    justify-content: space-around;
}
.endpageitem {
    color: white;
}
.linktext {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

/* bottam bar end */
/* about page code  */
.stilcontainerabout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1600px;
}
.jhbhcxxx {
    justify-content: start;
    max-width: 900px;
}
.paraindex {
    color: white;
    padding:0 10% 0 10%;
}
.team-section {
  padding: 40px;
  text-align: center;
}

.team-section h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.team-card {
  background-color: #1a1a24;
  border-radius: 20px;
  overflow: hidden;
  width: 280px;
  box-shadow: 0 0 10px #a855f7;
  transition: transform 0.10s ease;
}

.team-card:hover {
  transform: translateY(-10px);
}

.team-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.info {
  padding: 20px;
  text-align: left;
}

.info h2 {
  margin: 0;
  font-size: 20px;
}

.info .role {
  color: #b2b2b2;
  font-size: 14px;
  margin-top: 5px;
}

.info .details {
  color: #888;
  font-size: 13px;
  margin-top: 10px;
}
.imgrog1 {
    border:solid #a855f7 ;
    border-radius: 10%;
}
/* servise */
.servise_containerxxx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 50px 10px 50px;
    color: white;
}
.container_displayxxx {
    margin: 20px;
    width: 250px;
    height: 380px;
    border-radius: 13px ;
    background-color: #212529;
    align-items: center;
    border: solid #a855f7;
    box-shadow: 0 0 10px #a855f7;
    transition: transform 0.3s ease;
    
}
.container_displayxxx > h5 {
    text-align: center;
    padding: 10px 15px 0px 15px ;
    color: #a855f7;
}
.container_displayxxx > p {
    text-align: start;
    padding: 0px 15px 0px 15px ;
}
.container_displayxxx > a > button {
    margin: 0px 0px 0px 55px;
}
.comtaxmentxxx {
    width: 100%;
    text-align: center;
}
.comtaxmentxxx > h5 {
   text-align: center;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}
