@import url("styles.css");

/* Hero Section - Based on Figma Design */
.hero-section {
  background: url("../images/home/home-bg.png");
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 75vh;
  display: flex;
}

/* For mobile screens */
@media (max-width: 768px) {
  .hero-section {
    background: url("../images/home/home-bg.png");
    background-size: cover;
    background-position: center;
  }
}

.hero-section h1 {
  color: #e4e9e9;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.24px;
}

.hero-section h5 {
  color: #e4e9e9;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.14px;
}

.hero-section h1 .font-family-2 {
  color: #c7ee4e;
  font-family: "DM Serif Text";
  font-size: 53px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.hero-subtitle {
  color: #bcc;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin-top: 14px;
}

/* Mobile responsive hero adjustments */
@media (max-width: 768px) {
  .hero-section .row {
    text-align: left;
  }

  .hero-subtitle br {
    display: none;
  }

  .hero-section .col-lg-7 {
    text-align: left;
    margin-top: 20px;
  }

  .hero-section .hero-image {
    text-align: left;
    margin-bottom: 20px;
  }

  .hero-section .hero-image img {
    max-width: 100%;
    height: auto;
  }

  .hero-section .hero-cta {
    flex-direction: column;
    gap: 6px !important;
    align-items: flex-start;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .hero-section h1 {
    font-size: 32px;
  }

  .hero-section h5 {
    font-size: 11px;
  }

  .hero-section h1 .font-family-2 {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}

/* featured section */

.featured-in {
  background: #003134;
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured-in h2 {
  color: #e4e9e9;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.1px;
  padding-bottom: 30px;
}

.featured-logos {
  gap: 60px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.featured-logos img {
  max-height: 80px;
  object-fit: contain;
}

/* Mobile carousel styles */
.featured-logos-mobile {
  display: none;
}

.featured-logos-mobile img {
  max-height: 80px;
  object-fit: contain;
  width: auto;
}

/* Hide desktop version on mobile, hide mobile version on desktop */
@media (min-width: 769px) {
  .featured-logos-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .featured-logos {
    display: none !important;
  }

  .featured-logos-mobile {
    display: block;
  }

  .featured-logos-mobile .owl-stage-outer {
    padding: 0 20px;
  }

  .featured-logos-mobile .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }

  .featured-logos-mobile .owl-dots {
    display: none;
  }

  .featured-logos-mobile .owl-nav {
    display: none;
  }
}

/* why section */

.mobile-compliance-slider {
  position: relative;
  overflow: hidden;
}

.why-section h2 .font-family-2 {
  color: #74950e;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.why-section h2 {
  color: #003134;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.why-section img {
  width: 100%;
}
.why-card {
  border-radius: 20px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-section .row.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.why-section .row.equal-height > [class*="col-"] {
  display: flex;
}

.why-card-bg p {
  flex-grow: 1;
}

.why-card .p-3 {
  padding: 20px !important;
}

.why-card h3 {
  color: #c7ee4e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.why-card p {
  color: #bcc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.why-card-bg {
  border-radius: 0 0 16px 16px;
  background: #003134;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  h1 span.font-family-2 {
    white-space: nowrap;
  }
  .why-section h1 {
    font-size: 32px;
  }
}

.compliance-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.compliance-slide.active {
  display: block;
  opacity: 1;
}

.slider-dots {
  text-align: center;
  margin-top: 30px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--light-mode-tertiary-text);
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: var(--parrot-green);
}

/* faq section */
.faq h1 {
  color: #003134;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
  padding-left: 18px;
}

.faq .btn {
  width: 100%;
  font-weight: 600;
  color: var(--primary-100);
  border-color: var(--primary-100);
  border: solid 1px;
  padding: 0.75rem 1rem;
  margin-right: 10px;
}

.faq .btn-accent-2 {
  border: none;
}

.faq a {
  color: var(--secondary-100);
}

.accordion button {
  font-weight: 600;
  color: var(--primary-100) !important;
  font-size: 20px;
}

.accordion-body {
  color: #2b4b4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.accordion-button:focus {
  border-color: white !important;
  box-shadow: none !important;
}

/* bottom-cta section */
.bottom-container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 10px;
}

.bottomCTA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px;
  gap: 40px;
  border-radius: 16px;
  background: #003134;
  margin: 50px 100px;
}

.bottomCTA h2 {
  color: #e4e9e9;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bottomCTA span {
  color: #c7ee4e;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.bottomCTA p {
  color: #bcc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.bottomCTA a.secondary-btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .bottomCTA {
    flex-direction: column;
    padding: 40px 30px;
    gap: 30px;
    margin: 50px 10px;
  }

  .cta-text {
    order: 1;
  }

  .bottomCTA h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .bottomCTA span {
    font-size: 36px;
  }

  .bottomCTA p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .cta-buttons {
    order: 2;
    align-items: stretch;
    width: 100%;
  }

  .primary-btn,
  .secondary-btn {
    min-width: 100%;
    width: 100%;
    padding: 18px 30px;
    font-size: 15px;
  }

  .secondary-btn {
    margin-top: 12px;
  }
}

