@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1386px !important;
    }
}


.title {
    color: #1A237E;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    margin: 10px 0px 20px 0px;
}

.title-line {
    position: absolute;
    background: #1A237E;
    height: 3px;
    width: 70px;
}

.description {
    text-align: justify;
}


body {
    font-family: 'Popins', sans-serif;
    font-weight: 500;
    /*letter-spacing: 1px;*/
    font-size: 13px;
    transition: font-size 0.3sease;
}




body.assamese {
    font-family: 'GeetLohit', sans-serif;
}

body.bengali {
    font-family: 'Vrinda', sans-serif;
}

.custom-btn1 {
    background: #ffc404;
    color: #fff;
}

.custom-btn1:hover,
.custom-btn1:visited:hover {
    background: white;
    color: #5935D7;
    font-weight: 600;
    border: #4f2ad5;
}

.hero-image {
    position: relative;
    width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero-image {
        height: 200px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .hero-image {
        height: 300px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hero-image {
        height: 400px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hero-image {
        height: 500px;
    }
}

/*navigation css*/
.dropdown-hover:hover .dropdown-menu {
    display: block;
    text-align: left;
}

ul.no-bullets {
    list-style-type: none;

}

.dropdown-menu ul li {
    border-bottom: 1px solid black;
    text-align: left;
}

.photo-gallery {
    position: relative;
    height: 300px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*banner css*/
.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/*.active {*/
/*  background-color: #717171;*/
/*}*/

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 3.5s;
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

/*Latest Upddates*/
/* Custom CSS for styling */
/* body {
    font-family: 'Roboto', sans-serif !important;

    color: black;

    font-size: 15px;
} */



.list-group-item span {
    float: right;
    /* Align date to the right */
}

/*gallery text css*/
.gallery-text {
    font-size: 14px;

}

/*top image css*/
.top-img {
    margin-bottom: 2px;
    /* Add margin to the bottom of the images for spacing */
}

@media (max-width: 767px) {

    .top-img {
        width: 40px;
        height: auto;
    }

    .top-img1 {
        width: 90px;
        height: auto;
    }

}



.top-img1 {
    height: 50%;
    padding-top: 1rem;
}

.add_ons {
    display: flex;
    justify-content: flex-end;
}


/* .maincontent {
    height:70%;
} */
.thead-custom {
    background-color: #f0f0f0;
    /* Set your desired background color here */
}

h3 {
    /* font-weight: 700; */
    color: #1b2b60;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.list-group-item:hover {
    color: #1b2b60 !important;
    /* Add any other hover styles here */
}

.blinking-list {
    padding: 0;
    /* Remove default padding */
    list-style: square;
    /* Remove default list style */
}

.blinking {
    /* Display list items inline */
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffff;
    font-size: 16px;
    /* Add some spacing between list items */
}

.dropdown-menu {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;

}

.navbar-nav {
    gap: 20px;
}

.navbar-nav .nav-item.active .nav-link {
    background-color: #007bff;
    color: #fff;
    border-radius: 2px;

}

.navbar-nav .nav-link:hover {
    background-color: #1889AC !important;
    color: #fff;
}

.dropdown-item:hover {
    background-color: #1A237E !important;
    color: #fff;
}

.maincontent {
    flex: 1 !important;
    height: auto;


}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    background: #091428;
    color: white;
    /*padding: 20px;*/
    /*margin-top: 2rem;*/
}


.latest-update {
    max-height: 250px;
    /* Set your preferred height */
    overflow-y: visible;
}

.marquee {
    background-color: #c50909;
    padding: 0.2rem;

}

#carouselExampleDark {
    height: 50%;
}


#updates {
    height: 100%;
    padding: .2rem;
    border: 1px solid #8080804f;
    border-radius: 10px;
}

.lightbox .lb-image {
    height: 700px !important;
    width: 900px !important;
    display: block;
    height: auto;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}



.header_name {
    font-size: 21px;
    font-weight: 550;
}

.text_details {
    font-size: 14px;
    /*font-weight: bold;*/
    color: #c50909;
}

/* index Page */
.btn-outline-primary {
    --bs-btn-hover-color: #0d6efd !important;
    --bs-btn-hover-bg: white !important;
}

@keyframes panFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}


.home {
    overflow: hidden;
}

.animate-pan {
    animation: panFromLeft 1s ease-out;
}

