/* Header */
.has-dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: rgba(255, 255, 255, 0.98) !important;
  display: none;
  z-index: 99;
  padding: 10px;
  border-radius: 20px;
}

.has-dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  text-decoration: none;
}

.drop-css {
  margin: 5px 5px;
}

.h-70 {
  height: 70px;
}

.justify {
  text-align: justify;
}

.mt-20 {
  margin-top: 20px;
}

.pad-60 {
  padding: 60px 0px;
}

.mxw-0 {
  max-width: none;
}

.mt-5 {
  margin-top: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

/* Client Section */
.logo-card {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-card img {
  max-width: 80%;
  display: block;
}

/* Footer */
/* Whatsapp */
.sticky-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 80px;
  z-index: 1000;
  transition: transform 0.3s ease;
}
.set-whatsapp {
  height: 40px;
  width: 40px;
}

/* Phone */
.sticky-phone {
  position: fixed;
  right: 24px;
  bottom: 25px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

/* Contact Us */
.error-msg {
  color: rgb(212, 80, 80) !important;
}

/* About Us Page */
.fnt {
  font-size: 1.1rem;
  color: #475569;
}

/* Home */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.sector-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.image-small {
  position: absolute;
}

.loader-img {
  max-width: 50%;
}

.founder-fnt {
  font-size: 55px;
}

.director-img {
  border-radius: 32px;
  box-shadow: var(--shadow);
  height: 540px;
  width: 100%;
  object-fit: cover;
}

.client-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}

/* Responsiv */
@media (max-width: 767px) {
  .sticky-whatsapp {
    right: 14px;
  }
  .sticky-phone {
    right: 14px;
  }

  /* Home Page */
  .hero-content {
    padding: 25px 0 25px;
  }

  .logo-card {
    height: 165px;
  }

  .hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-card img {
    max-width: 100%;
  }

  .rp-mb-35 {
    margin-bottom: 35px;
  }

  .rp-pad-30 {
    padding: 30px 0px;
  }

  .rp-gap-0 {
    gap: 0px !important;
  }

  .image-main {
    width: 75% !important;
    height: 320px !important;
  }

  .image-small {
    width: 48% !important;
    height: 180px !important;
    border: 4px solid #fff;
    border-radius: 20px;
    bottom: -40px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rp-pb-0 {
    padding-bottom: 0px;
  }

  .rp-gap-32 {
    gap: 32px;
  }

  /* Footer */
  .footer-bottom {
    display: grid;
    gap: 6px;
    padding: 12px 0;
    margin-bottom: 12px;
  }

  /* Banner */
  .page-hero-content {
    padding: 0px 0;
  }
  .page-hero {
    min-height: 270px;
  }

  .lead,
  .page-hero p,
  .fnt {
    font-size: 1rem;
  }

  .rp-mt-60 {
    margin-top: 60px;
  }

  .rp-pad-0 {
    padding: 0px 0px;
  }

  /* Why Choose Us */
  .why-list li {
    display: grid;
    font-weight: unset;
    text-align: justify;
  }

  .fnt-30 {
    font-size: 30px;
  }

  .emergency-card {
    display: none;
  }

  .rp-detail-cover {
    height: 205px;
  }

  .founder-fnt {
    font-size: 36px;
  }

  .director-img {
    height: 370px;
  }
  
   .menu-toggle {
    background: transparent;
    width: 28px;
    color: #000;
    font-size: 1.8rem;
  }

  .sector-card h3 {
    font-size: 1.1rem;
  }
}

