.elementor-134 .elementor-element.elementor-element-4840f72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-134 .elementor-element.elementor-element-bbcb23d{--display:flex;}.elementor-134 .elementor-element.elementor-element-a31b7b8{width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-f2864bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-134 .elementor-element.elementor-element-ef11d58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-134 .elementor-element.elementor-element-91ec9fb{--display:flex;}.elementor-134 .elementor-element.elementor-element-6ff8ccf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 5px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a31b7b8 *//* === Call Section (Brand-Aligned, No Background) === */
.call-section {
  background: none;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  color: #0a192f;
}

.call-container {
  max-width: 700px;
  margin: 0 auto;
}

.call-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0a192f;
  margin-bottom: 10px;
}

.call-section p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 35px;
}

.call-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.call-btn,
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.call-btn {
  background: #00c49a;
  color: #fff;
  border: 2px solid #00c49a;
}

.call-btn:hover {
  background: transparent;
  color: #00c49a;
  transform: translateY(-2px);
}

.whatsapp-btn {
  background: #ffd166;
  color: #0a192f;
  border: 2px solid #ffd166;
}

.whatsapp-btn:hover {
  background: transparent;
  color: #ffd166;
  transform: translateY(-2px);
}

.call-btn svg,
.whatsapp-btn svg {
  width: 20px;
  height: 20px;
}

/* Mobile-friendly */
@media (max-width: 600px) {
  .call-buttons {
    flex-direction: column;
  }

  .call-btn,
  .whatsapp-btn {
    width: 80%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-056ee6d *//* ============================
   GRANT4YOU FAQ SECTION
   ============================ */

.faq-section {
  background-color: #ffffff;
  padding: 100px 20px;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.faq-section .section-title {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0a192f;
  margin-bottom: 50px;
}

.faq-container {
  text-align: left;
}

/* FAQ cards */
.faq-item {
  background: #f8fafc;
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 10px 25px rgba(0, 196, 154, 0.15);
  transform: translateY(-3px);
}

/* Question button */
.faq-question {
  width: 100%;
  background: #ffffff;
  border: none;
  outline: none;
  text-align: left;
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0a192f;
  padding: 22px 25px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

/* Add “+” / “–” icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 25px;
  font-size: 1.4rem;
  color: #00c49a;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "–";
  color: #ffd166;
  transform: rotate(180deg);
}

/* Hover color */
.faq-question:hover {
  color: #00c49a;
}

/* Answer box */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background: #ffffff;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px 25px 25px 25px;
}

.faq-answer p {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  color: #5d6d7e;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 80px 15px;
  }

  .faq-question {
    font-size: 1rem;
    padding: 18px 20px;
  }

  .faq-question::after {
    right: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-090898c *//* === GRANT4YOU FOOTER === */
.site-footer {
  background: #0a192f;
  color: #ffffff;
  text-align: center;
  padding: 100px 20px 60px 20px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-title {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-description {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #cfd7e3;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 30px 0;
}

.footer-links a {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #00c49a;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: linear-gradient(135deg, #00c49a, #ffd166);
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: #ffd166;
  transform: translateY(-2px);
}

.footer-links a:hover::after {
  width: 100%;
}

.referral-note {
  margin-top: 25px;
  color: #ffd166;
  font-weight: 600;
  font-size: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 25px;
  font-family: 'Poppins', 'Montserrat', sans-serif;
  color: #8fa1b3;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 15px;
  }

  .footer-title {
    font-size: 1.7rem;
  }

  .footer-description {
    font-size: 0.95rem;
  }

  .footer-bottom {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ff8ccf */<!-- ✅ Grant4You Floating Chat Icon -->
<style>
  /* Reset possible Elementor styling overrides */
  #chat-toggle, #chat-toggle * {
    all: unset;
    display: revert;
  }

  /* === Floating Chat Button === */
  #chat-toggle {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, #00c49a, #ffd166) !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.25) !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    transition: all 0.3s ease !important;
  }

  #chat-toggle:hover {
    transform: scale(1.08);
  }

  /* Chat icon SVG */
  #chat-toggle svg {
    width: 28px;
    height: 28px;
    stroke: #0a192f;
  }

  /* === Chat Box Window === */
  #chat-box {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 340px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 99999;
  }

  #chat-header {
    background: #0a192f;
    color: #fff;
    padding: 12px 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #chat-close {
    cursor: pointer;
    font-size: 18px;
  }

  #chat-content {
    padding: 15px;
    height: 280px;
    overflow-y: auto;
    background: #fff;
  }

  #chat-input-area {
    display: flex;
    border-top: 1px solid #ddd;
  }

  #chat-input-field {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
  }

  #chat-send {
    background: #00c49a;
    color: #fff;
    border: none;
    padding: 0 18px;
    cursor: pointer;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    #chat-box {
      right: 10px;
      width: 90%;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-91ec9fb *//* === Chat Toggle (💬 Floating Button) === */
#chat-toggle {
  position: fixed;
  bottom: 30px;             /* lifted above footer */
  right: 30px;              /* keeps spacing from screen edge */
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #00c49a, #ffd166);
  color: #0a192f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#chat-toggle:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(0, 196, 154, 0.4);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  #chat-toggle {
    width: 55px;
    height: 55px;
    font-size: 24px;
    bottom: 90px;          /* extra lift on mobile so it doesn’t overlap footer/chat box */
    right: 20px;
  }
}
#chat-toggle {
  animation: bounceIn 0.8s ease;
}

@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}
#chat-toggle {
  animation: bounceIn 0.8s ease;
}

@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}
#chat-toggle {
  animation: bounceIn 0.8s ease;
}

@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}/* End custom CSS */