body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal;
  overflow-x: hidden;
}

.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
  /*font-family: Poppins, sans-serif;*/
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-left, 
.footer-right {
  flex: 1 1 300px;
  margin: 5px;
}

.footer-left h4{
  font-size: 18px;
  color: #ccc;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: -5px;
  font-family: 'Poppins', sans-serif;
}

.footer-right h4 {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 25px;
  margin-top: 32px;
   margin-top: -5px;
  font-family: 'Poppins', sans-serif;
}

.footer-left a {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.footer-left a:hover {
  text-decoration: underline;
  color: lightgray;
}

.social-icons a:visited,
.social-icons a:hover,
.social-icons a:focus,
.social-icons a:active {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}

.social-icons a {
  color: white; 
  font-size: 21px;
  margin-right: 15px;
  transition: color 0.3s ease;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
  display: inline-block;
}

.social-icons a i:hover {
  text-decoration: none;
}

.footer-left p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.social-icons a:hover .fa-twitter {
  color: #1DA1F2; 
}

.social-icons a:hover .fa-linkedin-in {
  color: #0077B5;
}

.social-icons a:hover .fa-facebook-f {
  color: #1877F2; 
}

.social-icons a:hover .fa-youtube {
  color: #FF0000; 
}

.footer-right form input[type="email"] {
  width: 90%;
  padding: 10px;
  /* border: none; */
  /* margin-top: 20px; */
  margin-bottom: 20px;
}
.footer-right form input[type="email"]:hover{
  border: 2px solid rgb(0, 103, 255);
}

.footer-right form input[type="email"]:focus{
  outline: none;
  border: 2px solid rgb(0, 103, 255);
}

.footer-right form button {
  background-color: rgb(0, 103, 255);
  color: #fff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.footer-right form button:hover {
  background-color: rgb(0, 0, 0);
}

@media (max-width: 375px) {

  .custom-footer {
    margin-bottom: 300% !important;
  }

  .footer-container {
    flex-direction: column;
    align-items: left;
    text-align: left;
  }

  .footer-left, .footer-right {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .footer-right form input[type="email"] {
    width: 100%;
  }

  .footer-right form button {
    width: 40%;
    padding: 10px 0;
  }

  .social-icons a {
    font-size: 20px;
    margin-right: 10px;
  }

  .footer-left h4,
  .footer-right h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .footer-left p,
  .footer-left a {
    font-size: 14px;
  }
}

@media (min-width: 376) and (max-width: 480px) {

  .custom-footer {
    margin-bottom: 300% !important;
  }

  .footer-container {
    flex-direction: column;
    align-items: left;
    text-align: left;
  }

  .footer-left, .footer-right {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .footer-right form input[type="email"] {
    width: 100%;
  }

  .footer-right form button {
    width: 40%;
    padding: 10px 0;
  }

  .social-icons a {
    font-size: 20px;
    margin-right: 10px;
  }

  .footer-left h4,
  .footer-right h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .footer-left p,
  .footer-left a {
    font-size: 14px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }

  .footer-left, .footer-right {
    flex: 1 1 100%;
    margin: 15px 0;
  }

  .footer-right form input[type="email"] {
    width: 100%;
  }

  .footer-right form button {
    width: 30%;
  }

  .footer-left h4,
  .footer-right h4 {
    font-size: 17px;
  }

  .footer-left p,
  .footer-left a {
    font-size: 15px;
  }

  .social-icons a {
    font-size: 22px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
  }

  .footer-left,
  .footer-right {
    flex: 1 1 45%;
    margin: 20px 10px;
  }

  .footer-right form input[type="email"] {
    width: 100%;
  }

  .footer-right form button {
    width: 40%;
  }

  .footer-left h4,
  .footer-right h4 {
    font-size: 18px;
  }

  .social-icons a {
    font-size: 23px;
  }
}

.about {
  width: 100%;
  margin: auto;
  padding: 40px 20px;
  color: #333;
   margin-top: -10px;
  margin-bottom: -10px;
}

.about .image-text-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 0; /* Remove space between sections */
}

/* Text content wrapper (default) */
.about .image-text-wrapper .text-content {
   width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

/* Heading style */
.about .image-text-wrapper h3 {
  font-size: 32px;
  margin-bottom: 15px;
  color: rgb(0, 94, 233);
  font-family: 'Poppins', sans-serif;
}

/* Paragraph style */
.about .image-text-wrapper .h3-paragraphs,
.about .image-text-wrapper .h5-section {
  font-size: 15px;
  line-height: 1.6;
}

/* Sub-section heading and text */
.about .image-text-wrapper{
  font-size: 15px;
  margin-top: 10px;
  color: black;
  font-family: 'Poppins', sans-serif;
}

.h5-section h5 {
  font-size: 20px;
  color: black;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.about .image-text-wrapper .h5-paragraphs {
  margin-top: 8px;
}

/* Section 1: image left, text right */
.section-1 .image-text-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 1px;
  font-size: 15px;
}

/* Section 2: text left, image right */
.section-2 .image-text-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch; /* Equal height */
  gap: 10px; /* No gap between image and text */
}

.section-2 .image-text-wrapper img {
  width: 48.8%;
  height: 400px;
}

.section-1 .image-text-wrapper img {
  height: 400px;
  width: 51.3%;
}


.section-3 .image-text-wrapper img {
    height: 400px;
    width: 55.2%;
    object-fit: cover;
    display: block;
    margin-bottom: -20px;
}

.h5-section {
  margin-bottom: 1px;
}

.h5-section h5 {
  margin-bottom: 1px; 
  margin-top: 1px;   
}

.h5-paragraphs {
  margin: 0;          
  padding: 0;
  font-size: 15px;
}

.core-columns-below .h5-paragraphs {
  color: black;
}

.section-2 .image-text-wrapper .text-content {
  width: 55%;
  /*background-color: #2d29eb;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
}

body .about{
  background-color: #b2c6f5;
 
}

.section-2 .image-text-wrapper h3{
  color: rgb(0, 94, 233);
  font-family: 'Poppins', sans-serif;
}

/* Section 3: image left, text right */
.section-3 .two-columns-wrapper {
  display: flex;
  gap: 68px;
  margin-left: 10px;
  flex-wrap: wrap;
  margin-bottom: -30px;
  margin-top: -20px;
}

.section-3 .two-columns-wrapper .column {
  flex: 1;
  min-width: 300px;
}

.section-3 .two-columns-wrapper .h5-section {
  margin-bottom: 20px;
}

.section-3 .two-columns-wrapper h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.section-3 .two-columns-wrapper .h5-paragraphs {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: black;
  font-family: 'Poppins', sans-serif;
}

.h5-left, .h5-right {
  width: 50%;
}

.h5-left {
  padding-right: 10px;
}

.h5-right {
  padding-left: 10px;
}

@media (max-width: 375px) {
  .about {
    padding: 20px 10px;
    margin-bottom: -30px;
    font-family: 'Poppins', sans-serif;
  }

  .section-1 .image-text-wrapper,
  .section-2 .image-text-wrapper,
  .section-3 .image-text-wrapper {
    flex-direction: column;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
  }

  .about .image-text-wrapper img,
  .section-1 .image-text-wrapper img,
  .section-2 .image-text-wrapper img,
  .section-3 .image-text-wrapper img {
    width: 100%;
    height: 30vh;
  }

  .section-1 .image-text-wrapper img {
    margin-top: 20px;
  }

  .about .image-text-wrapper .text-content,
  .section-2 .image-text-wrapper .text-content,
  .section-3 .image-text-wrapper .text-content {
    width: 100%;
    padding: 10px;
    margin-bottom: -10px;
    font-family: 'Poppins', sans-serif;
  }

  .about .image-text-wrapper h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .image-text-wrapper h3 {
    margin-top: 7px;
  }

  .about .image-text-wrapper .h3-paragraphs,
  .about .image-text-wrapper .h5-section,
  .h5-paragraphs {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }

  .h5-section h5 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper .column {
    width: 100%;
    padding: 0;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper .column:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-top: -20px;
    font-family: 'Poppins', sans-serif;
  }

  .h5-left,
  .h5-right {
    width: 100%;
    padding: 0;
    font-family: 'Poppins', sans-serif;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .about {
    padding: 20px 10px;
    margin-top: 10px;
    margin-bottom: -30px;
    font-family: 'Poppins', sans-serif;
  }

  /* Stack text above image on small screens */
  .section-1 .image-text-wrapper,
  .section-2 .image-text-wrapper,
  .section-3 .image-text-wrapper {
    flex-direction: column;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
  }

  .about .image-text-wrapper img,
  .section-1 .image-text-wrapper img,
  .section-2 .image-text-wrapper img,
  .section-3 .image-text-wrapper img {
    width: 100%;
    height: 30vh;
  }

  .about .image-text-wrapper .text-content,
  .section-2 .image-text-wrapper .text-content,
  .section-3 .image-text-wrapper .text-content {
    width: 100%;
    padding: 10px;
    margin-bottom: -10px;
    font-family: 'Poppins', sans-serif;
  }

  .about .image-text-wrapper h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .image-text-wrapper h3 {
    margin-top: 7px;
  }

  .about .image-text-wrapper .h3-paragraphs,
  .about .image-text-wrapper .h5-section,
  .h5-paragraphs {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }

  .h5-section h5 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper .column {
    width: 100%;
    padding: 0;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper .column:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-top: -20px;
    font-family: 'Poppins', sans-serif;
  }

  .h5-left,
  .h5-right {
    width: 100%;
    padding: 0;
    font-family: 'Poppins', sans-serif;
  }
}

@media (min-width: 481px) and (max-width: 765px) {
  .about {
    padding: 20px 10px;
    margin-top: 10px;
    margin-bottom: -30px;
    font-family: 'Poppins', sans-serif;
  }

  /* Stack text above image on small screens */
  .section-1 .image-text-wrapper,
  .section-2 .image-text-wrapper,
  .section-3 .image-text-wrapper {
    flex-direction: column;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
  }

  .about .image-text-wrapper img,
  .section-1 .image-text-wrapper img,
  .section-2 .image-text-wrapper img,
  .section-3 .image-text-wrapper img {
    width: 100%;
    height: 30vh;
  }

  .about .image-text-wrapper .text-content,
  .section-2 .image-text-wrapper .text-content,
  .section-3 .image-text-wrapper .text-content {
    width: 100%;
    padding: 10px;
    margin-bottom: -10px;
    font-family: 'Poppins', sans-serif;
  }

  .about .image-text-wrapper h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .image-text-wrapper h3 {
    margin-top: 7px;
  }

  .about .image-text-wrapper .h3-paragraphs,
  .about .image-text-wrapper .h5-section,
  .h5-paragraphs {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }

  .h5-section h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper .column {
    width: 100%;
    padding: 0;
    font-family: 'Poppins', sans-serif;
  }

  .section-3 .two-columns-wrapper .column:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-top: -20px;
    font-family: 'Poppins', sans-serif;
  }

  .h5-left,
  .h5-right {
    width: 100%;
    padding: 0;
    font-family: 'Poppins', sans-serif;
  }
}


.leadership-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.leadership-full-image {
  width: 100vw;
  height: 60vh; 
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden; 
  margin-bottom: -10px;
}

.leadership-full-image img {
  width: 100%;
  height: 100%;
}

.leadership-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
  margin-top: -3rem;
   font-family: 'Poppins', sans-serif;
}

.leadership-description {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 1.6;
   font-family: 'Poppins', sans-serif;
}


.leadership-section {
  padding: 3rem 1rem;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.page-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 2rem;
  text-align: center;
}

.leader-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.leader-card-wrapper {
  flex: 1 1 calc(33.33% - 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leader-photo-top {
  margin-bottom: 3rem; 
  z-index: 1;
  position: relative;
}

.leader-photo {
  width: 250px;
  height: 250px;
  background-color: #d3d6db;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.leader-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.10);
  text-align: left;
  padding: 3rem 1.2rem 1.2rem;
  width: 100%;
  margin-top: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #e2e8f0;
  
  /* Ensure same height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.leader-info {
  margin-top: 0;
}

.leader-name {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: -20px;
  font-family: 'Poppins', sans-serif;
}

.leader-role {
  color: #1558b0;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.leader-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 1rem;
  margin-top: -2.5rem;
}

.leader-tags {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: auto; /* Push tags to bottom */
}

.tag {
  background: #edf2f7;
  color: #333;
  padding: 0.25rem 0.6rem;
  border-radius: 12px;
  font-size: 12px;
}

@media (max-width: 375px) {
  .leadership-full-image {
    height: 25vh;
  }

  .leadership-title {
    font-size: 22px;
    margin-top: -40px;
  }

  .leadership-description {
    font-size: 16px;
  }

  .leader-cards {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: -90px;
  }

  .leader-card-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .leader-photo {
    width: 160px;
    height: 160px;
  }

  .leader-photo-top {
    margin-bottom: 1rem;
  }

  .leader-card {
    padding: 1.5rem 1rem 1rem;
  }

  .leader-name {
    font-size: 18px;
    margin-top: 10px;
  }

  .leader-role {
    font-size: 13px;
  }

  .leader-desc {
    font-size: 13px;
    margin-top: 1px;
  }

  .tag {
    font-size: 12px;
    padding: 0.3rem 0.6rem;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .leadership-full-image {
    height: 30vh;
  }

  .leadership-title {
    font-size: 22px;
    margin-top: -40px;
  }

  .leadership-description {
    font-size: 16px;
  }

  .leader-cards {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: -90px;
  }

  .leader-card-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .leader-photo {
    width: 160px;
    height: 160px;
  }

  .leader-photo-top {
    margin-bottom: 1rem;
  }

  .leader-card {
    padding: 1.5rem 1rem 1rem;
  }

  .leader-name {
    font-size: 18px;
    margin-top: 10px;
  }

  .leader-role {
    font-size: 13px;
  }

  .leader-desc {
    font-size: 13px;
    margin-top: 1px;
  }

  .tag {
    font-size: 12px;
    padding: 0.3rem 0.6rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .leadership-full-image {
    height: 30vh;
    margin-bottom: 50px;
  }

  .leadership-title {
    font-size: 22px;
    margin-top: -100px;
  }

  .leadership-description {
    font-size: 16px;
  }

  .leader-cards {
    flex-direction: row;               /* side by side */
    flex-wrap: wrap;                   /* wrap to next row if needed */
    gap: 1.5rem;
    justify-content: space-between;    /* even spacing */
    margin-bottom: -90px;
  }

  .leader-card-wrapper {
    flex: 1 1 calc(33.333% - 1rem);    /* 3 cards per row */
    max-width: calc(33.333% - 1rem);
  }

  .leader-photo {
    width: 160px;
    height: 160px;
  }

  .leader-photo-top {
    margin-bottom: 1rem;
  }

  .leader-card {
    padding: 1.5rem 1rem 1rem;
  }

  .leader-name {
    font-size: 18px;
    margin-top: 10px;
  }

  .leader-role {
    font-size: 13px;
  }

  .leader-desc {
    font-size: 13px;
    margin-top: 10px;
  }

  .tag {
    font-size: 12px;
    padding: 0.3rem 0.6rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .leadership-full-image {
    height: 35vh;
    margin-bottom: 60px;
  }

  .leadership-title {
    font-size: 26px;
    margin-top: -80px;
  }

  .leadership-description {
    font-size: 18px;
  }

  .leader-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: -70px;
  }

  .leader-card-wrapper {
    flex: 1 1 calc(33.333% - 1.5rem);   /* 3 cards per row with more spacing */
    max-width: calc(33.333% - 1.5rem);
  }

  .leader-photo {
    width: 180px;
    height: 180px;
  }

  .leader-photo-top {
    margin-bottom: 1.2rem;
  }

  .leader-card {
    padding: 2rem 1.2rem 1.2rem;
  }

  .leader-name {
    font-size: 20px;
    margin-top: 12px;
  }

  .leader-role {
    font-size: 14px;
  }

  .leader-desc {
    font-size: 14px;
    margin-top: 12px;
  }

  .tag {
    font-size: 13px;
    padding: 0.4rem 0.7rem;
  }
}

.choose-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.choose-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
}

.choose-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: -2rem;
  margin-top: 1rem;
  font-family: 'Poppins', sans-serif;
}

.choose-description {
  font-size: 20px !important;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: 60px;
}

.choose-cards {
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.choose-card {
  background: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #e2e8f0;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.09);
}

.icon-circle {
   background-color: #e6f0fa !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 20px auto 50px auto !important;
}

.icon-circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.choose-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  margin-top: -15px;
  font-family: 'Poppins', sans-serif;
}

.choose-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  text-align:left;
  font-family: 'Poppins', sans-serif;
}

/*.cards-footer-text {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
  font-size: 20px;
  color: #475569;
}*/

@media (max-width: 375px) {
  /* Image adjustments */
  .choose-full-image {
    height: 30vh;
  }
  .choose-full-image img {
    height: 100%;
   
  }

  /* Section intro */
  .choose-intro {
    padding: 0 10px;
    margin-bottom: 2rem;
  }

  .choose-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
  }

  .choose-description {
    font-size: 16px !important;
    margin-top: 1rem;
    text-align: left;
    padding: 0 10px;
  }

  /* Cards stack vertically */
  .choose-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }

  /* Card adjustments */
  .choose-card {
    padding: 20px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }

  .icon-circle {
    width: 60px !important;
    height: 60px !important;
    margin: 10px auto 20px auto !important;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }

  .choose-card h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .choose-card p {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  /* Image adjustments */
  .choose-full-image {
    height: 30vh;
  }
  .choose-full-image img {
    height: 100%;
   
  }

  /* Section intro */
  .choose-intro {
    padding: 0 10px;
    margin-bottom: 2rem;
  }

  .choose-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
  }

  .choose-description {
    font-size: 16px !important;
    margin-top: 1rem;
    text-align: left;
    padding: 0 10px;
  }

  /* Cards stack vertically */
  .choose-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }

  /* Card adjustments */
  .choose-card {
    padding: 20px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }

  .icon-circle {
    width: 60px !important;
    height: 60px !important;
    margin: 10px auto 20px auto !important;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }

  .choose-card h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .choose-card p {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width:481px) and (max-width: 768px){
  .choose-full-image {
    height: 30vh;
  }
  .choose-full-image img {
    height: 100%;
  }

  /* Section intro */
  .choose-intro {
    padding: 0 10px;
    margin-bottom: 2rem;
  }

  .choose-title {
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
  }

  .choose-description {
    font-size: 16px !important;
    margin-top: 1rem;
    text-align: center;
    padding: 0 10px;
  }

  /* Cards in 3 columns */
  .choose-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* 3 columns */
    gap: 20px;
    padding: 0 10px;
  }

  /* Card adjustments */
  .choose-card {
    padding: 20px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }

  .icon-circle {
    width: 60px !important;
    height: 60px !important;
    margin: 10px auto 20px auto !important;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }

  .choose-card h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .choose-card p {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .choose-full-image {
    height: 35vh;
  }

  .choose-full-image img {
    height: 100%;
  }

  /* Section intro */
  .choose-intro {
    padding: 0 30px;
    margin-bottom: 2.5rem;
  }

  .choose-title {
    font-size: 26px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .choose-description {
    font-size: 18px !important;
    margin-top: 1rem;
    text-align: center;
    padding: 0 20px;
  }

  /* Cards in 3 columns */
  .choose-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 30px;
  }

  /* Card adjustments */
  .choose-card {
    padding: 25px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }

  .icon-circle {
    width: 70px !important;
    height: 70px !important;
    margin: 15px auto 25px auto !important;
  }

  .icon-circle img {
    width: 36px;
    height: 36px;
  }

  .choose-card h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
  }

  .choose-card p {
    font-size: 15px;
    text-align: center;
  }
}

