/* 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%;
}

@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%;
    height: max-content !important;
    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: 23px;
    font-weight: bolder;
    line-height: 114.9%;
    margin-bottom: 0.5rem;
    color: #005659;
    padding-top: 15px;
}

.product-title-divider {
    font-family: "Manrope", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 114.9%;
    margin-bottom: 0.5rem;
    color: #005659;
    /* padding-top: 15px; */
}

.product-description {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 114.9%;
    font-weight: 500;
    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;
   
}

.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; 
}