/*gallery */
.gallery-row {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.gallery-row img {
    display: inline-block;
    margin-right: 10px;
    animation: scrollGallery 5s linear infinite;
}

@keyframes scrollGallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.video_block video {
    width: 100%;
    object-fit: cover;
    position: relative;
}


.programs-linkedin-section {
    background-color: rgba(207, 225, 235, 0.27);
    /* padding-top: 3.5rem */
    padding: 55px 52px;
}




/* responsive */
@media (max-width: 1175px) {
    #carouselExampleDark {
        height: auto;

    }
}



@media (max-width: 767px) {
    .footer {
        /* text-align: center; */
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    /* Your custom styles for iPad Air in portrait mode */
    .top-text-main {
        font-size: 20px !important;
        /* Adjust the font size as needed */
    }

    .top-text-next {
        font-size: 15px !important;
        /* Set a smaller font size for mobile view */
    }

    .top-img {
        width: 55px;
        /* Set image width to 50% */
        height: auto;
        /* Maintain aspect ratio */
    }

    .top-img1 {
        width: 100px;
        /* Set image width to 50% */
        height: auto;
        /* Maintain aspect ratio */
    }


}


@media (max-width: 1040px) {
    .header_bar {

        height: 76px !important;
    }

    .top-img {
        /* Adjust the width and height of the image for smaller screens */
        width: 30px;
        height: 15px;
    }

    .top-text-main {
        /* Adjust font size for smaller screens */
        font-size: 14px;
    }

    .text_details {
        /* Adjust font size for smaller screens */
        font-size: 12px;
    }

    .top-img1 {
        /* Adjust the width and height of the images for smaller screens */
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1200px) {
    .header_bar {
        max-width: 976px;
    }

    .header_name {
        font-size: 21px;
        font-weight: bold;
    }

    .text_details {
        font-size: 13px;
        font-weight: bold;
        color: #c50909;
        white-space: pre-line;
    }

    .menus {
        max-width: 1096px;
    }

    .video_block {
        height: 100%;
        padding-top: 21px;
    }
}

@media (max-width: 1093px) {
    .menus {
        max-width: 1096px;
    }
}

@media (max-width: 1036px) {
    .mb-1 {
        margin-bottom: 1.25rem !important;
    }

    .top-img {
        width: auto !important;
        height: auto !important;
    }

    .top-img1 {
        width: auto !important;
        height: 65% !important;
    }
}

@media (max-width: 820px) {
    .header_name {
        font-size: 15px;
        font-weight: bold;
    }

    .text_details {
        font-size: 13px;
        color: #c50909;
        white-space: pre-line;
    }

    .top-img {
        width: auto !important;
        height: 66% !important;
        margin-top: 9px !important;
    }

    .top-img1 {
        width: auto !important;
        height: 48% !important;
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    .home {
        max-width: 600px;
    }

    .navbar-nav {
        gap: 6px;
    }

    .banner {
        display: none;
    }
}

@media (max-width: 576px) {
    .home {
        max-width: 500px;
    }

    .header_name {
        font-size: 13px;
        font-weight: bold;
    }

    .text_details {
        font-size: 11px;
        font-weight: bold;
        color: #c50909;
        white-space: pre-line;
    }

    .top-img {
        width: auto !important;
        height: 56% !important;
        margin-top: 9px !important;
    }

    .top-img1 {
        width: auto !important;
        height: 40% !important;
        margin-top: 16px;
    }

    /* .py-2 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    } */

    .py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .banner {
        display: none;
    }


}

.gallery-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on iOS */
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar in IE and Edge */
}

.gallery-row::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in Chrome, Safari, and Opera */
}


.topbar {
    height: 2.5rem;
    background-color: #1889AC;
    color: white;

}

.font_btn {
    outline: none;
    font-size: 14px;
    color: white;
}


/* about ssection */
.section-title {
    background-color: #1889ac;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    /* margin-bottom: 20px; */
    position: relative;
}

.section-title::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #ffc107;
}

.section-content {
    /* background-color: #fff; */
    border: 1px solid #dddddd4d;
    /* padding: 20px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */

}

.btn-custom {
    background-color: #ffc107;
    color: black;
    border: none;
    font-weight: bold;
    margin-top: 15px;
    /* padding: 1rem 1rem; */
}

.btn-custom:hover {
    background-color: #e0a800;
}

ul li {
    position: relative;
    /*padding-bottom: 5px;*/
    /*padding-top: 5px;  */
}

ul li:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    /* Thickness of the line */
    /* background-color: black;  */
}

.d-flex {
    display: flex;
}

.align-items-stretch {
    align-items: stretch;
}

.section-content-wrapper {
    background: #f8f9fa;
    /* Optional background */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional shadow */
    flex-grow: 1;
}

