body {
   font-family: 'Poppins', sans-serif;
  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;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: -5px;
  font-family: 'Poppins', sans-serif;
}

.footer-right h4 {
  font-size: 18px;
  color: #ccc;
  text-transform: uppercase;
  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 {
  color: white; 
  font-size: 21px;
  margin-right: 15px;
  transition: color 0.3s ease;
  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;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

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

@media (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"],
  .footer-right form button {
    width: 100%;
  }

  .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"],
  .footer-right form button {
    width: 90%;
  }

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

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

@media (min-width: 1025px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }

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

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

  .footer-right form button {
    width: auto;
  }

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

.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: 350px;
  object-fit: cover;
  display: block;
}

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


.section-3 .image-text-wrapper img {
    height: 350px;
    width: 55.2%;
    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: 52px;
  margin-top: -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: 18px;
  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: 480px) {
  .about {
    padding: 20px 10px;
    margin-top: -70px;;
    margin-bottom: -30px;;
  }

  /* 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;
  }

  .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;
  }

  .about .image-text-wrapper h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: -10px;
  }

  .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: 14px;
    line-height: 1.5;
  }

  .h5-section h5 {
    font-size: 16px;
  }

  .section-3 .two-columns-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-3 .two-columns-wrapper .column {
    width: 100%;
    padding: 0;
  }

  .h5-left,
  .h5-right {
    width: 100%;
    padding: 0;
  }
}

.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: hidden; 
  margin-top: -90px;
  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: center;
  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;
}

/* Tablets and smaller */
@media (max-width: 768px) {
  .leadership-full-image {
    height: 40vh;
    margin-top: -60px;
  }

  .leadership-intro {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }

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

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

  .leader-cards {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

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

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

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

  .leader-name {
    font-size: 22px;
  }

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

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

/* Phones (iPhone, Android, iPod) */
@media (max-width: 480px) {
  .leadership-full-image {
    height: 30vh;
    margin-top: -80px;
  }

  .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;
  }

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

@media (min-width: 481px) and (max-width: 1024px) {
  .leadership-full-image {
    height: 30vh;
    margin-top: -80px;
    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;
  }

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

.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: hidden;
  margin-top: -90px; /* Adjust to align with layout */
}

.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: 480px) {
  /* Image adjustments */
  .choose-full-image {
    height: 30vh;
    margin-top: -90px;
  }
  .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: center;
    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: 1024px){
  .choose-full-image {
    height: 30vh;
    margin-top: -90px;
  }
  .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: center;
  }

  .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;
  }
}

.life-full-image {
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  margin-top: -90px; /* Adjust to align with layout */
}

.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;
  color: #4a5568;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
   font-family: 'Poppins', sans-serif;
}

.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: 480px) {
  .life-full-image {
    height: 30vh;
    margin-top: -60px; /* moderate negative margin */
    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: 1024px) {
  /* Remove default spacing on body and html */
  html,
  body {
    padding: 0;
    margin: 0;
  }

  /* Full-width image adjustments */
  .life-full-image {
    height: 30vh;
    margin-top: -60px;
    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 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;
  }
}

.commercial-full-image {
  width: 100vw;
  height: 70vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  margin-top: -90px; 
  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: 480px) {
  /* Full-width image adjustments */
  .commercial-full-image {
    height: 40vh;
    margin-top: -80px;
    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: 1024px) {
  /* Full-width image adjustments */
  .commercial-full-image {
    height: 40vh;
    margin-top: -55px;
    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);
}
}

.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 =================== */

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-slider {
  display: flex;
  height: 100%;
  transition: transform 1s ease-in-out;
  width: calc(100% * var(--slide-count)); 
  margin-top: -10px;
}

.hero-slider .slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  height: 100vh;
  display: flex;
  gap: 40px;
}

.hero-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: cover;
  object-position: top;
}

.left-para, .right-para {
  width: 48%;
}

.left-para {
  float: left;
}

.right-para {
  float: right;
}

/* To clear float if necessary */
.image-text-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.left-para, .right-para {
  width: 48%;
}

.left-para {
  float: left;
}

.right-para {
  float: right;
}