/* blogs section */
.blogs h2 {
  font-weight: 500;
  font-size: 36px;
  color: #003134;
}

.blogs .card {
  border: none;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
}

.blogs .card-body {
  margin: 0 !important;
  padding: 20px !important;
  border: 0.5px solid #b3c1c2;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.blogs h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-100);
}

.blogs p {
  font-size: 0.9rem;
  color: var(--dark-grey);
}

.blogs .text-small {
  font-size: 0.8rem;
  color: var(--dark-grey);
}

.blogs a {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(116, 149, 14, 1);
}

.blogs .btn {
  width: 100%;
  font-weight: 600;
  color: var(--primary-100);
  border-color: var(--primary-100);
  border: solid 1px;
  padding: 0.75rem 1rem;
  margin-right: 10px;
  margin-top: 10px;
}

.blogs .img-container img {
  display: block;
  width: 100%;
  height: 220px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blogs a img {
  margin-left: 5px;
  vertical-align: middle;
}

.blogs img:hover {
  transform: scale(1.05);
}

/* testimonial section */
.testimonial-section {
  background: #f6f7f0;
  margin-bottom: 60px;
}
.testimonial-section .card {
  border-radius: 16px;
  border: 0.5px solid #b3c1c2;
  background: #fff;
  padding: 20px;
}
.testimonial-section .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-section .card-text {
  color: #2b4b4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.testimonial-section .card-link {
  color: #74950e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
}

.testimonial-section .person-title {
  color: #003134;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
}
.testimonial-section .person-title p{
  margin-bottom: 0;
}

.testimonial-section .person-position {
  color: #366063;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.testimonial-section .person-stat {
  color: #74950e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.testimonial-btn {
  border-radius: 8px;
  background: linear-gradient(180deg, #c7ee4e 10.42%, #a2d409 101.04%);
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #1e2f2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-decoration: none;
}

.testimonial-section p.card-text {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
}

@media (max-width: 768px) {
  .testimonial-section .d-flex.align-items-center.justify-content-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }

  .testimonial-section .d-flex.align-items-center {
    width: 100%;
    justify-content: flex-start;
  }

  .testimonial-section .person-stat {
    align-self: flex-start;
    margin-top: 5px;
  }

  .testimonial-section .card {
    padding: 6px;
  }
}

/* founders section */

.founders-note {
  margin-top: 60px;
  background: #f6f7f0;
}

.founders-note h2 {
  color: #003134;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
  text-align: center;
}

.founders-note h2 span {
  color: #74950e;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.founders-note h3 {
  color: #003134;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
}

.founders-note h5 {
  color: #366063;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.founders-note p {
  color: #2b4b4d;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.founders-note a {
  color: #74950e;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-decoration: underline;
}

.founders-note .img-container {
  overflow: hidden;
}

.founders-note .card-img-top {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}

.founders-note .card-img-top:hover {
  transform: scale(1.05);
}

.founders-note .img-container {
  padding-right: 40px;
}

.founders-note a img {
  margin-left: 5px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .founders-note .card-img-top {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .founders-note .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .founders-note .img-container {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .founders-note .card-img-top {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  }

  .founders-note h3,
  .founders-note h5,
  .founders-note p {
    text-align: left;
  }

  .note-text {
    padding: 12px;
  }
}

/* review star section */
.review-section {
  border-top: 0.5px solid #b3c1c2;
  border-bottom: 0.5px solid #b3c1c2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px;
  gap: 40px;
  margin-top: 40px;
}
.review-section h2 {
  color: #003134;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.review-section span {
  color: #74950e;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .review-section {
    display: none;
  }
}

/* consultation section */

.consult-heading {
  color: #003134;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.consult-heading span {
  color: #74950e;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.consult-subheading {
  color: #2b4b4d;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.1px;
}

.consultation h5 {
  color: #003134;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.consultation .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
  border: 0.5px solid #b3c1c2;
}

.consultation .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.consult-card-subtext {
  color: #366063;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.consultation .card-text {
  color: #2b4b4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin-top: 20px;
}

.card-points {
  margin-top: 12px;
}

.tick-text {
  color: #2b4b4d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.consult-button-primary {
  border-radius: 8px;
  background: linear-gradient(0deg, #20b038 0%, #60d66a 100%);
  display: flex;
  height: 48px;
  padding: 13px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-decoration: none;
}
.consult-button-secondary {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(180deg, #c7ee4e 10.42%, #a2d409 101.04%);
  color: #1e2f2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-decoration: none;
}

.consult-button-primary,
.consult-button-secondary {
  margin-top: auto;
}

@media (max-width: 768px) {
  .consultation .card {
    padding: 28px 6px;
  }
}

/* services section */

.service-section {
  padding: 60px 0;
}

.service-section h2 {
  color: #003134;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}
.service-section .font-family-2 {
  color: #74950e;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}
.sidebar-option {
  padding: 20px 25px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 0.5px solid #b3c1c2;
}

.sidebar-option:hover {
  transform: translateX(35px);
}

.sidebar-option.active {
  border-left-color: #28a745;
  transform: translateX(35px);
}

.sidebar-option.active h5 {
  color: #003134;
}

.sidebar-option h5 {
  color: #366063;
  font-family: "DM Serif Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
}

.sidebar-option .arrow {
  color: #366063;
  font-size: 18px;
}

.center-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.center-image img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.content-area {
  padding: 40px;
  height: fit-content;
}

.min-investment {
  color: #366063;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.investment-amount {
  color: #003134;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
}

.description {
  color: #2b4b4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.btn-explore {
  border-radius: 8px;
  background: linear-gradient(180deg, #c7ee4e 10.42%, #a2d409 101.04%);
  padding: 12px 40px;
  border-radius: 8px;
  color: #1e2f2c;
  font-weight: 600;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  border: none;
}

.btn-expert {
  background: white;
  border-radius: 8px;
  border: 1px solid #003134;
  color: #003134;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* mobile-specific styles */
.mobile-header {
  display: none;
}

.mobile-header .d-flex {
  display: flex;
  align-items: center;
}

.mobile-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-nav-btn {
  flex-shrink: 0;
}

.mobile-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mobile-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .service-section {
    padding: 30px 0;
  }

  .service-section br {
    display: none;
  }

  .desktop-layout {
    display: none !important;
  }

  .mobile-header {
    display: block;
    margin-bottom: 30px;
  }

  .center-image {
    min-height: 250px;
    margin-bottom: 30px;
  }

  .content-area {
    padding: 20px;
  }

  .investment-amount {
    font-size: 24px;
  }
}

/* news-letter section */

.newsletter {
  background: var(--primary-100);
}

.newsletter h1 {
  font-weight: 700;
  font-size: 2rem;
  color: var(--secondary-100);
}

.newsletter p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--black-5);
  opacity: 80%;
}

.newsletter input {
  height: 100%;
  background: none;
  border: solid 1px var(--black-25);
  font-size: 0.8rem;
  color: white !important;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}

.newsletter input:focus {
  color: white;
  background: none;
}

.newsletter button {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary-100);
  background: var(--secondary-100);
  padding: 0.75rem 2rem;
  border: none !important;
  width: 100%;
}

.newsletter button:hover {
  color: var(--primary-100);
  background: var(--secondary-hover-100);
}

.newsletter .alert {
  font-size: 0.9rem;
  width: 50%;
}

.strip .btn {
  font-size: 0.9rem;
}

.strip p {
  color: white;
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 768px) {
  .vr {
    display: none;
  }

  .request-form .hr-container {
    display: block;
  }

  .request-form hr {
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .partners img {
    width: 25vw;
  }
  .founders-note .modal-body {
    padding: 10px !important;
  }
  #modal-founder-2 > div > div > div.modal-body.p-4 > div > div.col-lg-7.ps-4 {
    padding-left: 12px !important;
  }
  #modal-founder-1 > div > div > div.modal-body.p-4 > div > div.col-lg-7.ps-4 {
    padding-left: 12px !important;
  }
  body
    > section.hero-section.pdg75.pdgb75
    > div
    > div
    > div.col-md-5
    > div.d-flex.flex-row.trusted-partners.mrg25.align-items-center
    > img:nth-child(3) {
    display: none;
  }
  body
    > section.hero-section.pdg75.pdgb75
    > div
    > div
    > div.col-md-5
    > div.d-flex.flex-row.trusted-partners.mrg25.align-items-center
    > img:nth-child(4) {
    display: none;
  }
  .hero-section .media-coverage {
    mix-blend-mode: multiply;
    margin-right: 12px;
    margin-bottom: 30px;
  }
}

.primary-btn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #f3fbd9 -4.17%,
    #c7ee4e 14.96%,
    #85b000 88.25%,
    #9acc00 108.33%
  );
  color: #1e2f2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-decoration: none;
  min-width: 280px;
}

.secondary-btn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  border: 0.5px solid #e4e9e9;
  background: #003134;
  backdrop-filter: blur(3.5px);
  color: #e4e9e9;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-decoration: none;
  min-width: 280px;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 576px) {
  .horizontal-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .horizontal-scroll .row {
    flex-wrap: nowrap; /* prevent wrapping */
    margin-left: 0; /* kill Bootstrap's -15px (or -12px) margin */
    margin-right: 0;
  }

  .horizontal-scroll .col-5,
  .horizontal-scroll .col-8,
  .horizontal-scroll .col-md-6,
  .horizontal-scroll .col-lg-3,
  .horizontal-scroll .col-lg-4 {
    flex: 0 0 auto; /* don’t shrink, keep side-by-side */
  }
  .wrapper-container {
    height: auto !important;
  }

  .why-section {
    .horizontal-scroll-wrapper {
      overflow-x: auto;
      /* Adds a little padding so the shadow isn't cut off */
      padding-bottom: 1rem;
    }

    .horizontal-scroll-wrapper .row {
      flex-wrap: nowrap; /* Prevents columns from stacking */
    }

    /* Give columns a specific width on mobile so they don't shrink */
    .horizontal-scroll-wrapper .col-10 {
      flex: 0 0 auto;
    }

    /* Hide the default scrollbar for a cleaner look */
    .horizontal-scroll-wrapper::-webkit-scrollbar {
      display: none;
    }
  }
}


