
/* About section title custom style */
.about-title {
  text-align: center;
  font-size: 3.2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2.5rem;
  position: relative;
  display: block;
}
.about-title::after {
  content: '';
  display: block;
  margin: 1.2rem auto 0 auto;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(30deg, #00061b, #0037ff);
}

/* SOLUTIONS section title custom style */
.services-title {
  text-align: center;
  font-size: 3.2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2.5rem;
  position: relative;
  display: block;
}
.services-title::after {
  content: '';
  display: block;
  margin: 1.2rem auto 0 auto;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(30deg, #00071c, #0037ff);
}
@media (max-width: 480px) {
  .founder-card {
    flex-direction: column;
    gap: 12px;
    padding: 16px 4vw 10px 4vw;
  }
  .founder-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(71, 71, 71, 0.704);
    margin-bottom: 10px;
  }
  .founder-content h2 {
    font-size: 1.1em;
    margin-bottom: 4px;
  }
  .founder-desc {
    font-size: 0.98em;
    margin-bottom: 8px;
  }
  .features {
    gap: 6px;
    margin-bottom: 8px;
    flex-direction: column;
    align-items: stretch;
  }
  .feature {
    font-size: 0.8em;
    min-width: 0;
    padding: 5px 7px;
    border-radius: 6px;
  }
  .feature-icon {
    font-size: 0.9em;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 0;
  }
  .feature-desc {
    font-size: 0.85em;
  }
  .founder-content blockquote {
    font-size: 1em;
    padding: 10px 6px;
    margin-top: 8px;
  }
}
.founder-content h2 {
  text-align: center;
  width: 100%;
}
@media (max-width: 650px) {
  .features {
    gap: 6px;
    margin-bottom: 6px;
    flex-direction: column;
    align-items: stretch;
  }
  .feature {
    font-size: 0.75em;
    min-width: 0;
    padding: 5px 5px;
    border-radius: 6px;
  }
  .feature-icon {
    font-size: 0.85em;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 0;
  }
  .feature-desc {
    font-size: 0.85em;
  }
  .founder-content blockquote {
    font-size: 1.15em;
    padding: 12px 8px;
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  .features {
    gap: 6px;
    margin-bottom: 6px;
    flex-direction: column;
    align-items: stretch;
  }
  .feature {
    font-size: 0.85em;
    min-width: 0;
    padding: 6px 6px;
    border-radius: 6px;
  }
  .feature-icon {
    font-size: 1em;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-top: 0;
  }
  .feature-desc {
    font-size: 10.95em;
  }
}
/* Responsive Founder Section Improvements */
@media (max-width: 991px) {
  .improved-founder {
    max-width: 98vw;
    margin: 0 1vw 32px 1vw;
    padding: 0;
  }
  .founder-card {
  .feature-icon {
    font-size: 3.2em;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70%;
  }
  .feature-desc {
    font-size: 1.30em;
    line-height: 1.4;
  }
    padding: 32px 12px 24px 12px;
  }
  .founder-img img {
    width: 160px;
    height: 160px;
  }
  .founder-content {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 650px) {
  .improved-founder {
    max-width: 100vw;
    margin: 0 0 24px 0;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 0;
  }
  .founder-card {
    flex-direction: column;
    gap: 16px;
    padding: 18px 2vw 12px 2vw;
  }
  .founder-img img {
    width: 110px;
    height: 110px;
    border-width: 4px;
  }
  .founder-content h2 {
    font-size: 1.3em;
    margin-bottom: 6px;
  }
  .founder-desc {
    font-size: 1em;
    margin-bottom: 12px;
  }
  .features {
    gap: 10px;
    margin-bottom: 10px;
  }
  .feature {
    font-size: 0.95em;
    min-width: 120px;
    padding: 7px 10px;
  }
  .feature-icon {
    font-size: 1.1em;
    width: 32px;
    height: 32px;
  }
  .founder-content blockquote {
    font-size: 0.98em;
    padding: 10px 10px;
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  .about .row .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .about-img-responsive {
    max-width: 100vw;
    width: 100vw;
    min-width: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
    display: block;
  }
}
/* Responsive About Image */
.about-img-responsive {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(37,99,235,0.10);
}

@media (max-width: 991px) {
  .about-img-responsive {
    max-width: 260px;
  }
}

@media (max-width: 650px) {
  .about-img-responsive {
    max-width: 100vw;
    width: 100vw;
    min-width: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
    display: block;
    margin-inline: auto;
  }
}
/* --- Improved Stats Section --- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  padding: 48px 20px 32px 20px;
  background: linear-gradient(90deg, #0a2342, #123c6d);
  color: #d81f1f;
  border-radius: 0 0 24px 24px;
  margin-bottom: 0;
}
.stat-box {
  background: rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 32px 18px 22px 18px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
  text-align: center;
  transition: transform 0.2s;
}
.stat-box:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}
.stat-icon {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #f57b10;
}
.stat-box h2 {
  font-size: 2.1em;
  margin-bottom: 6px;
  font-weight: 700;
}
.stat-box p {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 28px 6vw 18px 6vw;
  }
  .stat-box {
    padding: 18px 8px 12px 8px;
  }
}

/* --- Improved Founder Section --- */
.improved-founder {
  background: #fff;
  padding: 0;
  margin: 0 auto 48px auto;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.06);
  max-width: 900px;
}
.founder-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
  padding: 44px 32px 36px 32px;
}
.founder-img {
  flex: 1 1 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.founder-img img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 10%;
  box-shadow: 0 4px 18px rgba(0,0,0,0.13);
  border: 2px solid #000000;
}
.founder-content {
  flex: 2 1 340px;
  min-width: 260px;
}
.founder-content h2 {
  font-size: 2.1em;
  margin-bottom: 10px;
  color: #0a2342;
}
.founder-content h2 span {
  color: #f57b10;
}
.founder-desc {
  color: #706f50;
  font-size: 1.13em;
  margin-bottom: 22px;
}
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
.feature {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 7px;
  min-width: 160px;
  font-size: 1em;
}
.feature.innovation {
  background: linear-gradient(90deg, #f57b10 0%, #f57b10 100%, #dbeafe 100%);
  color: #fff;
}
.feature.community {
  background: linear-gradient(90deg, #f57b10 0%, #f57b10 100%);
  color: #0a2342;
}
.feature-icon {
  font-size: 1.4em;
  margin-top: 3px;
}
.feature-desc {
  font-size: 0.98em;
  opacity: 0.86;
}
.founder-content blockquote {
  color: #3b82f6;
  font-style: italic;
  border-left: 4px solid #3b82f6;
  background: #f1f5f9;
  padding: 18px 28px;
  margin: 0;
  border-radius: 5px;
  font-size: 1.35em;
}
@media (max-width: 850px) {
  .founder-card {
    flex-direction: column;
    padding: 28px 7vw;
    gap: 18px;
  }
  .founder-img img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 650px) {
  .improved-founder {
    box-shadow: none;
    border-radius: 0;
  }
  .founder-card {
    padding: 18px 2vw;
  }
  .founder-img img {
    width: 110px;
    height: 110px;
  }
}
/* 
 Info Panel Styles */

.contact-info {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 95vw;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 24px rgba(0,0,0,0.13);
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  padding: 40px 32px 32px 32px;
  overflow-y: auto;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  box-sizing: border-box;
}
.contact-info.active {
  transform: translateX(0);
}
.contact-info #close-contact-info {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 2.2rem;
  color: #f57b10;
  cursor: pointer;
  z-index: 10;
  background: #f0f4ff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.contact-info #close-contact-info:hover {
  background: #f57b10;
  color: #fff;
}
.contact-info .info {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #f7faff;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 2px 10px rgba(37,99,235,0.07);
}
.contact-info .info i {
  font-size: 2.2rem;
  color: #f57b10;
  margin-top: 2px;
  min-width: 32px;
  text-align: center;
}
.contact-info .info h3 {
  font-size: 1.18rem;
  margin: 0 0 4px 0;
  color: #f57b10;
  font-weight: 600;
}
.contact-info .info p {
  font-size: 1.04rem;
  color: #444;
  margin: 0;
  font-weight: 400;
}
.contact-info .share {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
}
.contact-info .share a {
  font-size: 1.5rem;
  color: #f57b10;
  background: #f0f4ff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(37,99,235,0.08);
}
.contact-info .share a:hover {
  background: #f57b10;
  color: #fff;
}

@media (max-width: 900px) {
  .contact-info {
    width: 90vw;
    padding: 32px 12px 24px 12px;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .contact-info {
    width: 100vw;
    min-width: 0;
    padding: 22px 4vw 16px 4vw;
    border-radius: 0;
    box-shadow: -1px 0 12px rgba(0,0,0,0.10);
  }
  .contact-info .info {
    flex-direction: column;
    gap: 8px;
    padding: 12px 8px;
    font-size: 0.98rem;
  }
  .contact-info .share {
    gap: 10px;
  }
}
.highlights {
  display: flex;
  justify-content: center;
  background: transparent;
  padding: 32px 0;
  gap: 40px;
  flex-wrap: wrap;
}

.highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.icon {
  font-size: 2.4em;
  color: #f57b10;
  background: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(37,99,235,0.10);
  margin-bottom: 10px;
  border: 3px solid #2563eb;
  transition: box-shadow 0.2s;
}
.icon:hover {
  box-shadow: 0 4px 20px rgba(37,99,235,0.18);
}

.about-founder {
  max-width: 700px;
  background: #fff;
  margin: 48px auto 0 auto;
  border-radius: 16px;
  padding: 40px 32px 32px 32px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-founder h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-founder .founder-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(37,99,235,0.10);
  border: 3px solid #86AF51;
  margin-bottom: 14px;
  background: #fff;
}
.about-founder .blue-text {
  color: #86AF51;
}
.founder-desc {
  color: #505970;
  font-size: 1.13em;
  margin-bottom: 28px;
  text-align: center;
}
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 26px;
  justify-content: center;
  align-items: stretch;
}
.feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: 12px;
  min-width: 180px;
  background: #f0f4ff;
  box-shadow: 0 2px 8px rgba(59,130,246,0.07);
  margin-bottom: 0;
}
.feature.innovation {
  background: linear-gradient(90deg, #ffffff 30%, #608cfa 190%, #dbeafe 100%);
  color: #0051ff;
}
.feature.community {
  background: linear-gradient(90deg, #ffffff 30%, #bef264 190%);
  color: #12e872;
}
.feature-icon {
  font-size: 1.7em;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%, #dbeafe 100%);
  box-shadow: 0 2px 8px rgba(59,130,246,0.10);
}
.feature.community .feature-icon {
  background: linear-gradient(90deg, #34d399 0%, #bef264 100%);
  color: #2563eb;
}
.feature-desc {
  font-size: 1em;
  opacity: 0.88;
}
.about-founder blockquote {
  color: #2563eb;
  font-style: italic;
  border-left: 4px solid #86AF51;
  background: #f0f4ff;
  padding: 14px 22px;
  margin: 0;
  border-radius: 7px;
  margin-top: 18px;
  font-size: 1.08em;
  text-align: center;
}

@media (max-width: 850px) {
  .about-founder {
    padding: 28px 7vw;
  }
  .highlights {
    gap: 22px;
    padding: 20px 0;
  }
}
@media (max-width: 650px) {
    .highlights {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        overflow-x: unset;
        padding: 12px 0;
        justify-content: center;
    }
    .highlight {
        min-width: 80px;
        flex: 0 0 80px;
    }
    .icon {
        width: 40px;
        height: 40px;
        font-size: 1.3em;
        border-width: 2px;
    }
    .stat {
        font-size: 1.1em;
    }
    .label {
        font-size: 0.9em;
    }
}
.modern-card-horizontal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
}
.modern-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(37,99,235,0.07);
  padding: 2.2rem 1.5rem 1.2rem 1.5rem;
  margin: 0 0 24px 0;
  transition: box-shadow 0.2s;
}
.modern-card:hover {
  box-shadow: 0 8px 32px rgba(37,99,235,0.13);
}
.modern-card-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.modern-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(37,99,235,0.10);
  background: #fff;
}
.modern-card-content {
  text-align: center;
}

.modern-hero {
  text-align: center;
  padding: 4rem 2rem 2rem 2rem;
  background: linear-gradient(90deg, #f0f4ff 60%, #e6f7e6 100%);
}
.modern-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}
.modern-hero h1 span {
  color: rgba(255, 166, 0, 0.877);
}
.modern-hero p {
  margin-top: 1rem;
  color: #666;
  max-width: 650px;
  margin-inline: auto;
}

.modern-portfolio {
  display: grid;
  /* responsive columns: 1 on small, 2 on tablet, 3 on desktop, 4 on wide screens */
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
  padding: 3rem 5%;
  background: #f9fbff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(134,175,81,0.07);
}
.modern-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(134,175,81,0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%; /* stretch cards to equal height in the grid */
}
.modern-card:hover {
  box-shadow: 0 8px 32px rgba(134,175,81,0.18);
  transform: translateY(-6px);
}
.modern-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.modern-card-content {
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modern-card-content h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #111;
}
.modern-card-content p {
  color: #666;
  margin-bottom: 1rem;
  flex: 1;
}
.modern-card-content a {
  font-weight: 600;
  color: #82f301;
  text-decoration: none;
  align-self: flex-start;
  transition: color 0.2s;
}
.modern-card-content a:hover {
  color: #2563eb;
}

/* Make the modern portfolio grid responsive with clearer gaps */
@media (min-width: 600px) {
  .modern-portfolio { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .modern-portfolio { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1400px) {
  .modern-portfolio { grid-template-columns: repeat(4, 1fr); }
}

/* Ensure card internals align and have consistent spacing */
.modern-card-content { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.modern-card .modern-card-icon-wrap { margin-bottom: 12px; }
.modern-card .modern-card-content ul { width: 100%; max-width: 320px; }
.modern-card .modern-card-content button,
.modern-card .modern-card-content .btn { align-self: center; }

/* Floating Action Buttons */
.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.floating-btn i {
    font-size: 24px;
    color: white;
}

.whatsapp-btn {
    background-color: #25D366;
}

.call-btn {
    background-color: #007bff;
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.modern-contact {
  background: #f0f4ff;
  padding: 4rem 0 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modern-contact-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(134,175,81,0.10);
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modern-contact-card h2 {
  text-align: center;
  color: #fdbe00;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.modern-contact-card h2 span {
  color: #2564ebd7;
}
.modern-contact-card p {
  color: #555;
  margin-bottom: 1.5rem;
  text-align: center;
}
.modern-contact-card form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modern-contact-card input,
.modern-contact-card textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 0.7rem;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 0.5rem;
  transition: border 0.2s;
}
.modern-contact-card input:focus,
.modern-contact-card textarea:focus {
  border: 1.5px solid #fdbe00;
}
.modern-contact-card textarea {
  min-height: 90px;
  resize: vertical;
}
.modern-contact-card button {
  width: 100%;
  margin-top: 0.5rem;
  background: #fdbe00;
  color: #fff;
  border: none;
  border-radius: 0.7rem;
  padding: 1rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.modern-contact-card button:hover {
  background: #2563eb;
}
.footer-separator {
  border: none;
  border-top: 1.5px solid #e0e0e0;
  margin: 30px auto 0 auto;
  width: 90%;
  max-width: 600px;
  display: block;
}
.footer-copyright-center {
  text-align: center;
  width: 100%;
  display: block;
  margin: 30px auto 0 auto;
  font-size: 1.2rem;
  color: #8f9296;
}
.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  background: none;
}
.contact-section .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contact-form h3 {
  text-align: center;
  color: var(--Green);
  margin-bottom: 1.2rem;
  font-size: 2.2rem;
}
.contact-form .box {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 0.7rem;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 0.5rem;
  transition: border 0.2s;
}
.contact-form .box:focus {
  border: 1.5px solid var(--Green);
}
.contact-form textarea.box {
  min-height: 90px;
  resize: vertical;
}
.contact-form .btn {
  width: 100%;
  margin-top: 0.5rem;
}
/* Modern Services Section */
.modern-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2.5rem;
  padding: 3rem 5%;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.service-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(134,175,81,0.10);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  box-shadow: 0 8px 32px rgba(134,175,81,0.18);
  transform: translateY(-4px) scale(1.02);
}
.service-icon {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #86AF51 0%, #2563eb 100%);
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 2px 12px rgba(37,99,235,0.10);
  border: 3px solid #fff;
  z-index: 2;
}
.service-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  box-shadow: 0 2px 12px rgba(134,175,81,0.08);
}
.service-card h3 {
  font-size: 1.5rem;
  color: #2563eb;
  margin-bottom: 0.7rem;
  text-align: center;
  margin-top: 0.5rem;
}
.service-card p {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 1.2rem;
  text-align: center;
  min-height: 60px;
}
.service-card .btn {
  margin-top: auto;
  font-size: 1.1rem;
  padding: 0.7rem 2.2rem;
}
.services-heading {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #2563eb;
  background: #fff;
  border-radius: 12px;
  padding: 1.2rem 0;
  margin-bottom: 2.5rem;
  letter-spacing: 1px;
  position: relative;
}
.services-heading::after {
  content: '';
  display: block;
  margin: 1.2rem auto 0 auto;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--Green), var(--brown));
}
@media (max-width: 650px) {
  .modern-services {
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
    gap: 1.5rem;
  }
  .service-card {
    padding: 1.5rem 0.7rem 1.2rem 0.7rem;
  }
  .service-img {
    height: 130px;
    margin-top: 2rem;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
:root {
  --yellow:#f57b10;
  --brown:#4ff0ff;
  --Green:#f57b10bc;
  --black:#111;
  --white:#fff;
  --light-color:#666666;
  --light-bg:#eee;
  --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
  --border:.1rem solid rgba(0,0,0,.3);
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: var(--light-color);
}

section {
  padding: 5rem 10%;
}

.heading {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  color: #f57b10;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  background: linear-gradient(90deg, #e0e7ff 0%, #f0f4ff 100%);
  border-radius: 12px;
  padding: 1.2rem 0;
  border: none;
  box-shadow: 0 2px 12px rgba(37,99,235,0.07);
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: var(--Green);
  color: var(--white);
  cursor: pointer;
  font-size: 1.7rem;
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.btn:hover {
  background: rgba(255, 221, 0, 0.229);
  color: var(--black);
}

@-webkit-keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 1.5rem 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
  background: var(--white);
}

.header .logo {
  font-size: 2.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.header .logo span {
  color: var(--Green);
}

.header .navbar a {
  font-size: 2rem;
  color: var(--black);
  text-transform: capitalize;
  margin: 0 1rem;
}

.header .navbar a:hover {
  color: var(--Green);
}

.header .icons div {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  background: var(--light-bg);
  color: var(--Green);
  cursor: pointer;
  text-align: center;
  margin-left: .3rem;
}

.header .icons div:hover {
  background: var(--Green);
  color: var(--white);
}

.header #menu-btn {
  display: none;
}

.header .search-form {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70rem;
  background: var(--white);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 1rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-animation: fadeIn .2s linear;
          animation: fadeIn .2s linear;
}

.header .search-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .search-form input {
  width: 100%;
  padding: 1.2rem 1.4rem;
  background: var(--light-bg);
  font-size: 1.6rem;
  color: var(--light-color);
}

.header .search-form label {
  font-size: 2.5rem;
  color: var(--black);
  cursor: pointer;
  margin: 0 1rem;
}

.header .search-form label:hover {
  color: var(--Green);
}

.header .login-form {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40rem;
  background: var(--white);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 2rem;
  text-align: center;
  -webkit-animation: fadeIn .2s linear;
          animation: fadeIn .2s linear;
  display: none;
}

.header .login-form.active {
  display: block;
}

.header .login-form h3 {
  font-size: 2.5rem;
  color: var(--black);
  text-transform: capitalize;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.header .login-form .box {
  width: 100%;
  padding: 1.2rem 1.4rem;
  background: var(--light-bg);
  font-size: 1.6rem;
  color: var(--light-color);
  margin: .7rem 0;
}

.header .login-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.header .login-form .flex label {
  font-size: 1.5rem;
  color: var(--light-color);
  cursor: pointer;
}

.header .login-form .flex a {
  font-size: 1.5rem;
  color: var(--light-color);
  margin-left: auto;
}

.header .login-form .flex a:hover {
  color: var(--Green);
  text-decoration: underline;
}

.header .login-form .btn {
  width: 100%;
}

.header .login-form p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
  padding-top: 1.5rem;
}

.header .login-form p a {
  color: var(--Green);
}

.header .login-form p a:hover {
  text-decoration: underline;
}

.contact-info {
  position: fixed;
  top: 0;
  right: 0;
  width: 35rem;
  background: var(--white);
  height: 100%;
  text-align: center;
  z-index: 1100;
  padding: 0 2rem;
  padding-top: 5rem;
  display: none;
}

.contact-info.active {
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.7);
  display: block;
}

.contact-info #close-contact-info {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  cursor: pointer;
  font-size: 4rem;
  color: var(--black);
}

.contact-info #close-contact-info:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contact-info .info {
  padding: 2rem 0;
}

.contact-info .info i {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  background: var(--light-bg);
  color: var(--Green);
  cursor: pointer;
  text-align: center;
  margin-bottom: .5rem;
}

.contact-info .info i:hover {
  background: var(--Green);
  color: var(--white);
}

.contact-info .info h3 {
  font-size: 2rem;
  color: var(--black);
  text-transform: capitalize;
  padding: 1rem 0;
}

.contact-info .info p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
}