.life-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
}

.life-full-image img {
  width: 100%;
  height: auto;
  max-height: 60vh;
}

.life {
  padding: 60px 140px;
  text-align: center;
  border: none;
}

 h3 {
   font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 2rem;
   font-family: 'Poppins', sans-serif;
}

 .life-description {
  font-size: 20px !important;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: 40px;
}

.life-card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}

.life-card {
  flex: 1 1 400px; /* responsive width, minimum 400px */
  max-width: 500px;
  background-color: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  text-align: center;
  padding: 40px 30px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.life-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.life-card-icon {
  width: 80px;
  height: 80px;
  background-color: #e9eff6;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.life-card-icon i {
  font-size: 36px;
  color: #003366;
}

.life-card-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1c2c3f;
   font-family: 'Poppins', sans-serif;
}

.life-card-text ul {
  padding-left: 20px;  /* Optional: adds indentation */
  margin: 0 0 10px 0;
  list-style: none;
}

.life-card-text li {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 8px;
   font-family: 'Poppins', sans-serif;
}

.life-card:nth-child(2) .life-card-text h4 {
  font-size: 20px;
  text-align: center;
   font-family: 'Poppins', sans-serif;
}

.life-card:nth-child(2) .life-card-text p {
  font-size: 15px;
  text-align: left;
   font-family: 'Poppins', sans-serif;
}

.read-more-link {
  display: inline-block;
  margin-top: -15px;
  color: #3333cc;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  margin-right: 280px;
}

.read-more-link:hover {
  color: black !important;
  text-decoration: none;
}

.read-more-link:focus {
  color: #3333cc;
  text-decoration: none;
}

ul li.merge-with-first {
  list-style-type: none;
  margin-top: -10px; /* Reduces space between first and second */
  padding-left: 0;
  text-indent: -1.5em; /* Optional: aligns with first line if needed */
}

@media (max-width: 375px) {
  .life-full-image {
    height: 30vh;
  }

  .life-full-image img {
    height: 100%;
    display: block;
  }

  /* Section padding */
  .life {
    padding: 20px 15px;
  }

  /* h3 heading */
  .life h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
  }

  /* description */
  .life-description {
    font-size: 16px !important;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 10px;
    text-align: center;
  }

  /* Card grid stacks vertically */
  .life-card-grid {
    display: flex;
    flex-direction: column;   /* Stack cards vertically */
    gap: 20px;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  /* Card adjustments */
  .life-card {
    width: 100%;              /* Full width in column */
    flex: 1 1 auto;
    padding: 20px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: none !important;
  }

  .life-card:first-child {
    box-shadow: none !important;
    border: 1px solid #e2e8f0 !important;
    padding: 20px 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .life-card:hover {
    transform: none !important;
  }

  /* Icon adjustments */
  .life-card-icon {
    width: 60px;
    height: 60px;
    margin: 10px auto 20px auto;
  }

  .life-card-icon i {
    font-size: 28px;
  }

  /* Card text adjustments */
  .life-card-text h4 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .life-card-text ul {
    padding-left: 15px;
  }

  .life-card-text li {
    font-size: 14px;
    text-align: left;
  }

  .life-card:nth-child(2) .life-card-text h4 {
    font-size: 18px;
  }

  .life-card:nth-child(2) .life-card-text p {
    font-size: 14px;
    text-align: left;
  }

  /* Read more link */
  .read-more-link {
    margin: 1rem auto 0 auto;
    display: block;
    text-align: center;
    color: #3333cc;
    font-weight: 500;
    text-decoration: none;
  }

  .read-more-link:hover {
    color: #000;
  }

  .life-card:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
}

@media (min-width: 376px) and (max-width: 480px) {
  .life-full-image {
    height: 30vh;
    margin-bottom: 0;
  }

  .life-full-image img {
    height: 100%;
    display: block;
  }

  /* Section padding */
  .life {
    padding: 20px 15px;
  }

  /* h3 heading */
  .life h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
  }

  /* description */
  .life-description {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 10px;
    text-align: center;
  }

  /* Card grid stacks vertically */
  .life-card-grid {
    display: flex;
    flex-direction: column;   /* Stack cards vertically */
    gap: 20px;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  /* Card adjustments */
  .life-card {
    width: 100%;              /* Full width in column */
    flex: 1 1 auto;
    padding: 20px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: none !important;
  }

  .life-card:first-child {
    box-shadow: none !important;
    border: 1px solid #e2e8f0 !important;
    padding: 20px 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .life-card:hover {
    transform: none !important;
  }

  /* Icon adjustments */
  .life-card-icon {
    width: 60px;
    height: 60px;
    margin: 10px auto 20px auto;
  }

  .life-card-icon i {
    font-size: 28px;
  }

  /* Card text adjustments */
  .life-card-text h4 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .life-card-text ul {
    padding-left: 15px;
  }

  .life-card-text li {
    font-size: 14px;
    text-align: left;
  }

  .life-card:nth-child(2) .life-card-text h4 {
    font-size: 18px;
  }

  .life-card:nth-child(2) .life-card-text p {
    font-size: 14px;
    text-align: left;
  }

  /* Read more link */
  .read-more-link {
    margin: 1rem auto 0 auto;
    display: block;
    text-align: center;
    color: #3333cc;
    font-weight: 500;
    text-decoration: none;
  }

  .read-more-link:hover {
    color: #000;
  }

  .life-card:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
}

@media (min-width:481px) and (max-width: 768px) {
  .life-full-image {
    height: 30vh;
    margin-bottom: 0;
  }

  .life-full-image img {
    height: 100%;
    display: block;
  }

  /* Section padding */
  .life {
    padding: 20px 15px;
  }

  /* h3 heading */
  .life h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left !important;
  }

  /* description */
  .life-description {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 10px;
    text-align: center !important;
  }

  /* Card grid in one row */
  .life-card-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Allow wrapping if needed */
    justify-content: center;
    gap: 20px;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  /* Card adjustments */
  .life-card {
    width: 45%;
    max-width: none;
    flex: 0 1 auto;
    padding: 20px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: none !important;
  }

  /* Specifically override the first card */
  .life-card:first-child {
    box-shadow: none !important;
    border: 2px solid #e2e8f0 !important;
    padding: 20px 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

    .life-card:hover {
  transform: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

  /* Icon adjustments */
  .life-card-icon {
    width: 60px;
    height: 60px;
    margin: 10px auto 20px auto;
  }

  .life-card-icon i {
    font-size: 28px;
  }

  /* Card text adjustments */
  .life-card-text h4 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .life-card-text ul {
    padding-left: 15px;
  }

  .life-card-text li {
    font-size: 14px;
    text-align: left;
  }

  .life-card:nth-child(2) .life-card-text h4 {
    font-size: 18px;
  }

  .life-card:nth-child(2) .life-card-text p {
    font-size: 14px;
    text-align: left;
  }

  /* Read more link */
  .read-more-link {
    margin: 1rem auto 0 auto;
    display: block;
    text-align: center;
    color: #3333cc;
    font-weight: 500;
    text-decoration: none;
  }

  .read-more-link:hover {
    color: #000;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .life-full-image {
    height: 40vh;
    margin-bottom: 0;
  }

  .life-full-image img {
    height: 100%;
    display: block;
  }

  /* Section padding */
  .life {
    padding: 30px 30px;
  }

  /* h3 heading */
  .life h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  /* description */
  .life-description {
    font-size: 18px !important;
    margin-top: 1rem;
    text-align: center !important;
    padding: 0 20px;
  }

  /* Card grid in one row */
  .life-card-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 2rem;
    margin-left: 0;
  }

  /* Card adjustments */
  .life-card {
    width: 30%;
    max-width: none;
    flex: 0 1 auto;
    padding: 25px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
    transition: none !important;
  }

  .life-card:first-child {
    box-shadow: none !important;
    border: 2px solid #e2e8f0 !important;
    padding: 25px 20px !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
  }

  .life-card:hover {
    transform: none !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  }

  /* Icon adjustments */
  .life-card-icon {
    width: 70px;
    height: 70px;
    margin: 15px auto 25px auto;
  }

  .life-card-icon i {
    font-size: 32px;
  }

  /* Card text adjustments */
  .life-card-text h4 {
    font-size: 20px;
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .life-card-text ul {
    padding-left: 20px;
  }

  .life-card-text li {
    font-size: 15px;
    text-align: left;
  }

  .life-card:nth-child(2) .life-card-text h4 {
    font-size: 20px;
  }

  .life-card:nth-child(2) .life-card-text p {
    font-size: 15px;
    text-align: left;
  }

  /* Read more link */
  .read-more-link {
    margin: 1.2rem auto 0 auto;
    display: block;
    text-align: center;
    color: #3333cc;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
  }

  .read-more-link:hover {
    color: #000;
  }
}

.commercial-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  margin-bottom: 50px;
}

.commercial-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.commercial-heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: -20px 0 10px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 50px;
}

.commercial-description {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 1.6;
   font-family: 'Poppins', sans-serif;
   text-align: center;
   margin-top: -1rem;
   margin-bottom: 1.5rem;
}

.commercial-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
 max-width: 100%;        /* Stretch to full width */
  width: 100%;
  padding-left: -160px;     /* Add space left */
  padding-right: -160px;    /* Add space right */
  margin: 0 auto;
  box-sizing: border-box;
}

/* Individual Card */
.commercial-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.10);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
   gap: 10px;
   border: 2px solid #e2e8f0;
}

/* Card Hover Effect */
.commercial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Title */
.commercial-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  margin-top: 25px;
  text-align: left;
}

/* Card Description */
.commercial-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  margin-bottom: -20px;
}

.commercial-icon-circle {
 width: 80px;
  height: 80px;
  background-color: #e6f0fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
  margin-top: -20px;
}

.commercial-icon-circle img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

@media (max-width: 375px) {
  /* Full-width image adjustments */
  .commercial-full-image {
    height: 30vh;
    margin-bottom: 30px;
  }

  /* Heading adjustments */
  .commercial-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .commercial-description {
    font-size: 16px;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  /* Cards stack vertically */
  .commercial-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
  }

  /* Individual card adjustments */
  .commercial-card {
    padding: 20px 15px;
  }

  .commercial-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
  }

  .commercial-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .commercial-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .commercial-icon-circle img {
    width: 30px;
    height: 30px;
  }

  .commercial-card:hover {
  transform: none;
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}
}

@media (min-width: 376px) and (max-width: 480px) {
  /* Full-width image adjustments */
  .commercial-full-image {
    height: 30vh;
    margin-bottom: 30px;
  }

  /* Heading adjustments */
  .commercial-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .commercial-description {
    font-size: 16px;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  /* Cards stack vertically */
  .commercial-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
  }

  /* Individual card adjustments */
  .commercial-card {
    padding: 20px 15px;
  }

  .commercial-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
  }

  .commercial-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .commercial-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .commercial-icon-circle img {
    width: 30px;
    height: 30px;
  }

  .commercial-card:hover {
  transform: none;
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}
}

