/* Global Fix for Overflow */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.language-switcher {
  display: flex;
  gap: 10px;
  margin-left: auto;
  align-items: center;
}

.lang-btn {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.lang-btn:hover {
  background-color: #dcdcdc;
}
.language-switcher {
  display: flex;
  gap: 12px;
  padding-left: 20px;
  align-items: center;
  margin-top: 10px;
}

.lang-btn {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: background 0.3s ease;
}

.lang-btn:hover {
  background-color: #f0f0f1;
}
.goog-te-gadget {
  font-size: 0;
}
.goog-te-gadget span {
  display: none;
}

.translate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.translate-button select {
  appearance: none;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.translate-button select:hover {
  background-color: #f0f0f0;
}

/* Remove Google branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

#google_translate_element {
  display: inline-block;
}



body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f8f9fa;
  color: #222;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.site-header {
  background: #f0f0f1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  height: 90px;
  display: flex;
  align-items: center;      /* Vertical centering */
  justify-content: center;  /* Horizontal centering */
  padding: 0 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000; /* Ensures it stays above other content */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Optional subtle shadow */
}
/* Inner container if needed to constrain width */
.header-flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;      /* Vertical centering */
  justify-content: space-between;  /* Space between logo, nav, and button */
  padding: 0 20px;
}