table {
    font-size: 12px;
}


.text-primary {
    color: rgb(24 137 172) !important;
}


@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 22px !important;
    }
}


.list {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: #ffff !important;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
}

.list:hover {
    color: grey !important;
    background-color: whitesmoke !important;
    padding: 0.3rem;
}

.update-item {
    padding: 9px;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s ease;
}

.update-item:last-child {
    border-bottom: none;
}

.update-item:hover {
    background-color: #f0f0f0;
}

.styled-span {
    font-size: 1.5em;
    font-weight: bold;
    color: #084c9d;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-style: italic;
}

#carouselExampleDark {
    height: 70% !important;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-tenders,
.card-links {
    background-color: #0d47a1d1 !important;
    color: whitesmoke !important;
}

.card-projects {
    background-color: #ffc404f2 !important;
    color: whitesmoke !important;
}

.card {
    margin-bottom: 20px;
    padding: 20px;
}

.highlight-section {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.highlight-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #1c1c1c;
    padding: 20px;
    min-height: 400px;
}

.highlight-section .icon {
    font-size: 2.5rem;
    color: whitesmoke;
    margin-bottom: 15px;
}

.highlight-section .card-title {
    font-size: 22px;
    font-weight: 700;
    color: whitesmoke;
    margin-bottom: 15px;
}

.highlight-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.highlight-section ul li {
    border-bottom: 1px solid #f0f0f0;
    color: whitesmoke;
    font-size: 16px;
}

.highlight-section ul li a {
    color: whitesmoke;
    text-decoration: none;
}

.highlight-section ul li a:hover {
    text-decoration: underline;
}

.media-container {
    height: 400px;
}

.updates-container {
    height: 380px;
    overflow: hidden;
}

.gallery-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    padding: 30px;
}

.gallery-scroll {
    display: flex;
    gap: 15px;
}

.gallery-item {
    display: inline-block;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border: 2px solid #ccc;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Custom Scrollbar Styling */
.gallery-container::-webkit-scrollbar {
    height: 8px;
}

.gallery-container::-webkit-scrollbar-thumb {
    background-color: #084c9d;
    border-radius: 10px;
}

#marqueeUpdates {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: scrollUp 20s linear infinite;
}

@keyframes scrollUp {

    0%,
    10% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

#marqueeUpdates:hover {
    animation-play-state: paused;
}

.maincontent {
    position: relative;
    flex: 1 !important;
    height: auto;
    /*background-image: url(/images/bg.jpg);*/
    background-size: cover;
    background-position: center;
}

.maincontent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 1;
}

.maincontent>* {
    position: relative;
    z-index: 2;
}

.carousel-caption {
    z-index: 10;
    position: relative;
}

.carousel-caption a {
    pointer-events: auto;
}

/* Unified Media Queries */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }

    .section-content {
        font-size: 0.9rem;
        padding: 10px;
    }

    .btn-custom {
        width: 100%;
        text-align: center;
    }

    #carouselExampleDark {
        height: 28% !important;
    }

    .highlight-section .highlight-item {
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        margin-bottom: 20px;
        min-height: 288px;
    }

    .home-section {
        margin-bottom: 20px;
    }

     .programs-linkedin-section {
        background-color: rgba(207, 225, 235, 0.27);
        padding: 46px 2px;
    }

}

@media (max-width: 576px) {
    .styled-span {
        font-size: 15px;
        text-align: center;
    }

    .carousel-item img {
        max-height: 218px;
        object-fit: cover;
    }

    .section-title {
        font-size: 16px;
        text-align: center;
    }

    .media-container {
        height: 228px;
    }

    .updates-container {
        height: 330px;
        overflow: hidden;
    }

    h2 {
        font-size: 20px;
    }

    .col-md-4 {
        margin-bottom: 2rem;
    }

    .about-section .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .my-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mv {
        margin-top: 3rem;
    }

     .programs-linkedin-section {
        background-color: rgba(207, 225, 235, 0.27);
        padding: 46px 2px;
    }


}



/* New  */
.hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-container {
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    height: 22%;
}

.banner-container .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the full width and height */
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.banner-text {
    font-size: 20px !important;
}



/* .hero {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
        display: flex;
    }

    .banner-container {
        padding-right: 10px;
        width: 75%;
        height: 500px;
    }

    .banner img {
        height: 100%;
        max-width: 100%;
        transition: opacity 0.5s ease-in-out;
        opacity: 1;
    }

    .banner-cards-container {
        padding-left: 10px;
        height: 500px;
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #121a73;
    }

    .banner-card {
        border: none;
        cursor: pointer;
        height: 25%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .banner-card img {
        height: auto;
    }

    .banner-card.active {
        transform: scale(1.1);
        box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
    } */


