:root {
  --dark-color: #000000;
  --main-color: #3d833b;
  --text-color: #4e4e4e;
  --white-color: #f4fff4;

  --main-trans: all 0.4s;
}

body {
  font-family: sans-serif !important;
  background-color: #fff;
  color: var(--dark-color);
}
.fw-bold {
  font-weight: 500 !important;
}

/* Start Topbar */
.topbar {
  background-color: var(--dark-color);
}
.topbar p {
  padding: 10px;
  font-size: 14px;
  margin: 0 !important;
}
/* End Topbar */

/* Start Navbar */
.navbar {
  padding: 5px 0;
  background-color: #fff;
}
.navbar .navbar-brand img {
  width: 180px;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--dark-color);
  padding: 30px 15px;
  transition: var(--main-trans);
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--main-color);
}
.navbar .navbar-nav .dropdown-menu {
  border: 0 !important;
  border-radius: 20px;
  overflow: hidden;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 15px 25px;
  color: var(--dark-color);
  font-weight: 500;
  transition: var(--main-trans);
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.navbar .navbar-call-btn {
  padding-right: 40px;
}
.navbar .navbar-call-btn .navbar-call-btn-link {
  background-color: var(--white-color);
  border: solid 2px var(--main-color);
  border-radius: 100px;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  color: var(--main-color);
}

@media (max-width: 768px) {
  .navbar .navbar-nav .nav-link {
    padding: 15px;
  }
  .navbar .navbar-call-btn {
    padding: 20px;
    display: flex;
    justify-content: center;
  }
}
/* End Navbar */

/* Start Showcase */
.showcase {
  padding: 50px 0;
  background-color: white;
}
.showcase h1 {
  color: var(--main-color);
  line-height: 1.2 !important;
}
.showcase h2 {
  font-weight: 500 !important;
}
.showcase img {
  border-radius: 30px;
}
.showcase .showcase-call-btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 30px;
}
.showcase .visible-in-mobile {
  display: none;
}
.showcase .showcase-call-btns .btn {
  width: 100% !important;
  padding: 10px 30px;
  margin: 0 !important;
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
}
.showcase .showcase-call-btns .btn .material-icons,
.showcase .showcase-call-btns .btn img {
  margin-right: 5px;
}
.showcase .showcase-call-btns .hotline-call-btn {
  background-color: #81ecec;
}
.showcase .showcase-call-btns .phone-call-btn {
  background-color: #ff7675;
}
.showcase .showcase-call-btns .whatsapp-call-btn {
  background-color: #26de81;
}
@media (max-width: 768px) {
  .showcase .showcase-call-btns {
    /* grid-template-columns: 1fr; */
  }
  .showcase .visible-in-mobile {
    display: grid;
    grid-template-columns: 1fr;
  }
  .showcase .visible-in-desktop {
    display: none;
  }
}
/* End Showcase */

/* Start About */
.about {
  padding: 100px 0;
  background-color: var(--white-color);
}
.about h2,
.about h3 {
  color: var(--main-color);
}
.about h2 {
  padding-bottom: 30px;
}
.about h3 {
  font-weight: normal;
}
.about p {
  color: var(--dark-color) !important;
}
.about img {
  border-radius: 30px;
}
.about .box {
  padding: 20px 10px;
  border-radius: 15px;
}
.about .box p {
  color: var(--dark-color);
}
.about .box strong {
  color: var(--main-color);
}
/* End About */

/* Start Services */
.services {
  padding: 100px 0;
}
.services .intro {
  width: 60%;
  margin: auto;
}
.services h2 {
  color: var(--main-color);
}
.services img {
  border-radius: 30px;
}
.services .box-img {
  border-radius: 30px;
  padding-bottom: 30px;
}
.services .img-m {
  width: 100px !important;
}
.services .box {
  padding: 15px 10px;
  margin: 10px;
  background-color: var(--white-color);
  border-radius: 30px;
}
.services .box h3 {
  padding-top: 30px;
  color: var(--main-color);
}

.services h3 span {
  font-weight: 500;
  border-bottom: solid 5px var(--main-color);
}

.section-icook {
  color: var(--text-color);
  padding: 3rem 0;
}
.section-icook h2 {
  color: var(--main-color);
}
.section-icook ul li {
  margin-bottom: 0.5rem;
}
.section-icook .btn-main {
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 0.25rem;
  transition: var(--main-trans);
}
.section-icook .btn-main:hover {
  opacity: 0.9;
}

.services .box-m {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .services .intro {
    width: 100%;
  }
}
/* End Services */

