
.glass-bg-alt {
  /* Gradient covering top-right and bottom-right corners */
  background: linear-gradient(
    to right, /* direction */
    rgba(219, 217, 219, 0.418) 0%,   /* start color */
    rgba(255, 255, 255, 0.2) 50%,    /* middle color */
    rgb(255, 255, 255) 100%     /* end color */
  );

  /* Glassmorphism effect */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;

  color: #3e3e3ec3;
  padding: 50px 0;
}


#home-objectives {
    background: linear-gradient(to right, #f9f9f9, #dcdcdc5a);
    padding: 60px 0;
  }
  
  .objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 30px;
  }
  
  .objective-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
  }
  
  .objective-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  
  .objective-card .icon {
    font-size: 36px;
    color: #ca77e8b0;
    margin-bottom: 15px;
  }
  
  .objective-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  
  .objective-card p {
    font-size: 14px;
    color: #666;
  }
  
/* goals */

.goals-flip-section {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 240, 250, 0.9));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 80px 20px;
    overflow: hidden;
  }
  
  .background-oo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-image: url('../img/flag_sp.jpg'); /* Replace with your actual image path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.07;
    z-index: 0;
    pointer-events: none;
  }
  
  
  .container {
    position: relative;
    z-index: 1;
  }
  
  .flip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .flip-card {
    width: 180px;
    height: 180px;
    perspective: 1000px;
  }
  
  .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-inner {
    transform: rotateY(180deg);
  }
  
  .glass, .glass-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    background: rgba(173, 13, 222, 0.505);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    padding: 10px;
    text-align: center;
  }
  
  .glass i {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .glass p {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
  }
  
  .glass small {
    margin-top: 5px;
    font-size: 0.9rem;
    opacity: 0.8;
  }
  
  .glass-back {
    transform: rotateY(180deg);
    font-size: 1rem;
    justify-content: center;
  }
  
  /*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    background-color: var(--surface-color);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .testimonials .testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  }
  
  .testimonials .testimonial-item .stars {
    margin-bottom: 15px;
    color: #FFD700;
  }
  
  .testimonials .testimonial-item .stars i {
    margin-right: 2px;
  }
  
  .testimonials .testimonial-item p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--default-color);
  }
  
  .testimonials .testimonial-item .testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .testimonials .testimonial-item .testimonial-footer .testimonial-author {
    display: flex;
    align-items: center;
  }
  
  .testimonials .testimonial-item .testimonial-footer .testimonial-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  }
  
  .testimonials .testimonial-item .testimonial-footer .testimonial-author div h5 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
  }
  
  .testimonials .testimonial-item .testimonial-footer .testimonial-author div span {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
  }
  
  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 36px;
    color: color-mix(in srgb, var(--accent-color), transparent 70%);
    line-height: 1;
  }
  
  .testimonials .testimonial-item .testimonial-footer .quote-icon i {
    transform: scaleX(-1);
  }
  
  @media (max-width: 768px) {
    .testimonials .testimonial-item {
      padding: 25px 20px;
    }
  
    .testimonials .testimonial-item p {
      font-size: 15px;
      margin-bottom: 20px;
    }
  
    .testimonials .testimonial-item .testimonial-footer .testimonial-author img {
      width: 45px;
      height: 45px;
    }
  
    .testimonials .testimonial-item .testimonial-footer .testimonial-author div h5 {
      font-size: 16px;
    }
  
    .testimonials .testimonial-item .testimonial-footer .testimonial-author div span {
      font-size: 13px;
    }
  
    .testimonials .testimonial-item .testimonial-footer .quote-icon {
      font-size: 30px;
    }
  }
  
  @media (max-width: 576px) {
    .testimonials .testimonial-item {
      padding: 20px 15px;
    }
  
    .testimonials .testimonial-item .testimonial-footer .testimonial-author img {
      width: 40px;
      height: 40px;
      margin-right: 10px;
    }
  }
  .testimonial-item {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    max-width: 700px;
    margin: 0 auto;
  }
  
  /* Carousel control arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: lightgrey;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}

/* Optional: Add slight shadow for better visibility on white background */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Carousel indicators (dots) */
.carousel-indicators button {
  background-color: lightgrey;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.7;
}

.carousel-indicators .active {
  background-color: grey;
  opacity: 1;
}


  /*--------------------------------------------------------------
# Download Section
--------------------------------------------------------------*/

.download-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff; /* white section background */
  color: #6a0dad; /* main purple text */
}

.section-title {
  color: #3b3b3bc0; /* matches purple theme */
}


.download-btn {
  background-color: #fff; /* button background */
  color: #6a0dad; /* button text */
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #6a0dad; /* purple border */
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #6a0dad; /* purple background on hover */
  color: #fff; /* white text on hover */
  transform: scale(1.05);
}

.download-buttons a i {
  font-size: 1.2rem;
}

.glass-bg {
  /* Gradient background with transparency */
  background: linear-gradient(rgba(219, 217, 219, 0.208), rgba(253, 250, 253, 0.137), rgba(201, 141, 219, 0.126));

  /* Glassmorphism effect */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;

  /* Text color */
  color: #6a0dad;
}