/* To clear float if necessary */
.image-text-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.hero-slider .hero-content {
  position: absolute;
  top: 45%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 2;
  color: whitesmoke;
  max-width: 600px;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content h1 {
  font-size: 35px !important;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0 70px 1rem 0;
  color: whitesmoke;
}

/*.btn.btn-primary {
  background-color: rgb(0, 103, 255);
  color: white;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.btn.btn-primary:hover {
  background-color: black;
    color: white;
}*/

@keyframes rtl-stepwise {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-100vw); }
  40%  { transform: translateX(-200vw); }
  60%  { transform: translateX(-300vw); }
  80%  { transform: translateX(-400vw); }
  100% { transform: translateX(0); }
}


@keyframes pushIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-slider .hero-content > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s ease-out;
}

.hero-slider .slide.content-animate .hero-content > * {
  animation: pushIn 1.2s ease-out forwards;
}

/*.hero-slider .slide.content-animate .hero-content p {
  animation-delay: 0.1s;
}*/
.hero-slider .slide.content-animate .hero-content h1 {
  animation-delay: 0.3s;
}
.hero-slider .slide.content-animate .hero-content a {
  animation-delay: 0.5s;
}

@media (max-width: 480px) {
  /* Make hero section height smaller on mobile */
  .hero-section {
    height: 60vh;
  }

  .hero-slider .slide {
    height: 50vh;
    flex-direction: column;
    gap: 0; 
    margin-bottom: 190px;
  }

  .hero-slider .slide img {
    height: 50vh;        /* Force same height as container */
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-slider .hero-content {
    position: absolute;
    top: 65%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 37.4px;
    line-height: 1.3;
    margin-bottom: 0.1rem;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-content a.btn,
  .hero-content a {
    display: inline-block;
    font-size: 14px;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
  }

  /* Adjust push animation for mobile */
  .hero-slider .hero-content > * {
    transform: translateY(20px);
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  /* Make hero section height smaller on mobile */
  .hero-section {
    height: 60vh;
  }

  .hero-slider .slide {
    height: 40vh;
    flex-direction: column;
    gap: 0; 
    margin-bottom: 190px;
  }

  .hero-slider .slide img {
    height: 40vh;        /* Force same height as container */
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-slider .hero-content {
    position: absolute;
    top: 60%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 37.4px;
    line-height: 1.3;
    margin-bottom: 0.1rem;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-content a.btn,
  .hero-content a {
    display: inline-block;
    font-size: 14px;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
  }

  /* Adjust push animation for mobile */
  .hero-slider .hero-content > * {
    transform: translateY(20px);
  }
}

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


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

.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);
}

/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .offerings-cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: -120px;
    margin-bottom: -60px;
    padding: 0 10px;
  }

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

  .offering-image-wrapper {
    height: 180px;
  }

  .offering-info {
    width: 90%;
    bottom: -70px;
    padding: 40px 15px 20px;
    min-height: 140px;
  }

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

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

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

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


/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {
  .offerings-cards {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -140px;
    margin-bottom: -70px;
    padding: 0 15px;
  }

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

  .offering-image-wrapper {
    height: 200px;
  }

  .offering-info {
    width: 90%;
    bottom: -75px;
    padding: 45px 18px 20px;
    min-height: 150px;
  }

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

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

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

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


/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .offerings-cards {
    gap: 40px;
    padding: 0 30px;
    margin-top: -150px;
    margin-bottom: -80px;
  }

  .offering-card {
    width: 30%;
    margin-bottom: 180px;
  }

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

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

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


/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .offerings-cards {
    gap: 50px;
    padding: 0 40px;
  }

  .offering-card {
    width: 270px;
    height: 220px;
  }

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

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


.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: 20px;
  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;
  font-family: 'Poppins', sans-serif;
}

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

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: -40px;
  margin: 0;
  padding: 0;
  height: 60vh;
  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 {
    top: 0; /* Remove negative offset */
    height: 40vh;
    justify-content: center; /* Center content horizontally */
    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: 45vh;
    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: 50vh;
    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;
}

.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 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;
}

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

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

/* 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: 480px) {
  /* Hero section adjustments */
  .hero-section.contact-hero {
    height: 40vh;
    top: 0;
    padding: 0;
    justify-content: center;
    background-size: cover;
  }

  /* Contact container padding reduced */
  .contact {
    padding: 20px 10px;
  }

  /* Stack left and right blocks vertically */
  .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;
  }

  /* 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;
    gap: 8px;
  }

  .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; /* Makes sure background is not transparent */
}

/* 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: 481px) and (max-width: 1024px) {
 .contact-left,
.contact-right {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: -140px; 
  position: relative; 
}
  .contact-right {
    margin-right: 0; /* Remove margin on the right for the second column */
  }

  .contact-right form input[type="text"],
