* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: Jost, sans-serif;
}

body {
  font-family: Jost, sans-serif;
  background-color: #ffffff;
  color: #333;
  margin: 0;
  padding: 0;

}

footer {
  background-color: #e0ecff00;
  padding: 20px 40px;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.fixed {
  background-color: #003366;
  color: white;
  z-index: 1000;
  box-shadow: 0 4px 10px #0000001a;
}

header img {
  width: 150px;
  height: auto;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
}

.hero {
  text-align: center;
  padding: 0;
  background: url('Assets/background_images/banner.jpg');
  background-color: #013F72;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  opacity: 1;
  transition-duration: 2s;
  display: grid;
  grid-template-columns: 1fr;

  .hero h1,
  .hero p,
  .hero .btn {
    position: relative;
    z-index: 2;

  }
}

@media (min-width: 768px) {
  .hero {
    text-align: center;
    padding: 0;
    min-height: 750px;

  }
}

.hero .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}


.hero-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .hero-img {
    width: 100%;
    max-width: 900px;
    height: auto;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  z-index: 10;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.headline1 {
  opacity: 1;
  transition-duration: 2s;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  padding-top: 150px;
  margin-bottom: 20px;
}

.headline1 span {
  font-size: 20px;
  display: block;
  font-weight: 400;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .headline1 span {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .headline1 {
    text-align: left;
  }

}

@media (min-width: 992px) {

  .hero-content {
    align-items: flex-start;
  }

  .headline1 {
    text-align: left;
    font-size: 2rem;
    padding-right: 0;
    max-width: 900px;
    padding-top: 150px;
    margin-bottom: 40px;
  }

}

@media (min-width: 1200px) {
  .headline1 {
    font-size: 50px;
  }

}

.heading2 {
  opacity: 1;
  transition-duration: 2s;
  transform: translate(0, 0);
}

.heading1 {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .heading1 {
    font-size: 3rem;
  }

}

.heading.hidden {
  opacity: 0;
  transform: translate(-50%, -50%);
}



.headingp {
  opacity: 1;
  transition-duration: 2s;


}

.heading {
  text-align: center;
  color: #ffffff;
  background: url('Assets/background_images/photo1-1478760329108-5c3ed9d495a0.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18px 50px;
  font-size: 22px;
  font-weight: 400;
  margin: 40px 140px;
  border-radius: 12px;

}

.learnbtn {
  background-color: #003366;
  color: white;
  padding: 12px 24px;
  margin-top: 5%;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.learnbtn:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 12px 24px;
  margin-top: 5%;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 1;
  transition-duration: 2s;

}

.btn,
.contact-form button {
  color: #FFF;
  border: #FFF solid 1px;
}

.btn:hover {
  background-color: #FFF;
  color: #003366;
}

section {
  padding: 70px 150px;
  background-image: url("Assets/background_images/4873411.jpg");
  object-fit: cover;
  margin: auto;
}

h2 {
  text-align: center;
  margin-bottom: 30px;

}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  opacity: 1;

  transition-duration: 2s;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 100, 0.1);
  text-align: center;
  height: 330px;
  /* animation: slideIn 0.8s ease-out forwards;
    transition-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 80%; */



}

.hidden {
  opacity: 0;
}

.card img {
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.slider {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.slider div {
  flex: 0 0 300px;
  scroll-snap-align: center;
  background-color: #cce0ff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.slider img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

.providers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.providers img {
  width: 100px;
  height: auto;
}

.about,
.careers {
  background-color: #d9ecff;
  padding: 40px 20px;
}

.about {
  background-image: url('Assets/background_images/48734112.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  color: #003366;
  padding: 0;
}

.about-overlay {

  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.about-content {
  max-width: 1000px;
  width: 100%;
  min-height: 780px;
  text-align: center;
  background: rgba(255, 255, 255);
  padding: 20px;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);

  opacity: 1;
  transition-duration: 2s;
}

.about-content:hover {
  transform: scale(1.02);
}

.about-content h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  color: #003366;
  font-weight: 700;
}

.about-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #003366;
  text-align: left;
  margin-bottom: 16px;
}

.careers {
  padding: 60px 20px;
  background-color: #f4faff;
}

.careers-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.careers-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 51, 102, 0.2);
  opacity: 1;
  transition-duration: 2s;
}

.careers-content {
  flex: 1 1;
  max-width: 670px;
  opacity: 1;
  transition-duration: 2s;
}

.careers-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #003366;
}

