@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', sans-serif;
}

p {
  font-family: 'Poppins', sans-serif;
}

.img {
  width: 100% !important;
  height: 100% !important;
}

.text-brand {
  color: #a855f7;
}

.bg-brand {
  background-color: #a855f7;
}

.btn-brand {
  background-color: #a855f7;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.btn-brand:hover {
  background-color: #9333ea;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.4);
}

.btn-outline-brand {
  border: 2px solid #a855f7;
  color: #a855f7;
  transition: all 0.3s ease;
}

.btn-outline-brand:hover {
  background-color: #a855f7;
  color: #fff;
}

.glass-nav {
  background: transparent;
  transition:
    background 0.3s ease,
    padding 0.3s ease;
  padding: 20px 0;
  z-index: 1030;
}

.glass-nav.scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
}

/* Desktop (lg and up): always show full navbar with all links */
@media (min-width: 992px) {
  .glass-nav .navbar-collapse {
    display: flex !important;
    visibility: visible !important;
  }
  .glass-nav .navbar-nav {
    display: flex !important;
    visibility: visible !important;
  }
}

/* Mobile: when hamburger is open, show the menu */
@media (max-width: 991.98px) {
  .glass-nav .navbar-collapse.show {
    display: flex !important;
    visibility: visible !important;
  }
}

.hero-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('assets/two-smiling-female-coworkers-using-tablet-computer-cafe (1).jpg')
      center / cover no-repeat;
}

.hero-heading {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  line-height: 1.2;
}

.hero-longevity-line {
  display: block;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  animation: heroLongevityFade 1.5s ease-out;
  margin-top: 20px;
}

@keyframes heroLongevityFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section4 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url('assets/mission and vision.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;

  box-shadow:
    0 0 60px rgba(255, 255, 255, 0.3),
    0 0 100px rgba(255, 255, 255, 0.1) inset;
}

.section4-inner {
  max-width: 1200px;
  width: 100%;
}

.section4-block {
  max-width: 520px;
  text-align: center;
}

.section4-heading {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  text-shadow:
    0 1px 2px rgba(255, 255, 255, 0.3),
    0 2px 8px rgba(255, 255, 255, 0.15);
}

.section4-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
}

.section4 p {
  color: #fff;
}

/* Zoho form modal – full project color flow */
body.zoho-modal-open .modal-backdrop {
  background-color: rgba(168, 85, 247, 0.4);
}

body.zoho-modal-open .modal-backdrop.show {
  opacity: 1;
}

.zoho-modal-content {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(168, 85, 247, 0.25),
    0 0 0 1px rgba(168, 85, 247, 0.1);
}

.zoho-modal-header {
  background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
  color: #fff;
}

.zoho-modal-header .modal-title {
  color: #fff;
  letter-spacing: 0.02em;
}

.zoho-modal-body {
  background: linear-gradient(180deg, #faf5ff 0%, #f3e8ff 50%, #fff 100%);
  color: #374151;
  min-height: 70vh;
}

.zoho-modal-subtitle {
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 500;
  flex-shrink: 0;
}

.zoho-form-wrapper {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: #fff;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.zoho-form-embed {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.zoho-form-embed iframe {
  width: 100% !important;
  min-height: 65vh !important;
  height: 100% !important;
  border: none;
  border-radius: 0;
  display: block;
}

#zohoFormModal .zoho-modal-dialog {
  max-width: 75vw;
  width: 900px;
  height: 90vh;
  margin: 1rem auto;
}

#zohoFormModal .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#zohoFormModal .modal-body {
  flex: 1;
  min-height: 0;
  overflow: auto;
}

.footer-dark {
  background-color: #000;
  color: #fff;
}

.footer-dark a {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer-dark a:hover {
  opacity: 1;
}

.product-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #000;
  transition: all 0.3s ease;
}

.product-card:hover {
  border-color: #a855f7;
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.1);
}