.contact-right form input[type="email"] {
  border: 1px solid #444;
  box-sizing: border-box;
  background-color: #fff; /* Makes sure background is not transparent */
}

.contact-right form textarea {
  border: 1px solid #222 !important;
  box-shadow: none !important;
  background-color: #fff;
  color: #000;
}


/* 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 {
  outline: none;
  border: 2px solid rgb(0, 94, 233);
}

.contact-right form textarea:focus {
  outline: none;
  border: 2px solid rgb(0, 94, 233) !important;
}
}

.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: hidden;
  margin-top: -90px; 
  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: 480px) {
  /* Hero Image */
  .clinical-full-image {
    height: 40vh;
    margin-top: -40px;
    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: 1024px) {
  /* Hero Image */
 .clinical-full-image {
  height: 40vh;
  margin-top: -70px;
  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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
   font-family: 'Poppins', sans-serif;
   text-align: center;
}

/* 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: hidden;
  margin-top: -90px; /* adjust if header overlaps */
  z-index: -1;
}

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

/* 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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {

.protocol-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  .protocol-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .protocol-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .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: 40vh;
    margin-top: -60px;
  }

  .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: 45vh;
    margin-top: -70px;
  }

  .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;
    margin-top: -80px;
  }

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

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

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

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

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


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

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

.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;       
}

/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .power-full-image {
    height: 40vh;
    margin-top: -60px;
    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: center;
  }

  .power-card-title {
    font-size: 18px;
  }

  .power-card-description {
    font-size: 15px;
  }
}

/* ========== Tablet: 481px–768px ========== */
@media (min-width: 481px) and (max-width: 768px) {
  .power-full-image {
    height: 45vh;
    margin-top: -70px;
    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: 25px;
    padding: 0 20px;
  }

  .power-card {
    max-width: 95%;
    padding: 25px;
  }

  .power-card-title,
  .power-card-description {
    text-align: center;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .power-full-image {
    height: 50vh;
    margin-top: -80px;
    margin-bottom: 80px;
  }

  .power-title {
    font-size: 2rem;
  }

  .power-description {
    font-size: 1.1rem;
  }

  .power-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .power-card {
    max-width: 100%;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .power-full-image {
    height: 60vh;
    margin-top: -90px;
    margin-bottom: 100px;
  }

  .power-title {
    font-size: 2.2rem;
  }

  .power-description {
    font-size: 1.2rem;
  }

  .power-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
  }

  .power-card {
    max-width: 500px;
  }
}


.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* 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: hidden;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .site-tab-wrapper {
    padding: 0 10px;
  }

  .site-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .site-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .site-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .site-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .site-tab-content-card {
    padding: 1rem;
  }

  .site-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== 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: 45vh;
    margin-top: -70px;
  }

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

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

  .site-tab-wrapper {
    padding: 0 15px;
  }

  .site-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .site-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .site-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== 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: 50vh;
    margin-top: -80px;
  }

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

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

  .site-tab-wrapper {
    padding: 0 30px;
  }

  .site-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .site-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .site-hero-heading {
    font-size: 2.2rem;
  }

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

  .site-tab-wrapper {
    padding: 0 40px;
  }

  .site-tab-link {
    font-size: 16px;
  }
}



.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* 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: hidden;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .center-tab-wrapper {
    padding: 0 10px;
  }

  .center-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .center-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .center-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .center-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .center-tab-content-card {
    padding: 1rem;
  }

  .center-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== 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: 45vh;
    margin-top: -70px;
  }

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

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

  .center-tab-wrapper {
    padding: 0 15px;
  }

  .center-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .center-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .center-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== 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: 50vh;
    margin-top: -80px;
  }

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

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

  .center-tab-wrapper {
    padding: 0 30px;
  }

  .center-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .center-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .center-hero-heading {
    font-size: 2.2rem;
  }

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

  .center-tab-wrapper {
    padding: 0 40px;
  }

  .center-tab-link {
    font-size: 16px;
  }
}


.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* 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: hidden;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .require-tab-wrapper {
    padding: 0 10px;
  }

  .require-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .require-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .require-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .require-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .require-tab-content-card {
    padding: 1rem;
  }

  .require-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== 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: 45vh;
    margin-top: -70px;
  }

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

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

  .require-tab-wrapper {
    padding: 0 15px;
  }

  .require-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .require-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .require-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== 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: 50vh;
    margin-top: -80px;
  }

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

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

  .require-tab-wrapper {
    padding: 0 30px;
  }

  .require-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .require-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .require-hero-heading {
    font-size: 2.2rem;
  }

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

  .require-tab-wrapper {
    padding: 0 40px;
  }

  .require-tab-link {
    font-size: 16px;
  }
}

