.contact-hero {
    background-image: url(../images/bg/Contact-Us.png);
    height: 350px;
    position: relative;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.contact-hero div {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding-left: 70px;
  padding-top: 140px;
}

.support-banner {
    height: 300px;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 15px;
}

.support-banner > h2 {
    /* font-size: 60px;  */
    /* font-weight: bold;  */
    color: #2254c5;
}

.support-banner > p {
    /* font-size: 35px;  */
    color: black;
}

.call-btn {
    /* font-size: 25px;  */
    background-color: #2254c5; 
    border-radius: 20px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 60px; 
    width: 200px; 
    color: white;
}

/* Modern Popover Style */
.popover {
  border-radius: 0px;
  border: none;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  padding: 0px 0;
  min-width: 100px;
  font-size: 16px;
  font-weight: 600;
}

.header-popover {
  margin-top: 0px !important;
  position: fixed;
}

.footer-popover {
  margin-bottom: 10px !important;
}


/* Remove default arrow */
.popover .arrow {
  display: none;
}

/* Remove title space */
.popover-title {
  display: none;
}

/* Style content */
.popover-content {
  padding: 0;
}

/* Product links styling */
.popover-content a {
  display: block;
  padding: 5px 20px;
  color: #333;
  text-decoration: none;
  /* font-weight: 500; */
  transition: 0.3s;
  margin: 0px;
}

/* Hover effect */
.popover-content a:hover {
  background: #f5f7ff;
  color: #2254e5;
  /* padding-left: 15px; */
}
/* Cursor only on text */
.trigger-text {
  cursor: pointer;
}
/* Footer specific adjustment */
#footerProductsPopover + .popover {
  margin-bottom: -8px !important;
}

@media (max-width: 768px) {
    .support-banner > h2 {
    /* font-size: 20px;  */
    /* font-weight: bold;  */
    color: #2254c5;
}
.support-banner > p {
    /* font-size: 10px;  */
    color: black;
}
.call-btn {
    /* font-size: 15px;  */
    background-color: #2254c5; 
    border-radius: 20px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 40px; 
    width: 100px; 
    color: white;
}
.contact-hero > div {
    padding-top: 120px; 
    padding-left: 40px; 
    font-size: 24px; 
    font-weight: bold; 
    color: white;
}
}

.figma-footer {
  background: #edecec5d;
  padding: 80px 60px 30px;
  font-family: Nunito Sans, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.footer-left {
  max-width: 330px;
}

.footer-logo {
  margin-bottom: 5px;
}

.footer-desc {
  /* font-size: 18px; */
  line-height: 32px;
  color: #000;
  margin-bottom: 40px;
}
#submit {
  border-radius: 10px;
  height: 50px;
}

/* SOCIAL ICONS */
.footer-socials {
  display: flex;
  gap: 20px;
}

.footer-social {
  width: 45px;
  height: 45px;
  display: flex;
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #000;
  transition: 0.3s;
  border-radius: 50%;
}

.footer-social:hover {
  border-color: #2254e5;
  background-color: #e8eaec;
  transform: translateY(-10px);
}

/* QUICK LINKS */
.footer-links h3,
.footer-contact h3 {
  /* font-size: 30px; */
  /* font-weight: bold; */
  margin-bottom: 30px;
}

.footer-links a {
  display: block;
  /* font-size: 20px; */
  margin-bottom: 22px;
  color: #000;
  text-decoration: none;
}

.contact-item {
  background-color: #e4eaf72e;
  padding-left: 30px;
  padding-top: 50px;
  border-radius: 30px 0px 0px 30px;
}

