.custom-hover {
    font-family: "Manrope", sans-serif;
    height: 110px;
    position: relative;
    display: inline-flex;
    padding: 40px 25px !important;
    transition: color 0.3s ease;
    z-index: 1;
    text-align: center;
}

.custom-hover:hover {
    color: white !important; 
}

.custom-hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: #2BAE9D; 
    border-radius: 25px; 
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1; 
    height: 49.86px; 
    width: 186.35px;; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.custom-hover:hover::after {
    opacity: 1;
}

/* Menu sec */
.full-screen-image {
    height: 100%;          
    overflow: hidden;        
}

.full-screen-image img {
    width: 100%;           
    object-fit: cover;    
    padding-bottom: 30px;   
}

.menu-section {
    width: 100%;    
    height: auto;   
    background-color: #EBF6EE; 
    padding-top: 8% !important;
}

@media screen and ( max-width: 576px) {
    .menu-section{
        padding-top: 28% !important;
    }
}

/* Styles for the nav container */
.nav-container2 {
    background-color: white; 
    border-radius: 14px; 
    display: inline-block; 
    height: -webkit-fill-available;
    width: 245px;
}

.hover-rectangle2 {
    font-family: "Manrope", sans-serif;
    height: auto;
    position: relative;
    display: inline-flex;
    padding: 0px 40px !important; 
    transition: color 0.3s ease;
    z-index: 1;
    text-align: center;
    color: #005659 !important; 
    font-size: 20px !important;
    min-width: 100px; 
    text-decoration: none;
}

.hover-rectangle2:hover {
    color: white !important;
}

.hover-rectangle2::after {
    content: '';
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #005659; 
    border-radius: 14px;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
    z-index: -1;
    height: 60px;
    width: calc(100% - -10px); 
}

.hover-rectangle2:hover::after {
    opacity: 1;
}

.nav-link2.active::after {
    opacity: 1; 
    background-color: #005659; 
}

.nav-link2.active {
    color: white !important; 
}

.nav-link2.active:hover {
    color: white !important; 
}

.nav-pills {
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #2BAE9D !important;
    --bs-border-radius: 30px; 
}

.nav-pills .nav-link2.active, .nav-pills .show>.nav-link2 {
    color: var(--bs-nav-pills-link-active-color);
    background-color: none !important;
}

.nav-item2 {
    margin: 0; 
}

.nav-fill .nav-item2, .nav-fill>.nav-link2 {
    flex: 1 1 auto;
    text-align: center;
    border: solid;
    border-width: 6px;
    border-color: #2BAE9D;
    border-radius: 14px;
    height: 70px;
    align-content: center;
    width: 258px;
    align-content: center;
}

.border-container {
    background-color: #2BAE9D;
    /* border: 2px solid black; */
    /* padding: 16px; */
    width: 100%;
    /* border-radius: 8px; */
}


/* navbar-3 */

.unique-container {
    display: flex;
    align-items: center;
    padding-top: 30px;
    /* padding-bottom: 40px; */
    overflow-x: auto; /* Allows horizontal scrolling if content overflows */
}

.unique-inner-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap; /* Keeps items in a single row */
}

.unique-nav {
    display: flex;
    gap: 10px; /* Adds space between items */
    padding: 0;
    margin: 0;
}

.unique-nav-item {
    display: inline-flex; /* Makes items appear side by side */
}

.unique-nav-container {
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    height: 44px;
}

.unique-hover-rectangle {
    font-family: "Manrope", sans-serif;
    height: auto;
    position: relative;
    display: inline-flex;
    padding: 0px 25px !important;
    transition: color 0.3s ease;
    z-index: 1;
    text-align: center;
    color: #005659 !important;
    font-size: 25px !important;
    min-width: 100px;
    text-decoration: none;
}

.unique-hover-rectangle:hover {
    color: white !important;
}

.unique-hover-rectangle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2BAE9D;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
    z-index: -1;
    height: 44px;
    width: calc(100% - -5px);
}

.unique-hover-rectangle:hover::after {
    opacity: 1;
}

.unique-nav-link.unique-active::after {
    opacity: 1;
    background-color: #2BAE9D;
}

.unique-nav-link.unique-active {
    color: white !important;
}

.unique-nav-link.unique-active:hover {
    color: white !important;
}


/* product */

.product-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 2rem 10%;
}

.product-column {
    flex: 1 1 20%;
    max-width: 366px;
    height: 247px;
    display: flex;
    justify-content: center;
}