.contact-info .share {
  padding-top: 2rem;
  border-top: var(--border);
  margin-top: 1rem;
}

.contact-info .share a {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  background: var(--light-bg);
  color: var(--black);
  cursor: pointer;
  text-align: center;
  margin: 0 .3rem;
}

.contact-info .share a:hover {
  background: var(--black);
  color: var(--white);
}

.home {
  padding: 0;
}

.home .slide {
  min-height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.home .slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--white)), to(transparent));
  background: linear-gradient(15deg, var(--white), transparent);
}

.home .slide .content {
  width: 50rem;
  position: relative;
  /* center content block horizontally in the slide */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.home .slide .content h3 {
  font-size: 6rem;
  color: var(--black);
  text-transform: uppercase;
  margin: 0 auto 0.6rem auto;
}

/* Make hero content larger and more centered on tablet/desktop */
@media (min-width: 768px) {
  .home .slide { align-items: center; }
  .home .slide .content { width: min(70rem, 90%); }
  .home .slide .content h3 { font-size: clamp(3rem, 4.5vw, 6rem); }
  .home .slide .content p { font-size: 1.6rem; }
  .home .slide .content .btn { font-size: 2.05rem; padding: 1.5rem 1.7rem; }
}

@media (min-width: 1200px) {
  .home .slide .content { width: min(80rem, 70%); }
  .home .slide .content h3 { font-size: clamp(4rem, 3.5vw, 7rem); }
}

.home .slide .content p {
  font-size: 1.4rem;
  color: var(--light-color);
  line-height: 2;
  padding: 1rem 0;
}

.home .swiper-button-next,
.home .swiper-button-prev {
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  height: 7rem;
  width: 7rem;
  line-height: 7rem;
  background: var(--white);
}

.home .swiper-button-next:hover,
.home .swiper-button-prev:hover {
  background: var(--Green);
}

.home .swiper-button-next::after,
.home .swiper-button-prev::after {
  font-size: 2rem;
  color: var(--black);
}

.home .swiper-button-prev {
  right: 7rem;
}

.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.about .row .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
}