.contact-form-container {
  background: white;
  border-radius: 30px;
  /* padding: 60px; */
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  /* margin-top: 40px; */
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.footer-links a:hover {
  color: #2254e5;
}

/* CONTACT */
.footer-contact p {
  /* font-size: 18px; */
  margin-bottom: 20px;
  color: #000;
  line-height: 28px;
}

.footer-contact i {
  margin-right: 12px;
  /* font-size: 20px; */
  color: #000;
}

/* BOTTOM ROW */
.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 25px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.footer-bottom span {
  color: #2254c5;
  font-weight: 400;
}

.bottom-links {
  display: flex;
  gap: 40px;
}

.bottom-links a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.bottom-links a:hover {
  color: #2254e5;
}

.icon {
  width: 50px;              /* 60 + 16 + 16 */
  height: 50px;
  background-color: #2254c5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 30px;              /* icon size inside circle */
  height: 30px;
  object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 50px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .bottom-links {
    justify-content: center;
  }
  .contact-form-container{
    margin-top: 0px;
  }
}

.faq-section {
  padding: 80px 0;
  background: #fff;
}

.faq-heading h2 {
  /* font-size: 55px; */
  /* font-weight: 700; */
  color: #2254c5;
}

.faq-heading p {
  /* font-size: 20px; */
  margin-top: 15px;
  color: #333;
  margin-bottom: 0px;
}

.faq-heading a {
  color: #2254c5;
  /* font-weight: 400; */
}

/* Layout */
.faq-wrapper {
  margin-top: 40px !important;
  align-items: center;
}

/* Left Image */
.faq-image img {
  width: 100%;
  border-radius: 25px;
  height: 450px;
  object-fit: cover;
}

/* FAQ Boxes */
.faq-box {
  background: #f3f8ff;
  border-radius: 20px;
  padding: 25px 30px;
  margin-bottom: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.faq-box:hover {
  box-shadow: 0px 8px 20px rgba(0,0,0,0.12);
}

/* Question Row */
.faq-question {
  /* font-size: 22px; */
  /* font-weight: 600; */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Answer */
.faq-answer {
  margin-top: 10px;
  /* font-size: 15px; */
  color: #444;
  line-height: 1.6;
  display: none;
}
.faq-box.active .faq-answer {
  display: block;
}
.faq-box .icon img {
  /* font-size: 18px; */
  transition: 0.3s;
}
.faq-box.active .icon img {
  transform: rotate(180deg);
}

/* Hide FAQs after 5 */
.hidden-faq {
  display: none;
}


/* Load More Button */
.faq-load-btn {
  background: #ffffff;
  color: rgb(0, 0, 0);
  border: 2px gainsboro solid;
  border-bottom: 3px gainsboro solid;
  padding: 14px 40px;
  margin-top: 30px;
  /* font-size: 18px; */
  transition: 0.3s;
}


.faq-load-btn:hover {
  background: #e6ecf1;
  border: 2px gainsboro solid;
  border-bottom: 3px gainsboro solid;
}

/* Load More Button */
.faq-less-btn {
  background: #ffffff;
  color: rgb(0, 0, 0);
  border: 2px gainsboro solid;
  border-bottom: 3px gainsboro solid;
  padding: 14px 40px;
  margin-top: 30px;
  /* font-size: 18px; */
  transition: 0.3s;
}


.faq-less-btn:hover {
  background: #e6ecf1;
  border: 2px gainsboro solid;
  border-bottom: 3px gainsboro solid;
}

.footer-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  /* font-size: 18px; */
  line-height: 28px;
  margin-bottom: 18px;
  color: black;
}

.footer-info img {
  width: 25px;
  margin-top: 5px;
}

/* ✅ Contact Page Toggle Button Fix */
.contact-navbar .navbar-toggle {
  /* border: 2px solid black !important; */
  margin-top: 25px !important;
  margin-right: 15px !important;
}

/* .logo-container {
  padding: 10px 0px 0px 0px;
} */

/* ✅ Hamburger bars black */
.contact-navbar .navbar-toggle .icon-bar {
  background-color: black !important;
}

/* ✅ Fix toggle position on mobile */
@media (max-width: 768px) {
  .contact-navbar {
    /* height: auto !important; */
    padding: 10px 15px !important;
  }

  .contact-navbar .navbar-header {
    width: 100%;
  }

  .contact-navbar .navbar-toggle {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .logo-container {
  padding: 10px 0px 0px 0px;
}
}