/* ====================================== */
.media-container {
    height: 381px;
    /* background: lightblue; */
}



.updates {
    max-height: 330px;
    overflow-y: auto;
    scrollbar-width: none;
}

/* About us section */
.about-section {
    position: relative;
    background: url('../images/about_us_background.jpeg') no-repeat center center/cover;
    background-attachment: fixed;
    /* Parallax Effect */
    color: white;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark overlay effect */
.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

/* Ensure content stays above overlay */
.about-section .container {
    position: relative;
    z-index: 2;
}

.about-section p {
    font-size: 16px;
}

/* Button styling */
.btn-custom1 {
    color: white;
    border: 2px solid white;
    padding: 5px 16px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background: none;
}

.btn-custom1:hover {
    background: white;
    color: black;
}

@media only screen and (max-width: 600px) {
    .updates {
        height: auto;
    }

    .hero {
        height: 200px;
    }

    .banner-container,
    .banner-cards-container {
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-container img {
        width: 100%;
    }

    .banner-cards-container .banner-card {
        height: calc(100% / 4);
        padding: 10px;
        /* height: 70px; */
        align-items: center;
    }

    .banner-cards-container .banner-card img {
        height: 100%;
    }

    .media-container {
        height: 250px;
        margin-bottom: 10px
            /* background: lightblue; */
    }


}

@media only screen and (min-width: 600px) {
    .updates {
        min-height: 240px;
    }
}

/* Mission and Vision */


.mv {
    margin-top: 4rem;
}

.mission-vision h2,
.vision-vision h2 {
    text-align: center;
    font-weight: bold;
    /* color: #0B1F53; */
}

.mission,
.vision {
    position: relative;
    background: linear-gradient(135deg, #003b4a, #007a74);
    color: white;
    text-align: center;
    font-size: 1.3rem;
    padding: 50px;
    overflow: hidden;
    /* Prevents pseudo-element overflow */
    transition: background 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.vision {
    /* background: linear-gradient(135deg, #007a74, #00bfa5); */
}

/* Dark overlay effect on hover */
.mission::before,
.vision::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    /* Initially transparent */
    transition: background 0.4s ease-in-out;
}

.mission:hover::before,
.vision:hover::before {
    background: rgba(0, 0, 0, 0.3);
    /* Darkens on hover */
}

/* Ensure text remains visible above the overlay */
.mission h3,
.vision h3 {
    color: white;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}

.mission p,
.vision p {
    position: relative;
    z-index: 1;
}

/* Hover Effect on Icons */
.icon {
    font-size: 60px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

/* .mission-vision img {
        size: 60px;
        transition: transform 0.3s ease-in-out;
        position: relative;
        z-index: 1;
    } */

.mission-vision img {
    width: 6rem !important;
    transition: transform 0.3sease-in-out;
    position: relative;
    z-index: 1;
    /* background-color: #0d6da5 !important; */
    font-size: 30px !important;
    padding: 21px !important;
    border-radius: 49px !important;
}

.mission:hover .icon,
.vision:hover .icon {
    transform: scale(1.3);
}

.mission:hover img,
.vision:hover img {
    transform: scale(1.3);
}

/* Directors Section */
.directors-section {
    background-color: #cfe1eb45;
    padding: 2rem 0;
}

.directors-section h2 {
    margin-bottom: 2.5rem;
    color: #0B1F53;
}

/* Profile Card Styles */
.profile-card {
    background-color: white;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
}

.profile-card:hover {
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}

/* Image Container */
.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-text {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1.2rem;
}

/* Equal Height Fix */
.equal-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .profile-card {
        height: auto;
        flex-direction: column !important;
        text-align: center;
        align-items: center !important;
    }

    .profile-card .img-container img {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
        margin-bottom: 0.5rem;
    }

    .profile-card .d-flex {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    .profile-card .profile-text {
        padding-top: 0.5rem;
    }
}

.profile-card h5 {
    font-size: 14px;
}

.profile-card p {
    font-size: 13px;
    height: 26px;
    padding-bottom: .3rem;
}


/* Feature section */

/* .feature-section .feature-card {
        padding: 1rem;
        transition: transform 0.3s ease;
        border-radius: 12px;
        background-color: #F7FDFF !important;
	box-shadow: -2px 2px 4px rgb(0 0 0 / 8%), -4px 4px 12px rgb(0 0 0 / 10%) !important;


        color: #1889AC !important;
    }

    .feature-card:hover img {
        transform: scale(1.2);
    }

    .feature-card-icon {
        height: 100px;
        padding-right: 10px;
        display: flex;
        align-items: center;
    }

    .feature-section .feature-card img {
        max-width: 50px;
        height: auto;
        transition: transform 0.3s ease, filter 0.3s ease;
        margin-left: 2rem;
        /* Add transition for smooth scaling
    } */

.feature-section {
    background: url('../images/bg.png') no-repeat center center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    padding-top: 6.5rem !important;
    padding-bottom: 4.5rem !important;
}

/* Adding an overlay to make sure the text is readable */
.feature-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 4%);  */
}

.feature-card:hover .feature-card img {
    transform: scale(1.2);
    filter: drop-shadow(0px 10px 15px rgba(255, 255, 255, 0.8));
}


.feature-section .feature-card .feature {
    height: 100px;
    display: flex;
    align-items: center;
    /* padding-left: 10px; */
    /* color: white; */
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
}

*/ .feature-section {
    background-color: #E3F2FD;
    /* Light blue background */
    padding: 2rem 0;
}

.feature-section .feature-card {
    padding: 2rem;
    transition: transform 0.3s ease;
    border-radius: 12px;
    background-color: #F7FDFF !important;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 6%), 0 6px 20px 0 rgb(0 0 0 / 12%) !important;
    color: #1889AC !important;
    display: flex;
    flex-direction: column;
    /* Stack image and text */
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 161px;
    /* Adjust height if needed */
}

.feature-card img {
    max-width: 50px;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.feature-card:hover img {
    transform: scale(1.2);
    filter: drop-shadow(0px 10px 15px rgba(255, 255, 255, 0.8));
}

.feature-card .feature {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    /* Space between image and text */
}


/* Image swiper section */

.image-swiper-section .container-fluid {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}



.card-box {
    /* background: linear-gradient(135deg, #1898D9, #034A7A); */
    /* background-color: lightgray; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px 20px 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    min-height: 250px;
    /* color: #07607b; */
}

.card-box h2 {
    color: #07607b;
}

.card-box p {
    color: #727b84;
    font-size: 0.875rem;
    padding: .5rem;
}



/* Circular Icon */
.icon-container {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.icon-container i {
    font-size: 30px;
    color: #034A7A;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .card-box {
        margin-bottom: 40px;
    }

    .programs-linkedin-section {
        background-color: rgba(207, 225, 235, 0.27);
        padding: 46px 2px;
    }
}



/* Profile Card Styling */
.profile-card {
    background: white;
    border-radius: 10px;
    transition: 0.3s;
}

.profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}



/* Profile Image Styling */
.profile-card .img-container img {
    width: 100%;
    height: 64%;
    max-width: 243px;
    border-radius: 50%;
    margin-top: 1.2rem;
}



/* Typography Adjustments */
.update-item a {
    font-size: 13px !important;
    color: rgb(0 16 32 / 95%) !important;
    font-weight: 400 !important;
}


.image-swiper-section {
    padding: 60px 0;
}

.image-swiper-section .swiper-slide img {
    width: 500px;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.shadow-lg {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.breadcrumb-container {
    background-color: #05424f12;
}

.custom-breadcrumb {

    border-radius: 0.375rem;
    font-size: 14px;
    font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    color: #6c757d;
    padding: 0 8px;
}

.custom-breadcrumb a {
    color: #495057;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.custom-breadcrumb a:hover {
    color: #1565c0;
    text-decoration: underline;
}

.custom-breadcrumb .breadcrumb-item.active {

    color: #0d47a1;
    font-weight: 600;
}


/* header Page  */
.dropdown-menu {
    background-color: #FFFFFF !important;
    border: none;
    font-size: 15px;
}

.dropdown-item {
    font-size: 15px;
}

/* Change dropdown text color */
.dropdown-menu .dropdown-item {
    color: black !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Ensure smooth dropdown transition */
.dropdown-menu {
    padding-left: 0 !important;
    transition: all 0.3s ease-in-out;
}

/* Hover effect for dropdown items */
.dropdown-menu .dropdown-item:hover {
    background-color: #e3eef8 !important;
}

.contact-btn {
    font-size:14px;
    color:rgb(255, 255, 255);
    background: rgba(196, 44, 0, 1);
    border-radius: 5px;
}

.contact-btn:hover {
    background-color: rgba(255, 82, 82, 1);
    color: white;
}