/* Styling for each card nav-3 */
.product-card {
    width: 100%;
    border: 1px #005659;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* Product information styling */
.product-info {
    text-align: center;
    padding: 1rem;
}

.product-title {
    font-family: "Manrope", sans-serif;
    font-size: 26px;
    font-weight: bolder;
    line-height: 114.9%;
    margin-bottom: 0.5rem;
    color: #005659;
    padding-top: 15px;
}

.product-description {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 114.9%;
    font-weight: 600;
    color: #005659;
    margin-bottom: 0.5rem;
    padding-left: 50px;
    padding-right: 50px;
}

.product-brand {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 114.9%;
    font-weight: 200;
    color: #005659;
    color: #005659;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: 0;
}


/* Divider line styling */
.product-divider {
    border: none;
    border-top: 1px solid #005659;
    width: 320px;
    margin: 1rem auto; /* Center align and add vertical spacing */
    opacity: 1;
   
}


/* COMMITTEES OF BOARD */

.centered-text {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    color: #005659;
}


/* Committee section layout */
.committee-row {
    display: flex;
    flex-wrap: nowrap; 
    gap: 1rem; 
    justify-content: center;
    padding: 1rem 5%; 
}

.committee-column {
    flex: 1 1 25%; 
    max-width: 311px; 
    height: 265px;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

/* Styling for each committee card */
.committee-card {
    width: 100%;
    border: 1px #005659;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #9FD9DA;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.committee-card:hover {
    transform: translateY(-5px);
}
/* Committee information styling */
.committee-info {
    text-align: center;
    padding: 1rem;
}

.committee-title {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 114.9%;
    margin-bottom: 0.5rem;
    color: #005659;
    padding-left: 32px;
    padding-right: 32px;
}

.committee-description {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 114.9%;
    font-weight: 600;
    color: #005659;
    margin-bottom: 0.5rem;
    padding-left: 50px;
    padding-right: 50px;
}

.committee-address {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 114.9%;
    font-weight: 200;
    color: #005659;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: 0;
}

/* Divider line styling for committee section */
.committee-divider {
    border: none;
    border-top: 1px solid white;
    width: 249px;
    margin: 1rem auto;
    opacity: 1 !important;
}

.committee-section-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #005659;
    text-align: center;
    margin-bottom: 1rem;
}

.footer-rectangle {
    width: 100%; 
    height: 300px; 
    background-color: #005659; 
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 20px; 
    position: relative; 
    margin-top: 40px;
}

/* Logo */
.logo {
    height: 79.91px; 
    width: 351px; 
    object-fit: contain; 
}

/* Contact Info */
.contact-info {
    font-size: 21.98px; 
    line-height: 35.2px; 
    color: white; 
    margin-right: 20px; 
    text-align: right; 
}








/* Responsive adjustments for mobile view */
@media (max-width: 576px) {
    .custom-hover {
        padding: 3px 8px; 
        height: 50px;
        padding: 10px 25px !important;
    }
    .custom-hover::after {
        border-radius: 25px; 
    }

    /* menu sec */
    .full-screen-image img {
        width: 100%;  
        object-fit: contain;       

    }
    .nav-container2 {
        width: 100%;         /* Full width for small screens */
        height: auto;        /* Adjust height to fit content */
        padding: 10px;       /* Padding for spacing */
        border-radius: 10px;
    }

    .hover-rectangle2 {
        font-size: 16px !important;   /* Smaller font size */
        padding: 0px 107px !important;
    }

    .nav-fill .nav-item2, .nav-fill > .nav-link2 {
        width: 100%;        /* Full width for each item */
        height: auto;       /* Auto height for collapsed view */
        border-width: 4px;  /* Thinner border for small screens */
        margin-bottom: 10px; /* Spacing between items */
    }

    .nav-container2 {
        display: flex;
        flex-direction: column; /* Stack items vertically on mobile */
        align-items: center;
    }

    .hover-rectangle2::after {
        height: 65px;
        width: calc(100% - 20px);
        top: 50%;
        left: 50%;
    }

    /* Navbar container adjustments */
    .unique-container {
        flex-direction: column;
        padding: 1rem;
    }

    .unique-inner-container {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .unique-nav {
        flex-direction: column;
        width: 100%;
    }

    .unique-nav-item {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .unique-nav-link {
        font-size: 16px;
        padding: 0.8rem 1rem;
        text-align: center;
    }

    .unique-nav-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    /* Product row adjustments */
    .product-row {
        padding: 1rem 5%;
        gap: 1rem;
    }

    /* Adjust product column width for smaller screens */
    .product-column {
        flex: 1 1 100%;
        max-width: 100%;
        height: auto;
    }

    /* Adjust product card styling for mobile */
    .product-card {
        border-radius: 15px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    /* Image styling */
    .product-image {
        padding: 10px;
    }

    /* Adjust font sizes and spacing */
    .product-title {
        font-size: 22px;
        padding-top: 10px;
    }

    .product-description {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-brand {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Adjust divider width for mobile */
    .product-divider {
        width: 80%;
    }


    /* COMMITTEES OF BOARD */
    .centered-text {
        font-size: 18px;
        padding: 0.5rem;
    }

    .committee-row {
        flex-direction: column;
        padding: 1rem 2%;
        gap: 1rem;
    }

    .committee-column {
        flex: 1 1 100%;
        max-width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    /* Adjustments for the committee card on small screens */
    .committee-card {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 1rem;
    }

    .committee-title {
        font-size: 16px;
        margin-bottom: 0.5rem;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .committee-description {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .committee-address {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.4;
    }

    /* Adjust divider line for small screens */
    .committee-divider {
        width: 80%;
        margin: 0.5rem auto;
    }

    /* footer */

    .footer-rectangle {
        height: auto; 
        flex-direction: column; 
        justify-content: center; 
        padding: 10px;
    }
    
    /* Logo */
    .logo {
        width: 200px; 
        height: auto; 
        margin-bottom: 20px; 
    }
    
    /* Contact Info */
    .contact-info {
        font-size: 18px; 
        line-height: 28px; 
        text-align: center; 
        margin-right: 0; 
    }
    
}