.about .row .img {
  width: 100%;
}

.about .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
}

.about .row .content h3 {
  font-size: 3.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.about .row .content p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
  padding: 1rem 0;
}

.about .box-container {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about .box-container .box {
  text-align: center;
  background: var(--light-bg);
  padding: 3rem 2rem;
}

.about .box-container .box h3 {
  font-size: 4rem;
  color: var(--black);
  text-transform: capitalize;
}

.about .box-container .box p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
  padding-top: .5rem;
}

/* Media query for screens between 577px and 768px (larger mobile screens) */
@media (min-width: 577px) and (max-width: 768px) {
  .about .content h3 {
    font-size: 3rem;
  }

  .about .content p {
    font-size: 1.4rem;
  }

  .about .box-container .box h3 {
    font-size: 3.5rem;
  }

  .about .box-container .box p {
    font-size: 1.4rem;
  }
  .about .row .img .content p{
    display: flex;
    flex-direction: column;
  }
}
.services {
  background: var(--light-bg);
}
.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.services .box-container .box {
  text-align: center;
  padding: 3rem;
  background: var(--white);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border: var(--border);
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.services .box-container .box img {
  width: 200px;
  height: 12rem;
  margin-bottom: .5rem;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.services .box-container .box h3 {
  font-size: 1.7rem;
  color: var(--black);
  text-transform: capitalize;
  padding: 1rem 0;
}

.services .box-container .box p {
  font-size: 1.4rem;
  color: var(--light-color);
  line-height: 2;
}


/* Media query for screens up to 576px (small mobile screens) */
@media (max-width: 576px) {
  .services .box-container .box {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    
  }
  .services .box-container .box img {
    width: 140px;
    height: 10rem;
    position: relative;
    right: -80px;
  }
  
  .services .box-container .box h3 {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
  
  .services .box-container .box p {
    font-size: 1.2rem;
  }
}

@media (max-width:425px) {
  .services .box-container .box img {
    width: 150px;
    height: 9rem;
    right: -70px;
  }
}
@media (min-width: 576px) and (max-width: 991px){
.services .box-container {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.services .box-container .box {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.services .box-container .box img {
  width: 150px;
  height: 9rem;

}

.services .box-container .box h3 {
  font-size: 1.5rem;
  padding: 0.5rem 0;
}

.services .box-container .box p {
  font-size: 1.2rem;
}
}
/* For mobile devices viewing the desktop site */
@media (max-width: 767px) and (orientation: landscape) {
  .services .box-container {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .services .box-container .box {
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }

  .services .box-container .box img {
    width: 150px;
    height: 9rem;
    right: 140px;
  }

  .services .box-container .box h3 {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }

  .services .box-container .box p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .services .box-container {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .services .box-container .box {
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }

  .services .box-container .box img {
    width: 150px;
    height: 9rem;
  }

  .services .box-container .box h3 {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }

  .services .box-container .box p {
    font-size: 1.2rem;
  }
}



.projects {
  background: var(--light-bg);
}

.projects .heading {
  color: var(--black);
}

.projects .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.projects .box-container .box {
  cursor: initial;
}

.projects .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.projects .box-container .box .image {
  height: 40rem;
  overflow: hidden;
}

.projects .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.projects .box-container .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects .box-container .box .content .info {
  padding: 1rem 2rem;
}

.projects .box-container .box .content .info h3 {
  font-size: 1.7rem;
  color: var(--black);
  text-transform: capitalize;
}

.projects .box-container .box .content .info p {
  font-size: 1.5rem;
  color: var(--light-color);
  line-height: 2;
}

.projects .box-container .box .content i {
  width: 7.5rem;
  font-size: 3rem;
  background: var(--Green);
  color: var(--white);
  cursor: pointer;
  text-align: center;
  line-height: 7.5rem;
}
.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
  
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
/*   background: var(--white); */
}

.logos:after {
  right: 0;
 /*  background: var(--white); */
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 100px;
  margin: 0 40px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 992px) {
  .logos-slide img {
    height: 80px; /* Adjust height for smaller screens */
    margin: 0 20px; /* Adjust margin for smaller screens */
  }
}

/* Media query for tablets */
@media (max-width: 768px) {
  .logos-slide img {
    height: 60px; /* Adjust height for tablets */
    margin: 0 15px; /* Adjust margin for tablets */
  }
}

/* Media query for larger mobile screens */
@media (max-width: 576px) {
  .logos-slide img {
    height: 50px; /* Adjust height for larger mobile screens */
    margin: 0 10px; /* Adjust margin for larger mobile screens */
  }
}

/* Media query for small mobile screens */
@media (max-width: 375px) {
  .logos-slide img {
    height: 40px; /* Adjust height for small mobile screens */
    margin: 0 5px; /* Adjust margin for small mobile screens */
  }
}

.contact {
  background: var(--Green);
}

.contact .heading {
  color: var(--white);
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.contact .row .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  width: 100%;
}

.contact .row form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  background: var(--white);
  padding: 2rem;
}

.contact .row form h3 {
  font-size: 2.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.contact .row form .box {
  margin: .7rem 0;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: var(--border);
  font-size: 1.6rem;
  color: var(--light-color);
}

.contact .row form .box:focus {
  border-color: var(--Green);
}

.contact .row form textarea {
  height: 15rem;
  resize: none;
}

.logo-container {
  text-align: center;
}

.logo-container img {
  height: 10rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}



footer {
    position: relative;
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
}

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}


.footer-distributed h3 span {
    color: var(--brown);
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-flex;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
  background: none;
  color: #ffffff;
  font-size: 25px;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: center;
  line-height: normal;
  margin: 0 10px 0 0;
  vertical-align: middle;
  box-shadow: none;
  padding: 0;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 20px;
  line-height: normal;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: var(--brown);
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
    right: 200px;
}

/* Center and stack footer columns for tablet and desktop (768px - 1599px) */
@media (min-width: 768px) and (max-width: 1599px) {
  .footer-distributed {
    text-align: center; /* center all child content */
    padding: 50px 20px 60px 20px;
  }
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin: 0 auto 18px auto;
    text-align: center;
  }
  .footer-distributed .footer-left img {
    margin: 0 auto 12px auto; /* logo at top */
    display: inline-block;
  }
  .footer-distributed .footer-center a,
  .footer-distributed .footer-left a {
    display: inline-block;
    color: inherit;
  }
  .footer-distributed .footer-icons {
    margin-top: 6px;
  }
  .footer-distributed .footer-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
}

/* Quick Enquiry fixed bottom bar */
.quick-enquiry-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(90deg,#3b82f6,#2563eb);
  color: #fff;
  padding: 12px 18px;
  border-radius: 32px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.18);
  z-index: 4000;
  min-width: 260px;
  max-width: calc(100% - 32px);
}
.quick-enquiry-bar .qe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  transition: background 0.18s, transform 0.12s;
}
.quick-enquiry-bar .qe-btn:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
.quick-enquiry-bar .qe-whatsapp { background: #25D366; color: #fff; }
.quick-enquiry-bar .qe-call { background: #0b64c7; color: #fff; }
.quick-enquiry-bar .qe-label {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  padding: 0 6px;
}

/* Small screens: make it full-width with larger touch targets */
@media (max-width: 480px) {
  .quick-enquiry-bar {
    left: 8px;
    right: 8px;
    transform: none;
    bottom: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    justify-content: space-between;
    min-width: unset;
  }
  .quick-enquiry-bar .qe-label { font-size: 1rem; }
  .quick-enquiry-bar .qe-btn { width: 56px; height: 56px; }
}

/* Medium screens: slightly larger */
@media (min-width: 481px) and (max-width: 991px) {
  .quick-enquiry-bar { bottom: 16px; padding: 12px 16px; }
  .quick-enquiry-bar .qe-btn { width: 48px; height: 48px; }
}

/* Hide on very small devices if needed (optional) */
@media (max-width: 340px) {
  .quick-enquiry-bar { display: flex; gap: 8px; }
  .quick-enquiry-bar .qe-label { display: none; }
}

/* Keep footer stacked and centered on larger screens as requested */
@media (min-width: 1600px) {
  .footer-distributed {
    text-align: center;
    padding: 50px 10%;
  }
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin: 0 auto 18px auto;
    text-align: center;
  }
  .footer-distributed .footer-left img { margin: 0 auto 12px auto; display:inline-block; }
  .footer-distributed .footer-right { right: auto; }
  .footer-distributed .footer-icons { display:flex; justify-content:center; gap:12px; }
}

/* Desktop refinements for footer layout (matching provided screenshot) */
@media (min-width: 992px) {
  .footer-distributed {
    background-color: #2d2a30;
    padding: 60px 8%;
    text-align: center;
  }

  /* Logo centered at top */
  .footer-distributed .footer-left img {
    height: 84px;
    display: block;
    margin: 0 auto 18px auto;
  }

  /* Inline nav links centered under logo */
  .footer-distributed .footer-links {
    display: block;
    margin: 0 auto 22px auto;
    text-align: center;
  }
  .footer-distributed .footer-links a {
    color: #ffffff;
    margin: 0 10px;
    font-weight: 700;
    font-size: 2.25rem; /* increased */
  }

  /* Contact rows: icon + text, centered */
  .footer-distributed .footer-center > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 6px 0;
    color: #ffffff;
    font-size: 2.25rem; /* increased */
  }
  .footer-distributed .footer-center i,
  .footer-distributed .footer-center .fa {
    font-size: 30px;
    color: #ffffff;
  }

  /* Social icons centered and slightly larger */
  .footer-distributed .footer-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
  }
  .footer-distributed .footer-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    font-size: 30px; /* slightly larger */
    background: transparent;
  }

  /* Separator width and copyright centering */
  .footer-separator { width: 85%; margin: 28px auto; opacity: 0.5; }
  .footer-company-name { color: #cfcfcf; margin-top: 6px; }
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 130px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  background: none;
  border-radius: 0;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 0;
  box-shadow: none;
  padding: 0;
}

.footer-distributed .footer-icons a:hover {
  color: var(--Green);
  background: none;
}

.footer-links a:hover {
    color: var(--Green);
}

/* Extra Small Devices (Phones) */
@media (max-width: 575px) {
  .footer-distributed .footer-left, 
  .footer-distributed .footer-center, 
  .footer-distributed .footer-right {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }

  .footer-distributed .footer-left {
      margin-bottom: 40px;
  }

  .footer-distributed .footer-center {
      order: -1;
  }

  .footer-distributed .footer-right {
      right: 0;
      margin-bottom: 0;
  }

  .footer-distributed .footer-center i {
      margin: 0;
  }

  .footer-distributed {
      padding: 30px 20px 40px 20px;
  }
}

/* Small Devices (Tablets) */
@media (min-width: 576px) and (max-width: 767px) {
  .footer-distributed .footer-left, 
  .footer-distributed .footer-center, 
  .footer-distributed .footer-right {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }

  .footer-distributed .footer-left {
      margin-bottom: 40px;
  }

  .footer-distributed .footer-center {
      order: -1;
  }

  .footer-distributed .footer-right {
      right: 0;
      margin-bottom: 0;
  }

  .footer-distributed .footer-center i {
      margin: 0;
  }
}

/* Medium Devices (Desktops) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Add your specific styles for medium devices here */
}

/* Large Devices (Large Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Add your specific styles for large devices here */
}

/* Extra Large Devices (XL Desktops) */
@media (min-width: 1200px) {
  /* Add your specific styles for extra large devices here */
}
   
        

        
@media (max-width: 1200px) {
  .header {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  section {
    padding: 3rem 2rem;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: var(--border);
    border-bottom: var(--border);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    display: block;
    margin: 2rem;
  }
}

@media (max-width: 768px) {
  .header .search-form {
    width: 90%;
  }
  .header .login-form {
    width: 90%;
  }
  .home .slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .slide .content {
    text-align: center;
  }
  .home .slide .content h3 {
    font-size: 3rem;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .about .row .content h3 {
    font-size: 2.5rem;
  }
}

/* --- Founder Feature Icon Color Customization (Blue & Yellow) --- */
.feature.innovation .feature-icon {
  background: #e3f0ff !important;
  color: #2563eb !important;
}
.feature.innovation .feature-icon i {
  color: #1002a8 !important;
}
.feature.community .feature-icon {
  background: #fff8e1 !important;
  color: #00f629 !important;
}
.feature.community .feature-icon i {
  color: #00c133 !important;
}