@media (min-width: 481px) and (max-width: 768px) {
  /* Full-width image adjustments */
  .commercial-full-image {
    height: 30vh;
    margin-bottom: 30px;
  }

  /* Heading adjustments */
  .commercial-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .commercial-description {
    font-size: 16px;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  /* Cards in a single row (3 per row) */
  .commercial-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 10px;
  }

  /* Individual card adjustments */
  .commercial-card {
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transition: none; /* No hover transition */
  }

  /* Remove hover effects */
  .commercial-card:hover {
    transform: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  }

  .commercial-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
  }

  .commercial-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .commercial-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .commercial-icon-circle img {
    width: 30px;
    height: 30px;
  }

  .commercial-card:hover {
  transform: none;
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* Full-width image adjustments */
  .commercial-full-image {
    height: 40vh;
    margin-bottom: 30px;
  }

  /* Heading adjustments */
  .commercial-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .commercial-description {
    font-size: 16px;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  /* Cards in a single row (3 per row) */
  .commercial-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 10px;
  }

  /* Individual card adjustments */
  .commercial-card {
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transition: none; /* No hover transition */
  }

  /* Remove hover effects */
  .commercial-card:hover {
    transform: none;
    box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
  }

  .commercial-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
  }

  .commercial-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .commercial-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .commercial-icon-circle img {
    width: 30px;
    height: 30px;
  }
}

.ai {
    width: 100%;
    padding: 40px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    margin-top: -50px;
    margin-bottom: -70px;
}

.ai .card {
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    padding: 25px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    width: 900px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ai img {
    width: 100%;
    max-width: 700px;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    margin-top: 50px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
}

.ai h3 {
    margin-bottom: -10px;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    max-width: 900px;
    text-align: center;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.ai .h3-paragraphs,
.ai h4,
.ai .h4-paragraphs,
.ai h5,
.ai .h5-paragraphs {
    width: 100%;
    max-width: 700px;
    text-align: left;
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: 'Poppins', sans-serif;
}

.ai h4 {
    font-size: 25px;
    font-weight: bold;
    color: #211f1f;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ai h5 {
  font-size: 20px;
    font-weight: bold;
    color: #211f1f;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ai .h5-paragraphs {
    color: #555;
    font-weight: normal;
}

@media (max-width: 768px) {
    .ai .card {
        padding: 20px;
    }

    .ai h3,
    .ai h4,
    .ai h5,
    .ai .h3-paragraphs,
    .ai .h4-paragraphs,
    .ai .h5-paragraphs {
        max-width: 100%;
        font-size: 16px;
    }
}


.artificial {
    width: 100%;
    padding: 40px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
     margin-top: -50px;
}

.artificial .card {
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    padding: 25px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    width: 900px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.artificial img {
    width: 100%;
    max-width: 700px;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    margin-top: 50px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
}

.artificial h3 {
    margin-bottom: -10px;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.artificial .h3-paragraphs,
.artificial h4,
.artificial .h4-paragraphs,
.artificial h5,
.artificial .h5-paragraphs {
    width: 700px;
    text-align: left;
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: 'Poppins', sans-serif;
}

.artificial h4 {
    font-size: 25px;
    font-weight: bold;
    color: #211f1f;
    margin-top: 20px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.artificial h5 {
    font-size: 20px;
    font-weight: bold;
    color: #211f1f;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: -7px;
}

.artificial .h5-paragraphs {
    color: #555;
    font-weight: normal;
    font-size: 15px;
}

@media (max-width: 768px) {
    .artificial .card {
        padding: 20px;
    }

    .artificial h3,
    .artificial h4,
    .artificial h5,
    .artificial .h3-paragraphs,
    .artificial .h4-paragraphs,
    .artificial .h5-paragraphs {
        max-width: 100%;
        font-size: 16px;
    }
} 

/* =================== HERO SECTION =================== */

/* === Outer Container === */
.slider-container {
  width: 100%;
  height: 70vh; 
  overflow: hidden;
  position: relative;
}

/* === Slider Wrapper (slides move inside this) === */
.slider-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 2s ease-in-out;
}

/* === Slide === */
.slide {
  width: 100%;
  flex-shrink: 0;
  height: 70vh; /* ✅ Updated */
  position: relative;
}

/* === Image inside slide === */
.slide img {
  width: 100%;
  height: 70vh; /* ✅ Updated */
  object-fit: cover;
  object-position: top;
  filter: brightness(0.7);
}

/* === Tagline (animated text) === */
.tagline {
  position: absolute;
  top: 65%;
  left: 22%;
  transform: translate(-50%, 30px);
  color: white;
  font-weight: bold;
  font-size: 34px;
  max-width: 550px;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 2s ease, transform 2s ease;
  z-index: 2;
  word-wrap: break-word;
}

.show-tagline .tagline {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* === ≤375px (small phones) === */
@media (max-width: 375px) {
  .slider-container,
  .slide,
  .slide img {
    height: 40vh;
  }

  .tagline {
    font-size: 16px;
    top: 70%;
    left: 50%;
    padding: 8px 12px;
    transform: translate(-50%, 30px);
    text-align: left;
  }
}

/* === 376px – 480px (larger phones) === */
@media (min-width: 376px) and (max-width: 480px) {
  .slider-container,
  .slide,
  .slide img {
    height: 40vh;
  }

  .tagline {
    font-size: 20px;
    top: 70%;
    left: 50%;
    padding: 10px 14px;
    transform: translate(-50%, 30px);
    text-align: left;
  }
}

/* === 481px – 768px (tablets & landscape phones) === */
@media (min-width: 481px) and (max-width: 768px) {
  .slider-container,
  .slide,
  .slide img {
    height: 35vh;
  }

  .tagline {
    font-size: 24px;
    top: 68%;
    left: 40%;
    padding: 12px 16px;
    transform: translate(-50%, 30px);
    text-align: left;
  }
}

/* === 769px – 1024px (small laptops/tablets) === */
@media (min-width: 769px) and (max-width: 1024px) {
  .slider-container,
  .slide,
  .slide img {
    height: 40vh;
  }

  .tagline {
    font-size: 28px;
    top: 70%;
    left: 40%;
    padding: 14px 18px;
    transform: translate(-50%, 30px);
    text-align: left;
  }
}

/* =================== OFFERINGS  SECTION =================== */


.offerings-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -100px;
}

.offering-card {
  position: relative;
  width: 270px;
  height: 220px;
  margin-bottom: 200px;
  text-decoration: none;
  transition: all 0.10s ease;
}

.offering-image-wrapper {
  width: 100%;
  height: 230px;
  margin-left: -1px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}

.offering-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

.offering-card:hover .offering-image-wrapper img {
  transform: scale(1.1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.offering-info {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  margin-left: -1px;
  background: white;
  padding: 50px 20px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 2;
  transition: color 0.3s ease;
  min-height: 160px;
}

.offering-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: rgb(220, 234, 238);
  border-radius: 50%;
  border: 3px solid rgb(0, 103, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, border 0.3s ease;
}

.offering-icon:hover {
  border: 3px solid whitesmoke;
}

.offering-icon .material-icons {
  font-size: 28px;
  color: gray;
  transition: color 0.3s ease;
}

.offering-info h3 {
  margin: 12px 0 8px;
  font-size: 0.8rem;
  color: #002b4d;
  font-family: 'Poppins', sans-serif;
  transition: color 0.3s ease;
  height: 48px;
  line-height: 1.4;
}

.offering-description {
  font-size: 0.75rem;
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.offering-card:hover .offering-icon {
  border: 3px solid whitesmoke;
  background-color: rgb(0, 103, 255);
}

.offering-card:hover .offering-icon .material-icons {
  color: #fffde7;
}

.offering-card:hover .offering-info h3 {
  color: rgb(0, 103, 255);
}

/* ========== Responsive ========== */

@media (max-width: 480px) {

  .offering-image-wrapper {
    width: 100%;
    height: 180px;
    margin-left: -1px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
  }

  .offering-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
    display: block;
  }

  .offerings-cards {
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-bottom: -20px;
  }

  .offering-card {
    width: 90%;
    height: auto;
    margin-bottom: 120px;
  }

  .offering-info {
    padding: 40px 16px 16px;
    min-height: auto;
  }

  .offering-info h3 {
    font-size: 0.9rem;
    height: auto;
    transition: none;
  }

  .offering-description {
    font-size: 0.75rem;
    text-align: center;
  }

  .offering-icon {
    width: 50px;
    height: 50px;
    top: -25px;
  }

  .offering-icon .material-icons {
    font-size: 24px;
  }
}

/* ===== Responsive: Small Tablets (481px–768px) ===== */
@media (min-width: 481px) and (max-width: 768px) {
  .offerings-cards {
    justify-content: center;
    gap: 40px;
    margin-bottom: -80px;
  }

  .offering-card {
    width: 80%;
    height: auto;
    margin-bottom: 180px;
  }

  .offering-info {
    padding: 45px 20px 20px;
  }

  .offering-info h3 {
    font-size: 1rem;
  }

  .offering-icon {
    width: 55px;
    height: 55px;
    top: -28px;
  }

  .offering-icon .material-icons {
    font-size: 26px;
  }
}

/* ===== Responsive: Medium Devices (769px–1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  .offerings-cards {
    justify-content: center;
    gap: 40px;
  }

  .offering-card {
    width: 45%;
    height: auto;
    margin-bottom: 200px;
  }

  .offering-info h3 {
    font-size: 1rem;
  }
}

.story-section {
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
}

.story-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align child elements to the left */
  justify-content: center;
  flex: 1 1 300px;
  width: 100%;
  max-width: 900px;
}

.story-card h3 {
  color: #222;
  margin-bottom: 15px;
  text-align: center;        
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
}

.story-card .h3-paragraphs {
  color: #444;
  line-height: 1.6;
  text-align: left;         /* Ensure paragraph text is left-aligned */
  max-width: 700px;
  width: 100%;
  margin-left: 70px;              
  box-sizing: border-box;
}


/* ========== NAVIGATION BAR ========== */

/* Default header style */
#header.section {
  position: relative;
  background: white;
  z-index: 1000;
  transition: background 0.3s ease;
}

/* On homepage, make header transparent and absolute */
body.home #header.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: white;
  z-index: 1000;
  display: block;
}

/* Hero spacing */
body.home .hero-section {
  padding-top: 100px;
}

/* Hero section default */
.hero-section {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Hero header styling */
.hero-header {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin-bottom: 150px;
  padding: 20px 0;
  color: black;
  z-index: 10;
  display: block;
}

/* Hero inner */
.hero-header-inner {
  max-width: 1200px;
  margin: 0 auto 150px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

/* Site title */
.site-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 150px;
  color: rgb(246, 244, 244);
}

.site-title img {
  height: 60px;
  display: block;
}

/* Navigation layout */
.main-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav-list li {
  position: relative;
  display: block;
}

.nav-list li a {
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 15px;
  display: block;
  transition: color 0.3s ease border-color 0.3s ease;
  border-bottom: 2px solid transparent; /* Reserve space globally */
}

.nav-list li a:hover {
  color: #3e70c9;
  border-bottom-color: #3e70c9;
}

.nav-list li a.active {
  color: white !important;
}

/* Dropdown styles */
.nav-list li ul {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: none;
  list-style: none;
  min-width: 220px;
  padding: 10px 0;
  background-color: white;
  z-index: 999;
  border-top: 3px solid #3e70c9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

.nav-list li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-list li ul li a {
  color: black !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 12px 16px;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.nav-list li ul li a:hover {
  background-color: #f2f2f2;
  color: black;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .hero-header-inner {
    flex-direction: column;
    text-align: center;
  }

  .nav-list {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }

  .nav-list li ul {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
  }

  .nav-list li:hover ul {
    display: block;
  }

  .nav-list li ul li a {
    padding: 10px;
  }
}

/* ================================
   HOME PAGE ONLY NAV FIXES
   ================================ */

/* Home nav and link color override */
body.home #header.section nav.navbar,
body.home #header.section nav.navbar a {
  color: black;
}

/* Transparent nav link spacing fix */
body.home .transparent-nav a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}

body.home .transparent-nav a:hover {
  border-bottom: 2px solid #3e70c9;
  color: #3e70c9;
}

/* Remove redundant border overwrite */
body.home nav.navbar ul li a {
  border-bottom: none; /* This is now controlled above */
}

/* Reset nav bar spacing */
#header.section nav.navbar ul {
  margin: 0;
  padding: 0;
}

#header.section nav.navbar ul li {
  margin-right: 10px;
  font-size: 15px;
}

#header.section nav.navbar a {
  color: black;
  position: relative;
}

/* Contact nav override */
.contact #header.section nav.navbar,
.contact #header.section nav.navbar a {
  color: black;
}

/* Prevent dropdown flicker (optional improvement) */
#header.section nav.navbar a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25px;
  background: transparent;
  pointer-events: auto;
  display: block;
}

/* Dropmenu overrides */
body.home nav.dropmenu ul ul li a {
  color: black !important;
  background-color: white !important;
  font-size: 15px !important;
  font-family: 'Poppins', sans-serif;
}

nav.dropmenu ul ul {
  border-top: 2.5px solid #3e70c9;
  top: calc(100% + 25px);
}

nav.dropmenu ul {
  font-size: 1px;
  color: black;
}

.navbar {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
}

body.home nav.dropmenu ul ul li a:hover {
  color: #3e70c9 !important;
  background-color: white !important;

}


.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;  /* Show only 3 lines initially */
  overflow: hidden;
  transition: all 0.3s ease;
}

.clamp-text.expanded {
  -webkit-line-clamp: unset; /* Show full text */
  display: block;            /* Fully show block after expansion */
}


/* =================== CONTACT HERO SECTION =================== */

