@font-face {
  font-family: "MyFont";
  src: url(fonts/MyFont.woff2) format("woff2"),
    url(fonts/MyFont.woff) format("woff"),
    url(fonts/MyFont.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1.6;
  color: #00123a;
  background-color: hsl(0 0% 100%);
  font-family: sans-serif;
  font-size: 16px;
  background-color: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.navbar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.navbar .logo {
  font-weight: 700;
  color: #1a5d3e;
}
.logo-img {
  width: 150px;
}
.navbar .nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}
.navbar .nav-links li a {
  text-decoration: none;
  color: #00123a;
  font-weight: 500;
  font-size: 18px;
}
.navbar .nav-links li a:hover {
  color: #7cbc41;
}
.navbar .nav-links li .active {
  color: #7cbc41;
}
.hamburger {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #7cbc41;
}
.hero-section {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 88vh;
  overflow: hidden;
}
.hero-blank-left {
  flex: 3;
  background-image: url(../images/Pattern.png);
  background-size: cover;
}
.hero-image-right {
  flex: 7;
  position: relative;
  background: url(../images/hugs.webp) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-text-card {
  background-color: rgb(255 255 255 / 0.95);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgb(0 0 0 / 0.2);
  max-width: 400px;
  margin-left: -20%;
  margin-top: 10%;
  z-index: 2;
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #7cbc41;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hero-subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  color: #00123a;
}
.highlight {
  color: hsl(142 69% 58%);
}
.hero-description {
  font-size: 1rem;
  color: hsl(215 15% 60%);
  line-height: 1.6;
  margin-bottom: 2rem;
}
.stats {
  background-color: #eaffd6;
  color: #00123a;
  padding: 2rem;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}
.stat-item {
  padding: 1.5rem;
}
.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #00123a;
  margin-bottom: 0.5rem;
}
.stat-item p {
  font-size: 1.125rem;
  color: #00123a;
  font-weight: 500;
}
.cta-button-hero {
  padding: 0.75rem 2rem;
  background-color: #7cbc41;
  color: #fff;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  text-decoration: none;
  margin-top: 2rem;
}
.cta-button-hero:hover {
  color: #7cbc41;
  background-color: #fff;
  border: 2px solid #7cbc41;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.page-header {
  background-color: #eafaf9;
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-title {
  font-size: 42px;
  font-weight: 700;
  color: #7cbc41;
  padding-top: 4rem;
}
.page-subtitle {
  font-size: 18px;
  color: #00123a;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.about-content {
  padding: 80px 0;
  background-color: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.about-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #7cbc41;
  margin-bottom: 24px;
}
.about-text p {
  color: #00123a;
  margin-bottom: 24px;
  font-size: 18px;
}
.about-image {
  display: flex;
  justify-content: center;
}
.vision {
  display: flex;
  justify-content: center;
  color: #7cbc41;
}
.vision-image1 {
  background-image: url(../images/img-comp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vision-image2 {
  background-image: url(../images/img3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-placeholder {
  width: 400px;
  height: 300px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
}
.about-body {
  background-color: #fff;
}
.about-footer {
  margin-top: 3rem;
}
.values {
  background-image: url(../images/Pattern.png);
  background-size: cover;
  padding: 20px;
}
.team {
  background: #fff;
  margin-top: 2em;
  margin-bottom: 2rem;
}
.values-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}
.team-member {
  background-color: #e9f5f0;
  padding: 32px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgb(3 105 161 / 0.1);
  position: relative;
  overflow: hidden;
}
.value-item {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgb(3 105 161 / 0.1);
  position: relative;
  overflow: hidden;
}
.value-item::before,
.team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(255 255 255 / 0.3),
    transparent
  );
  transition: left 0.6s ease;
}
.value-item:hover,
.team-member:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgb(3 105 161 / 0.2);
  border-color: #93c5fd;
}
.value-item:hover::before,
.team-member:hover::before {
  left: 100%;
}
.value-item h3,
.team-member h3 {
  font-size: 20px;
  font-weight: 600;
  color: #00123a;
  margin-bottom: 16px;
}
.value-item p,
.team-member p {
  color: #00123a;
  line-height: 1.6;
}
.member-avatar {
  width: 80px;
  height: 80px;
  background: #7cbc41;
  border-radius: 50%;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgb(3 105 161 / 0.3);
}
.member-role {
  color: #0369a1 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}
.about-section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  color: #7cbc41;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #00123a;
  text-align: center;
  margin-top: 48px;
}
.features {
  background-color: #fff;
  position: relative;
  margin-top: 15px;
  padding: 2em;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.feature-card {
  background: #fff;
  padding: 40px 32px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgb(3 105 161 / 0.1);
  transition: all 0.3s ease;
  border: 2px solid #fff0;
  overflow: hidden;
  margin-top: 20px;
}
.feature-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
}
.feature-card p {
  color: #64748b;
  line-height: 1.6;
}
.cta {
  background-color: #f4db7f6c;
  color: #00123a;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-content {
  padding: 5rem;
}
.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.cta-content p {
  font-size: 18px;
  margin-bottom: 32px;
  opacity: 0.9;
}
.cta .btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgb(255 255 255 / 0.4);
}
.cta a {
  background-color: #7cbc41;
  padding: 18px 24px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
}
.services-layout {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.services-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: auto;
}
.left-panel {
  flex: 0 0 35%;
  position: sticky;
  top: 2rem;
  align-self: flex-start;
  background-color: #e9f5f0;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
  height: fit-content;
  z-index: 1;
}
.right-panel {
  flex: 1;
  min-width: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.08);
  transition: transform 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card i {
  font-size: 1.8rem;
  color: #7cbc41;
  margin-bottom: 0.5rem;
}
.service-card h3 {
  margin: 0.5rem 0;
  color: #7cbc41;
}
.read-more-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #7cbc41;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.prefix {
  color: #7cbc41;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.heading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #002e12;
}
.subheading {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.process {
  padding: 2rem;
  background-color: #fff;
}
.process .container {
  margin-bottom: 8rem;
}
.process .section-title {
  margin-bottom: 2rem;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
}
.process-step {
  text-align: center;
  position: relative;
}
.step-number {
  width: 60px;
  height: 60px;
  background-image: url(../images/Pattern.png);
  color: #00123a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 24px;
}
.process-step h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}
.process-step p {
  color: #64748b;
  line-height: 1.6;
}
.contact-content {
  padding: 80px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.contact-info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #00123a;
  margin-bottom: 24px;
}
.contact-info p {
  color: #00123a;
  margin-bottom: 32px;
  line-height: 1.7;
}
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contact-icon {
  width: 60px;
  height: 60px;
  background-color: #e9ffd5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 20px;
}
.contact-form {
  background: #eafaf9;
  padding: 40px;
  border-radius: 20px;
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #374151;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #fff;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: inherit;
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.form-error {
  color: #ef4444;
  font-size: 14px;
  margin-top: 4px;
  display: none;
}
.form-success {
  color: #7cbc41;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: none;
  border: 2px solid #eafaf9;
}
.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}
.btn-primary {
  background: rgb(255 255 255 / 0.98);
  color: #00123a;
}
.footer {
  background-color: #00123a;
  color: #fff;
  padding: 60px 0 30px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 24px; */
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}

