body {
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;

}

html, body {
    overflow-x: hidden;
}
.gallery-item {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }

  .gallery-item:hover {
    transform: scale(1.05);
  }

  .modal-img {
    max-width: 100%;
    height: auto;
  }


  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    gap: 22px;
}


  .see-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #001f6e;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-align: center;
  }

  .see-more-btn:hover {
    background-color: #000d3a;
  }


  .modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 31%);
    color: white;

    cursor: pointer;
    border: none;
    border-radius: 55px;
    height: 30px;
    width: 30px;
}

  .modal-prev {
    left: 10px;
  }

  .modal-next {
    right: 10px;
  }

  .modal-body {
    position: relative;
  }
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.card:hover {
    transform: scale(1.05);
}

h2 {
    color: #002b6b;
}

.btn-primary {
    background-color: #f15454;
    border: none;
}

.btn-primary:hover {
    background-color: #e34c4c;
}

/* .hero-section {
    background-image: url('css/bgimage.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: white;
} */

.hero-image {
    max-width: 100%;
    border-radius: 15px;
}

.hero-text {
    padding-left: 30px;
}

.hero-title {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
}

.hero-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.btn-primary {
    border-radius: 33px;
    background-color: #070965;
    border: none;
}

#cards {
    padding: 40px 0;
}
.news-title {
    color: #1a1a52;
    font-weight: bold;
    font-size: 2rem;
  }

  .card11 {
    border: none;
    position: relative;
  }

  .card-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .card-img-overlay {
    background: rgb(0 0 0 / 10%);
    padding: 15px;
  }

  .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
  }

  .card-text {
    font-size: 0.9rem;
    margin: 0;
  }

  .carousel-indicators button {
    background-color: #49308b;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #49308b;
    border-radius: 50%;
  }

.card1q {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 4px #d3d1d1;
    border-radius: 35px 10px 35px 10px;
    transition: transform 0.3s, background-color 0.3s;
}

.card:hover {
    transform: scale(1.05);
}

.icon {
    font-size: 36px;
    color: #ff4c4c;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

@media (max-width: 768px) {
    .hero-text {
        padding-left: 0;
    }
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 22px;
    }
}

.hero-section {
    background-image: url('../css/bgimage.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    padding: 50px;
}

.hero-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

.expo {
    font-size: 19px;
    font-weight: 700;
    background-color: aliceblue;
    color: black;
    border-radius: 1px;
    padding: 0px 15px 3px 15px;
}

.expo1 {
    font-size: 14px;
    font-weight: 500;
    background-color: rgb(34, 141, 235);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 3px 8px 3px 8px;
}

.core-values {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
}

.core-values h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #04162F;
}

.core-values p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #0000009C;
    font-weight: 300;
}

.core-values .value-box {
    background-color: #3E4095;
    color: white;
    border-radius: 30px;
    padding: 6px;
    width: 65%;
    margin: 0 auto;
    transition: transform 0.3s, background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.card {
    border-radius: 10px;
    width: 45%;
}

.card h5 {
    font-weight: bold;
}
.core-values .value-box:hover {
    background-color: #3E4095;
    transform: scale(1.05);
}

.core-values .value-box h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}

.icon-box {
    text-align: center;
    padding: 20px;
}

.icon-box i {
    font-size: 4rem;
    color: #4B3BB5;
}

.icon-box h4 {
    margin-top: 10px;
    font-size: 1.1rem;
    color: #2bb331;
}

.icon-box p {
    font-size: 1rem;
    color: #6c757d;
}



  footer {
    background-color: #001f6e;
    color: white;
    padding: 40px 0;
  }

  .footer-logo {
    /*max-width: 150px;*/
    margin-bottom: 15px;
  }

  .footer-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .footer-section h5 {
    color: #fff;
    margin-bottom: 15px;
  }

  .footer-section ul {
    list-style: none;
    padding-left: 0;
  }

  .footer-section ul li a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
  }

  .footer-section ul li a:hover {
    color: #fff;
  }

  .social-links a {
    color: white;
    margin: 0 10px;
    font-size: 18px;
  }

  .footer-bottom {
    background-color: #001540;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
  }

  .footer-bottom a {
    color: #d1d1d1;
    text-decoration: none;
  }

  .footer-bottom a:hover {
    color: #fff;
  }

  .contact-info {
    font-size: 12px;
  }

  .contact-info p {
    margin-bottom: 5px;
  }

  .contact-info i {
    margin-right: 8px;
  }

@media (max-width: 768px) {
    .hero-section {
        height: 60vh;
        flex-direction: column;
        padding: 20px;
    }

    .hero-section img {
        width: 100%;
        height: auto;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .core-values .value-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .icon-box {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 1.8rem;
        padding: 10px;
    }

    .hero-section p {
        font-size: 0.9rem;
    }

    .hero-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .card-body {
        padding: 2rem !important;
    }
}

.image-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: rgb(8, 8, 8);
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.video-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.video-card img {
    width: 100%;
    height: auto;
    object-fit: none;
}

/* .carousel-indicators button {
    background-color: #000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
}

@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.33%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.33%);
    }
}

@media (min-width: 1200px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
} */