.floating-wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  padding: 15px;
  border-radius: 50%;
  font-size: 24px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.section-light {
  background-color: #fff;
}

.section-accent {
  background-color: #f9fafb;
}

.accordion-button::after {
  filter: grayscale(1) invert(0);
}

/* ── Custom FAQ Accordion ── */
.faq-list {
  border-top: 1px solid #e5e7eb;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #111111;
  text-align: left;
  font-family: 'Inter', sans-serif;
}

.faq-btn:hover {
  color: #a855f7;
}

.faq-icon {
  font-size: 1.4rem;
  font-weight: 300;
  color: #a855f7;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-body {
  display: none;
  padding: 0 0 16px 0;
  color: #444444;
  font-size: 0.97rem;
  line-height: 1.7;
  background: #ffffff;
}

.faq-body p {
  margin: 0;
  color: #444444;
}

.faq-item.open .faq-body {
  display: block;
}

/* Override Bootstrap CSS variables so text stays black when open */
.accordion,
.accordion-item,
.accordion-button {
  --bs-accordion-active-color: #000;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-bg: #fff;
  --bs-accordion-color: #000;
}

.accordion-button {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.accordion-body {
  color: #333 !important;
  background-color: #fff !important;
}

.accordion-item {
  background-color: #fff !important;
  color: #000 !important;
}

.logo-img {
  padding: 8px;
  height: 40px;
  width: auto;
}

/* Navbar logo: same image as footer, sized for header */
.navbar-brand .nav-logo {
  height: 48px;
  width: auto;
  padding: 4px 0;
  object-fit: contain;
}

/* Custom Rounding */
.rounded-4 {
  border-radius: 1.5rem !important;
}

.rounded-5 {
  border-radius: 2rem !important;
}

.gallery-img {
  height: 450px;
  object-fit: cover;
  border-radius: 2.5rem;
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.02);
}

.feature-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.conference-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('assets/Eeven background Images.jpg') center / cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* ── Mobile responsive ── */
@media (max-width: 991.98px) {
  .glass-nav .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
    margin: 12px -1rem -12px -1rem;
    padding: 1rem 1rem 1.5rem;
    border-radius: 0 0 12px 12px;
  }
  .glass-nav .navbar-nav {
    padding-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 2rem;
  }
  .hero-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-section h4 {
    font-size: clamp(1.5rem, 6vw, 2.5rem) !important;
    line-height: 1.25;
  }
  .hero-section .btn {
    width: 100%;
    max-width: 320px;
  }

  .section4 {
    height: auto;
    min-height: 80vh;
    padding: 2rem 1rem;
  }
  .section4-inner {
    flex-direction: column;
  }
  .section4-block {
    max-width: 100%;
  }

  .gallery-img {
    height: 280px;
    border-radius: 1.25rem;
  }

  .feature-img {
    height: 220px;
  }

  .conference-section {
    min-height: 80vh;
    padding: 2rem 1rem;
  }
  .conference-section h2,
  .conference-heading {
    font-size: clamp(1.25rem, 5vw, 2rem);
  }
  .newsletter-heading {
    font-size: clamp(1.25rem, 4vw, 2rem);
  }
}

/* Zoho modal: full width on mobile */
@media (max-width: 767.98px) {
  #zohoFormModal .zoho-modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 95vh;
    margin: 0.5rem;
  }
  .zoho-modal-body {
    min-height: 50vh;
  }
  .zoho-form-embed {
    min-height: 400px;
  }
  .zoho-form-embed iframe {
    min-height: 55vh !important;
  }
}

/* Global network & section spacing on small screens */
@media (max-width: 575.98px) {
  section.py-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  section.py-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .container.text-center.text-black h2 {
    font-size: clamp(1.1rem, 4.5vw, 1.5rem);
    line-height: 1.4;
  }
  .footer-dark .row {
    text-align: center;
  }
  .footer-dark .col-md-4.text-md-end {
    text-align: center !important;
  }
  .logo-img {
    height: 36px;
  }
}
