.slide-inner .header-text {
    top: 60% !important;
}

.slide-inner .header-text h2 {
    margin-bottom: 20px !important;
}


.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  height: 100%;
  margin: 15px; /* Added equal spacing */
}
.service-card i {
  font-size: 60px; /* Increased icon size */
  color: #43ba7f; /* Updated icon color */
  margin-bottom: 15px;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.service-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}


.row-new {
    margin-top: 3%;
}


.contact-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(55, 167, 157) !important;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  .contact-bubble:hover {
    background-color: #0056b3;
  }

  .contact-bubble img {
    width: 28px;
    height: 28px;
  }

  @media (max-width: 600px) {
    .contact-bubble {
      width: 48px;
      height: 48px;
    }

    .contact-bubble img {
      width: 24px;
      height: 24px;
    }
  }

  /*contact*/
 .whatsapp-float {   
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
}


.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

section.map .info-item a {
    font-size: 12px !important;
}

.what-we-do .left-content h4 {
     margin-bottom: 10px !important; 
}

.what-we-do .left-content {
    margin-right: 60px;
    text-align: center !important;
}

.header-area .main-nav .logo {
    margin-top: -70px;
}

.logo img {
    width: 50%;
    overflow: hidden;
}

.simple-cta {
    margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
.header-area .main-nav .logo {
    margin-top: -23px;
}

.logo img {
    width: 50%;
    overflow: hidden;
    margin-right: 50%;
}

.slide-inner .header-text h2 {
    font-size: 30px;
    line-height: 55px;
}

.green-button a, .orange-button a  {
    font-size: 12px;
    padding: 6px 10px;
}

.header-area .main-nav .nav li a {
        height: 50px !important;
}

section.about-us .section-heading {
    padding-top: 30px;
}

    section.about-us .right-content {
        margin-left: 0px;
        margin-top: 15px;
    }

    section.about-us .right-content h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}

.section-heading {
margin-bottom: 10px;
}

section.simple-cta h4 {
    font-size: 25px;
}

.what-we-do {
    margin-top: 85px;
}

.what-we-do .left-content {
    margin-right: auto;
}


.main-services {
    margin-top: 30px;
}

    .header-area .main-nav .nav li:last-child {
        display: block;
    }

}

.contact-us-form 
{
    margin-bottom: 5%;
}