.careers-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.careers-content .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #003366;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.careers-content .btn:hover {
  background-color: #0055aa;
}

/* Hero Section Styling */
.contact-section {
  background-image: url('Assets/background_images/istockphoto-1443811154-612x612.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px 100px;
  border-radius: 16px;
  text-align: center;
  max-width: 1200px;
  opacity: 1;
  transition-duration: 2s;
  margin: 40px auto;
}

.contact-section h2 {
  font-size: 2rem;
  max-width: 1000px;
  margin: 0 auto 20px;
  font-weight: 500;
}

/* Button Styling */
.contact-button {
  background-color: #fff;
  color: #0d2d5c;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
  width: 20%;

}

.contact-button:hover {
  background-color: #e6e6e6;
}

.contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Modal Styling */
.contact-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.contact-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 1000px;
  border-radius: 10px;
  position: relative;
}

.contact-modal-content img {
  width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: 5px;
  padding: 0;
  right: 5px;
  font-size: 24px;
  cursor: pointer;
  background: #FFF;
  border-radius: 30px;
  display: flex;
  height: 24px;
  width: 24px;
  border: #ddd solid 1px;
  align-items: center;
  justify-content: center;
}

.certificate-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.certificate-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
  position: relative;
}


/* Form Layout */
.form-container form {
  margin-top: 20px;
}

.row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.row input,
.row select {
  flex: 1;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  max-width: calc(50% - 7px);
}

textarea {
  width: 100%;
  padding: 10px;
  height: 100px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.submit-btn {
  background-color: #0d2d5c;
  color: white;
  padding: 10px 24px;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.partners-section {
  background: url('Assets/background_images/satellites-bg.png') no-repeat center center/cover;
  position: relative;
  padding: 4rem 2rem;
  color: #000060;

}

.partners-overlay {
  background-color: rgba(0, 0, 0, 0);
  /* dark overlay for readability */
  padding: 4rem 0;
}

.partners-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.partners-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.partners-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.partner-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.partner-track {
  display: flex;
  gap: 40px;
  animation: scrollLogos 20s linear infinite;
  align-items: center;
  padding: 10px 0;
}

.partner-track img {
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.partner-track img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.features-section {
  padding: 60px 20px;
  background-color: #f5f9ff;

}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #0d2d5c;
  margin-bottom: 40px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 3rem;
  }
}

.sub-heading {
  max-width: 100%;
  margin: 0 auto 20px;
}

@media (min-width: 992px) {

  .sub-heading {
    max-width: 80%;
  }
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #dce3f0;
  border-left: 6px solid #0d2d5c;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(13, 45, 92, 0.05);
  opacity: 1;
  transition-duration: 2s;
}

.feature-icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.feature-icon img {
  width: 48px;
  height: 48px;
}

.feature-content h3 {
  color: #0d2d5c;
  font-size: 1.1rem;
  margin: 0 0 8px;
  font-weight: 600;
}

.feature-content p {
  color: #444;
  margin: 0;
  font-size: 0.95rem;
}




.satellite-section {
  background-image: url('Assets/background_images/48734112.jpg');

}


.satellite-slider {
  position: relative;
  width: 100%;
  z-index: 1;

}

.background-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 30px;
}

.bg-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1;
}

.zoomed-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.zoomed-img-border {
  border: 4px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
}

.image-caption {
  margin-top: 8px;

  color: #fff;
  padding: 8px;
  border-radius: 6px;
  max-width: 280px;
  text-align: left;
}

.zoomed-images {
  position: relative;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 5%;
  margin-right: 50%;
}