.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/* 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: '✔';
  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: hidden;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .data-tab-wrapper {
    padding: 0 10px;
  }

  .data-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .data-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .data-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .data-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .data-tab-content-card {
    padding: 1rem;
  }

  .data-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== 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: 45vh;
    margin-top: -70px;
  }

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

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

  .data-tab-wrapper {
    padding: 0 15px;
  }

  .data-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .data-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .data-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== 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: 50vh;
    margin-top: -80px;
  }

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

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

  .data-tab-wrapper {
    padding: 0 30px;
  }

  .data-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .data-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .data-hero-heading {
    font-size: 2.2rem;
  }

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

  .data-tab-wrapper {
    padding: 0 40px;
  }

  .data-tab-link {
    font-size: 16px;
  }
}

.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
}

/* 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: '✔';
  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;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .bio-tab-wrapper {
    padding: 0 10px;
  }

  .bio-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .bio-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .bio-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .bio-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .bio-tab-content-card {
    padding: 1rem;
  }

  .bio-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== Tablet: 481px–768px ========== */
@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: 45vh;
    margin-top: -70px;
  }

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

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

  .bio-tab-wrapper {
    padding: 0 15px;
  }

  .bio-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .bio-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .bio-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@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: 50vh;
    margin-top: -80px;
  }

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

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

  .bio-tab-wrapper {
    padding: 0 30px;
  }

  .bio-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .bio-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .bio-hero-heading {
    font-size: 2.2rem;
  }

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

  .bio-tab-wrapper {
    padding: 0 40px;
  }

  .bio-tab-link {
    font-size: 16px;
  }
}

.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* 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;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .hcp-tab-wrapper {
    padding: 0 10px;
  }

  .hcp-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .hcp-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .hcp-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .hcp-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .hcp-tab-content-card {
    padding: 1rem;
  }

  .hcp-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== Tablet: 481px–768px ========== */
@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: 45vh;
    margin-top: -70px;
  }

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

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

  .hcp-tab-wrapper {
    padding: 0 15px;
  }

  .hcp-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .hcp-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .hcp-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@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: 50vh;
    margin-top: -80px;
  }

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

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

  .hcp-tab-wrapper {
    padding: 0 30px;
  }

  .hcp-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .hcp-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .hcp-hero-heading {
    font-size: 2.2rem;
  }

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

  .hcp-tab-wrapper {
    padding: 0 40px;
  }

  .hcp-tab-link {
    font-size: 16px;
  }
}


.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* 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: '✔';
  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;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .sales-tab-wrapper {
    padding: 0 10px;
  }

  .sales-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .sales-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .sales-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .sales-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .sales-tab-content-card {
    padding: 1rem;
  }

  .sales-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== Tablet: 481px–768px ========== */
@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: 45vh;
    margin-top: -70px;
  }

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

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

  .sales-tab-wrapper {
    padding: 0 15px;
  }

  .sales-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .sales-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .sales-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@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: 50vh;
    margin-top: -80px;
  }

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

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

  .sales-tab-wrapper {
    padding: 0 30px;
  }

  .sales-tab-nav-card {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap; /* prevent wrapping */
  }

  .sales-tab-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: nowrap; /* make sure 4 tabs stay in one row */
  }

  .sales-tab-link {
    font-size: 15px;
    padding: 0.5rem 0.75rem;
    flex: 1 1 0; /* allow tabs to shrink */
    text-align: center;
    min-width: 0; /* allow shrinking without overflow */
  }
}


/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .sales-hero-heading {
    font-size: 2.2rem;
  }

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

  .sales-tab-wrapper {
    padding: 0 40px;
  }

  .sales-tab-link {
    font-size: 16px;
  }
}

.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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* 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: '✔';
  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;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .omni-tab-wrapper {
    padding: 0 10px;
  }

  .omni-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .omni-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .omni-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .omni-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .omni-tab-content-card {
    padding: 1rem;
  }

  .omni-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== Tablet: 481px–768px ========== */
@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: 45vh;
    margin-top: -70px;
  }

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

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

  .omni-tab-wrapper {
    padding: 0 15px;
  }

  .omni-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .omni-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .omni-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== Small Desktop: 769px–1024px ========== */