/******** testimonial-modal-popup *******/
.testimonial-modal-popup .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
  /* Modal overlay */
.testimonial-modal-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.3s ease;
}

/* Active state */
.testimonial-modal-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.testimonial-modal-popup p.card-link {
    display: none;
}

/* Modal content */
.testimonial-modal-popup .card-body {
  background: #fff;
  max-width: 650px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  animation: modalFadeIn 0.3s ease;
}

/* Close button */
.testimonial-modal-popup .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

/* Animation */
@keyframes modalFadeIn {
  from {
    transform: translateY(20px) scale(0.97);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .testimonial-modal-popup .card-body {
    max-width: 95%;
    padding: 20px;
  }
}
/******** testimonial-modal-popup *******/


.review-section .review-img img { max-width: 252px; }
body .faq .btn { min-height: 48px; padding-top:7px; padding-bottom: 7px; }
.faq  .accordion-button:not(.collapsed){box-shadow: none;}
.founders-note .img-container { padding-right: 0; max-width: 336px; }
.founders-note .note-section { flex: 1; align-items: center;     padding-left: 40px !important;    padding-top: 60px !important;}
.testimonial-section .card-link  a{ color: #74950e; font-size: 16px; font-style: normal; font-weight: 700; line-height: 20px; letter-spacing: 0.08px; text-decoration-line: underline; }
.founders-note h2{margin-bottom: 40px;}
.founders-note p { margin-top: 20px;     color: #2B4B4D;}
.founders-note a{    display: table; margin-top: 20px; text-decoration: none;}
.founders-note .mb-8 { margin-bottom: 60px; }
.founders-note .mb-8:last-child{margin-bottom: 0;} 
.founders-note{margin-bottom: 60px;}
.founders-note .card-img-top { height: auto; border-radius: 0; object-fit: contain; transform: inherit!important; }
.testimonial-modal-popup{background: rgba(0, 25, 27, 0.7);backdrop-filter: blur(10px);    padding: 0 16px;}
.testimonial-modal-popup .card-body { max-width: 800px; padding: 40px; position: relative; border-radius: 16px; border: 0.5px solid rgba(54, 96, 99, 1); }
.testimonial-modal-popup .card-text { margin: 20px 0; font-size: 16px;font-weight: 500;line-height: 1.6;letter-spacing: 0.001rem;}
.testimonial-modal-popup .card-body { max-width: 800px; padding: 40px; position: relative; border-radius: 16px; border: 0.5px solid rgba(54, 96, 99, 1); }
.testimonial-modal-popup  .person-title{color: #003134;font-weight: 600;letter-spacing: 0.1px;}
.testimonial-modal-popup .person-position{font-size: 14px;font-weight: 500;line-height: 1.6;letter-spacing: 0.001rem;color: #366063;}
.testimonial-modal-popup .card-bottom{    flex-direction: column; justify-content: flex-start; align-items: flex-start !important; gap: 12px;}
.testimonial-modal-popup .person-stat{font-size: 20px;font-weight: 600;color: #74950E;letter-spacing: 0.005em;}
body .strip > .container > div { position: relative;    padding-right: 25px; }
body .strip .clsbanner { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

/* primary button hover changes */
body{--green-gradient-hover: linear-gradient( 180deg, #f3fbd9 -9.38%, #c7ee4e 31.94%, #85b000 84%, #9acc00 96.45% ); --green-btn-shadow-hover: 0 0 25px 0 rgba(187, 227, 64, 0.1), 0 15px 15px 0 rgba(0, 0, 0, 0.15); --green-btn-active-bg: linear-gradient( 180deg, #9acc00 -11.46%, #85b000 59.22%, #c7ee4e 158.86%, #f3fbd9 193.75% ); --green-btn-active-shadow: 0 7px 7.4px 0 rgba(0, 0, 0, 0.25) inset, 0 9px 5px 0 rgba(0, 0, 0, 0.2); 
--light-green-gradient-hover: linear-gradient(180deg, #DDF29B 10.42%, #C2EB45 27.41%, #A5D60E 88.41%, #85AE07 101.04%);
--light-green-btn-shadow-hover: 0px 10px 15px 0px #00000026;
--light-green-gradient-active: linear-gradient(135deg, #85AE07, #A5D60E, #C2EB45, #DDF29B);
/* Drop Shadow */ --light-green-gradient-active: 0px 4px 5px 0px rgba(0, 0, 0, 0.20), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);


}

/* dark button */
.primary-btn{background: linear-gradient(180deg, #C7EE4E 10.42%, #A2D409 101.04%); }
.newsletter #newsletterForm button:hover, .navbar-collapse .btn-3:hover, .footer-cta .cta-buttons .consult-button-secondary:hover{background: var(--green-gradient-hover);box-shadow: var(--green-btn-shadow-hover);}
.newsletter #newsletterForm button:active, .navbar-collapse .btn-3:active, .footer-cta .cta-buttons .consult-button-secondary:active{background: var(--green-btn-active-bg);box-shadow: var(--green-btn-active-shadow);}

/* light button */
.faq .primary-btn:hover, .btn-explore:hover, .testimonial-btn:hover,.consult-button-secondary:hover, .invest-modal-box .model-btn:hover{background: var(--light-green-gradient-hover);box-shadow: var(--light-green-btn-shadow-hover);}
.faq .primary-btn:active, .btn-explore:active, .testimonial-btn:active,.consult-button-secondary:active, .invest-modal-box .model-btn:active{background: var(--light-green-gradient-active);box-shadow: var(--light-green-btn-shadow-active);}
.footer-cta .cta-buttons .btn-primary-outline:hover, .navbar .login-btn:hover,body .strip .btn:hover{box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.25), 0px 0px 20px rgba(185, 225, 61, 0.15);backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);    background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(199, 238, 78, 0.2) 100%);}
.footer-cta .cta-buttons .btn-primary-outline:active, .navbar .login-btn:active,body .strip .btn:active{background: linear-gradient(180deg, rgba(15, 79, 83, 0.2) 60.1%, rgba(199, 238, 78, 0.2) 100%);backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25), inset 0px 8px 10px rgba(0, 0, 0, 0.15); }

/* w3org */
.featured-in .main-heading{color: #e4e9e9; text-align: center; font-size: 20px; font-style: normal; font-weight: 600; line-height: 120%; letter-spacing: 0.1px; padding-bottom: 30px;}
.invest-card h3 { color: #003134; font-family: "DM Serif Text"; font-size: 24px; font-style: normal; font-weight: 400; line-height: 120%; letter-spacing: 0.12px; }
.founders-note .sub-heading { margin: 0; color: #366063; font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; letter-spacing: 0.14px; }
.sidebar-option .slider-opion-title { color: #366063; font-family: "DM Serif Text"; font-size: 24px; font-style: normal; font-weight: 400; line-height: 120%; letter-spacing: 0.12px; margin-bottom: .5rem; }
.sidebar-option.active .slider-opion-title { color: #003134; }
.service-section .content-area .btn-expert { display: block; text-align: center;    text-decoration: none; }
.blogs .card-title { font-size: 20px; font-weight: 600; color: var(--primary-100); }
.hero-section{margin-top: -1px;}
@media only screen and (max-width: 768px) {
    .founders-note .img-container, .founders-note .note-section{padding: 0!important; max-width: 336px;width: 100%; margin: auto;}
    .founders-note .note-section .note-text{padding: 0;}
    .founders-note .row{margin: auto;}
    .founders-note .img-container{margin-bottom: 20px;}
    .hero-section h5{        font-size: 14px;}
    .hero-section .hero-investors { max-width: 64px; margin-right: 5px !important; }

}

@media only screen and (max-width: 767px) {
  .founders-note{padding: 40px 0;}
  .founders-note h2{font-size: 32px;}
  .founders-note h2 span{font-size: 36px;}
  .founders-note .founder-item:not(:last-child) { border-bottom: 1px solid rgba(179, 193, 194, 0.5); padding-bottom: 40px; margin-bottom: 40px; }
  .founders-note .founder-item:last-child { margin-bottom: 0; }
  .founders-note p:last-child{margin-bottom: 0;}
  .testimonial-modal-popup .card-body{padding: 16px;}
  .testimonial-modal-popup .modal-close{    top: 16px; right: 16px;    line-height: 1; padding: 0;}
  .service-section .content-area{padding: 0;}
  .testimonial-btn{width: 100%;}
  .faq h1{padding-left: 0;}
  .faq .accordion-button,  .faq  .accordion-body{padding-left: 0;padding-right: 0;}
  .bottomCTA{margin-left: 0; margin-right: 0;}
  .bottom-container{padding-left: 16px;padding-right: 16px;}
  .service-section .mobile-header .d-flex { gap: 12px; }
   .service-section  .mobile-title{white-space: inherit;}

}