/* 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;
}


/* text */

.centered-text {
    font-size: 25px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    padding: 30px 180px;
}


/* Dropdown */

.rounded-container {
    width: 252px;
    height: 62.88px;
    border: 1px solid #005659;
    border-radius: 30px; /* Adjust the radius as needed */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px; /* Padding inside the container */
    background-color: #fff; /* Optional: Set a background color */
}

/* download container */
.centered-container {
    gap: 20px;
    height: 102px;
    width: 1283px;
    border-radius: 15px;
    margin: 0 auto; /* Horizontally centers the container */
    position: relative; /* Optional for more control */
    display: flex;
    justify-content: center;
    align-items: center;
}

.White-container {
    width: 535px;
    height: 63px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: space-between; /* Spaces out the content */
    align-items: center;
    padding: 0 10px;
}

.name {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #005659;
}

.download-btn {
    background-color: #1FFFD9;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.download-btn:hover {
    background-color: #00E6C7; /* Darker shade on hover */
}

.download-icon {
    margin-right: 5px;  /* Adds some space between the icon and the text */
}

.download-icon {
    width: 20px;  /* Adjust image width */
    height: 20px; /* Adjust image height */
    margin-left: 10px;  /* Adds some space between the icon and the text */
}



/* footer */
.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; 
}


@media (max-width: 576px) {
    /* Navbar and Navigation */
    .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;
    }

    .centered-text {
        font-size: 18px; /* Reduced font size for smaller screens */
        padding: 15px 20px; /* Adjusted padding to prevent overflow */
        text-align: center; /* Ensures text remains centered */
    }
    
    /* Dropdown */
    .rounded-container {
        width: 100%; /* Full width for small screens */
        height: auto; /* Adjust height */
        padding: 10px; /* Adjust padding */
        border-radius: 15px; /* Slightly smaller radius */
    }

    .left-text {
        font-size: 18px; /* Adjust size for smaller screens */
    }



    .centered-container {
        width: 100%; /* Full width on small screens */
        height: auto;
        flex-direction: column; /* Stack items vertically */
        gap: 10px; /* Reduce the gap between items */
        padding: 10px; /* Add some padding for better spacing */
    }

    .White-container {
        width: 100%; /* Full width of the parent container */
        height: auto; /* Allow height to adjust based on content */
        padding: 10px; /* Add some padding inside each container */
        justify-content: space-between; /* Center the content */
        align-items: center; /* Center the content */
    }

    .name {
        font-size: 16px; /* Reduce font size */
        text-align: center; /* Center the text */
        margin-bottom: 5px; /* Add some space below the name */
    }

    .download-btn {
        font-size: 12px; /* Reduce font size for small screens */
        padding: 8px 16px; /* Adjust padding */
        display: inline-flex; /* Ensure button content aligns properly */
        justify-content: center; /* Center content in the button */
    }

    .download-icon {
        width: 18px; /* Adjust icon size */
        height: 18px; /* Adjust icon size */
        margin-left: 5px; /* Adjust margin to suit mobile layout */
    }

    /* Footer */
    .footer-rectangle {
        flex-direction: column; /* Stack elements vertically */
        height: auto; /* Adjust height */
        padding: 20px 10px; /* Reduce padding */
        text-align: center; /* Center-align content */
    }

    .logo {
        width: 100%; /* Full width for logo */
        height: auto; /* Maintain aspect ratio */
        margin-bottom: 20px; /* Add spacing */
    }

    .contact-info {
        font-size: 18px; /* Adjust font size */
        line-height: 28px; /* Adjust line height */
        text-align: center; /* Center-align contact info */
        margin: 10px 0; /* Add spacing */
    }

    /* Images and Media */
    .full-screen-image img {
        padding-bottom: 15px; /* Reduce bottom padding */
    }

    .menu-section {
        padding: 10px; /* Add padding for smaller screens */
    }

    /* General Padding Adjustments */
    .Padding-container {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}
