@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  background: url('background.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  padding: 20px;
  text-align: justify;
  
  
}


/*Progress*/
#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
  
}

.header {
  position: relative;
  text-align: center;
  background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
  );
  color: white;
}

.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.inner-header {
  height: 35vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.btn{
width: 100%;
  padding: 1rem 1.2rem;
  font-size: 1.9rem;
  background:  rgba(84, 58, 183, 1) ;

  border-radius: 1rem;
  cursor: pointer;
  text-align: center;
  color:white;
  justify-content: center;
  align-items: center; 
  margin-top: 30px;
 display: flex;
}


.btn:hover{
  background:rgb(33, 71, 71);
  color: rgb(255, 255, 255);
  
}

a{
  text-decoration: none;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}

p {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #333333;
}

section {
  
  max-width: 90%;
  margin: 0 auto 30px auto;
  background: rgba(0, 0, 0, 0.45);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  transition: transform 0.3s ease;
  }
  

  .mission-vision {
    max-width: 95%;
    margin: 0 auto 40px auto;

    background: linear-gradient(
      60deg,
      rgba(84, 58, 183, 1) 0%,
      rgba(0, 172, 193, 1) 100%
    );
    
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
  }
  
  .mv-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .mv-card {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .mv-card.reverse {
    flex-direction: row-reverse;
  }
  
  .mv-card.centered {
    flex-direction: column;
    text-align: center;
  }
  
  .mv-text {
    flex: 1;
    min-width: 280px;
    text-align: center;
  }
  
  .mv-text h2 {
    color: #ffcb05;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .mv-text p {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.8;
    text-align: center;
  }
  
  .mv-image {
    flex: 1;
    min-width: 100px;
    
  }
  
  .mv-image img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  

  .accordion-wrapper {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
    background-color: #f0f8fa; /* Light background for better contrast */
    width: 100%;
  }
  
  .accordion-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1b3a4b; /* Dark blue for clarity */
    text-align: center;
  }
  
  .accordion {
    max-width: 730px;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  
  .accordion .accordion-content {
    margin: 10px 0;
    border-radius: 5px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    overflow: hidden;
    padding-top: 20px;
    transition: all 0.3s ease;
  }
  
  .accordion-content:nth-child(2) {
    background-color: #e8f5ff;
    border-color: #cceeff;
  }
  
  .accordion-content:nth-child(3) {
    background-color: #fff0f2;
    border-color: #ffcdd2;
  }
  
  .accordion-content:nth-child(4) {
    background-color: #f3f3ff;
    border-color: #d0d0ff;
  }
  
  .accordion-content header {
    display: flex;
    min-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
  }
  
  .accordion-content header:hover {
    background-color: #ececec;
  }
  
  .accordion-content header .title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  
  .accordion-content header i {
    font-size: 16px;
    color: #555;
  }
  
  .accordion-content .description {
    height: 0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.3s ease;
    line-height: 1.6;
  }
  
  .accordion-content.open .description {
    padding-bottom: 15px;
  }
  

  .core-value-summary {
    padding: 40px 20px;
    background-color: #f5f9fc;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .core-value-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .core-value-text {
    flex: 1;
    min-width: 280px;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
  }
  
  .core-value-image {
    flex: 1;
    min-width: 280px;
    text-align: center;
  }
  
  .core-value-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  


  .future-expansion {
    background-color: #e4edf2;
    padding: 4rem 2rem;
    border-radius: 16px;
    max-width: 1090px;
    margin: 4rem auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }
  
  .expansion-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .expansion-text {
    flex: 1;
    min-width: 280px;
  }
  
  .expansion-title {
    color: #007b83;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
  
  .expansion-text p {
    font-size: 1.15rem;
    color: #2c2c2c;
    line-height: 1.9;
    font-weight: 400;
  }
  
  .expansion-image {
    flex: 1;
    min-width: 280px;
    text-align: center;
  }
  
  .expansion-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  

  
section:hover {
  transform: translateY(-5px);
}

.custom-list li,
.custom-list p {
  transition: transform 0.3s ease, color 0.3s ease;
  
}

.custom-list li:hover,
.custom-list p:hover {
  transform: translateX(10px);
  color: #00f7ff;
}



.card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 0 20px #00d1ff55;
}

 

p, li {
  font-size: 1.1em;
  line-height: 1.8;
  color: white;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

footer {
  text-align: center;
  background: rgb(0, 0, 0);
  padding: 15px;
  font-size: 0.9em;
  border-radius: 10px;
  max-width: 70%;
  margin: auto;
}


/* ========== Mobile Responsiveness ========== */
@media screen and (max-width: 768px) {
  header h1 {
    font-size: 1.8em;
  }

  section,footer {
    padding: 20px 15px;
    max-width: 95%;
  }

  h2 {
    font-size: 1.5em;
  
  }

  p, li {
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  body {
    padding: 5px;
  }

  header {
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  .expansion-title {
    font-size: 1.6rem;
  }

  .expansion-text p {
    font-size: 1rem;
    text-align: center;
  }

  .expansion-container {
    flex-direction: column;
    align-items: center;
  }
}


@media (max-width: 768px) {
  .core-value-text {
    font-size: 1rem;
    text-align: center;
  }

  .core-value-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}


@media (max-width: 768px) {
  .mv-card {
    flex-direction: column !important;
    text-align: center;
    padding: 15px;
  }

  .mv-text h2 {
    font-size: 1.6rem;
  }

  .mv-text p {
    font-size: 0.8rem;
  }

  .mv-image img {
    max-width: 90%;
  }
}


/* /* Shrinking for mobile */
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
}