
                    body {
        font-family: "Alata", sans-serif;
        font-weight: 400;
        font-style: normal;
        background-color: #edeef0; 
        }
            html {
                scroll-behavior: smooth;
            }
            .card:hover {
                transform: translateY(-5px);
                transition: 0.3s ease;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            }
            .btn-outline-primary:hover {
                background-color: #007bff;
                color: #fff;
            }
            .slider-item {
                animation: fadeIn 1.5s ease-in-out;
            }
            @keyframes fadeIn {
                0% { opacity: 0; transform: scale(1.05); }
                100% { opacity: 1; transform: scale(1); }
            }
            .btn-social {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 1px solid white;
            }
            #backToTop {
                position: fixed;
                bottom: 30px;
                right: 30px;
                background-color: #233F76;
                color: white;
                border: none;
                border-radius: 50%;
                width: 45px;
                height: 45px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 20px;
                z-index: 9999;
                cursor: pointer;
                display: none;
            }
            .loader {
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background: white;
                z-index: 10000;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .loader div {
                width: 40px;
                height: 40px;
                border: 4px solid #007bff;
                border-top: 4px solid transparent;
                border-radius: 50%;
                animation: spin 1s linear infinite;
            }
            @keyframes spin {
                to { transform: rotate(360deg); }
            }
            .navbar {
                transition: background-color 0.4s ease;
            }
            .navbar.scrolled {
                background-color: rgba(0,0,0,0.8) !important;
            }
        

.background-mainColor{
 background-color:#000F20;
}
.Header-Color{
    color:#233F76;
}

  img{
    lazy;
  }

    .carousel-img {
      transition: all 0.4s ease;
      object-fit: contain;
    }
  
    .big-img {
      width: 250px;
      height: 150px;
    }
  
    .small-img {
      width: 120px;
      height: 80px;
      opacity: 0.6;
    }
  
    .custom-carousel-btn {
      width: 50px;
      height: 50px;
     border:none;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
    }
  
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }
    .img-1 {
    top: 0;
    left: 0;
    width: 70%;
    height: auto;
    z-index: 2;
  }

  .img-2 {
    top: 150px;
    left: 40%;
    width: 70%;
    height: auto;
    z-index: 3;
  }

  .bg-layer {
    top: 30px;
    left: 25%;
    width: 60%;
    height: 300px;
    background-color: #233F76;
    z-index: 1;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .img-1 {
      width: 69%;
      top: 0;
      left: 3%;
    }

    .img-2 {
      width: 79%;
      top: 145px;
      left: 19%;
    }

    .bg-layer {
      width: 75%;
      left: 12%;
      top: 20px;
      height: 280px;
    }
    .hover-box {
      position: relative;
      overflow: hidden;
      padding: 50px 30px;
      transition: all 0.4s ease;
      height: 500px;
      background-color: #fff;
      border: 1px solid #e0e0e0;
      text-align: center;
    }
    .hover-box:hover {
  
      height: 520px;
  
    }
  }
    .hover-box {
      position: relative;
      overflow: hidden;
      padding: 50px 30px;
      transition: all 0.4s ease;
      height: 550px;
      background-color: #fff;
      border: 1px solid #e0e0e0;
      text-align: center;
    }
    .hover-box:hover {
  
      height: 560px;
  
    }

    .hover-box:hover .overlay {
      opacity: 0.6;
<<<<<<< HEAD
<<<<<<< HEAD
=======
=======
>>>>>>> a29ae3ea59c8f49464e4339d302e6e13d8259e0c
    
>>>>>>> a29ae3ea59c8f49464e4339d302e6e13d8259e0c
      transform: scale(1.05);
    }

    .hover-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 0;
  opacity:0.2;
}


    .hover-box .content {
      position: relative;
      z-index: 1;
      color: #C7C8CA;
      transition: color 0.4s ease;
    }

    .hover-box:hover .content {
      color: white ;
    }
    
    .hover-box h2 {
      font-size: 3rem;
      margin-bottom: 15px;
      color:white;
    }

    .hover-box h5 {
      font-weight: 600;
      color:white;
    }

    .hover-box p {
      font-size: 0.95rem;
    }

    .btn-learn {
      margin-top: 10px;
      border: 1px solid #000;
      transition: 0.3s;
    }

    .hover-box:hover .btn-learn {
      background-color: #fff;
      color: #000;
    }
    /* ===== MISSION SECTION STYLES ===== */

/* Animated Background */
.mission-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0.05;
    z-index: -1;
}

.mission-bg-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(1deg); }
}

/* Mission Badge */
.mission-badge .badge {
    background: linear-gradient(45deg, #233F76, #667eea) !important;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Text Gradient */
.text-gradient {
    background: linear-gradient(45deg, #233F76, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Mission Statement */
.mission-statement {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
}

/* Mission Pillar Cards */
.mission-pillar-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mission-pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #233F76, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.mission-pillar-card:hover::before {
    transform: scaleX(1);
}

.mission-pillar-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Pillar Icon Wrapper */
.pillar-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #233F76, #667eea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.pillar-icon-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: transform 0.6s ease;
}

.mission-pillar-card:hover .pillar-icon-wrapper::before {
    transform: rotate(45deg) translate(50%, 50%);
}

.pillar-icon {
    font-size: 2rem;
    color: white;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

.mission-pillar-card:hover .pillar-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Pillar Content */
.pillar-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pillar-title {
    color: #233F76;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
}

.pillar-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    flex: 1;
}
/* Feature Tags */
.pillar-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feature-tag {
    background: linear-gradient(45deg, #f8f9fa, #e9ecef);
    color: #233F76;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(35, 63, 118, 0.2);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: linear-gradient(45deg, #233F76, #667eea);
    color: white;
    transform: translateY(-2px);
}

/* Service Highlight Cards */
.service-highlight-card {
    background: linear-gradient(135deg, rgba(35, 63, 118, 0.05), rgba(102, 126, 234, 0.05));
    border: 2px solid rgba(35, 63, 118, 0.1);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-highlight-card:hover {
    border-color: #233F76;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(35, 63, 118, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #233F76, #667eea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.service-highlight-card:hover .service-icon {
    transform: scale(1.1) rotate(10deg);
}

.service-highlight-card h5 {
    color: #233F76;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-highlight-card p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

/* Call to Action */
.cta-wrapper {
    background: linear-gradient(135deg, rgba(35, 63, 118, 0.05), rgba(102, 126, 234, 0.05));
    border-radius: 20px;
    padding: 3rem;
    border: 2px solid rgba(35, 63, 118, 0.1);
}

.cta-wrapper h3 {
    color: #233F76;
    font-weight: 700;
}

.cta-button {
    background: linear-gradient(45deg, #233F76, #667eea) !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(35, 63, 118, 0.3);
    background: linear-gradient(45deg, #667eea, #764ba2) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mission-pillar-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .pillar-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .pillar-icon {
        font-size: 1.5rem;
    }
    
    .mission-statement {
        font-size: 1rem;
    }
    
    .cta-wrapper {
        padding: 2rem 1rem;
    }
    
    .pillar-features {
        justify-content: center;
    }
}

/* Animation Delays for AOS */
[data-aos-delay="100"] { animation-delay: 0.1s; }
[data-aos-delay="200"] { animation-delay: 0.2s; }
[data-aos-delay="300"] { animation-delay: 0.3s; }
[data-aos-delay="400"] { animation-delay: 0.4s; }
[data-aos-delay="500"] { animation-delay: 0.5s; }
[data-aos-delay="600"] { animation-delay: 0.6s; }