.logo img {
  height: 50px;
  width: 50px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.main-nav a {
  color: rgb(90, 93, 117);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: #007bff;
}

.btn-login {
  background: #fff;
  color: #007bff;
  border: 2px solid #007bff;
  padding: 0.5em 1.2em;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.btn-login:hover {
  background: #007bff;
  color: #fff;
}


/* Banner Section */
.banner-section {
  background: #e1e2e4;
  width: 100%;
  height: auto;
  padding: 60px 10px;
  overflow-x: hidden;
}

.banner-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.banner-left {
  flex: 1 1 350px;
  min-width: 300px;
}

.banner-left h1 {
  font-size: 64px;
  line-height: 72px;
  color: #353550;
  margin-bottom: 1rem;
}

.banner-left p {
  font-size: 24px;
  line-height: 32px;
  color: #353550;
  margin-bottom: 2rem;
  max-width: 100%;
}

.btn-primary {
  background: #0085ff;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  padding: 24px 42px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
  border: 1px solid #0057b300;
  cursor: pointer;
  display: inline-block;
}

.btn-primary:hover {
  background: #0057b300;
  color: #007bff;
  border-color: #007bff;
  border: 1px solid;
}

.banner-right {
  flex: 1 1 350px;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.banner-img {
  width: 100%;
  max-width: 469px;
  height: auto;
}



/* Partners Section */
.main-content {
  width: 100%;
  background-color: #ffffff;
 padding: 150px 10px 0px 10px;
}

.main-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
 
}

.content-wrapper {
  width: 60%;
  height: 257px;
  background-color: #ffffff;
  border: 2px solid #dcdde2;
  border-radius: 18px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #222;
  text-align: center;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  justify-items: center;
}

.partners-grid img {
  width: 146px;
  height: 23px;
  object-fit: cover;
  background-color: #fff;
}





/* Third Section */
.third-section {
  background-color: #fff;
padding: 150px 150px 0 150px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.third-container {
  max-width: 1000px;
  width: 100%;
  text-align: start;
}

.feature-block {
  margin-bottom: 3rem;
}

.feature-icon {
  width: 100px;
  height: 100px;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.feature-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  color: #353550;
  margin-top: 0;
  margin-bottom: 14px;
}

.feature-description {
  font-size: 18px;
  line-height: 27px;
  color: rgb(90, 93, 117);
  margin: 0;
  max-width: 700px;
}

.btn-center {
  text-align: center;
  margin-top: 2rem;
}

.btn-discover {
  display: inline-block;
  padding: 18px 42px;
  background-color: #007bff;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #007bff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
}

.btn-discover:hover {
  background-color: transparent;
  color: #007bff;
  border-color: #007bff;
}

/* Fourth Section */
.fourth-section {
  background-color: #fff;
  padding: 0 150px 70px 150px;
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 0.5px solid #0085ff;
}

.fourth-container {
  max-width: 1200px;
  width: 100%;
  text-align: left;
}

.section-title-f {
  font-size: 64px;
  line-height: 72px;
  font-weight: 300;
  color: rgb(53, 53, 80);
  text-align: left;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 18px;
  line-height: 27px;
  color: rgb(90, 93, 117);
  margin-bottom: 3rem;
  max-width: 100%;
  text-align: start;
  margin-left: 0;  /* Aligns to the left */
  margin-right: 0; /* Aligns to the left */
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  justify-content: center;
  margin-bottom: 3rem;
  
}

.benefit-card {
  background-color: #f1f2f4;
 padding: 32px 24px;
  border-radius: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.benefit-icon {
  width: 120px;
  height: 80px;
  opacity: 0.7;
}

.benefit-card p {
  margin: 0;
  color: #353550;
  font-size: 16px;
  line-height: 1.5;
}


/* Footer Section Base */
.site-footer {
  background-color: #fff;
  width: 100%;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: rgb(90, 93, 117);
}

/* Top paragraph section */
.footer-top-text {
  width: 100%;
  padding: 24px 56px;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(90, 93, 117, 0.6);
}

/* Boxed container */
.footer-boxed {
  background-color: rgba(106, 108, 122, 0.1);
  margin: 0 24px;
  border-radius: 20px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

/* Navigation Section */
.footer-links {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-links h4 {
  font-size: 18px;
  margin-bottom: 1rem;
  color: rgb(90, 93, 117);
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
}

.footer-links ul li {
  margin: 0;
}

.footer-links ul li a {
  text-decoration: none;
  color: rgb(90, 93, 117);
  font-size: 23px;
  font-weight: 600;
  transition: color 0.2s;
}

.footer-links ul li a:hover {
  color: #007bff;
}

/* Community and Social Icons */
.footer-community-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgb(90, 93, 117);
}
.footer-community h4 {
  font-size: 22px;
  font-weight: 600;
  color: rgb(90, 93, 117);
 margin-bottom: 14px;
}


.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social-icons a img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  transition: opacity 0.2s;
  filter: grayscale(100%) brightness(0) sepia(1) hue-rotate(190deg) saturate(200%);
}

.social-icons a:hover img {
  opacity: 1;
}

/* Branding Section */
.footer-branding {
  text-align: left;
}

.footer-logo {
  width: 120px;
  height: 22px;
  margin-bottom: 10px;
}

.footer-copy {
  font-size: 18px;
  color: rgb(90, 93, 117);
  margin: 0;
}


.features-page-section {
  background: #fff;
  padding: 60px 0;
   display: grid;
}

.features-page-section-container {
  display: flex;
  flex-direction: row-reverse; /* icon list (left) will appear on the right */
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
}

/* Sticky Icon List Section (Right Side) */
.features-page-section-left {
  flex: 0 0 220px;
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  position: sticky;
  top: 100px; /* adjust based on your header height */
  height: fit-content;
}

.features-page-section-jump-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}

.features-page-section-jump-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-page-section-jump-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  color: #444;
  margin-bottom: 14px;
}

.features-page-section-jump-list img {
  width: 30px;
  height: 30px;
}

/* Scrollable Content Section (Left Side) */
.features-page-section-right {
  flex: 1;
  padding-right: 40px;
}

.features-page-section-heading {
  font-size: 64px;
  font-weight: 700;
  color: 
rgb(53, 53, 80);
}

.features-page-section-subheading {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 40px;
  color: 
rgb(53, 53, 80);
}

.features-page-section-underline {
  width: 80%;
  height: 1px;
  background: #0072ff;
  border-radius: 2px;
  margin-bottom: 32px;
}
.features-page-section-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 40px; /* Space between items */
}


.features-page-section-column {
  flex: 1;
  background: #fafbfc;
  border-radius: 10px;
  padding: 28px 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.features-page-section-col-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}

.features-page-section-col-text {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}

  
.about-page-section {
  background: #fff;
  padding: 80px 250px;
}

.about-page-container {
  max-width: 1000px;
  margin: 0 0;
  text-align: start;
}

.about-page-heading {
  font-size: 64px;
  line-height: 72px;
  color: rgb(53, 53, 80);
  margin: 0 0 30px 0;
 
}

.about-page-description {
  font-size: 18px;
  line-height: 27px;
  color: rgb(90, 93, 117);
  margin: 0;
}

.home-info-section {
  background: #fff;
  padding: 60px 0 40px 0;
}

.home-info-container {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px;
}

.home-info-left {
  flex: 1;
}

.home-info-main-heading {
  font-size: 64px;
  font-weight: 700;
  color: 
rgb(53, 53, 80);
  margin-bottom: 28px;
}

.home-info-block {
  margin-bottom: 28px;
}

.home-info-subheading {
  font-size: 36px;
  font-weight: bold;
  color: 
rgb(53, 53, 80);
  margin-bottom: 8px;
}

.home-info-text {
  font-size:18px;
  color: 
rgb(90, 93, 117);
  line-height: 1.7;
}

.home-info-right {
  flex: 0 0 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-info-img {
  width: 510px;
  height: 653px;
}


.home-video-section {
  background: #fff;
  padding: 60px 20px;
}

.home-video-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.home-video-heading {
  font-size: 36px;
  line-height: 44px;
  color: rgb(53, 53, 80);
  margin-bottom: 40px;
}

.home-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.home-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .header-flex {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .logo img {
    width: 80px;
    height: 80px;
  }

  .menu-toggle {
    display: block;
    font-size: 30px;
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 10px 20px;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 74px;
    right: 20px;
    width: 80%;
    max-width: 280px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 1.2rem;
  }

  .main-nav a {
    font-size: 18px;
    padding: 8px 0;
  }

  .btn-login {
    display: none;
  }

  .btn-primary {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
  }

  .main-content {
    padding: 80px 20px 0px 20px;
  }

  .main-container {
    padding: 0 20px;
  }

  .content-wrapper {
    width: 100%;
    padding: 20px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .partners-grid img {
    width: 131px;
    height: 26px;
  }

  .third-section {
    padding: 80px 20px 0 20px;
  }

  .third-container {
    text-align: center;
  }

  .feature-title {
    font-size: 28px;
    line-height: 36px;
  }

  .feature-description {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-discover {
    display: block;
    margin: 0 auto;
  }

  .fourth-section {
    padding: 0 20px 60px 20px;
  }

  .section-title-f {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }

  .section-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .benefit-icon {
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 0 auto;
  }

  .banner-left h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .footer-boxed {
    padding: 30px 20px;
    gap: 30px;
  }

  .footer-links ul {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-community-row,
  .footer-community {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-community h4 {
    font-size: 20px;
  }

  .social-icons {
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-logo {
    width: 100px;
    height: auto;
  }

  .footer-copy {
    font-size: 16px;
  }
}

.team-section {
  background-color: #fff;
  padding: 60px 20px;
}

.team-container {
  max-width: 1100px;
  margin: 0 auto;
}

.team-header h2 {
  font-size: 64px;
  line-height: 72px;
  color: rgb(53, 53, 80);
  font-weight: 700;
  
}

.team-header p {
  font-size: 18px;
  line-height: 27px;
  color: rgb(90, 93, 117);

}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  margin-top: 60px;
}

.team-member {
  flex: 1 1 45%;
  background: #f8f8fb;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #051b2c20;
  flex-direction: column;
  align-items: flex-start; /* Align everything to start (left) */
}

.team-member img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 50%;
  align-self: flex-start; /* Make sure the image stays aligned left */
}


.team-member h3 {
  font-size: 36px;
  line-height: 44px;
  color: rgb(53, 53, 80);
  text-align: start;
  margin: 0;
 
}

.team-member .role {
  font-size: 18px;
  line-height: 25px;
  color: rgb(90, 93, 117);
  text-align: start;
  
  font-weight: 500;
}

.team-member .bio {
  font-size: 18px;
  line-height: 27px;
  text-align: start;
  color: #555;

}

.linkedin-link img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  align-self: flex-start; /* Left-align the LinkedIn icon */
}
.press-section {
  background-color: #fff;
  padding: 60px 20px;
}

.press-container {
  max-width: 1100px;
  margin: 0 auto;

}

.press-main-heading {
  font-size: 64px;
  line-height: 56px;
  color: rgb(53, 53, 80);
  font-weight: 700;
  margin-bottom: 80px;
  text-align: left;
}

.press-box {
  display: flex;
  background-color: #f0f0f1;
  border-radius: 10px;
  padding: 24px;
  gap: 30px;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}

.press-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  align-self: center;
}

.press-content {
  flex: 1;
}

.press-title {
  font-size: 36px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
    transition: color 0.3s ease;
}
.press-title:hover {
  color: #007bff; /* or use any shade of blue you prefer */
  cursor: pointer;
}


.press-author {
  font-size: 18px;
  color: #66666674;
  font-weight: 500;
}

/* Section Setup */
.algos-accordion-section {
  background-color: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.algos-accordion-container {
  width: 100%;
  max-width: 75%;
}

/* Accordion Box */
.algos-accordion-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

/* Header */
.algos-accordion-header {
  padding: 16px 20px;
  background-color: #f7f7f7;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 25px;
  color: #353550;
}

/* Arrow Icon */
.algos-accordion-header .arrow {
  transition: transform 0.3s ease;
  font-size: 16px;         /* Smaller size */
  height: auto;
  color: #333;             /* Arrow color */
}
/* Accordion Content */
.algos-accordion-content {
  display: none;
  background-color: #fff;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.algos-accordion-content ul {
  padding-left: 20px;
  margin: 0;
}

.algos-accordion-content li {
  line-height: 1.6;
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

/* Active State */
.algos-accordion-box.active .algos-accordion-content {
  display: block;
}

.algos-accordion-box.active .arrow {
  transform: rotate(180deg);
}
.algo-features-section {
  background: #fff;
  padding: 80px 20px;
}

.algo-features-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.algo-features-heading {
  font-size: 64px;
  line-height: 72px;
  color: rgb(53, 53, 80);
  font-weight: 700;
  margin-bottom: 60px;
}

.algo-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: start;
}

.algo-feature {
  background: #f8f8fb;
  padding: 30px 24px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.algo-feature-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.algo-feature-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: rgb(53, 53, 80);
  margin-bottom: 12px;
}

.algo-feature-desc {
  font-size: 18px;
  line-height: 27px;
  color: rgb(90, 93, 117);
}

.algo-btn-container {
  margin-top: 60px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background-color: #0072ff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: #005edc;
}







































@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer{
    padding: 20px;

  }
  .footer-top-text{
    padding: 0;
  }

  .partners-grid img {
    width: 131px;
    height: 26px;
  }

  .feature-title {
    font-size: 24px;
    line-height: 32px;
  }

  .feature-description {
    font-size: 15px;
    line-height: 22px;
  }

  .section-title-f {
    font-size: 32px;
    line-height: 40px;
  }

  .section-description {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-left h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .footer-boxed {
    padding: 30px 20px;
    gap: 20px;
  }

  .footer-links ul {
    flex-direction: column;
    gap: 0.8rem;
  }

  .footer-community h4 {
    font-size: 18px;
  }

  .footer-copy {
    font-size: 14px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .footer-boxed {
    padding: 40px 80px;
  }

  .footer-links ul {
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-copy {
    font-size: 18px;
  }

  .footer-logo {
    width: 120px;
    height: auto;
  }

  .social-icons a img {
    width: 28px;
    height: 28px;
  }

  .footer-community h4 {
    font-size: 22px;
  }

  .footer-top-text {
    padding: 24px 80px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  .menu-toggle {
    display: none !important;
  }

  .main-nav {
    display: flex !important;
    position: static;
    flex-direction: row;
    width: auto;
    padding: 0;
    box-shadow: none;
  }

  .main-nav ul {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .features-page-section-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .features-page-section-left {
    position: static;
    width: 100%;
    flex: none;
    padding-left: 0;
    margin-bottom: 40px;
    border-left: none;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
  }

  .features-page-section-right {
    padding-right: 0;
    width: 100%;
  }

  .features-page-section-columns {
    grid-template-columns: 1fr; /* Single column on tablet */
    gap: 30px;
  }

  .features-page-section-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .features-page-section-subheading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .features-page-section {
    padding: 40px 20px;
  }

  .features-page-section-left {
    align-items: flex-start;
  }

  .features-page-section-jump-list li {
    font-size: 0.95rem;
    gap: 12px;
  }

  .features-page-section-jump-list img {
    width: 24px;
    height: 24px;
  }

  .features-page-section-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .features-page-section-subheading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .features-page-section-col-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .features-page-section-col-text {
    font-size: 15px;
    line-height: 22px;
  }
}
/* Hide menu toggle button on desktop */
@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .main-nav {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    width: auto !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .main-nav ul {
    flex-direction: row;
    gap: 2rem;
  }
}

/* Mobile & Tablet */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    font-size: 30px;
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 10px 20px;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 74px;
    right: 20px;
    width: 80%;
    max-width: 280px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .main-nav a {
    font-size: 18px;
    padding: 8px 0;
    text-decoration: none;
    color: #353550;
  }
}
/* HIDE toggle button on large screens */
@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .main-nav {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    width: auto !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .main-nav ul {
    flex-direction: row;
    gap: 2rem;
  }
}

/* SHOW toggle button and dropdown nav on small screens */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    font-size: 30px;
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 10px 20px;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 74px;
    right: 20px;
    width: 80%;
    max-width: 280px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .main-nav a {
    font-size: 18px;
    text-decoration: none;
    color: #353550;
    padding: 8px 0;
  }
}
/* ========== Responsive Styles for About Page ========== */
@media (max-width: 1024px) {
  .about-page-section {
    padding: 60px 80px;
  }

  .about-page-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .home-info-container {
    flex-direction: column;
    gap: 40px;
  }

  .home-info-img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  .home-info-main-heading {
    font-size: 48px;
  }

  .home-info-subheading {
    font-size: 28px;
  }

  .home-info-text {
    font-size: 16px;
  }

  .home-info-right {
    flex: none;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-page-section {
    padding: 50px 30px;
  }
  .team-header{
    font-size: 35px;
  }

  .about-page-heading {
    font-size: 36px;
    line-height: 44px;
  }
.team-section {
  background-color: #fff;
  padding: 30px 20px;
}
  .about-page-description {
    font-size: 16px;
    line-height: 24px;
  }

  .home-info-main-heading {
    font-size: 36px;
    text-align: center;
  }

  .home-info-subheading {
    font-size: 22px;
    text-align: center;
  }

  .home-info-text {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }

  .home-info-img {
    max-width: 320px;
  }

  .home-info-container {
    gap: 30px;
  }

  .home-video-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .about-page-heading {
    font-size: 28px;
    line-height: 36px;
  }
    .team-header{
    font-size: 25px;
  }
  .team-section {
  background-color: #fff;
  padding: 20px 20px;
}

  .home-info-main-heading {
    font-size: 28px;
  }

  .home-info-subheading {
    font-size: 18px;
  }

  .home-info-text {
    font-size: 14px;
  }

  .home-video-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .home-info-img {
    width: 100%;
    height: auto;
  }

  .home-info-container {
    padding: 0 10px;
  }

  .about-page-section {
    padding: 40px 20px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .about-page-section {
    padding: 80px 0;
    display: flex;
    justify-content: center;
  }

  .about-page-container {
    max-width: 1440px;
    width: 100%;
    padding: 0 250px;
  }
}
/* === Tablet Styling (481px - 1024px) === */
@media (min-width: 481px) and (max-width: 1024px) {
  .press-main-heading {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
  }

  .press-box {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 24px;
    text-align: center;
  }

  .press-image {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  .press-title {
    font-size: 22px;
    line-height: 30px;
  }

  .press-author {
    font-size: 16px;
  }
}

/* === Mobile Styling (0 - 480px) === */
@media (max-width: 480px) {
  .press-main-heading {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
   .team-header h2 {
    font-size: 25px;
    line-height: 50px;
  }

  
  .press-box {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 16px;
    text-align: center;
  }

  .press-image {
    width: 100%;
    max-width: 80px;
    height: auto;
  }

  .press-title {
    font-size: 18px;
    line-height: 26px;
  }

  .press-author {
    font-size: 14px;
  }
}
/* === Tablet Devices === */
@media (max-width: 1024px) {
  .algos-accordion-section {
    padding: 40px 20px;
  }

  .algos-accordion-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .algos-accordion-heading {
    font-size: 28px;
  }

  .algos-accordion-header {
    font-size: 16px;
    padding: 14px 16px;
  }

  .algos-accordion-content {
    padding: 16px;
  }

  .algos-accordion-content li {
    font-size: 15px;
  }
}

/* === Mobile Devices === */
@media (max-width: 768px) {
  .algos-accordion-heading {
    font-size: 20px;
    line-height: 32px;
  }
  .team-header h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .algos-accordion-header {
    font-size: 15px;
    padding: 12px 14px;
  }

  .algos-accordion-content {
    padding: 14px;
  }

  .algos-accordion-content li {
    font-size: 14px;
  }
}

/* === Large Screens: Lock to 1080px (75% of 1440px) === */
@media (min-width: 1441px) {
  .algos-accordion-container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .algo-features-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .algo-features-grid {
    grid-template-columns: 1fr;
  }
}
.algo-features-section{
  padding: 0 20px;
}

@media (max-width: 768px) {
  .algo-features-heading {
    font-size: 50px;
    line-height: 55px;
  }
.algo-features-section{
  padding: 0 20px;
}
  .algo-feature-title {
    font-size: 20px;
  }

  .algo-feature-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-primary {
    width: 100%;
    text-align: center;
  }
}