/* Main Contact Hero Section */
.hero-section.contact-hero {
  position: relative;
  top: -20px;
  margin: 0;
  padding: 0;
  height: 70vh;
  width: 100%;
  background-size: none;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-section.contact-hero .hero-overlay {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
   background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 375px) {
  .hero-section.contact-hero {
    height: 40vh;
    padding: 10px;
  }
}

/* Medium phones: most iPhones and Androids (375px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
  .hero-section.contact-hero {
    top: 0;
    height: 30vh;
    justify-content: center;
    padding: 15px;
  }
}

/* Large phones and small tablets (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .hero-section.contact-hero {
    top: 0;
    height: 40vh;
    justify-content: center;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section.contact-hero {
    top: 0;
    height: 30vh;
    justify-content: center;
    padding: 20px;
  }
}


/* ============= Contact section ============= */

.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.contact-social-icons {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  gap: 10px;
}

.contact-social-icons a {
   color: black;
  font-size: 41px;
  margin-right: 15px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.contact-social-icons a:hover .fa-twitter {
  color: #1DA1F2; 
}

.contact-social-icons a:hover .fa-linkedin-in {
  color: #0077B5;
}

.contact-social-icons a:hover .fa-facebook-f {
  color: #1877F2; 
}

.contact-social-icons a:hover .fa-youtube {
  color: #FF0000; 
}

/* Left and Right blocks */
.contact-left,
.contact-right {
  width: 50%;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin-bottom: -50px;
}

.contact-left {
  float: left;
  text-align: left;
  color: black;
  font-size: 15px;
}

.contact-left a{
  color: rgb(0, 94, 233);
  text-decoration: none;
}

.address-wrapper {
  display: flex;
  align-items: flex-start;
  gap: -2px; /* Space between icon and text */
  max-width: 600px;
  
}

.contact-left i {
  font-size: 20px;
}

.contact-left a {
  margin-left: 10px;
  font-size: 15px;
}

.address {
  display: flex;
  align-items: flex-start;  /* aligns top of text with icon */
  gap: 1px;                /* spacing between icon and text */
  max-width: 600px;         /* optional, controls width */
  margin: 20px 0;
}

.address i {
  font-size: 20px;
  color: rgb(0, 94, 233);
  margin-top: 3px; /* adjusts vertical alignment if needed */
}

.address a {
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  color: rgb(0, 94, 233);

}

.address-wrapper i {
  font-size: 20px;
  margin-top: 20px; /* Align icon vertically if needed */
}

.address-wrapper a {
  text-align: left;
  color: rgb(0, 94, 233);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  display: block;
   margin-top: 20px;
}

.contact-left a:hover{
  color: black !important;
}

.career-email-contact a {
 color: rgb(0, 94, 233);
  text-decoration: none;
   margin-left: 3px;
  font-size: 15px;
}

.career-email-contact p {
  margin-right: 3px;
}

.career-email-contact i {
 font-size: 20px;
}

/* Left and Right blocks */
.contact-right {
  width: 60%;
  box-sizing: border-box;
}

.contact-left{
  width: 30%;
  box-sizing: border-box;
}

.contact-right h3 {
  color: #222;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.contact-left h3 {
  color: #222;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}

.contact-left {
  float: left;
  text-align: left;
}

.email-contact {
  margin-bottom: -20px; /* Adjust as needed */
}

.contact-left p{
  color: black;
  font-size: 15px;
}

.contact-right {
  float: right;
  text-align: left;
  position: relative;
  top: -47px;
}

/* Name inputs side by side */
.contact-right form div {
  display: flex;
  gap: 10px;
  /* space between name inputs */
}

.contact-right form div input[type="text"] {
  width: 50%;
  padding: 10px;
  margin-top: 8px;
  box-sizing: border-box;
}

.contact-right form div input[type="text"]:hover {
  border: 2px solid rgb(0, 94, 233);
}

.contact-right form div input[type="text"]:focus {
  outline: none;
  border: 2px solid rgb(0, 94, 233);
}

/* Email and Textarea same width as both name inputs */
.contact-right form input[type="email"],
.contact-right form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  box-sizing: border-box;
  transition: none !important;
}

.contact-right form input[type="email"]:hover,
.contact-right form textarea:hover {
  border: 2px solid rgb(0, 94, 233);
  box-shadow: none !important;
  transform: none !important;
} 

.contact-right form input[type="email"]:focus,
.contact-right form textarea:focus {
  outline: none;
  border: 2px solid rgb(0, 94, 233);
  transform: none !important;
  box-shadow: none !important;
}

/* Submit button */
.contact-right form button {
  width: 90px;
  height: 40px;
  background-color:rgb(0, 94, 233);
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

/* Clearfix */
.contact::after {
  content: "";
  display: table;
  clear: both;
}

.contact-right form button:hover {
  background-color: black;
}

@media (max-width: 375px) {
  .contact {
    padding: 20 10px;
    display: flex;
    flex-direction: column;
    margin-top: -80px;
    margin-bottom: -40px;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 30px;
    position: static;
    top: auto;
  }

  .contact-left h3,
  .contact-right h3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .contact-right {
    order: 1;
  }

  .contact-left {
    order: 2;
  }

  ::placeholder {
    font-size: 1rem;
  }

  /* Social icons centered on mobile */
  .contact-social-icons {
    justify-content: center;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .contact-social-icons a {
    font-size: 30px;
    margin-right: 10px;
  }

  /* Address and email blocks spacing */
  .address,
  .address-wrapper,
  .career-email-contact {
    flex-direction: row;
    align-items: flex-start;
  }

  .address i,
  .career-email-contact i {
    margin-top: 2px;
  }

  .address-wrapper i {
    margin-top: 20px;
  }

  /* Form adjustments */
  .contact-right form div {
    flex-direction: column;
    gap: 0;
  }

  .contact-right form div input[type="text"],
  .contact-right form input[type="email"],
  .contact-right form textarea {
    width: 100%;
    margin-top: 8px;
  }

 .contact-right form button {
  width: 50%;  
  margin-bottom: 5px;  
}

  /* Reset all form fields */
.contact-right form input[type="text"],
.contact-right form input[type="email"],
.contact-right form textarea {
  border: 1px solid #444;
  box-sizing: border-box;
  background-color: #fff; 
}

/* On hover */
.contact-right form input[type="text"]:hover,
.contact-right form input[type="email"]:hover,
.contact-right form textarea:hover {
  border: 1px solid rgb(0, 94, 233);
}

/* On focus */
.contact-right form input[type="text"]:focus,
.contact-right form input[type="email"]:focus,
.contact-right form textarea:focus {
  outline: none;
  border: 2px solid rgb(0, 94, 233);
}
}

@media (min-width: 376px) and (max-width: 480px) {
  .contact {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    margin-top: -35px;
    margin-top: -25px;
  }

  ::placeholder {
    font-size: 1rem;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 30px;
    position: static;
  }

  .contact-right {
    order: 1;
  }

  .contact-left {
    order: 2;
  }


  .contact-left h3,
  .contact-right h3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .contact-social-icons {
    justify-content: center;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .contact-social-icons a {
    font-size: 32px;
    margin-right: 12px;
  }

  .address,
  .address-wrapper,
  .career-email-contact {
    flex-direction: row;
    align-items: flex-start;
  }

  .address i,
  .career-email-contact i {
    margin-top: 4px;
  }

  .address-wrapper i {
    margin-top: 18px;
  }

  .contact-right form div {
    flex-direction: column;
    gap: 6px;
  }

  .contact-right form div input[type="text"],
  .contact-right form input[type="email"],
  .contact-right form textarea {
    width: 100%;
    margin-top: 8px;
  }

  .contact-right form button {
    width: 50%;
    margin-bottom: 10px;
  }

  .contact-right form input[type="text"],
  .contact-right form input[type="email"],
  .contact-right form textarea {
    border: 1px solid #444;
    background-color: #fff;
    box-sizing: border-box;
     font-size: 16px;
  }

  .contact-right form input[type="text"]:hover,
  .contact-right form input[type="email"]:hover,
  .contact-right form textarea:hover {
    border: 1px solid rgb(0, 94, 233);
  }

  .contact-right form input[type="text"]:focus,
  .contact-right form input[type="email"]:focus,
  .contact-right form textarea:focus {
    outline: none;
    border: 2px solid rgb(0, 94, 233);
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .contact {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    margin-top: -40px;
    margin-bottom: -20px;
  }

  ::placeholder {
    font-size: 1rem;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 40px;
    position: static;
  }

  .contact-left {
    order: 2;
  }

  .contact-right {
    order: 1;
  }

  .contact-social-icons {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .contact-social-icons a {
    font-size: 34px;
    margin-right: 14px;
  }

  .address,
  .address-wrapper,
  .career-email-contact {
    flex-direction: row;
    align-items: center;
  }

  .address i,
  .career-email-contact i {
    margin-top: 6px;
  }

  .address-wrapper i {
    margin-top: 16px;
  }

  .contact-right form div {
    flex-direction: column;
    gap: 10px;
  }

  .contact-right form div input[type="text"],
  .contact-right form input[type="email"],
  .contact-right form textarea {
    width: 100%;
    margin-top: 10px;
  }

  .contact-right form button {
    width: 40%;
    margin-bottom: 10px;
  }

  .contact-right form input[type="text"],
  .contact-right form input[type="email"],
  .contact-right form textarea {
     font-size: 16px;
    border: 1px solid #444;
    background-color: #fff;
    box-sizing: border-box;
  }

  .contact-right form input[type="text"]:hover,
  .contact-right form input[type="email"]:hover,
  .contact-right form textarea:hover {
    border: 1px solid rgb(0, 94, 233);
  }

  .contact-right form input[type="text"]:focus,
  .contact-right form input[type="email"]:focus,
  .contact-right form textarea:focus {
    outline: none;
    border: 2px solid rgb(0, 94, 233);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .contact {
    padding: 40px 60px;
  }

  ::placeholder {
    font-size: 0.7rem;
  }

  .contact-left,
  .contact-right {
    width: 48%;
    float: left;
    text-align: left;
    margin-bottom: 0;
    position: relative;
  }

  .contact-right {
    margin-top: 5px;
  }

  .contact-social-icons {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .contact-social-icons a {
    font-size: 36px;
    margin-right: 16px;
  }

  .address,
  .address-wrapper,
  .career-email-contact {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .address i,
  .career-email-contact i {
    margin-top: 6px;
  }

  .address-wrapper i {
    margin-top: 14px;
  }

  .contact-right form div {
    flex-direction: row;
    gap: 20px;
  }

  .contact-right form div input[type="text"],
  .contact-right form input[type="email"],
  .contact-right form textarea {
    width: 100%;
    margin-top: 0;
  }

  .contact-right form button {
    width: 30%;
    margin-top: 20px;
  }

  .contact-right form input[type="text"],
  .contact-right form input[type="email"],
  .contact-right form textarea {
     font-size: 16px;
    border: 1px solid #444;
    background-color: #fff;
    box-sizing: border-box;
  }

  .contact-right form input[type="text"]:hover,
  .contact-right form input[type="email"]:hover,
  .contact-right form textarea:hover {
    border: 1px solid rgb(0, 94, 233);
  }

  .contact-right form input[type="text"]:focus,
  .contact-right form input[type="email"]:focus,
  .contact-right form textarea:focus {
    outline: none;
    border: 2px solid rgb(0, 94, 233);
  }
}

.head {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.head-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
}

.head-header p {
  color: rgb(0, 94, 233);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.head-header h2 {
  font-weight: bold;
  font-size: 42px;
  margin: 0;
  line-height: 1.2;
  color: #000;
  margin-bottom: -60px;
  font-family: 'Poppins', sans-serif;
}

/* Flex container for cards below header */
.head-cards-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap; 
}

/* Cards styling */
.head-card-left,
.head-card-center,
.head-card-right {
  background: #fff;
  border: 1px solid #ddd;
  padding: 28px;
  box-sizing: border-box;
  color: #555;
  font-size: 17px;
  line-height: 1.5;
  flex: 1;
  min-width: 280px; /* Ensures good stacking in smaller widths */
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: -10px;
}

.head-card-left p,
.head-card-center p,
.head-card-right p {
  font-size: 15px;
  margin: 8px 0;
  font-family: 'Poppins', sans-serif;
}

.head-card-center a,
.head-card-right a {
  font-size: 16px;
  margin: 8px;
  font-family: 'Poppins', sans-serif;
}

.head-card-left h4,
.head-card-center h4,
.head-card-right h4 {
  font-weight: bold;
  font-size: 27px;
  margin: 8px 0;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

/* Text alignment */
.head-card-left,
.head-card-center,
.head-card-right {
  text-align: left;
}

/* Links in center and right cards */
.head-card-center a,
.head-card-right a {
  font-size: 15px;
  margin: 3px;
  color: rgb(0, 94, 233);
  text-decoration: none;
  font-weight: normal;
}

#t {
  color: rgb(0, 94, 233);
  text-decoration: none;
  margin: 1px;
  font-size: 15px;
  font-weight: normal;
  padding-right: 4px;
  margin-left: -8px; /* Moves the element to the left by ~4px */
}

#t:hover {
color: black;
}


.head-card-center a:hover,
.head-card-right a:hover {
  text-decoration: none;
  color: black;
}

/* Smaller font for social media paragraph */
.head-card-center p {
  font-size: 15px;
  color: #777;
}

.head-card-center .link-row {
  display: flex;
  flex-wrap: wrap; /* ensures they wrap on small screens */
  gap: 8px; /* spacing between links */
  margin-top: 8px;
}

.head-card-center .link-row a {
  margin: 0;
}

.head-card-left
/*.head-card-center*/ {
  border-right: none;
}

@media (max-width: 768px) {
  .head-cards-container {
    flex-direction: column;
  }

  .head-card-left,
  .head-card-center,
  .head-card-right {
    width: 100%;
  }

  .head-header h2 {
    font-size: 28px;
  }
}

.no-click {
  pointer-events: none;
  cursor: default;
}

#header.section {
  background-color: white !important;
  color: black !;
  transition: background 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: block;
}

#header.section nav.navbar {
  height: 80px; /* or whatever height works with your logo */
  align-items: center;
  display: block;
}

#header .navbar a {
  color: black;
}

#header .navbar a:hover {
  color: #007bff; /* or any hover color you want */
}

.main-body {
  /*background-color: #E7F6FF;*/
  padding: 40px 0;
}

body.home .main-body {
 /*background-color: #E7F6FF; */
padding: 40px 0;
}

body.contact .main-body {
  background-color: white;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    z-index: 999;
    padding-top: 100px;
    background-color: white;
    color: black;
}

/* ================================
   SITE HEADER BASE STYLES
   ================================ */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  z-index: 999;
  padding-top: 100px;
  background-color: white;
  color: black;
}

/* Logo stays fixed in position */
.logo {
  position: absolute;
  top: 1px;
  left: 10px;
  z-index: 1000;
  width: 170px;
  height: 60px;
}

/* Make logo image stable */
.logo img,
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.card {
  background: #fff;
  border-left: 6px solid #0057b8;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  min-height: 280px;           /* Ensures rectangular shape */
  display: flex;
  flex-direction: column;
  justify-content: center;     /* Vertically center content */
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1e2a3a;
  margin-bottom: 15px;
}

.card-description {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.6;
}

.clinical-full-image {
  width: 100vw;
  height: 65vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  margin-bottom: 50px;
}

.clinical-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.clinical-heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: -20px 0 10px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}

.clinical-description {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 1.6;
   font-family: 'Poppins', sans-serif;
   text-align: center;
}

.clinical-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
 max-width: 100%;        /* Stretch to full width */
  width: 100%;
  padding-left: -160px;     /* Add space left */
  padding-right: -160px;    /* Add space right */
  margin: 0 auto;
  box-sizing: border-box;
}

/* Individual Card */
.clinical-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.10);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 2px solid #e2e8f0;
}

/* Card Hover Effect */
.clinical-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Icon 
.clinical-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: -10px;
}*/

/* Card Title */
.clinical-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 7px;
  margin-top: 25px;
  text-align:left;
}

/* Card Description */
.clinical-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  margin-bottom: -20px;
}

.clinical-card.last-card {
  grid-column: 2;
}

.clinical-icon-circle {
 width: 80px;
  height: 80px;
  background-color: #e6f0fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: -20px;
  margin-top: -20px;
}

.clinical-icon-circle img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-left: 16px;
}

@media (max-width: 375px) {
  /* Hero Image */
  .clinical-full-image {
    height: 30vh;
    margin-bottom: 30px;
  }

  /* Heading */
  .clinical-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  /* Description */
  .clinical-description {
    font-size: 16px;
    padding: 0 10px;
  }

  /* Cards in single column */
  .clinical-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
  }

  /* Remove grid-column centering on mobile */
  .clinical-card.last-card {
    grid-column: auto;
  }

  /* Card adjustments */
  .clinical-card {
    padding: 20px 15px;
  }

  .clinical-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .clinical-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .clinical-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
    justify-content: center;
  }

  .clinical-icon-circle img {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .clinical-card:hover {
  transform: none;
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}
}