@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-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: 50vh;
    margin-top: -80px;
  }

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

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

  .omni-tab-wrapper {
    padding: 0 30px;
  }

  .omni-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .omni-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .omni-card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .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: 60vh;
  }

  .omni-hero-heading {
    font-size: 2.2rem;
  }

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

  .omni-tab-wrapper {
    padding: 0 40px;
  }

  .omni-tab-link {
    font-size: 16px;
  }
}

.industries-full-image {
  width: 100vw;
  height: 60vh; 
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden; 
  margin-top: -90px;

}

.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: 480px) {
  .industries-full-image {
    height: 30vh;
    margin-top: -60px;
  }

  .industries-full-image img {
    object-position: center;
  }

  .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 (max-width: 480px) {
  .industries-full-image {
    height: 30vh;
    margin-top: -100px;
  }

  .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: 30vh;
    margin-top: -100px;
  }

  .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 {
    grid-column: 1 / -1;           /* Span entire row */
    justify-self: center;          /* Center within the row */
    max-width: 453px;              /* Optional: limit width */
  }
}

/* ======= 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: 1rem;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* 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: '✔';
  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: hidden;
  margin-top: -90px; /* adjust if header overlaps */
  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 ========== */
/* ========== Mobile: ≤480px ========== */
@media (max-width: 480px) {
  .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: 40vh;
    margin-top: -60px;
  }

  .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;
  }

  .medical-tab-wrapper {
    padding: 0 10px;
  }

  .medical-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .medical-tab-navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .medical-tab-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.6rem 0;
    border-radius: 8px;
  }

  .medical-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(50% - 20px);
    background: #5b43ea;
    border-radius: 2px;
    display: block;
  }

  .medical-tab-content-card {
    padding: 1rem;
  }

  .medical-tab-heading {
    font-size: 22px;
    margin-top: -0.5rem;
  }
}

/* ========== 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: 45vh;
    margin-top: -70px;
  }

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

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

  .medical-tab-wrapper {
    padding: 0 15px;
  }

  .medical-tab-nav-card {
    flex-direction: column;
    padding: 1rem;
  }

  .medical-tab-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .medical-tab-link {
    font-size: 15px;
    padding: 0.6rem 1rem;
  }
}

/* ========== 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: 50vh;
    margin-top: -80px;
  }

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

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

  .medical-tab-wrapper {
    padding: 0 30px;
  }

  .medical-tab-nav-card {
    flex-direction: row;
    justify-content: center;
  }

  .medical-tab-link {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
}

/* ========== Large Desktop: ≥1025px ========== */
@media (min-width: 1025px) {
  .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: 60vh;
  }

  .medical-hero-heading {
    font-size: 2.2rem;
  }

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

  .medical-tab-wrapper {
    padding: 0 40px;
  }

  .medical-tab-link {
    font-size: 16px;
  }
}

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

.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: 480px) {
  .know-full-image {
    height: 40vh;
    margin-top: -60px;
  }

  .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: 50vh;
    margin-top: -70px;
  }

  .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: 55vh;
    margin-top: -80px;
  }

  .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;
  }
}

@media (min-width: 1025px) {
  .know-full-image {
    height: 60vh;
    margin-top: -90px;
  }

  .know-heading {
    font-size: 1.5rem;
    margin-top: 40px;
  }

  .know-description,
  .know-below-cards-text,
  .bottom-card-points {
    font-size: 20px !important;
    margin-left: 28px;
    margin-right: 28px;
  }

  .know-cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 40px 20px;
    gap: 30px;
  }

  .know-card {
    padding: 30px 25px;
  }

  .know-card h3 {
    font-size: 1.1rem;
  }

  .know-card p {
    font-size: 15px;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
  }

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

.mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .mobile-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
    cursor: pointer;
  }

  .button_container {
    width: 30px;
    height: 25px;
    position: relative;
  }

  .button_container span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    margin-bottom: 5px;
    border-radius: 2px;
  }

  .desktop-menu {
    display: none;
  }

  .desktop-menu.open {
    display: block;
    background: white;
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 999;
    padding: 1rem;
  }
}

body.home .navbar {
  padding: 5px 0;
}

body.home .dropdown-menu {
  margin-top: 20px;
}

.navbar {
  padding: 5px 0;
}

.dropdown-menu {
  margin-top: 20px;
}