/* Custom SocialCat Styles */

#page-wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.hero-section .hero-content h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}

.hero-section .hero-image img,
.feature-section-1 .feature-image img,
.feature-section-2 .feature-image img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 2px 24px rgba(80,80,100,0.08);
}

.cta-section.cta-dark {
  background: #2d2b4a;
}

.cta-section.cta-dark .cta-title h2,
.cta-section.cta-dark .testimonial strong,
.cta-section.cta-dark .testimonial,
.cta-section.cta-dark .subscribe-form-wrapper h2,
.cta-section.cta-dark .subscribe-form-wrapper div,
.cta-section.cta-dark .subscribe-form-wrapper {
  color: #fff;
}

.cta-section.cta-dark .subscribe-form-wrapper {
  background: #39376b;
  border-radius: 18px;
  box-shadow: 0 2px 24px rgba(80,80,100,0.13);
}

.cta-section.cta-dark .subscribe-form-wrapper .mt-2 {
  color: #e0e0e0;
}

@media (max-width: 768px) {
  .hero-section .hero-content h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .cta-section .cta-wrapper {
    padding: 3rem 1.5rem;
  }
  .subscribe-form-wrapper.p-5 {
    padding: 2rem 1.5rem !important;
  }
  .cta-section .main-btn {
    width: 100%;
  }
}

/* ========== About Us Page Styles ========== */
.about-us-main {
  padding: 2rem 0;
  background-color: #fdfdff;
  /* padding-top: 100px; */
}
.about-hero {
  background-color: #f8f9fa;
}
.story-content h2 {
  font-weight: 700;
}
.story-content blockquote {
  border-left: 4px solid #606EFF;
  background-color: #f8f9fa;
  font-size: 1.25rem;
  color: #555;
}
.team-section h2 {
  font-weight: 700;
}
.team-member-card {
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 2px 14px rgba(80,80,100,0.05);
}
.team-member-card h3 {
  font-weight: 700;
}
.team-member-card .team-title {
  font-weight: 600;
  color: #606EFF;
  margin-bottom: 1rem;
}
.team-member-card .btn-link {
  font-weight: 600;
  color: #606EFF;
  text-decoration: none;
}
.team-member-card .btn-link:hover {
  text-decoration: underline;
}
.cta-section-short {
  background-color: #2d2b4a;
  color: #fff;
}
.cta-section-short h2, .cta-section-short p {
  color: #fff;
}

.navbar-nav .nav-item a.active {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* ========== Coming Soon Page Styles ========== */
.coming-soon-main {
  padding: 6rem 0;
  background-color: #fdfdff;
  /* padding-top: 100px; */
}
.coming-soon-main h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.notify-form .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.notify-form .main-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.teaser-card {
  padding: 1.5rem;
  height: 100%;
}
.teaser-card .teaser-icon {
  font-size: 2.5rem;
  color: #606EFF;
  margin-bottom: 1rem;
}
.teaser-card h3 {
  font-weight: 600;
}
.social-links-coming-soon a {
  font-size: 1.5rem;
  color: #555;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}
.social-links-coming-soon a:hover {
  color: #606EFF;
}
@media (max-width: 767px) {
  .coming-soon-main h1 {
    font-size: 2rem;
  }
  .notify-form .input-group {
    display: block;
  }
  .notify-form .form-control,
  .notify-form .main-btn {
    width: 100%;
    border-radius: 10px !important;
  }
  .notify-form .main-btn {
    margin-top: 10px;
  }
}

/* ========== Privacy Page Styles ========== */
.privacy-main {
  margin-top: 48px;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
.privacy-main h1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
.privacy-main h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.privacy-main h4 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.privacy-main p,
.privacy-main ul,
.privacy-main ol {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
.privacy-main ul,
.privacy-main ol {
  padding-left: 1.2em;
}
.privacy-main ul li,
.privacy-main ol li {
  margin-bottom: 0.5rem;
}

.growth-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.growth-list li {
  margin-bottom: 2rem;
}
.icon-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
}
.icon {
  font-size: 1.5rem;
  color: #606EFF;
}
.main-label {
  font-weight: 700;
  font-size: 1.1rem;
}
.description {
  margin-left: 2.2rem;
  color: #444;
  font-size: 1rem;
  margin-top: 0.3rem;
}

@media (max-width: 767px) {
  .feature-section-1,
  .feature-section-2 {
    display: block !important;
    height: auto !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .feature-section-1 .feature-image,
  .feature-section-2 .feature-image {
    position: static !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    transform: none !important;
    text-align: center;
  }
  .feature-section-1 .feature-image img,
  .feature-section-2 .feature-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .growth-list li {
    margin-bottom: 1.2rem;
  }
  .icon-label {
    font-size: 1rem;
  }
  .description {
    margin-left: 1.7rem;
    font-size: 0.97rem;
  }
}

html, body {
  overflow-x: hidden;
}