@media (min-width: 376px) and (max-width: 480px) {
  /* Hero Image */
  .clinical-full-image {
    height: 30vh;
    margin-bottom: 30px;
  }

  /* Heading */
  .clinical-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  /* Description */
  .clinical-description {
    font-size: 16px;
    padding: 0 10px;
  }

  /* Cards in single column */
  .clinical-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
  }

  /* Remove grid-column centering on mobile */
  .clinical-card.last-card {
    grid-column: auto;
  }

  /* Card adjustments */
  .clinical-card {
    padding: 20px 15px;
  }

  .clinical-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .clinical-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .clinical-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
    justify-content: center;
  }

  .clinical-icon-circle img {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .clinical-card:hover {
  transform: none;
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}
}

@media (min-width: 481px) and (max-width: 765px) {
  /* Hero Image */
 .clinical-full-image {
  height: 30vh;
  margin-bottom: 30px;
}

  /* Heading */
  .clinical-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  /* Description */
  .clinical-description {
    font-size: 16px;
    padding: 0 10px;
  }

  /* 3 cards per row */
  .clinical-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 10px;
    transition: none;
  }

  /* Last card in the second column */
  .clinical-card.last-card {
    grid-column: 2 / 3;
  }

  /* Card adjustments */
  .clinical-card {
  padding: 20px 15px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: none;
  }

 .clinical-card:hover {
  transform: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}
  .clinical-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .clinical-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .clinical-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
    justify-content: center;
  }

  .clinical-icon-circle img {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }
}

@media (min-width: 766px) and (max-width: 1024px) {
  /* Hero Image */
  .clinical-full-image {
    height: 35vh;
    margin-bottom: 30px;
  }

  /* Heading */
  .clinical-heading {
    font-size: 1.3rem;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  /* Description */
  .clinical-description {
    font-size: 16px;
    padding: 0 10px;
  }

  /* 3 cards per row */
  .clinical-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 10px;
    transition: none;
  }

  /* Last card in the second column */
  .clinical-card.last-card {
    grid-column: 2 / 3;
  }

  /* Card adjustments */
  .clinical-card {
    padding: 20px 15px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: none;
  }

  .clinical-card:hover {
    transform: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  }

  .clinical-card h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .clinical-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .clinical-icon-circle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-bottom: 0;
    justify-content: center;
  }

  .clinical-icon-circle img {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }
}


/* ========== Outer Wrapper ========== */
.protocol-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.protocol-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.protocol-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
   font-family: 'Poppins', sans-serif;
}

.protocol-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
   font-family: 'Poppins', sans-serif;
}

.protocol-tab-link:hover {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.protocol-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.protocol-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
    background: #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.protocol-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.protocol-tab-content {
  display: none;
}

.protocol-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.protocol-tab-heading {
  font-size: 27px;
  font-weight: 700;
   background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.protocol-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.protocol-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.protocol-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.protocol-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.protocol-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   
  width: 100%;                       
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            
  display: flex;                     
  align-items: center;               
  justify-content: center;           
  line-height: 1.4;                  
  white-space: normal; 
}

/* Card Body */
.protocol-card-body {
  padding: 1rem;
}

.protocol-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.protocol-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

.protocol-card li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.protocol-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  z-index: -1;
}

.protocol-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Text below the full-width image */
.protocol-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.protocol-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.protocol-hero-heading .highlight {
   background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
   font-family: 'Poppins', sans-serif;
}

.protocol-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
   font-family: 'Poppins', sans-serif;
}

/* ========== Responsive ========== */