.logo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}
.logo-icon {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
}
.logo-icon::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.logo-text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: #b3b3b3;
  font-weight: 300;
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.social-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid #333;
  border-radius: 8px;
  text-decoration: none;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  min-width: 200px;
  justify-content: center;
}
.social-button:hover {
  border-color: #555;
  color: #fff;
}
.social-button svg {
  width: 20px;
  height: 20px;
}
.footer-contact {
  text-align: right;
  max-width: 300px;
  margin-left: auto;
}
.contact-email {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
.contact-address {
  font-size: 14px;
  line-height: 1.6;
  color: #b3b3b3;
  font-weight: 300;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.footer-copyright {
  font-size: 13px;
  color: #b3b3b3;
  font-weight: 300;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.footer-legal a {
  color: #b3b3b3;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}
.footer-legal a:hover {
  color: #fff;
}
.footer-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-link-container a {
  color: #b3b3b3;
  text-decoration: none;
  padding: 2px;
}
.separator {
  color: #666;
}
.footer-social i {
  color: #fff;
}
i {
  color: #7cbc41;
}
.faq-container {
  background-color: #eafaf9;
  padding: 2rem;
}
.faq-heading {
  margin-top: 2rem;
}
.faq-heading {
  text-align: center;
  color: #7cbc41;
  font-size: 32px;
  margin-top: 2rem;
}
.faq-subheading {
  text-align: center;
  color: #00123a;
  font-size: 18px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.faq-card {
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 0.05);
  text-align: center;
}
.accordion-header {
  padding: 15px 20px;
  cursor: pointer;
  background: #eafaf9;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
.accordion-header::after {
  content: "+";
  font-size: 18px;
  transition: transform 0.3s;
}
.accordion.active .accordion-header::after {
  content: "-";
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
}
.accordion-content p {
  margin: 15px 0;
  color: #00123a98;
  line-height: 1.5;
  text-align: left;
}
.accordion.active .accordion-content {
  max-height: 300px;
  padding-bottom: 15px;
}
.text-contact a {
  cursor: none;
  color: #00123a;
  text-decoration: none;
}
/* terms and condition */
.terms {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
}
.update {
  font-style: oblique;
}
.terms-paragraph {
  padding-top: 2em;
}
.terms-list {
  padding-top: 1em;
}
.terms-title {
  color: #7cbc41;
  padding-top: 2rem;
}
.terms a {
  color: #7cbc41;
  text-decoration: none;
}
.terms ul {
  padding-left: 2em;
}
.policy-paragraph {
  text-align: left;
  /* padding-top: 1em; */
}
.header2 {
  text-align: center;
  margin-top: 2em;
}
.header1 {
  text-align: left;
}
.disclaimer-paragraph {
  padding-top: 4em;
}
.disclaimer-paragraph p {
  padding: 0.5em;
}
.color {
  color: #7cbc41;
}
@media (min-width: 1200px) {
  .hero-card {
    max-width: none;
    width: 100%;
    padding: 2rem 5rem;
  }
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .logo-img {
    width: 104px;
  }
  .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 99px;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 0;
    gap: 1.5rem;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    transform: translateY(-200%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 10;
  }
  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navbar {
    position: sticky;

    z-index: 99;
  }
  .navbar {
    flex-wrap: wrap;
    /* position: relativesticky; */
    padding: 1rem 1.5rem;
  }
  .nav-links li {
    text-align: center;
  }
  .services-layout {
    flex-direction: column;
    padding: 1rem;
  }
  .left-panel {
    position: static;
    flex: 1 1 100%;
    top: auto;
  }
  .left-panel,
  .right-panel {
    width: 100%;
  }
  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .page-title {
    padding-top: 2rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .featured-post {
    grid-template-columns: 1fr;
  }
  .hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero-image-left {
    display: none;
  }
  .hero-image-right {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .hero-text-card {
    margin: 0;
    background-color: rgb(255 255 255 / 0.95);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.15);
    width: 100%;
    max-width: 400px;
    text-align: center;
    z-index: 2;
  }
  .hero-text-card h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .hero-text-card p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  .cta-button {
    display: inline-block;
    background-color: #7cbc41;
    color: #fff;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
  }
  .cta-button:hover {
    background-color: #679e37;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-text h2 {
    font-size: 24px;
    text-align: center;
  }
  .about-text p {
    text-align: center;
  }
  .about-image {
    justify-content: center;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .contact-info h2 {
    text-align: center;
  }
  .contact-item {
    flex-direction: column;
  }
  .text-contact h4 {
    text-align: center;
  }
  .text-contact p {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
    margin-top: 10px;
  }
  .testimonial-heading {
    font-size: 24px;
    margin-top: 30px;
  }
  .testimonial-subheading {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .testimonial-card {
    padding: 20px;
  }
  .testimonial-quote {
    font-size: 14px;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-link {
    padding: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .footer-contact {
    text-align: center;
    margin: 0 auto;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .social-button {
    min-width: 250px;
  }
  .about-text {
    text-align: center;
    padding: 0 1rem;
  }
  .about-text h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .about-text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-image {
    display: flex;
    justify-content: center;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .member-avatar {
    margin: 0 auto;
  }
  .about-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 20px;
  }
  .about-text h2 {
    font-size: 24px;
  }
  .about-text p {
    font-size: 18px;
  }
  .about-image img {
    width: 50%;
  }
  .contact-grid {
    display: flex;
    flex-direction: column;
  }
  .contact-info,
  .contact-form {
    width: 100%;
  }
  .contact-details {
    grid-template-columns: 1fr;
  }
}