.zoomed-img {
  position: absolute;
  max-width: 200px;
  animation: popUp 1s ease forwards;
  opacity: 0;
  transform: scale(0.8);
}

/* Random positions for both zoomed images */
.zoomed-img.first {
  top: 25%;
  left: 28%;
}

.zoomed-img.second {
  top: 39%;
  left: 55%;
}

.zoomed-img-container {
  margin-bottom: 77%;
  text-align: center;
}

.zoomed-img {
  opacity: 1;
  transition-duration: 2s;

  border-radius: 10px;

  overflow: hidden;
}

.zoomed-img img {
  width: 105%;
  display: block;
  border-radius: 6px;
}

.image-caption {
  margin-top: 10px;
  color: white;
  font-size: 14px;
}

.timestamp {
  font-weight: bold;
}

.data-text {
  opacity: 1;
  font-size: 17px;

}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.satellite-slider-alt {
  position: relative;
  width: 100%;
  padding: 200px 0;
  margin-top: -12%;
  z-index: 1;

}

.background-image-alt {
  position: absolute;
  width: 100%;
  height: 77%;
  z-index: -1;
  overflow: hidden;
  border-radius: 30px;
}

.bg-img-alt {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1;
}

.timestamp-overlay {
  position: absolute;
  top: 20px;
  left: 86%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 5px;
  z-index: 2;
}

.zoomed-images-alt {
  position: relative;
  width: 100%;
  height: 500px;
  /* adjust as needed */
}

/* Common image container styling */
.zoomed-img-container-alt {
  position: absolute;
  width: 250px;
  /* or your preferred size */
}

/* First image - top-left */
.zoomed-img-container-alt:nth-child(1) {
  top: 290px;
  left: 750px;
}

/* Second image - lower and right-shifted */
.zoomed-img-container-alt:nth-child(2) {
  top: 300px;
  left: 170px;
}

/* Third image - mid-height, far right */
.zoomed-img-container-alt.third {
  top: 300px;
  right: 800px;
}

/* .zoomed-images-alt {
position: relative;
width: 40%;
max-width: 200px;
margin: 0 auto;
margin-top: 5%;
margin-right: 70%;
}

.zoomed-img-container-alt {
margin-bottom: 10%;
text-align: center;
} */

.zoomed-img-alt {
  opacity: 1;
  transition-duration: 2s;
  border: 4px solid white;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3);
  /* blur glow */
  overflow: hidden;
}

.zoomed-img-alt img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.image-caption-alt {
  margin-top: 10px;
  color: white;
  font-size: 14px;

}

.satellite-slider-alt.active .zoomed-img-alt {
  opacity: 1;
  transform: scale(1);
}

.hidden {
  opacity: 0;
  translate: translateX(100%);
  transform: scale(0.5);
}

;

.show {
  opacity: 1;
  translate: translateX(0%);
  transform: scale(1);
}

;



@media screen and (max-width: 768px) {
  .partners-content h2 {
    font-size: 1.5rem;
  }

  .partner-logos {
    gap: 1rem;
  }

  .partner-logos img {
    max-height: 50px;
  }
}



/* Footer Styling */
.footer {
  background-color: #fff;
  padding: 40px 20px 20px;
  font-size: 0.9rem;
  color: #333;
  border-top: 1px solid #ddd;

}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-logo p {
  margin: 0;
  color: #666;
}

.footer-links {
  display: flex;
  gap: 40px;
}

.footer-section h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 6px;
}

.footer-section ul li a {
  color: #333;
  text-decoration: none;
}

.footer-section p,
.footer-section a {
  color: #666;
  font-size: 0.9rem;
}

.footer-bottom {
  margin-top: 20px;
  text-align: center;
  color: #999;
  font-size: 0.85rem;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.footer-bottom a {
  color: #666;
  text-decoration: none;
  margin: 0 5px;
}


@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  nav {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-align: center;
    gap: 10px;
  }

  nav a {}
}