@media (max-width: 375px) {

.protocol-tab-nav-card {
  margin-top: -40px;
}

.protocol-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;      /* Center tabs horizontally */
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;  
  width: 100%;             
}

  .protocol-tab-link {
    background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: 'Poppins', sans-serif;
  width: fit-content;
  }

  .protocol-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

  .protocol-tab-link.active::after {
    content: '';
    display: block;              /* use block for line effect */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;                /* underline spans full button text */
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .protocol-cards {
    flex-direction: column;
    align-items: center;
  }

  .protocol-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .protocol-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .protocol-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .protocol-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .protocol-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .protocol-hero-full-image {
    height: 30vh;
  }

  .protocol-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .protocol-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .protocol-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.protocol-tab-nav-card {
  margin-top: -40px;
}

.protocol-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;     
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .protocol-tab-link {
    background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: 'Poppins', sans-serif;
  width: fit-content;
  align-self: center;
  }

  .protocol-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

  .protocol-tab-link.active::after {
    content: '';
    display: block;              /* use block for line effect */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;                /* underline spans full button text */
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .protocol-cards {
    flex-direction: column;
    align-items: center;
  }

  .protocol-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .protocol-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .protocol-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .protocol-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .protocol-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .protocol-hero-full-image {
    height: 30vh;
  }

  .protocol-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .protocol-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .protocol-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {
  .protocol-cards {
    flex-direction: column;
    align-items: center;
  }

  .protocol-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .protocol-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .protocol-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .protocol-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .protocol-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .protocol-hero-full-image {
    height: 35vh;
  }

  .protocol-hero-heading {
    font-size: 1.8rem;
  }

  .protocol-hero-description {
    font-size: 1.05rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .protocol-cards {
    gap: 1rem;
  }

  .protocol-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .protocol-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .protocol-card-header {
    font-size: 16px;
  }

  .protocol-card-body li {
    font-size: 15px;
  }

  .protocol-hero-full-image {
    height: 40vh;
  }

  .protocol-hero-heading {
    font-size: 2rem;
  }

  .protocol-hero-description {
    font-size: 1.1rem;
  }
}

.site-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.site-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.site-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
}

.site-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.site-tab-link:hover {
  
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.site-tab-link.active {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.site-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background:  #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.site-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.site-tab-content {
  display: none;
}

.site-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.site-tab-heading {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.site-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.site-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.site-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.site-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.site-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              /* Slightly reduced padding for better vertical fit */
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   /* Change from `height` to `min-height` for multi-line support */
  width: 100%;                        /* Ensure it spans full card width */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            /* Include padding inside width */
  display: flex;                     /* Align multi-line headings better */
  align-items: center;               /* Vertically center content */
  justify-content: center;           /* Horizontally center content */
  line-height: 1.4;                  /* Prevent text clipping on wrap */
  white-space: normal; 
}

/* Card Body */
.site-card-body {
  padding: 1rem;
}

.site-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
}

.site-card li::before {
  content: '\2714';
  position: absolute;
  left: 0;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.site-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  z-index: -1;
}

.site-hero-full-image img {
  width: 100%;
  height: 100%;
}

/* Text below the full-width image */
.site-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.site-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.site-hero-heading .highlight {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.site-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ========== Responsive ========== */

@media (max-width: 375px) {

.site-tab-nav-card {
  margin-top: -40px;
}

.site-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;    
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .site-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .site-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .site-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .site-cards {
    flex-direction: column;
    align-items: center;
  }

  .site-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .site-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .site-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .site-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .site-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .site-hero-full-image {
    height: 30vh;
  }

  .site-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .site-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .site-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.site-tab-nav-card {
  margin-top: -40px;
}

.site-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .site-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .site-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .site-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .site-cards {
    flex-direction: column;
    align-items: center;
  }

  .site-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .site-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .site-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .site-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .site-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .site-hero-full-image {
    height: 30vh;
  }

  .site-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .site-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .site-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {

  .site-cards {
    flex-direction: column;
    align-items: center;
  }

  .site-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .site-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .site-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .site-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .site-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .site-hero-full-image {
    height: 35vh;
  }

  .site-hero-heading {
    font-size: 1.8rem;
  }

  .site-hero-description {
    font-size: 1.05rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {

  .site-cards {
    gap: 1rem;
  }

  .site-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .site-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .site-card-header {
    font-size: 16px;
  }

  .site-card-body li {
    font-size: 15px;
  }

  .site-hero-full-image {
    height: 40vh;
  }

  .site-hero-heading {
    font-size: 2rem;
  }

  .site-hero-description {
    font-size: 1.1rem;
  }
}

.center-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.center-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.center-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}

.center-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.center-tab-link:hover {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.center-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.center-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.center-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.center-tab-content {
  display: none;
}

.center-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.center-tab-heading {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.center-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.center-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.center-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.center-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.center-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              /* Slightly reduced padding for better vertical fit */
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   /* Change from `height` to `min-height` for multi-line support */
  width: 100%;                        /* Ensure it spans full card width */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            /* Include padding inside width */
  display: flex;                     /* Align multi-line headings better */
  align-items: center;               /* Vertically center content */
  justify-content: center;           /* Horizontally center content */
  line-height: 1.4;                  /* Prevent text clipping on wrap */
  white-space: normal; 
}

/* Card Body */
.center-card-body {
  padding: 1rem;
}

.center-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.center-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
}

.center-card li::before {
  content: '\2714';
  position: absolute;
  left: 0;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.center-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  z-index: -1;
}

.center-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Text below the full-width image */
.center-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.center-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.center-hero-heading .highlight {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.center-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ========== Responsive ========== */
@media (max-width: 375px) {

.center-tab-nav-card {
  margin-top: -40px;
}

.center-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}
  .center-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .center-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .center-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .center-cards {
    flex-direction: column;
    align-items: center;
  }

  .center-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .center-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .center-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .center-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .center-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .center-hero-full-image {
    height: 30vh;
  }

  .center-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .center-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .center-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.center-tab-nav-card {
  margin-top: -40px;
}

.center-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
 justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .center-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .center-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .center-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .center-cards {
    flex-direction: column;
    align-items: center;
  }

  .center-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .center-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .center-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .center-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .center-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .center-hero-full-image {
    height: 30vh;
  }

  .center-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .center-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .center-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {

  .center-cards {
    flex-direction: column;
    align-items: center;
  }

  .center-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .center-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .center-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .center-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .center-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .center-hero-full-image {
    height: 35vh;
  }

  .center-hero-heading {
    font-size: 1.8rem;
  }

  .center-hero-description {
    font-size: 1.05rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {

  .center-cards {
    gap: 1rem;
  }

  .center-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .center-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .center-card-header {
    font-size: 16px;
  }

  .center-card-body li {
    font-size: 15px;
  }

  .center-hero-full-image {
    height: 40vh;
  }

  .center-hero-heading {
    font-size: 2rem;
  }

  .center-hero-description {
    font-size: 1.1rem;
  }
}

.require-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.require-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.require-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.require-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.require-tab-link:hover {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.require-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.require-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background:  #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.require-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.require-tab-content {
  display: none;
}

.require-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.require-tab-heading {
  font-size: 27px;
  font-weight: 700;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.require-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.require-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.require-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.require-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.require-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              /* Slightly reduced padding for better vertical fit */
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   /* Change from `height` to `min-height` for multi-line support */
  width: 100%;                        /* Ensure it spans full card width */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            /* Include padding inside width */
  display: flex;                     /* Align multi-line headings better */
  align-items: center;               /* Vertically center content */
  justify-content: center;           /* Horizontally center content */
  line-height: 1.4;                  /* Prevent text clipping on wrap */
  white-space: normal; 
}

/* Card Body */
.require-card-body {
  padding: 1rem;
}

.require-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.require-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
}

.require-card-body li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.require-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  z-index: -1;
}

.require-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text below the full-width image */
.require-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.require-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.require-hero-heading .highlight {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.require-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

/* ========== Responsive ========== */
@media (max-width: 375px) {

.require-tab-nav-card {
  margin-top: -40px;
}

.require-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .require-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .require-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .require-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .require-cards {
    flex-direction: column;
    align-items: center;
  }

  .require-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .require-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .require-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .require-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .require-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .require-hero-full-image {
    height: 30vh;
  }

  .require-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .require-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .require-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.require-tab-nav-card {
  margin-top: -40px;
}

.require-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
 justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .require-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .require-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .require-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .require-cards {
    flex-direction: column;
    align-items: center;
  }

  .require-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .require-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .require-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .require-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .require-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .require-hero-full-image {
    height: 30vh;
  }

  .require-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .require-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .require-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {
  .require-cards {
    flex-direction: column;
    align-items: center;
  }

  .require-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .require-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .require-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .require-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .require-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .require-hero-full-image {
    height: 35vh;
  }

  .require-hero-heading {
    font-size: 1.8rem;
  }

  .require-hero-description {
    font-size: 1.05rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .require-cards {
    gap: 1rem;
  }

  .require-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .require-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .require-card-header {
    font-size: 16px;
  }

  .require-card-body li {
    font-size: 15px;
  }

  .require-hero-full-image {
    height: 40vh;
  }

  .require-hero-heading {
    font-size: 2rem;
  }

  .require-hero-description {
    font-size: 1.1rem;
  }
}

.data-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.data-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.data-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.data-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.data-tab-link:hover {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.data-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.data-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.data-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.data-tab-content {
  display: none;
}

.data-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.data-tab-heading {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.data-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.data-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.data-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.data-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.data-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              /* Slightly reduced padding for better vertical fit */
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   /* Change from `height` to `min-height` for multi-line support */
  width: 100%;                        /* Ensure it spans full card width */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            /* Include padding inside width */
  display: flex;                     /* Align multi-line headings better */
  align-items: center;               /* Vertically center content */
  justify-content: center;           /* Horizontally center content */
  line-height: 1.4;                  /* Prevent text clipping on wrap */
  white-space: normal; 
}

/* Card Body */
.data-card-body {
  padding: 1rem;
}

.data-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.data-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
}

.data-card-body li::before {
  content: '\2714';
  position: absolute;
  left: 0;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.data-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  z-index: -1;
}

.data-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text below the full-width image */
.data-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.data-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.data-hero-heading .highlight {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.data-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}


/* ========== Responsive ========== */
@media (max-width: 375px) {

.data-tab-nav-card {
  margin-top: -40px;
}

.data-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}
  .data-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .data-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .data-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .data-cards {
    flex-direction: column;
    align-items: center;
  }

  .data-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .data-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .data-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .data-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .data-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .data-hero-full-image {
    height: 30vh;
  }

  .data-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .data-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .data-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

 .data-tab-nav-card {
  margin-top: -40px;
}

.data-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
 justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .data-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .data-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .data-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .data-cards {
    flex-direction: column;
    align-items: center;
  }

  .data-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .data-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .data-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .data-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .data-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .data-hero-full-image {
    height: 30vh;
  }

  .data-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .data-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .data-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {
  .data-cards {
    flex-direction: column;
    align-items: center;
  }

  .data-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .data-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .data-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .data-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .data-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .data-hero-full-image {
    height: 35vh;
  }

  .data-hero-heading {
    font-size: 1.8rem;
  }

  .data-hero-description {
    font-size: 1.05rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .data-cards {
    gap: 1rem;
  }

  .data-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .data-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .data-card-header {
    font-size: 16px;
  }

  .data-card-body li {
    font-size: 15px;
  }

  .data-hero-full-image {
    height: 40vh;
  }

  .data-hero-heading {
    font-size: 2rem;
  }

  .data-hero-description {
    font-size: 1.1rem;
  }
}

.bio-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.bio-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.bio-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.bio-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.bio-tab-link:hover {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.bio-tab-link.active {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.bio-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.bio-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.bio-tab-content {
  display: none;
}

.bio-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.bio-tab-heading {
  font-size: 27px;
  font-weight: 700;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.bio-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.bio-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bio-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.bio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.bio-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   
  width: 100%;                        
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            
  display: flex;                     
  align-items: center;               
  justify-content: center;          
  line-height: 1.4;                 
  white-space: normal; 
}

/* Card Body */
.bio-card-body {
  padding: 1rem;
}

.bio-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bio-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
    font-family: 'Poppins', sans-serif;
}

.bio-card-body li::before {
  content: '\2714';
  position: absolute;
  left: 0;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.bio-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  z-index: -1;
}

.bio-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Text below the full-width image */
.bio-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.bio-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.bio-hero-heading .highlight {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.bio-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

/* ========== Responsive ========== */
@media (max-width: 375px) {

.bio-tab-nav-card {
  margin-top: -40px;
}

.bio-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .bio-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .bio-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .bio-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .bio-cards {
    flex-direction: column;
    align-items: center;
  }

  .bio-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .bio-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .bio-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .bio-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .bio-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .bio-hero-full-image {
    height: 30vh;
  }

  .bio-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .bio-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .bio-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.bio-tab-nav-card {
  margin-top: -40px;
}

.bio-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .bio-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .bio-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .bio-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .bio-cards {
    flex-direction: column;
    align-items: center;
  }

  .bio-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .bio-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .bio-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .bio-card-header {
    font-size: 15px;
  }

  .bio-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .bio-hero-full-image {
    height: 30vh;
  }

  .bio-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .bio-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .bio-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .bio-cards {
    flex-direction: column;
    align-items: center;
  }

  .bio-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .bio-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .bio-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .bio-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .bio-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .bio-hero-full-image {
    height: 35vh;
  }

  .bio-hero-heading {
    font-size: 1.8rem;
  }

  .bio-hero-description {
    font-size: 1.05rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .bio-cards {
    gap: 1rem;
  }

  .bio-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .bio-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .bio-card-header {
    font-size: 16px;
  }

  .bio-card-body li {
    font-size: 15px;
  }

  .bio-hero-full-image {
    height: 40vh;
  }

  .bio-hero-heading {
    font-size: 2rem;
  }

  .bio-hero-description {
    font-size: 1.1rem;
  }
}

.hcp-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.hcp-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.hcp-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hcp-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.hcp-tab-link:hover { 
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.hcp-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.hcp-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background:  #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.hcp-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.hcp-tab-content {
  display: none;
}

.hcp-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.hcp-tab-heading {
  font-size: 27px;
  font-weight: 700;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.hcp-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.hcp-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hcp-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.hcp-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.hcp-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              /* Slightly reduced padding for better vertical fit */
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   /* Change from `height` to `min-height` for multi-line support */
  width: 100%;                        /* Ensure it spans full card width */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            /* Include padding inside width */
  display: flex;                     /* Align multi-line headings better */
  align-items: center;               /* Vertically center content */
  justify-content: center;           /* Horizontally center content */
  line-height: 1.4;                  /* Prevent text clipping on wrap */
  white-space: normal; 
}

/* Card Body */
.hcp-card-body {
  padding: 1rem;
}

.hcp-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hcp-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
    font-family: 'Poppins', sans-serif;
}

.hcp-card li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.hcp-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  z-index: -1;
}

.hcp-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Text below the full-width image */
.hcp-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.hcp-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.hcp-hero-heading .highlight {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.hcp-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

/* ========== Responsive ========== */
@media (max-width: 375px) {

.hcp-tab-nav-card {
  margin-top: -40px;
}

.hcp-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .hcp-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .hcp-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .hcp-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .hcp-cards {
    flex-direction: column;
    align-items: center;
  }

  .hcp-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .hcp-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .hcp-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .hcp-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .hcp-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .hcp-hero-full-image {
    height: 30vh;
  }

  .hcp-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .hcp-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .hcp-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.hcp-tab-nav-card {
  margin-top: -40px;
}

.hcp-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .hcp-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .hcp-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .hcp-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .hcp-cards {
    flex-direction: column;
    align-items: center;
  }

  .hcp-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .hcp-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .hcp-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .hcp-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .hcp-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .hcp-hero-full-image {
    height: 30vh;
  }

  .hcp-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .hcp-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .hcp-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hcp-cards {
    flex-direction: column;
    align-items: center;
  }

  .hcp-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .hcp-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .hcp-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .hcp-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .hcp-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .hcp-hero-full-image {
    height: 35vh;
  }

  .hcp-hero-heading {
    font-size: 1.8rem;
  }

  .hcp-hero-description {
    font-size: 1.05rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hcp-cards {
    gap: 1rem;
  }

  .hcp-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .hcp-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .hcp-card-header {
    font-size: 16px;
  }

  .hcp-card-body li {
    font-size: 15px;
  }

  .hcp-hero-full-image {
    height: 35vh;
  }

  .hcp-hero-heading {
    font-size: 2rem;
  }

  .hcp-hero-description {
    font-size: 1.1rem;
  }
}

.sales-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.sales-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.sales-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.sales-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.sales-tab-link:hover {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.sales-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.sales-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background:  #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.sales-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.sales-tab-content {
  display: none;
}

.sales-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.sales-tab-heading {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.sales-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.sales-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sales-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.sales-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.sales-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              /* Slightly reduced padding for better vertical fit */
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   /* Change from `height` to `min-height` for multi-line support */
  width: 100%;                        /* Ensure it spans full card width */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            /* Include padding inside width */
  display: flex;                     /* Align multi-line headings better */
  align-items: center;               /* Vertically center content */
  justify-content: center;           /* Horizontally center content */
  line-height: 1.4;                  /* Prevent text clipping on wrap */
  white-space: normal; 
}

/* Card Body */
.sales-card-body {
  padding: 1rem;
}

.sales-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sales-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
    font-family: 'Poppins', sans-serif;
}

.sales-card-body li::before {
  content: '\2714';
  position: absolute;
  left: 0;
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.sales-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  z-index: -1;
}

.sales-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Text below the full-width image */
.sales-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.sales-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.sales-hero-heading .highlight {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.sales-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}


/* ========== Responsive ========== */
@media (max-width: 375px) {

.sales-tab-nav-card {
  margin-top: -40px;
}

.sales-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;      /* Center tabs horizontally */
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .sales-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .sales-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .sales-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .sales-cards {
    flex-direction: column;
    align-items: center;
  }

  .sales-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .sales-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .sales-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .sales-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .sales-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .sales-hero-full-image {
    height: 30vh;
  }

  .sales-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .sales-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .sales-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.sales-tab-nav-card {
  margin-top: -40px;
}

.sales-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: center;      /* Center tabs horizontally */
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .sales-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .sales-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .sales-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .sales-cards {
    flex-direction: column;
    align-items: center;
  }

  .sales-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .sales-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .sales-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .sales-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .sales-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .sales-hero-full-image {
    height: 30vh;
  }

  .sales-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .sales-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .sales-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .sales-cards {
    flex-direction: column;
    align-items: center;
  }

  .sales-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .sales-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .sales-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .sales-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .sales-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .sales-hero-full-image {
    height: 35vh;
  }

  .sales-hero-heading {
    font-size: 1.8rem;
  }

  .sales-hero-description {
    font-size: 1.05rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .sales-cards {
    gap: 1rem;
  }

  .sales-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .sales-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .sales-card-header {
    font-size: 16px;
  }

  .sales-card-body li {
    font-size: 15px;
  }

  .sales-hero-full-image {
    height: 40vh;
  }

  .sales-hero-heading {
    font-size: 2rem;
  }

  .sales-hero-description {
    font-size: 1.1rem;
  }
}

.omni-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.omni-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.omni-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.omni-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.omni-tab-link:hover {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.omni-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.omni-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background:  #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.omni-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.omni-tab-content {
  display: none;
}

.omni-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.omni-tab-heading {
  font-size: 27px;
  font-weight: 700; 
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.omni-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.omni-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.omni-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.omni-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.omni-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   
  width: 100%;                        
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            
  display: flex;                     
  align-items: center;               
  justify-content: center;           
  line-height: 1.4;                  
  white-space: normal; 
}

/* Card Body */
.omni-card-body {
  padding: 1rem;
}

.omni-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.omni-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
    font-family: 'Poppins', sans-serif;
}

.omni-card-body li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.omni-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  z-index: -1;
}

.omni-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text below the full-width image */
.omni-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.omni-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.omni-hero-heading .highlight {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}
.omni-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

/* ========== Responsive ========== */
@media (max-width: 375px) {

.omni-tab-nav-card {
  margin-top: -40px;
}

.omni-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .omni-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .omni-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .omni-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .omni-cards {
    flex-direction: column;
    align-items: center;
  }

  .omni-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .omni-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .omni-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .omni-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .omni-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .omni-hero-full-image {
    height: 30vh;
  }

  .omni-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .omni-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .omni-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.omni-tab-nav-card {
  margin-top: -40px;
}

.omni-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: center;      /* Center tabs horizontally */
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .omni-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .omni-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .omni-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .omni-cards {
    flex-direction: column;
    align-items: center;
  }

  .omni-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .omni-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .omni-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .omni-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .omni-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .omni-hero-full-image {
    height: 30vh;
  }

  .omni-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .omni-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .omni-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .omni-cards {
    flex-direction: column;
    align-items: center;
  }

  .omni-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .omni-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .omni-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .omni-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .omni-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .omni-hero-full-image {
    height: 35vh;
  }

  .omni-hero-heading {
    font-size: 1.8rem;
  }

  .omni-hero-description {
    font-size: 1.05rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .omni-cards {
    gap: 1rem;
  }

  .omni-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .omni-card:hover {
    transform: none;
  }

  .omni-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .omni-card-header {
    font-size: 16px;
  }

  .omni-card-body li {
    font-size: 15px;
  }

  .omni-hero-full-image {
    height: 40vh;
  }

  .omni-hero-heading {
    font-size: 2rem;
  }

  .omni-hero-description {
    font-size: 1.1rem;
  }
}

.industries-full-image {
  width: 100vw;
  height: 60vh; 
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden; 
}

.industries-full-image img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
   object-position: top center bottom;
}

.industries-heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: -20px 0 10px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.industries-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.industries-card {
  background: #fff;
  border: 1px solid #dce3f0;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industries-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.icon-circle {
  background-color: #e6f0fa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.industries-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  margin-top: -15px;
  font-family: 'Poppins', sans-serif;
}

.industries-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  text-align:left;
  font-family: 'Poppins', sans-serif;
}

.industries-card.last-card {
  grid-column: 1 / -1; /* Span entire row */
  justify-self: center; /* Center within the row */
  max-width: 453px; /* Optional: to restrict width */
}

/* Responsive styles for mobile devices */
@media (max-width: 375px) {
  .industries-full-image {
    height: 40vh;
  }

  .industries-heading {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .industries-cards {
    display: flex;              /* Use flex instead of grid */
    flex-direction: column;     /* Stack vertically */
    gap: 20px;
    padding: 20px 10px;
  }

  .industries-card {
    padding: 20px 15px;
    border-radius: 12px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }

  .industries-card h3 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .industries-card p {
    font-size: 14px;
  }

  .industries-card.last-card {
    max-width: 100%;
    grid-column: auto;   /* Remove grid spanning */
    justify-self: auto;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .industries-full-image {
    height: 35vh;
  }

  .industries-heading {
    font-size: 1.4rem;
    margin-bottom: -10px;
  }

  .industries-cards {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 15px;
    margin-bottom: -60px;
  }

  .industries-card {
    padding: 25px 20px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-circle img {
    width: 35px;
    height: 35px;
  }

  .industries-card h3 {
    font-size: 1.1rem;
  }

  .industries-card p {
    font-size: 15px;
  }

  .industries-card.last-card {
    max-width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .industries-full-image {
    height: 40vh;
  }

  .industries-heading {
    font-size: 1.4rem;
    margin-bottom: -10px;
  }

  .industries-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 25px;
    padding: 30px 15px;
    margin-bottom: -60px;
  }

  .industries-card {
    padding: 25px 20px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-circle img {
    width: 35px;
    height: 35px;
  }

  .industries-card h3 {
    font-size: 1.1rem;
  }

  .industries-card p {
    font-size: 15px;
  }

  .industries-card.last-card {
     justify-self: center;
    width: 100%;
    max-width: 53%;             
  }
}

/* ======= medical ======= */
.medical-tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ========== Navigation Card ========== */
.medical-tab-nav-card {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  max-width: 600px;     
  width: 100%;         
  margin-left: auto;
  margin-right: auto;
}

.medical-tab-navigation {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.medical-tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.medical-tab-link:hover {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.medical-tab-link.active {
 background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.medical-tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background:  #5b43ea;
  border-radius: 2px;
}

/* ========== Tab Content Card ========== */
.medical-tab-content-card {
 background: white;
 box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
 border-radius: 16px;
 padding: 2rem;
 margin-bottom: 40px;
 max-width: 1200px;  
 width: 100%;        
 margin-left: auto;
 margin-right: auto;
}

.medical-tab-content {
  display: none;
}

.medical-tab-content.active {
  display: block;
}

/* ========== Tab Heading ========== */
.medical-tab-heading {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

/* ========== Cards Layout ========== */
.medical-cards
 {
  display: flex;
  flex-wrap: wrap;      
  gap: 1rem;           
  justify-content: space-between;
}

.medical-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.medical-full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.medical-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

/* Card Header */
.medical-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;              /* Slightly reduced padding for better vertical fit */
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;                   /* Change from `height` to `min-height` for multi-line support */
  width: 100%;                        /* Ensure it spans full card width */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;            /* Include padding inside width */
  display: flex;                     /* Align multi-line headings better */
  align-items: center;               /* Vertically center content */
  justify-content: center;           /* Horizontally center content */
  line-height: 1.4;                  /* Prevent text clipping on wrap */
  white-space: normal; 
}

/* Card Body */
.medical-card-body {
  padding: 1rem;
}

.medical-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.medical-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
    font-family: 'Poppins', sans-serif;
}

.medical-card-body li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-weight: bold;
}

/* Full-width hero image wrapper */
.medical-hero-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
  z-index: -1;
}

.medical-hero-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Text below the full-width image */
.medical-hero-text-below {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.medical-hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.medical-hero-heading .highlight {
  background: linear-gradient(to right, #6743f8, #9164f9); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
    font-family: 'Poppins', sans-serif;
}

.medical-hero-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}


/* ========== Responsive ========== */
@media (max-width: 375px) {

.medical-tab-nav-card {
  margin-top: -40px;
}

.medical-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .medical-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .medical-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .medical-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .medical-cards {
    flex-direction: column;
    align-items: center;
  }

  .medical-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .medical-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .medical-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .medical-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .medical-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .medical-hero-full-image {
    height: 30vh !important;
  }

  .medical-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .medical-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .medical-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {

.medical-tab-nav-card {
  margin-top: -40px !important;
}

.medical-tab-navigation {
  display: flex;
  flex-direction: row;          /* ✅ Force horizontal layout */
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;              /* Allow wrapping on small screens */
  gap: 0.55rem;                 /* Spacing between tabs */
}

  .medical-tab-link {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    position: relative;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    align-self: center;
  }

  .medical-tab-link.active {
    background: linear-gradient(to right, #6743f8, #9164f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
  }

  .medical-tab-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b43ea;
    border-radius: 2px;
    transition: width 0.3s ease;
  }

  .medical-cards {
    flex-direction: column;
    align-items: center;
  }

  .medical-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .medical-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .medical-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .medical-card-header {
    font-size: 15px;
    padding: 1rem;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }

  .medical-card-body li {
    font-size: 14px;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .medical-hero-full-image {
    height: 30vh;
  }

  .medical-hero-text-below {
    padding: 1.5rem 1rem;
  }

  .medical-hero-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .medical-hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {
  .medical-cards {
    flex-direction: column;
    align-items: center;
  }

  .medical-card {
    flex: 1 1 100%;
    max-width: 95%;
    width: 95%;
  }

  .medical-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .medical-card:hover {
    transform: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .medical-card-header {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
  }

  .medical-card-body li {
    font-size: 14.5px;
    margin-bottom: 0.6rem;
  }

  .medical-hero-full-image {
    height: 35vh;
  }

  .medical-hero-heading {
    font-size: 1.8rem;
  }

  .medical-hero-description {
    font-size: 1.05rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .medical-cards {
    gap: 1rem;
  }

  .medical-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .medical-full-width-card {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .medical-card-header {
    font-size: 16px;
  }

  .medical-card-body li {
    font-size: 15px;
  }

  .medical-hero-full-image {
    height: 40vh;
  }

  .medical-hero-heading {
    font-size: 2rem;
  }

  .medical-hero-description {
    font-size: 1.1rem;
  }
}

.know-full-image {
  width: 100vw;
  height: 60vh; 
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden; 
}

.know-full-image img {
  width: 100%;
  height: 100%; 
}

.know-heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: -20px 0 10px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  margin-top: 40px;
}

.know-description {
  font-size: 20px !important;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: -10px;
}

.know-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.know-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.know-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.icon-circle {
  background-color: #e6f0fa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.know-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  margin-top: -15px;
  font-family: 'Poppins', sans-serif;
}

.know-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  text-align:left;
  font-family: 'Poppins', sans-serif;
}

.know-below-cards-text {
  font-size: 20px !important;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: -10px;
  margin-left: 28px;
}

.bottom-card-points {
  font-size: 15px !important;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: -10px;
}

@media (max-width: 375px) {
  .know-full-image {
    height: 30vh;
  }

  .know-heading {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .know-description,
  .know-below-cards-text,
  .bottom-card-points {
    font-size: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
  }

  .know-cards {
    grid-template-columns: 1fr;
    padding: 20px 10px;
    gap: 20px;
  }

  .know-card {
    padding: 20px 15px;
    transition: none;
  }

  .know-card:hover {
  transform: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

  .know-card h3 {
    font-size: 1rem;
  }

  .know-card p {
    font-size: 14px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 376px) and (max-width: 480px) {
  .know-full-image {
    height: 30vh;
  }

  .know-heading {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .know-description,
  .know-below-cards-text,
  .bottom-card-points {
    font-size: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
  }

  .know-cards {
    grid-template-columns: 1fr;
    padding: 20px 10px;
    gap: 20px;
  }

  .know-card {
    padding: 20px 15px;
    transition: none;
  }

  .know-card:hover {
  transform: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

  .know-card h3 {
    font-size: 1rem;
  }

  .know-card p {
    font-size: 14px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .know-full-image {
    height: 35vh;
  }

  .know-heading {
    font-size: 1.4rem;
    margin-top: 30px;
  }

  .know-description,
  .know-below-cards-text,
  .bottom-card-points {
    font-size: 17px !important;
    margin-left: 15px;
    margin-right: 15px;
  }

  .know-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 30px 15px;
    gap: 25px;
  }

  .know-card {
    padding: 25px 20px;
  }

  .know-card h3 {
    font-size: 1.05rem;
  }

  .know-card p {
    font-size: 15px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-circle img {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .know-full-image {
    height: 40vh;
  }

  .know-heading {
    font-size: 1.5rem;
    margin-top: 35px;
  }

  .know-description,
  .know-below-cards-text,
  .bottom-card-points {
    font-size: 18px !important;
    margin-left: 25px;
    margin-right: 25px;
  }

  .know-cards {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 40px 20px;
    gap: 30px;
  }

  .know-card {
    padding: 28px 22px;
  }

  .know-card h3 {
    font-size: 1.1rem;
  }

  .know-card p {
    font-size: 15px;
  }

  .icon-circle {
    width: 75px;
    height: 75px;
  }

  .icon-circle img {
    width: 38px;
    height: 38px;
  }
}

.desktop-menu {
  display: block;
  position: relative;
  z-index: 999;
}

.mobile-menu {
  display: none;
}

/* Mobile toggle icon positioning */
.mobile-menu .button_container {
 width: 30px;
  height: 22px;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
  
}

.mobile-menu .button_container i {
  font-size: 30pt;
  font-weight: bold;
  color:#3e70c9;
}

body.menu-open {
  overflow: hidden;
}

@media only screen and (max-width: 1030px) {
  .navbar .desktop-menu{
    display: none;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: auto !important;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 998; 
    display: block;
    pointer-events: auto;
  }

  #overlay.show {
    display: block;
  }

  .overlay-menu ul {
    margin-top: 10px;
  }

  .overlay-menu ul li a {
    font-size: 16px; 
    font-weight: bold !important;
    color: rgb(0, 103, 255);
  }

  .overlay-menu ul li {
    margin-bottom: 10px; /* Optional spacing between items */
  }

  .treemenu .toggler {
    font-size: 33px;
    line-height: 1rem;
    float: left;
    padding-left: 5px;
    cursor: pointer;
    vertical-align: top;
  }
  
}

@media (min-width: 1031px) {
  .desktop-menu {
    display: flex !important;
    position: relative !important;
    top: auto !important;
    right: 20px;
    background: transparent !important;
    padding: 0 !important;
  }

  .desktop-menu.open {
    all: unset; /* ← Reset any leftover styles */
    display: flex !important;
    position: relative !important;
  }

  .desktop-menu a {
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
    color: #000;
  }

  html, body {
    overflow-x: hidden !important;
    overflow-y: auto !important; 
  }
}

.power-full-image {
  width: 100vw;
  height: 60vh; 
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden; 
  margin-bottom: 100px;
}

.power-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.power-title {
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: 600;
  color: #222;
  margin: -20px 0 10px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  margin-top: -80px;
}

.power-description {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  margin-bottom: -10px;
  text-align: center;
}

.power-manpower-cards {
  padding: 50px 0;
  margin-bottom: -70px;
  margin-top: -30px;
}

.power-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  justify-items: center;
}

.power-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  border-left: 6px solid #003f7d;
  border-right: 2px solid #e2e8f0;
  border-top: 2px solid #e2e8f0;
  border-bottom: 2px solid #e2e8f0;
}

.power-card:nth-child(even) {
  border-left: 6px solid #2ecc71;
}

.power-card:hover {
  transform: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.power-card .power-icon-circle {
  width: 80px;
  height: 80px;
  background-color: #e9eff5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

.power-card .power-icon-circle img {
  width: 50px;
  height: 50px;
}

.power-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1c2c3f;
  margin-bottom: 15px;
  margin-top: 25px;
  text-align: left;
  font-family: 'Open Sans', 'Poppins', sans-serif;
}

.power-card-description {
  font-size: 16px;
  color: #4a5a6a;
  line-height: 1.6;
  text-align: left;
  margin-bottom: -20px;
  font-family: 'Open Sans', 'Poppins', sans-serif;
}

.centered-card {
  grid-column: 1 / -1;         
  justify-self: center;       
}

@media (max-width: 375px) {
  .power-full-image {
    height: 30vh;
    margin-bottom: 50px;
  }

  .power-title {
    font-size: 1.5rem;
    margin-top: -2rem;
  }

  .power-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .power-manpower-cards {
    padding: 30px 0;
    margin-top: -20px;
    margin-bottom: -40px;
  }

  .power-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }

  .power-card {
    padding: 20px;
    max-width: 95%;
  }

  .power-icon-circle {
    width: 70px;
    height: 70px;
  }

  .power-icon-circle img {
    width: 40px;
    height: 40px;
  }

  .power-card-title,
  .power-card-description {
    text-align: left;
  }

  .power-card-title {
    font-size: 18px;
  }

  .power-card-description {
    font-size: 15px;
    margin-bottom: -10px;
  }
}

/* ========== Mobile: ≤480px ========== */
@media (min-width: 376px) and (max-width: 480px) {
  .power-full-image {
    height: 30vh;
    margin-bottom: 50px;
  }

  .power-title {
    font-size: 1.5rem;
    margin-top: -2rem;
  }

  .power-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .power-manpower-cards {
    padding: 30px 0;
    margin-top: -20px;
    margin-bottom: -40px;
  }

  .power-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }

  .power-card {
    padding: 20px;
    max-width: 95%;
  }

  .power-icon-circle {
    width: 70px;
    height: 70px;
  }

  .power-icon-circle img {
    width: 40px;
    height: 40px;
  }

  .power-card-title,
  .power-card-description {
    text-align: left;
  }

  .power-card-title {
    font-size: 18px;
  }

  .power-card-description {
    font-size: 15px;
     margin-bottom: -10px;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {
  .power-full-image {
    height: 35vh;
    margin-bottom: 70px;
  }

  .power-title {
    font-size: 1.8rem;
    margin-top: -2.5rem;
  }

  .power-description {
    font-size: 1.05rem;
  }

  .power-manpower-cards {
    padding: 40px 0;
    margin-top: -25px;
    margin-bottom: -50px;
  }

  .power-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }

  .power-card {
    max-width: 95%;
    padding: 25px;
  }

  .power-card-title,
  .power-card-description {
    text-align: left;
  }

  .power-card-description {
    margin-bottom: -10px;
  }

}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .power-full-image {
    height: 40vh;
    margin-bottom: 130px !important;
  }

  .power-title {
    font-size: 2rem;
  }

  .power-description {
    font-size: 1.1rem;
  }

  .power-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .power-card {
    max-width: 100%;
  }

  .power-card-description {
    margin-bottom: -10px;
  }

  .centered-card {
    justify-self: center;
    width: 100%;
    max-width: 53%;   
  }
}

/* Heading with Responsive*/
.heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: -20px 0 10px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* 375px */
@media (max-width: 375px) {
  .heading {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .heading {
    font-size: 1.3rem;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .heading {
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .heading {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

/* Industries Cards with Responsive */
.section-cards.card-type-a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
}

.card-item {
  background: #fff;
  border: 1px solid #dce3f0;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: -40px;
}

.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.icon-circle {
  background-color: #e6f0fa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.card-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  margin-top: -15px;
  font-family: 'Poppins', sans-serif;
}

.card-item p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1px;
}

.card-item ul {
  padding-left: 1.2rem;
  text-align: left;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

.card-item ul li {
  margin-bottom: 10px;
  list-style-type: none !important;
}

.card-type-a .centered-card {    
 grid-column: 1 / -1; 
 justify-self: center; 
 max-width: 453px;
}

/* 375px */
@media (max-width: 375px) {
  .section-cards.card-type-a {
    padding: 30px 15px;
    gap: 20px;
    margin-right: 20px;
  }

  .card-item {
    padding: 25px 20px;
  }

  .card-item h3 {
    font-size: 1rem;
  }

  .card-item p, .card-item ul {
    font-size: 14px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .section-cards.card-type-a {
    padding: 35px 18px;
    gap: 25px;
  }

  .card-item {
    padding: 28px 22px;
  }

  .card-item h3 {
    font-size: 1.5rem;
  }

  .card-item p, .card-item ul {
    font-size: 14.5px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-circle img {
    width: 36px;
    height: 36px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .section-cards.card-type-a {
    gap: 28px;
    padding: 40px 20px;
  }

  .card-item {
    padding: 30px 25px;
  }

  .card-item h3 {
    font-size: 1.1rem;
  } 

  .card-item p, .card-item ul {
    font-size: 15px;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
  }

  .icon-circle img {
    width: 40px;
    height: 40px;
  }
}

/* 769px-1024px */
@media( min-width: 769px) and (max-width: 1024px) {
  .section-cards.card-type-a {
    gap: 30px;
    padding: 40px 25px;
  }

  .card-item {
    padding: 32px 28px;
  }

  .card-item h3 {
    font-size: 1.15rem;
  }

  .card-item p, .card-item ul {
    font-size: 15.5px;
  }
}

/* Clinical Cards with Responsive */
.section-cards.card-type-b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 100%;
  width: 100%;
  padding-left: -160px;
  padding-right: -160px;
  margin: 0 auto;
  box-sizing: border-box;
}

.card-style-b {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.10);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;          
  gap: 20px;
  border: 2px solid #e2e8f0;
   margin-bottom: 35px;
}

.card-style-b:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

.icon-box {
  width: 80px;
  height: 80px;
  background-color: #e6f0fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
  margin-top: -20px;          
}

.icon-box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.card-style-b h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: left;
}

.card-style-b p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  margin-bottom: -5px;
}

.card-type-b .centered-card {
  grid-column: 2;
}

/* 375px */
@media (max-width: 375px) {
  .section-cards.card-type-b {
    grid-template-columns: 1fr;
    padding: 0 10px;
    margin-bottom: 90px;
  }

  .card-style b {
    padding: 25px 15px;
  }

  .icon-box {
    width: 55px;
    height: 55px;
  }

  .icon-box img {
    width: 30px;
    height: 30px;
  }

  .card-style-b h3 {
    font-size: 16px;
  }

  .card-style-b p {
    font-size: 11.5px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .section-cards.card-type-b {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .card-style-b {
    padding: 30px 20px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
  }

  .icon-box img {
    width: 35px;
    height: 35px;
  }

  .card-style-b h3 {
    font-size: 18px;
  }

  .card-style-b p {
    font-size: 12px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px){
  .section-cards.card-type-b {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }

  .card-type-b .centered-card {
    grid-column: auto;
    max-width: 100%;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .section-cards.card-type-b {
    grid-template-columns: repeat (2, 1fr);
    padding: 0 30px;
  }

  .card-type-b .centered-card {
    grid-column: 2;
  }
}

/* Manpower Cards with Responsive */
.section-cards.card-type-c {
  padding: 50px 0;
  margin-bottom: -30px;
  margin-top: -30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  justify-items: center;
}

.card-style-c {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  text-align: left;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  border-left: 6px solid #003f7d;
  border-right: 2px solid #e2e8f0;
  border-top: 2px solid #e2e8f0;
  border-bottom: 2px solid #e2e8f0;
  transition: box-shadow 0.3s ease;
}

.card-style-c:nth-child(even) {
  border-left-color: #2ecc71;
}

.card-style-c:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.card-style-c .icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #e9eff5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

.card-style-c .icon-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.card-style-c h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1c2c3f;
  margin-bottom: 30px;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.card-style-c p {
  font-size: 16px;
  color: #4a5a6a;
  line-height: 1.6;
  margin-bottom: -20px;
  font-family: 'Poppins', sans-serif;
}

.card-type-c .centered-card {
  grid-column: 1 / -1;         
  justify-self: center !important;       
}

/* 375px */
@media (max-width: 375px) {
  .section-cards.card-type-c {
    grid-template-columns: 1fr;
    padding: 30px 15px;
    gap: 20px;
    margin-bottom: 10px;
  }

  .card-style-c {
    padding: 20px;
  }

  .card-style-c h3 {
    font-size: 18px;
  }

  .card-style-c p {
    font-size: 14px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .section-cards.card-type-c {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 25px;
  }

  .card-style-c {
    padding: 25px;
  }

  .card-style-c h3 {
    font-size: 19px;
  }

  .card-style-c p {
    font-size: 15px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .section-cards.card-type-c {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 40px 30px;
  }

  .card-style-c {
    padding: 25px;
  }

  .card-type-c .centered-card {
    grid-column: 1 / -1;         
    justify-self: center !important;       
  }
}

/*769px-1024px*/
@media (min-width: 769px) and (max-width: 1024px) {
  .section-cards.card-type-c {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 50px 40px;
  }
}

/* Why Choosu Us with Responsive */
.section-cards.card-type-d {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 15px;
}

.card-item {
  background: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3 ease;
  border: 2px solid #e2e8f0;
}

.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

.card-item .icon-circle {
  background-color: #e6f0fa !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 20px auto 50px auto !important;
}

.card-item .icon-circle img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.card-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  margin-top: -15px;
  font-family: 'Poppins', sans-serif;
}

.card-item p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.card-type-d .centered-card {
  grid-column: 2;
}

/* 375px */
@media (max-width: 375px) {
  .section-cards.card-type-d {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-type-d .centered-card {
    grid-column: auto;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .section-cards.card-type-d {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .card-type-d .centered-card {
    grid-column: auto;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .section-cards.car-type-d {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .card-type-d .centered-card {
    grid-column: span 2;
    justify-self: center;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .section-cards.card-type-d {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .section-type-d .centered-card {
    grid-column: 2;
  }
}

/* Life at SKA Cards with Responsive */
.section-cards.card-type-e {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.card-item {
  flex: 1 1 400px;
  max-width: 500px;
  background-color: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  text-align: center;
  padding: 40px 30px;
  transition: transform 0.3s ease;
  margin-bottom: 15px;
}

.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.card-item.centered-card {
  margin-left: auto;
  margin-right: auto;
}

.life-icon-circle {
  width: 80px;
  height: 80px;
  background-color: #edf2f7;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
   color: rgb(0, 51, 102);
}

.card-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a202c;
  font-family: 'Poppins', sans-serif;
}

.card-item ul {
  padding-left: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.card-item li {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 8px;
  font-family: 'Poppins, sans-serif';
}

.card-item p {
  font-size: 15px;
  color: #4a5568;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.read-more-link {
  display: inline-block;
  margin-top: -10px;
  color: #3333cc;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  margin-left: -40px;
}

.read-more-link:hover {
  color: black !important;
  text-decoration: none;
}

.read-more-link:focus {
  color: #3333cc;
  text-decoration: none;
}

.first-part {
  font-weight: 500;
  color: #2d3748;
}

#extra-part-1,
#life-full-text-1 {
  display: none;
}

ul li.merge-with-first {
  list-style-type: none;
  margin-top: -10px;
  padding-left: 0;
  text-indent: -1.5em;
}

/* 375px */
@media (max-width: 375px) {
  .section-cards.card-type-e {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }

  .card-item {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 30px 20px;
  }

  .life-icon-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .card-item h3 {
    font-size: 18px;
  }

  .card-item li, .card-item p {
    font-size: 15px;
  }

  .read-more-link {
    margin-left: 0;
    font-size: 14px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .section-cards.card-type-e {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .card-item {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 35px 25px;
  }

  .life-icon-circle {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .card-item h3 {
    font-size: 19px;
  }

  .card-item li,
  .card-item p {
    font-size: 14.5px;
  }

  .read-more-link {
    margin-left: 0;
    font-size: 14.5px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .section-cards.card-type-e {
    justify-content: space-evenly;
    gap: 30px;
    margin-top: 50px;
  }

  .card-item {
    flex: 1 1 calc(50% - 20px);
    max-width: 100%;
    padding: 35px 25px;
  }

  .life-icon-circle {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }

  .card-item h3 {
    font-size: 20px;
  }

  .card-item li,
  .card-item p {
    font-size: 15px;
  }

  .read-more-link {
    margin-left: 0;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .section-cards.card-type-e {
    justify-content: space-around;
    gap: 35px;
    margin-top: 60px;
  }

  .card-item {
    flex: 1 1 calc(45% - 20px);
    max-width: 100%;
    padding: 40px 30px;
  }

  .life-icon-circle {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }

  .card-item h3 {
    font-size: 20px;
  }

  .card-item li,
  .card-item p {
    font-size: 15px;
  }

  .read-more-link {
    margin-left: -20px;
  }
}

/* Hero Image with responsive*/
.row-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-y: hidden;
}

.row-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* 375px */
@media (max-width: 375px) {
  .row-full-image {
    height: 30vh;
  }

  .row-full-image img {
    object-position: center top;
  }
}

/*376px-480px*/
@media (min-width: 376px) and (max-width: 480px) {
  .row-full-image {
    height: 30vh;
  }

  .row-full-image img {
    object-position: center top;
  }
}

/* 481px-768px*/
@media (min-width: 481px) and (max-width: 768px) {
  .row-full-image {
    height: 35vh;
  }

  .row-full-image img {
    object-position: center top;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .row-full-image {
    height: 40vh;
  }

  .row-full-image img {
    object-position: top;
  }
}

/* Description with Responsive*/
.description {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  margin-bottom: -10px;
  text-align: center;
}

/* 375px */
@media (max-width: 375px) {
  .description {
    font-size: 0.9rem !important;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .description {
    font-size: 0.95rem;
    line-height: 1.45;
    margin-bottom: 9px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .description {
    font-size: 1.05rem;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .description {
    font-size: 1.1rem;
  }
}

/* Description2 with Responsive */
.desc {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: 60px;
}

/* 375px */
@media (max-width: 375px) {
  .desc {
    font-size: 14px;
    margin-top: 30px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .desc {
    font-size: 15px;
    margin-top: 35px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .desc {
    font-size: 16px;
    margin-top: 45px;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .desc {
    font-size: 18px;
    margin-top: 55px;
  }
}

/* Card+Video Layout with responsive*/
.card-video-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.left-card {
  flex: 1 1 45%;
  max-width: 45%;
}

.card-style-left {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-style-left:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

.card-style-left h3 {
  font-size: 20px;
  margin: 0.5rem 0;
  text-align: left;
}

.card-style-left p {
  color: #555;
  font-size: 16px;;
  margin: 0;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #e9eff5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

.icon-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.right-videos {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.video-player {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 375px */
@media (max-width: 375px) {
  .card-video-row {
    flex-direction: column;
    margin-top: 7rem
  }

  .left-card,
  .right-videos {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .right-videos {
    gap: 1.5rem;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .card-video-row {
    flex-direction: column;
     margin-top: 7rem
  }

  .left-card,
  .right-videos {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .right-videos {
    gap: 1.75rem;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .card-video-row {
    flex-direction: row;
     margin-top: 7rem
  }

  .left-card,
  .right-videos {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .right-videos {
    gap: 2rem;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .card-video-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
     margin-top: 7rem
  }

  .left-card,
  .right-videos {
    flex: 1 1 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
  }

  .right-videos {
    gap: 0.5rem;
  }

  .card-style-left {
    flex: 1;
    height: 100%; /* Ensures full height */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Optional: spreads content evenly */
  }

  .video-player {
    flex: 1;
    height: 100%;
    object-fit: cover;
  }
}

/* Below Cards Text1 with Responsive*/
.below-cards-text {
  font-size: 20px !important;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-top: 20px;
  margin-left: 28px;
}

/* 375px */
@media (max-width: 375px){
  .below-cards-text {
    font-size: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .below-cards-text s{
    font-size: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .below-cards-text {
    font-size: 17px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .below-cards-text {
    font-size: 18px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* Below Cards Text2 with Responsive*/
.below-card-text {
  font-size: 20px !important;
  color: #4a4a4a;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-left: 28px;
}

/* 375px */
@media (max-width: 375px){
  .below-card-text {
    font-size: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .below-card-text {
    font-size: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .below-card-text {
    font-size: 17px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .below-card-text {
    font-size: 18px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* Bottom Card With Responsive */
.bottom-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bottom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* 375px */
@media (max-width: 375px) {
  .bottom-card {
    padding: 20px 15px;
    font-size: 0.9rem;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .bottom-card {
    padding: 22px 18px;
    font-size: 1rem;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .bottom-card {
    padding: 24px 20px;
    font-size: 1.05rem;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .bottom-card {
    padding: 26px 22px;
    font-size: 1.1rem;
  }
}

/* Highlighted Heading with Responsive */
.heading-highlight {
  background: linear-gradient(to right, #6743f8, #9164f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

/* 375px */
@media (max-width: 375px) {
  .heading-highlight {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .heading-highlight {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .heading-highlight {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .heading-highlight {
    font-size: 2rem;
    line-height: 1.3;
  }
}

/* Link Page Tabs and Tab Contents */
/* Tabs */
.tab-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

.tab-navigation {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 30px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
}

.tab-link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #868686;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3 ease;
  font-family: 'Poppins', sans-serif;
}

.tab-link:hover, .tab-link.active {
  background: linear-gradient(to right, #6743f8, #9164f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #5b43ea;
  border-radius: 2px;
}

/* Tab Contents with Responsive*/
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content-card {
  background: white;
  box-shadow: 0 4px 10px rgb( 0 0 0 /0.15);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 40px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tab-heading {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(to right, #6743f8, #9164f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  padding-left: 5px;
  font-family: 'Poppins', sans-serif;
}

.tab-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.tab-card {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba( 0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.full-width-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.tab-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 24px rgba(3, 3, 3, 0.08);
}

.tab-card-header {
  background: linear-gradient(to right, #6743f8, #9164f9);
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  white-space: normal;
}

.tab-card-body {
  padding: 1rem;
}

.tab-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-card-body li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 15px;
  color: #333;
}

.tab-card-body li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #6743f8, #9164f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

/* 375px */
@media (max-width: 375px) {
  .tab-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tab-navigation {
    flex-direction: column;
    align-items: center;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .tab-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tab-navigation {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .tab-card {
    flex:  1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }

  .tab-navigation {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tab-card {
    flex: 1 1 calc(50% - 0.5rem);
    max-width: 1 1 calc(50% - 0.5rem);
  }

  .tab-navigation {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Vision Page Common Design with Responsive */
.vision {
  width: 100%;
  margin: auto;
  padding: 40px 20px;
  color: #333;
  margin-top: 10px;
  margin-bottom: -10px;
  background-color: #b2c6f5;
}

.vision .section {
  margin-bottom: 10px;
}

.vision .image-text-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

.vision .section:nth-child(even) .image-text-wrapper {
  flex-direction: row-reverse;
}

.vision .section:nth-of-type(3) .image-text-wrapper img {
  width: 55.2%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.vision .section:nth-of-type(2) .image-text-wrapper img {
  width: 48.8%;
  height: 400px;
  display: inline;
}

.vision .section:nth-of-type(1) .image-text-wrapper img {
  width: 51.3%;
  height: 400px;
  display: inline;
}

.vision .image-text-wrapper .text-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.vision .image-text-wrapper h3 {
  font-size: 32px;
  margin-bottom: 15px;
  color: rgb(0, 94, 233);
}

.vision .h3-paragraphs,
.vision .h5-paragraphs {
  font-size: 15px;
  line-height: 1.6;
  color: black;
}

.h5-section {
  margin: 8px 0;
}

.h5-section h5 {
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin: 1px 0;
}

.two-columns-wrapper {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
  margin: -20px 0 -30px 10px;
}

.two-columns-wrapper .column {
  flex: 1;
  min-width: 300px;
}

.two-columns-wrapper .h5-section {
  margin-bottom: 20px;
}

.two-columns-wrapper .h5-paragraphs {
  font-size: 15px;
  line-height: 1.6;
  color: black;
  font-family: 'Poppins', sans-serif;
}

/* 375px */
@media (max-width: 375px) {
  .vision {
    margin-top: 30px;
  }

  .vision .section:nth-child(even) .image-text-wrapper {
    flex-direction: column !important;
  }

  .vision .image-text-wrapper {
    flex-direction: column;
  }

  .vision .image-text-wrapper .text-content {
    width: 100%;
  }

  .vision .image-text-wrapper img {
    height: 250px;
  }

  .vision .section:nth-of-type(1) .image-text-wrapper img,
  .vision .section:nth-of-type(2) .image-text-wrapper img,
  .vision .section:nth-of-type(3) .image-text-wrapper img {
    width: 100%;
  }

  .two-columns-wrapper {
    flex-direction: column;
    gap: 10px;
    margin-left: 15px;
  }

  .two-columns-wrapper .column {
    min-width: unset;
    width: 100%;
  }
}

/* 376px-480px */
@media (min-width: 376px) and (max-width: 480px) {
  .vision {
    margin-top: 100px;
  }

  .vision .image-text-wrapper {
    flex-direction: column;
  }

  .vision .section:nth-child(even) .image-text-wrapper {
    flex-direction: column !important;
  }

  .vision .image-text-wrapper .text-content {
    width: 100%;
  }

  .vision .image-text-wrapper img {
    height: 250px;
  }

  .vision .section:nth-of-type(1) .image-text-wrapper img,
  .vision .section:nth-of-type(2) .image-text-wrapper img,
  .vision .section:nth-of-type(3) .image-text-wrapper img {
    width: 100%;
  }

  .two-columns-wrapper {
    flex-direction: column;
    gap: 24px;
    margin-left: 11.5px;
  }

  .two-columns-wrapper .column {
    min-width: unset;
    width: 100%;
  }
}

/* 481px-768px */
@media (min-width: 481px) and (max-width: 768px) {
  .vision {
    margin-top: 100px;
  }

  .vision .image-text-wrapper {
    flex-direction: column;
  }

  .vision .section:nth-child(even) .image-text-wrapper {
    flex-direction: column !important;
  }

  .vision .image-text-wrapper .text-content {
    width: 100%;
  }

  .image-text-wrapper img {
    height: 320px;
  }

  .vision .section:nth-of-type(1) .image-text-wrapper img,
  .vision .section:nth-of-type(2) .image-text-wrapper img,
  .vision .section:nth-of-type(3) .image-text-wrapper img {
    width: 100%;
  }

  .two-columns-wrapper {
    flex-direction: column;
    gap: 10px;
    margin-left: 15px;
  }

  .two-columns-wrapper .column {
    min-width: unset;
    width: 100%;
  }
}

/* 769px-1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .vision  {
    margin-top: 100px;
  }

  .vision .section:nth-child(even) .image-text-wrapper {
    flex-direction: column !important;
  }

  .vision .image-text-wrapper {
    flex-direction: row;
    gap: 15px;
  }

  .vision .image-text-wrapper img,
  .vision .image-text-wrapper .text-content {
    width: 50%;
  }

  .vision .image-text-wrapper img {
    height: 300px;
  }

  .two-columns-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 10px;
  }

  .two-columns-wrapper .column {
    flex: 1;
    min-width: 300px;
  }
}