/* Start Why choose us */
.why-choose-us {
  padding: 100px 0;
  background-color: #000000;
}
.why-choose-us > * {
  color: var(--white-color);
}
.why-choose-us h2 {
  color: var(--main-color);
  margin-bottom: 30px;
}
.why-choose-us .box {
  background-color: #3d833b0e;
  padding: 20px 15px;
  border-radius: 30px;
  margin: 30px 0;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.why-choose-us .box h3 {
  color: var(--main-color);
}
/* End Why choose us */

/* Start Testimonials */
.testimonial-section {
  padding: 100px 0;
  background-color: var(--white-color);
}
.testimonial-section h2 {
  color: var(--main-color);
}
.testimonial-section h2 span {
  font-weight: 500;
  border-bottom: solid 5px var(--dark-color);
}
.testimonial-card {
  background-color: #3d833b5b;
  border-radius: 1rem; /* More rounded corners */
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08); /* Stronger shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px; /* Ensure consistent card height */
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}
.testimonial-text {
  font-size: 1.1rem;
  color: var(--dark-color);
  line-height: 1.7;
  margin-bottom: 20px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: auto; /* Push author to the bottom */
}
.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 15px; /* Margin to the left for RTL */
  border: 3px solid var(--main-color); /* Purple border */
}
.author-details {
  text-align: right;
}
.author-name {
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 5px;
}
.author-rating .material-icons-star {
  color: rgb(255, 187, 0); /* Yellow stars */
}
.section-title {
  font-size: 2.8rem;
  color: var(--dark-color);
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0; /* Align to right for RTL */
  width: 80px;
  height: 5px;
  background-color: var(--main-color); /* Purple underline */
  border-radius: 5px;
}
.quote-icon {
  font-size: 3rem !important;
  color: var(--main-color); /* Purple quote icon */
  margin-bottom: 20px;
  opacity: 0.7;
}
/* End Testimonials */

/* Start Contact */
.contact {
  padding: 100px 0;
}
.contact h2 {
  line-height: 1.6;
  color: var(--main-color);
}
.contact img {
  margin: 30px 0;
  border-radius: 30px !important;
}
.phone-section {
  padding: 60px 0;
  text-align: center;
}

.section-title {
  color: var(--dark-color);
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 2.5rem;
}

.phone-card {
  background-color: var(--dark-color);
  color: var(--white-color);
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px; /* Ensure consistent height for cards */
}

.phone-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.phone-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--main-color);
  font-weight: 500;
}

.phone-number-link {
  color: var(--white-color);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}

.phone-number-link:hover {
  color: var(--main-color);
}

.phone-number-link i {
  font-size: 1.5rem;
}

.hotline-card {
  background-color: var(--main-color);
  color: var(--white-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  min-height: 150px; /* Larger for hotline */
}

.hotline-card h3 {
  color: var(--white-color);
  font-size: 1.8rem;
}

.hotline-card .phone-number-link {
  font-size: 2.5rem;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .phone-card {
    padding: 20px;
    min-height: 100px;
  }
  .phone-card h3 {
    font-size: 1.3rem;
  }
  .phone-number-link {
    font-size: 1.5rem;
  }
  .hotline-card {
    min-height: 120px;
  }
  .hotline-card h3 {
    font-size: 1.5rem;
  }
  .hotline-card .phone-number-link {
    font-size: 2rem;
  }
}
/* End Contact */

/* Start Footer */
footer {
  background-color: var(--dark-color);
  padding: 20px 10px;
}
footer p {
  color: var(--white-color);
  text-align: center;
}
footer p a {
  color: var(--main-color);
  font-weight: 500;
}
/* End Footer */

/* Start Service Header */
.service-header {
  padding: 50px 0;
}
.service-header img {
  border-radius: 30px;
}
.service-header .call-btn {
  background-color: var(--white-color);
  padding: 10px 50px;
  color: var(--dark-color);
  font-size: 20px;
  border: solid 2px var(--main-color);
  border-radius: 100px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: var(--main-trans);
}
.service-header .call-btn:hover {
  background-color: var(--main-color);
  color: var(--white-color);
  box-shadow: 0 1px 20px var(--main-color);
}
.service-header .call-btn .material-icons {
  margin-right: 5px;
}
/* End Service Header */

/* Start Service Content */
.service-content {
  padding: 50px 0;
}
/* End Service Content */

/* Start Service Advice */
.service-advice {
  padding: 50px 0;
}
.service-advice img {
  border-radius: 30px;
}
/* End Service Advice */

/* Sticky Button */
.sticky-buttons img {
  width: 30px;
}
.call-btn-sticky {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: var(--main-color);

  color: var(--white-color);
  padding: 10px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: pulseZoom 1.5s ease-in-out infinite;
}
.call-btn-sticky2 {
  position: fixed;
  bottom: 90px;
  left: 20px;
  background-color: dodgerblue;
  color: var(--white-color);
  padding: 10px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: pulseZoom 1.5s ease-in-out infinite;
}
.whatsapp-btn-sticky {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: green; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #45b649,
    green
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #45b649,
    green
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: var(--white-color);
  padding: 10px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: pulseZoom 1.5s ease-in-out infinite;
}
.call-btn-sticky:hover,
.call-btn-sticky2:hover,
.whatsapp-btn-sticky:hover {
  color: var(--white-color);
}
@keyframes pulseZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
