*{
  margin:0;
  padding: 0;
}
body{
 /* font-family: "Raleway", sans-serif; */
    font-family: "Tinos", serif;
 overflow-x: hidden;
height: 100%;
width: 100%;

}
::-webkit-scrollbar{
width: 0;
}

header {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.1);

transition: all 0.3s ease-in-out;
  z-index: 1000;
width: 100%;

background-color: white; 
 
}

header.header-scrolled {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 5px 0 !important;
}

header .title a{
  font-size: 25px;
  font-weight: 600;
  color: #555;

}
header nav{
  margin-right: 15px;
}
header nav a{
  color: #494949;
  padding: 7px 15px;
}
header nav a:hover{
  
  color: #fff;
  background-color: #3e8afa;
  
}
.active{
  border-radius: 5px;
  color: #fff;
  background-color: #3e8afa;
  
}

      .mobile-nav-toggle {
          display: none;
          font-size: 24px;
          cursor: pointer;
      }

      .menu-icon {
          display: none;
          font-size: 24px;
          cursor: pointer;
      }

.link-item {
color: #494949;
padding: 7px 15px;
text-decoration: none;    transition: all 0.3s ease;
}
.link-item:hover {
background-color: #3e8afa;
color: #fff;
}
.link-item.active {
background-color: #3e8afa;
color: #fff;
border-radius: 5px;
}




/* Responsive adjustments */
@media (max-width: 1199px) {
  header {
      padding: 10px 0;
  }
}

main {
min-height: 100vh;
}

.hero-section {
    background: url('images/hero-bg.jpg') no-repeat center center/cover;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
        /* padding-top: 80px; */
    position: relative;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* dark overlay */
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
  }
.hero-content h1{
  font-weight: 800;
}
.hero-content p{
  font-size: 22px;
  font-weight: 600;
}
  .btn-primary {
    background-color: #3498db;
    border: none;
  }

  .btn-primary:hover {
    background-color: #2980b9;
  }
  .section-title{
      text-align: center;
     
  }
  .section-title h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
  }
  .section-title h2::before,
  .section-title h2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 1px;
    background-color: #666464;
    width:95%;
    left: 0;
  }

  .section-title h2::after {
    width: 60px;
    height: 3px;
    background-color: #3498db;
    margin: 0 auto;
    left: 49%;
    transform: translateX(-49%);
  }
.section-title p{
   
    font-size: 14px;
    font-weight: 600;
    color: #555;
  }
  .why-choose{
      color: #fff;
 margin:15px 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
  }
.why-choose h2{
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.why-choose p{
  margin-top: 20px;
}
.why-box{
margin-bottom: -30px;

}
.why-box .icon-box{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      border: 1px solid #d4d1d1;
 padding: 15px 10px;
  }
.icon {

  font-size: 30px;
  color: #3498db;
  background-color: #ecfcf2;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
transition: .4s ease;
}
.why-box:hover .icon{
background-color:#3498db ;
color: #fff;


}

.why-box h4{
  font-size: 20px;
  font-weight:700;
  padding: 30px 10px;
}
.why-box p{
  font-size: 15px;
  color: #494949;
  font-weight: 500;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.about-content{
  text-align: left;

}
.about-content h4{
  font-weight: 700;
  color: #363636;
}
.about-content p{
  font-size: 15px;
  font-weight: 500;
  color: #494949;
  
}

.icon-box {
    display: flex;
   justify-content: space-between;
    margin-bottom: 30px;
    border: 0;
  
  }

  .icons {
    width: 55px;
    height: 55px;
    background-color: #3498db;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
margin-left: -30px;
  }

  .icon-box h5 {
    font-weight: 600;
    margin-bottom: 5px;
  }
.icons-content h5{
  font-size: 16px;
  font-weight: 700;
  color:#363636 ;
}
.icons-content .para{
font-size: 14px;
font-weight: 400;
}
.service-items {
    background: white;
  
    padding: 45px 30px;
    text-align: center;
    
    border: 1px solid #cccccc;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
  }

 .service-items .service-icon {
    background-color: #2196f3;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #f4faff;
     transition: .3s ease-in;


  }
 /* .service-icon img{
 filter:invert(3);

 } */
.service-items:hover{
background-color:  #f7fbfe;
}
  .service-items:hover .service-icon {
    border: 2px solid #2196f3;
    background-color: #fff;
    color: #2196f3;
  }
  .service-items:hover .service-icon img{
      filter: none;
  }
   .service-items:hover a{
    color: #2196f3;
   }
  .service-items a{
    text-decoration: none;
    font-size: 20px;
    color: #363636;
 
    font-weight: 800;
  }
 .service-items p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }

  .contact-add .contact-icon{
width: 40px;
height: 40px;
font-size: 20px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background-color: #2196f3;
color: #fff;
  }
  .contact-add h3{
    color: #363636;
    font-size: 17px;
    font-weight: 700;
  }
   .contact-add p{
    font-size: 14px;
    font-weight: 500;
    margin-top: -5px;
   }
   .name-input{
    border: 1px solid #d4d1d1;
    width: 47%;
    padding: 5px 10px;
    outline: 0;
   }
   input::placeholder{
    font-size: 12px;
    font-weight: 500;
   }
   .sub-input{
    width: 100%;
    outline: 0;
    padding: 5px 10px;
    border: 1px solid #d4d1d1;
   }
   textarea::placeholder{
     font-size: 12px;
    font-weight: 500;
   }
   .footer {
background: #f8f9fa;
padding: 40px 0;
margin-top: 30px;
  font-family: "Tinos", serif;
}


.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.footer-section {
flex: 1 1 220px;
margin: 10px;
}

.footer-section h2 {
margin-bottom: 15px;
font-weight: 700;
color: #333;
}
.footer-section h3{
font-size: 15px;
font-weight: 700;
}

.footer-section p {
font-size: 13px;
color: #555;
line-height: 1.6;
text-decoration: none;
}
.Useful li{
padding: 5px 0;
}
.Useful li a{
font-size: 13px;
text-decoration: none;
color: #818080;

}
.footer-section a:hover{
color: #007bff;
}
.footer-section.links {
font-size: 12px;
}
.footer-section ul {
list-style: none;
padding: 0;
}


.footer-bottom {
background: #edf1f4;
padding: 10px 30px;
text-align: center;
padding-top: 20px;
font-size: 14px;
color: #888;
}
.scroll-up{
background-color: #007bff;
text-align: center;
font-size: 25px;
border-radius: 5px;

margin-left: auto;
color: #fff;
padding: 3px 5px;
}


.logo-slider {
position: relative;
width: 100%;
overflow: hidden;
padding: 20px 0;
background: #fff;
}

.logo-slide-track {
display: flex;
width: calc(200px * 16);
animation: scroll 20s linear infinite;
}

.logo-slide {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 50px;
}

.logo-slide img {
max-width: 100%;
max-height: 95px;
object-fit: contain;
transition: transform 0.3s ease;
}

.logo-slide img:hover {
transform: scale(1.1);
}

@keyframes scroll {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-200px * 8)); 
}
}

.toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #28a745;
  color: white;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.5s, bottom 0.5s;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}