

.header-navbar {

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  background: linear-gradient(8deg, #3d7ef8, hsl(0, 100%, 57%));
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s;
}
.contact-btn {
    background: transparent;
    color: white;
    padding: 12px 30px;
    border: 2px solid white;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.header-navbar .header-logo img {

  height: 50px; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 2px solid black;
}

.header-navbar nav ul {
  list-style: none;
  display: flex;
  gap: 20px; 
  margin: 0;
  padding: 0;
}

.header-navbar nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.header-navbar nav ul li a:hover {
  color: #6a0dad;
}

.header-contact-btn {

  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 40px;
  transition: background-color 0.3s ease;

}

.header-contact-btn:hover {
  background-color: #8844ee;
}

.hero-slideshow-container {

  margin-top: 20px; 
  position: relative;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: -30px; 
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
  }
  
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: -1;
  }
  
 
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(8deg, #3d7ef8, #ff0033);
    padding: 5px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .logo img {
    height: 60px;
    border-radius: 50%;
    border: 2px solid black;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  }
  
  .navbar nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  
  .navbar nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  .navbar nav ul li a:hover {
    color: #6a0dad;
  }
  


  
  .contact-btn:hover {
    background-color: #8844ee;
  }
  
 
  .slideshow-container {
    margin-top:67px;
    margin-bottom: -36px;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .btn {
    background: #6a0dad;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  
  .btn:hover {
    background: #8844ee;
  }
  
  
  .mySlides {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
  }
  
  .text-content {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.267);
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    max-width: 800px;
  }
  
  .text-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: rgb(82, 179, 218)
  }
  
  .headline {
    font-size: 25px;
    font-weight: bold;
    color: #F8EEDF;
  }
  
  .Aspirax {
    color: #9344ee;
    font-size: 45px;
  }
  
  .text-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0;
  }
  
  .slide-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .contact-btn {
    background: transparent;
    color: white; 
    padding: 12px 30px;
    border: 2px solid white;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  
  .btn:hover {
    background: #8844ee;
  } 
  
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    padding: 10px;
    z-index: 10;
    user-select: none;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
 
  .dots {
    text-align: center;
    margin-top: 10px;
    position: relative;
  }
  
  .dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .dot.active {
    background-color: #6a0dad;
  }

.mySlides {
 
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mySlides img {
  width: 100%;
  height: 100vh; 
  object-fit: cover;
  filter: brightness(70%);
}

.hero-slide-text-content {

  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.hero-slide-text-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.hero-slide-text-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.hero-slide-buttons {
 
  display: flex;
  gap: 20px;
  justify-content: center;
}

.hero-slide-action-button {
  
  background: #6a0dad;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.hero-slide-action-button:hover {
  background: #8844ee;
}

.prev,
  .next {

  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  transition: 0.3s;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.hero-slideshow-dots-container {

  text-align: center;
  position: relative;
  top: 10px; 
  cursor: pointer;
}

.hero-slideshow-dot {
 
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

.hero-slideshow-dot.active {
 
  background-color: #6a0dad;
}



.services-overview-heading {
 
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 48px;
  background: linear-gradient(8deg, #0011ff, hsl(0, 100%, 50%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1.5;
}

.services-overview-container {

  display: flex;
  background-color: white;
}

.services-overview-list-wrapper, 
  .services-overview-image-wrapper {

  font-family: "Merriweather", serif;
  color: rgb(3, 3, 3);
  padding: 50px 70px 70px;
  text-align: start;
}

.services-overview-list-wrapper h1 {

  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 22px;
 
}

.services-overview-list-wrapper ul {
  font-size: 21px;
  letter-spacing: 1px;
  margin-bottom: 2px;
  margin-left: -4px; 
}

.services-overview-image-wrapper img {
    width: 500px;
    height: 350px;
    position: relative;
    margin-left: 125px;
  border-radius: 8px;
  box-shadow: 20px 12px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 1.5s ease;
}

.services-overview-image-wrapper img.slide-in {

  transform: translateX(0);
}

.service-cards-grid-container {
 
  display: flex;
  gap: 30px;
  margin-top: 90px;
  margin-bottom: 70px;
  margin-left: 90px; 
}


.service-card-cyber,
.service-card-cloud,
.service-card-data,
.service-card-staffing {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 20px 12px 16px rgba(0, 0, 0, 0.1);
  text-align: center;

  cursor: pointer;
  height: 402px;
  width: 280px;
  display: flex;
  flex-direction: column; 
  justify-content: space-around; 
}

.service-card-cyber:hover,
.service-card-cloud:hover,
.service-card-data:hover,
.service-card-staffing:hover {
  background-color: #af6bfc;
}

.service-card-cyber img,
.service-card-cloud img,
.service-card-data img,
.service-card-staffing img {
  width: 260px; 
  max-width: 100%; 
  height: 160px;
  border-radius: 10px;
  margin: 2px auto 1px auto;
}

.service-card-cloud img,
.service-card-data img,
.service-card-staffing img {
  margin-top: 0px; 
}

.service-card-cyber p,
.service-card-cloud p,
.service-card-data p,
.service-card-staffing p {
  color: #000000;
  font-size: 15px;
  margin-top: 1px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.service-card-cyber h2,
.service-card-cloud h2,
.service-card-data h2,
.service-card-staffing h2 {
  color: #7f10ff;
  text-align: center;
  font-family: "Merriweather", serif;
}

.service-card-cyber:hover h2,
.service-card-cloud:hover h2,
.service-card-data:hover h2,
.service-card-staffing:hover h2 {
  color: white;
}

.service-card-cyber:hover p,
.service-card-cloud:hover p,
.service-card-data:hover p,
.service-card-staffing:hover p {
  color: white;
}

@keyframes slideInFromRight {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .services-overview-image-wrapper img {
    opacity: 0;
    transform: translateX(100%); 
    transition: all 1s ease-out;
  }
  .services-overview-image-wrapper img.slide-in {
    opacity: 1;
    transform: translateX(0); 
  }
  


*, 
  *::before,
  *::after {
  box-sizing: border-box;
}

.why-us-main-container {
 
  margin-bottom: 0.1px;
  background: linear-gradient(114deg, #3d7ef8, hsl(-23, 100%, 64%));
  color: white;
  padding-bottom: 25px;
}

.why-us-intro-text-block {

  color: white;
  padding: 80px 20px;
  text-align: center;
}

.why-us-intro-text-block h1 {
  font-size: 48px;
  margin: 0 0 30px;
  font-weight: 800;
}

.why-us-intro-text-block p {
  font-size: 1rem;
  text-align: justify;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 100; 
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
}

.why-us-flip-card-grid {
 
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.why-us-flip-card-item {

  perspective: 1000px;
  height: 360px;
  position: relative;
}



.why-us-flip-card-inner {

  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.why-us-flip-card-item:hover .why-us-flip-card-inner {
  transform: rotateY(180deg);
}

.why-us-flip-card-face {
 
  position: absolute;
  width: 100%;
  height: 95%; 
  backface-visibility: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  top: 0; 
  left: 0;
  margin-top: 0; 
  box-sizing: border-box;
}

.why-us-flip-card-front {
  background: #fff;
  color: black;
}

.why-us-flip-card-back {
 
  background-color: blueviolet;
  transform: rotateY(180deg);
  color: white;
}

.why-us-flip-card-face img {
  width: 70px;
  margin-bottom: 15px;
}

.why-us-flip-card-face h2 {

  font-size: 20px;
  color: #6a0dad; 
  margin-bottom: 10px;
}
.why-us-flip-card-back h2 {

  color: white;
}

.why-us-flip-card-face p {
 
  font-size: 16px;
  line-height: 1.5;
  text-align: left; 
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
}

.why-us-flip-card-back-text {

  color: white;
  text-align: justify;
  word-spacing: normal;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1024px) {
  .why-us-flip-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-us-flip-card-grid {
    grid-template-columns: 1fr;
  }

  .why-us-intro-text-block h1 {
    font-size: 36px;
  }

  .why-us-intro-text-block p {
    font-size: 16px;
  }

  .why-us-flip-card-item {
    height: 380px;
  }
}

.careers-section-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 95px 1px;
  background-color: #fff;
  gap: 40px;
}

.careers-section-wrapper > div:first-child {
  flex: 1 1 45%;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-visual-image {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 1;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInLeft 1s ease-out forwards;
}

.careers-text-content-area {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}


.careers-title-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.careers-title-group h2 {
  font-size: 43px;
  color: #3d7ef8;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.careers-title-icon {
  width: 75px;
  height: auto;
}

.careers-description-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

.careers-apply-email-button {
  display: inline-block;
  margin-top: 20px;
  background-color: #f83d6c;
  color: white;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.careers-apply-email-button:hover {
  background-color: #c0392b;
}

.contact-main-wrapper {
 
  margin-top: 0px; 
  color: white; 
}

.contact-form-and-info-section {
  
  padding: 40px;
  margin-top: -120px; 
  background: white; 
  position: relative; 
  z-index: 5; 
}

.contact-layout-container {
  
  display: flex;
  justify-content: space-between;
  padding: 40px; 
  gap: 30px;
}

.contact-form-column {
 
  flex: 1;
  max-width: 370px;
  margin: auto; 
  padding: 70px; 
  padding-left: 44px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  margin-top: 28px; 
  background-color: hsl(334, 26%, 95%);
  color: #333; 
}

.contact-info-column {
 
  flex: 1;
  font-weight: 400;
  margin-bottom: 50px; 
  color: #333; 
}

.contact-form-heading {
 
  background: #3d7ef8;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 30px;
  font-size: 30px; 
  font-weight: bold;
  color: white;
}


.contact-submission-form input, 
  .contact-submission-form textarea {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 8px;
  border: none;
}

.contact-submission-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-submit-button {
 
  padding: 15px 25px;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f83d6c;
}

.contact-info-details-block {

  margin-top: 20px; 
  background-color: hsl(
    334,
    26%,
    95%
  ); 

  max-width: 800px;
    margin: -8px auto;
    padding: 80px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); 
  font-family: "Segoe UI", sans-serif; 
  color: black;/
}

.contact-info-details-block h3 {
  font-size: 24px; 
  color: black; 
  margin-bottom: 15px; 
  color: #3d7ef8; 
  font-size: 22px; 
  text-align: center; 
  text-decoration: underline; 
}

.contact-info-details-block p {
  margin: 10px 0;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif; 
  font-size: 18px; 
  line-height: 1.6; 
}

.contact-info-message {

  color: black;
  padding: 53px;
  border-radius: 12px;
  max-width: 800px;
  margin: 30px auto;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  background-color: hsl(334, 26%, 95%);
}

@keyframes slideIn {
 
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

.slide-in {

  animation: slideInFromRight 1s ease-out forwards;
  opacity: 0;
  
}

.contact-submission-form input:nth-child(1) {
  animation-delay: 0.2s;
}
.contact-submission-form input:nth-child(2) {
  animation-delay: 0.4s;
}
.contact-submission-form input:nth-child(3) {
  animation-delay: 0.6s;
}
.contact-submission-form textarea {
  animation-delay: 0.8s;
}
.contact-submission-form button {
  
  animation-delay: 1s;
}
.contact-form-submit-button.slide-in {
 
  animation-delay: 1s;
}

.contact-location-cards-container {
 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 40px;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between; 
}

.contact-location-card {
 
  perspective: 500px; 
  height: 350px; 
  margin: 0; 
  position: relative; 
  width: 100%; 
}


.contact-location-card-inner {

  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d; 
  transition: transform 0.8s; 
}

.contact-location-card-content {

  position: absolute; 
  width: 100%; 
  height: 100%; 
  backface-visibility: hidden; 
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  padding: 20px; 
  box-sizing: border-box; 

  border-radius: 30px; 
  box-shadow: 0 15px 30px rgba(99, 19, 19, 0.3);
  text-align: center; 

 
  position: relative; 
  overflow: hidden;
  background-color: hsl(334, 26%, 95%);
  border-radius: 8px; 
  transition: color 0.3s ease; 
  width: 100%; 
  padding: 50px;  
}

.contact-location-card-content img {
  
  width: 100px; 
  height: auto; 
  margin-bottom: 10px; 
  border-radius: 10px; 
  width: 70px; 
  margin-bottom: 15px; 
}

.contact-location-card-content h2 {
  
  font-size: 20px;
  color: #3d7ef8;
  margin-bottom: 10px;
  text-decoration: underline;
}

.contact-location-card-content p {
  /* Was .face p */
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
}

.site-footer-copyright {

  text-align: center;
}

.whatsapp-float {
  
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000; 
  cursor: pointer;
  transition: transform 0.3s ease;
  animation: slow-blink-fade 2.5s infinite;
}

@keyframes slow-blink-fade {
 
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}


.site-footer-container {
 
  background-color: #000; 
  color: #fff; 
  padding: 20px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}


.site-footer-content-wrapper {

  max-width: 1200px;
  margin: 0 auto;
}


.site-footer-social-links {
  
  margin-top: 15px;
}


.site-footer-social-links a {
  display: inline-block;
  margin: 0 10px;
  color: #fff; 
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #333; 
  border-radius: 50%; 
  transition: background-color 0.3s, color 0.3s;
}


.site-footer-social-links a:hover {
  background-color: #555; 
  color: #fff; 
}

body {
  font-family: sans-serif;
  margin: 0;
  color: #333;
  background-color: #f4f4f4;
  line-height: 1.6;
}

header {
  background: linear-gradient(rgba(10, 10, 10, 0.7), rgba(66, 65, 65, 0.7)),
    url(./images/about\ us\ page\ background);
  background-size: cover;
  text-align: center;
  padding: 40px 20px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  background: linear-gradient(8deg, #ff0000, hsl(27, 100%, 50%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1.5;
}

header p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  color: white;
  line-height: 1.7;
}

.overall {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 2.2rem;
  color: black;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background-color: #3d7ef8;
  transform: translateX(-50%);
}

.card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.four-cards-row {
  justify-content: space-around;
}

.card {
  width: calc(25% - 20px);
  min-width: 300px; 
  height: auto; 
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out; 
  display: flex; 
  flex-direction: column; 
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #af6bfc;
}

.card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  padding: 20px;
  text-align: center;
  flex-grow: 1; 
}

.card-logo {
  width: 150px;
  height: 176px;
  display: block;
  margin: -12px auto -40px;
  object-fit: contain;
  object-position: center;
}

.card-inner h3 {
  font-size: 1.5rem;
  color: #3d7ef8;
  margin-bottom: 10px;
}

.card-inner:hover h3 {
  color: white;
}
.card-inner:hover p {
  color: white;
}

.card-description {
  font-size: 1rem;
  color: black;
  line-height: 1.5;
  min-height: 60px; 
  display: flex; 
  flex-direction: column;
  justify-content: center; 
}


.vision-row {
  justify-content: space-around;
}

.vision-row .card {
  width: calc(33% - 20px);
  min-width: 350px; 
}

@media (max-width: 1024px) {
  .four-cards-row .card,
  .vision-row .card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .four-cards-row .card,
  .vision-row .card {
    width: 100%;
    min-width: auto;
  }

  header {
    padding: 30px 15px;
  }

  header h1 {
    font-size: 2rem;
  }

  header p {
    font-size: 1rem;
  }

  .section-header h2 {
    font-size: 2rem;
  }
}