/* === Mobile Friendly Styles === */
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }




  .hero {
    flex-direction: column;
    padding: 0;
    height: 400px;
    text-align: center;
  }

  .heading {
    font-size: 20px;
    padding: 10px 20px;
    margin: 20px auto;
    width: 90%;
  }

  .learnbtn {
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px auto;
  }

  section {
    padding: 30px 20px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card {
    height: auto;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
  }

  .about-overlay {
    flex-direction: column;
    padding: 30px 15px;
    align-items: center;
    text-align: center;
  }

  .about-content {
    width: 100%;
    padding: 20px;
  }

  .about-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .about-content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .careers-container {
    flex-direction: column;
    padding: 20px;
    align-items: center;
  }

  .careers-content {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .careers-content h2 {
    font-size: 2rem;
  }

  .careers-content p {
    font-size: 1rem;
  }

  .contact-section {
    padding: 40px 20px;
    text-align: center;
  }

  .contact-section h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .contact-button {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }

  .slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .slider div {
    flex: 0 0 80%;
    scroll-snap-align: start;
    margin-right: 15px;
  }

  .providers {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .providers img {
    width: 60px;
    height: auto;
  }
}


/* === Satellite Section Styles === */
.satellites {
  padding: 100px 0 50px 0;
  text-align: center;
  background-image: url(Assets/background_images/satellites-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F5F5;
  border-top: #eee solid 1px;
}

.satellites h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  color: #000060;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .satellites h2 {
    font-size: 3rem;
  }
}

.satellites h2 span {
  display: block;
  font-weight: 400;
  font-size: 24px;
}

@media (min-width: 992px) {
  .satellites h2 span {
    font-size: 40px;
  }
}

.satellites p {
  color: #000060;
  font-weight: 400;
  font-size: 18px;
}

.satellites p.bold {
  font-weight: 500;
}

.satellites .satellites-sliders {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.satellites .satellites-sliders img {
  margin: 0 60px;
}

.satellites .satellites-sliders .satellite-slide {
  display: flex;
  align-items: center;
  height: 50px;
}


.certificate-section {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
  align-items: center;
}

.certificate-section p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .certificate-section {
    grid-template-columns: 1fr;
  }

}

.certificate-section figure {
  margin: 0;
  text-align: center;
}

.certificate-section figure img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: #ddd solid 1px;
  padding: 2px;
}

.modal-link {
  color: #003366;
  text-decoration: underline;
}

.modal-link:hover {
  text-decoration: none;
}


.demo-link {
  color: #474747;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 12px;
  display: inline-flex;
  text-decoration: none;
  font-weight: 500;
  width: 200px;
  transition-duration: 2s;
}


.dd-tabs {
  display: flex;
  justify-content: center;
}

.dd-tab {
  padding: 10px 30px;
  cursor: pointer;
  background: #f0f7ff;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  position: relative;
  bottom: -1px;
  border: 1px solid #d0dae5;
  font-weight: bold;
}

.dd-tab.active {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  border-bottom: none;
}

.dd-tab-content {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #d0dae5;
  border-radius: 5px;
}

.dd-tab-content.active {
  display: block;
}

.recognition {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

@media screen and (max-width: 768px) {
.recognition {
  flex-direction: column;
}

}


.recognition img {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0;
  border: #f0f7ff solid 5px;
  box-shadow: 0 0 0 3px rgb(192 221 255);
  border-radius: 5px;
  margin-bottom: 10px;
}

.certificate-image {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.certificate-text{
      display: flex;
    flex-direction: column;
}
.dd-row {
  display: flex;
  gap: 15px;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  border-bottom: #ddd solid 1px;
}
.dd-row.last-row {
  border-bottom: none;
}
.dd-row .title {
  font-weight: bold;
  width: 160px;
  text-align: left;
}

.download-link {
  background-color: #003366;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;

  box-shadow: 0 0 0 3px rgb(192 221 255);
  transition: all 1s;
  margin-top: 16px;
}

.download-link:hover {
  background: #f0f7ff;
  color: #003366;
}