body {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

.top-bar {
    background-color: #151617;
    color: white;
    font-size: 14px;
}

.top-bar a {
    color: white;
    text-decoration: none;
}

/* Social icon hover effect */
.top-bar .social-icons a {
    background: white;
    color: #151617;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    transition: all 0.3s ease;
    /* smooth animation */
}

.top-bar .social-icons a:hover {
    background: #000000;
    color: rgb(14, 174, 227);
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.navbar-nav .nav-link.active {
    background-color: #151617;
    color: white !important;
    position: relative;
    margin-top: -40px;
    padding-top: 45px;
    height: 100px;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-link.active {
        background-color: grey;
        color: white !important;
        margin-top: 0;
        padding-top: .5rem;
        height: auto;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-link.active {
        position: relative;
        margin-top: -40px;
        padding-top: 45px;
        height: 100px;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item {
        background-color: #037ccc;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navbar-nav .nav-link {
        color: white !important;
        padding: 10px 15px;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
}

.navbar-nav .nav-link {
    font-weight: bold;
}

/* Hover dropdown highlight */
.dropdown-menu .dropdown-item:hover {
    background-color: #037ccc;
    color: #fff;
}

/* Hover on lg open in dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* Navbar sticky animation */
.sticky-animate {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    /* above other content */
    animation: slideDown 0.8s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Slide down animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* crausel indicator */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ececec;
    margin: 0 5px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #078db6;
    opacity: 1;
    transform: scale(1.2);
}

/* Custom padding for biograpay about section */
.about-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* speech video photo sectio */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f1e0;
}

.icon-box {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px dotted rgba(0, 0, 0, 0.664);
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

.from-left {
    transform: translateX(-150px);
}

.from-bottom {
    transform: translateY(50px);
}

.from-right {
    transform: translateX(50px);
}

.icon-box.animate {
    opacity: 1;
    transform: translateX(0) translateY(0);
    transition: all 0.6s ease-out;
}

.icon-box img,
.icon-box i {
    font-size: 40px;
    background: #1d252c;
    color: white;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    padding: 20px;
}

.icon-box h5 {
    margin-top: 15px;
    font-weight: 500;
}

/* Hover overlay */
.icon-box .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    transition: bottom 0.7s ease;
}

.icon-box:hover .overlay {
    bottom: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.icon-box:last-child {
    border-right: none;
}

.icon-col {
    border-right: 1px dotted rgb(0, 0, 0);
}

.icon-col:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .icon-box {
        border-right: none;
        border-bottom: 2px dotted rgba(0, 0, 0, 0.822);
    }
}

.yellow-top-border {
    border-top: 5px solid #FFD700;
}

.icon-col {
    border-right: none !important;
}

@media (min-width: 992px) {
    .icon-col {
        border-right: 2px dotted black !important;
    }

    .icon-col:last-child {
        border-right: none !important;
    }
}

/* international css */
.gallery-section {
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0px;
   
}

.gallery-section .title {
    background: #1f2937;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}

.gallery-section .title .icon {
    background: rgb(255, 171, 15);
    padding: 8px 10px;
    margin-right: 5px;

}
.gallery-section {
    background: #624f4f47;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.title {
    font-size: 24px;
    font-weight: 700;
    color: #c21807;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.icon {
    font-size: 28px;
    margin-right: 10px;
}

.owl-carousel .item img {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.owl-carousel .item img:hover {
    transform: scale(1.05);
}

.thumb-carousel img {
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
}

.thumb-carousel .owl-item.synced img {
    border-color: #c21807;
}

/* 🔹 Stylish Owl Carousel Buttons */
.owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.6);
    border: none;
    outline: none;
    font-size: 24px;
    color: #c21807;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button:hover {
    background: #c21807;
    color: #fff;
    box-shadow: 0 0 15px rgba(194, 24, 7, 0.6);
    transform: translateY(-50%) scale(1.1);
}

.owl-dots {
    margin-top: 10px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background: #ddd !important;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    background: #c21807 !important;
    transform: scale(1.3);
}

/* footer */
.footer-social {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: wheat;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-social:hover {
    background-color: #FFD700;
    color: #000;
    transform: scale(1.1) rotate(10deg);

}

/* fix button on top-bar */
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #FFD700;
    color: #000;
    padding: 10px 15px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    z-index: 1000;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}

.scroll-top.show {
    opacity: 1;
    pointer-events: auto;
}

.scroll-top:hover {
    background-color: #FFC107;
}

/* journey section */
.journey-section {
    min-height: 100vh;
}

.journey-left {
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.journey-left img {
    max-width: 90%;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 8px solid #fff;
}

.journey-right {
    padding: 60px 40px;
}

.journey-title {
    font-size: 3rem;
    font-weight: 800;
    color: #f12a2a;
}

.dots {
    font-size: 5rem;
    color: #f02a2a;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .journey-left img {
        max-width: 100%;
        margin: 0 auto;
    }

    .journey-right {
        padding: 30px 20px;
        text-align: center;
    }
}

.journey-box {
    position: relative;
    background: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border-left: 2px solid blue;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.journey-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.journey-year {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #c40404;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.journey-title {
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
}

.journey-text {
    color: #6c757d;
    font-size: 14px;
    margin-top: 10px;
}

/* 
gallery section */
.gallery-banner {
    height: 70vh;
    background: linear-gradient(to right, #0d0d0d, #1a1a1d);
    position: relative;
}

.gallery-banner .content {
    max-width: 700px;
}

.gallery-banner .small-text {
    font-size: 18px;
    color: #FFD700;
    letter-spacing: 2px;
}

.gallery-banner .line {
    width: 80px;
    height: 4px;
    background: #FFD700;
    border-radius: 2px;
}

@media(max-width: 768px) {
    .gallery-banner {
        height: 60vh;
        padding: 20px;
    }

    .gallery-banner h1 {
        font-size: 2.2rem;
    }

    .gallery-banner p {
        font-size: 1rem;
    }
}

.gallery-img {
    border: 5px solid rgb(223, 11, 11);
    border-radius: 6px;
    cursor: pointer;
}

.img-xsm {
    width: 80px;
    height: auto;
}

.img-sm {
    width: 150px;
    height: auto;
}

.img-md {
    width: 250px;
    height: auto;
}

.img-lg {
    width: 400px;
    height: auto;
}

/* index page car bar */
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.explore-link {
    color: #c80909;
    font-weight: bold;
    float: right;
    font-size: 0.9rem;
}

.explore-link:hover {
    color: green;
}

.updates-btn {
    background-color: #c80909;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.card-img-top {
    object-fit: cover;
}

*/

/* contact page */
/* Banner Styling */
.contact-banner {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

/* White shadow bottom effect */
.contact-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 2;
}

/* Responsive heights */
.contact-banner {
    height: 250px;
    /* default for small */
}

@media (min-width: 576px) {

    /* sm */
    .contact-banner {
        height: 300px;
    }
}

@media (min-width: 768px) {

    /* md */
    .contact-banner {
        height: 400px;
    }
}

@media (min-width: 992px) {

    /* lg */
    .contact-banner {
        height: 500px;
    }
}

/* Info Box Hover Effect */
.contact-info .info-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.contact-info .info-box:hover {
    background: #dc3545;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.5);
}

.contact-info .info-box i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #dc3545;
    transition: color 0.4s ease;
}

.contact-info .info-box:hover i {
    color: #fff;
}

/* Google Map */
.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 15px;
}

/* bio page*/
.bio-left {
    background: #fff;
    border: 2px solid #ff4500;
    padding: 15px;
    position: relative;
}

.bio-left img {
    width: 100%;
    height: auto;
    display: block;
    border: 4px solid #929492;
    box-shadow: 0 0 10px rgba(68, 67, 67, 0.1);
    position: relative;
    top: -40px;
    z-index: 1;
}

.bio-right {
    position: relative;
}

.bio-heading {
    top: 20px;
    background: #fff;
    padding: 15px;
    border-left: 4px solid #ff4500;
    animation: slideIn 1s ease forwards;
    z-index: 10;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.bio-content {
    margin-top: 20px;
    padding: 15px;
    text-align: justify;
}

.bio-section {
    margin-bottom: 40px;
}

.bio-section img {
    border: 5px solid #04898b;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Horizontal scroll for small devices */
.bio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 20px;
}
 
.bio-card {
    background: #1e1e1e;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.bio-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bio-card:hover img {
    transform: scale(1.05);
}

.bio-card .content {
    padding: 15px 20px;
}

.bio-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffcc33;
}

.bio-card p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .bio-grid {
        grid-template-columns: 1fr;
    }

    .bio-card img {
        height: auto;
        object-fit: contain;
    }

    .bio-card {
        min-width: 100%;
    }
}

.bio-grid::-webkit-scrollbar {
    height: 8px;
}

.bio-grid::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 8px;
}

.bio-grid::-webkit-scrollbar-track {
    background: #222;
}

/* achievemnt box */
.achievement-box {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.achievement-box .image-wrap {
    height: 220px;
    overflow: hidden;
}

.achievement-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.achievement-box:hover img {
    transform: scale(1.1);
}

/* heading section */
/* ===== Achievements / Heading Section ===== */
.heading-section {
    text-align: center;
    position: relative;
    padding: 2rem 1rem;
}

/* Badge */
.heading-section .title-badge {
    display: inline-block;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: #0E58B3;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Main Title */
.heading-section h1 {
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 4rem);
    background: linear-gradient(90deg, #ff512f, #dd2476);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    margin: 0.5rem 0;
}

/* Subtitle / Description */
.heading-section .subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    margin-bottom: 1rem;
}

/* Decorative Gradient Line */
.heading-section .decorative-line {
    width: clamp(80px, 15vw, 150px);
    height: 5px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ff512f, #dd2476);
    margin: 1.5rem auto 0;
}

/* ===== AOS Animations ===== */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* ===== Responsive Adjustments ===== */
@media(max-width:768px) {
    .heading-section {
        padding: 3rem 1rem;
    }

    .heading-section h1 {
        font-size: clamp(1.8rem, 5vw, 3rem);
    }

    .heading-section .subtitle {
        font-size: clamp(0.9rem, 2.2vw, 1.2rem);
    }

    .heading-section .decorative-line {
        height: 4px;
    }
}
/* news section */
           .news-card {
               display: flex;
               flex-direction: column;
               height: 100%;
           }

           .news-card img {
               height: 220px;
               object-fit: cover;
           }
           .news-card .card-body {
               flex-grow: 1;
               display: flex;
               flex-direction: column;
               justify-content: space-between;
           }

           .news-card .card-text {
               flex-grow: 1;
           }

           .read-more-btn {
               align-self: flex-start;
           }

           .news-card {
               transition: transform 0.3s ease, box-shadow 0.3s ease;
           }

           .news-card:hover {
               transform: translateY(-8px);
               box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
           }

           /* qoutes box */

           .quote-section {
               background: #f8f9fa;
               padding: 50px 0;
           }

           .quote-column {
               display: flex;
               flex-direction: column;
               gap: 1rem;
               height: 100%;
           }

           .quote-block {
               background: #fff;
               border-radius: 10px;
               padding: 1rem;
               box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
               display: flex;
               flex-direction: column;
               justify-content: space-between;
               height: 160px;
               transition: all 0.3s ease-in-out;
           }

           .quote-block:hover {
               transform: translateY(-5px);
           }

           /* text size */
           .quote-block p {
               font-size: 1rem;
               margin-bottom: 0.5rem;
           }

           @media (max-width: 768px) {
               .quote-block {
                   height: auto;
        
               }
           }
