 /* GENERAL STYLES */
 body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background-color: #08b193;
    color: white;
    gap: 20px;
}

.container {
    padding-left: 48px;
}


/* DESKTOP NAVIGATION */
.desktop-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.desktop-nav ul li {
    /* margin: 0 15px; */
}

.logo {
    font-family: "mongoose", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 24px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
/* flex-shrink: 0; */
line-height: 23px;
}
.logo span {
    color: #76f2a3;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-family: "roc-grotesk", sans-serif;
    padding-left: 15px;
    padding-top: 5px;
    font-weight: 400;
}

.desktop-nav ul li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
        letter-spacing: 0.04em;
        font-family: "roc-grotesk", sans-serif;
}

.desktop-nav ul li a:hover {
    color: #76f2a3;
    font-size: 14px;
    text-decoration: none;

}

/* MOBILE MENU BUTTON */
.menu-btn {
    font-size: 1.8em;
    cursor: pointer;
    display: none;
}

/* MOBILE MENU BUTTON */
.menu-btn {
    font-size: 1.8em;
    cursor: pointer;
    display: none;
}

/* MOBILE DRAWER NAV */
.mobile-nav {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #e2f2ef;
    color: #363a39;
    padding-top: 60px;
    transition: left 0.3s ease-in-out;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
}

.mobile-nav ul li {
    padding: 0 0 24px 15px;
}

.mobile-nav ul li a {
    color:#363439;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-family: "roc-grotesk", sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.mobile-nav ul li a:hover {
    color:#007863;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-family: "roc-grotesk", sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.dropdown-container article {
    display: flex;
    justify-content: space-between;
}




/* CLOSE BUTTON */
.close-btn, .drop-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2em;
    cursor: pointer;
    color: #007863;
}
.close-btn, .drop-close-btn {
    transition: transform 0.3s ease-in-out; /* Smooth rotation */
  
}

.close-btn:hover, .drop-close-btn:hover {
    transform: rotate(90deg);
}
.uptop {
    z-index: 2000;
}
/* new css */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn, .dropdown-container a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #363439;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-family: "roc-grotesk", sans-serif;
    text-transform: uppercase;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    
  }

  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover, .dropdown-container a:hover {
    color:#007863;
  }
  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  /* Add an active class to the active dropdown button */
  .active {
    /* background-color: green; */
    color: white;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #e2f2ef;
    color: #363a39;
    padding-left: 8px;
  }
  .upmore {
    margin-top: -15px;
  }
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }
  
  .mobile-nav {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #e2f2ef;
    color: #363a39;
    padding-top: 60px;
    transition: left 0.3s ease-in-out;
}

.mobile-nav ul, .dropdown-container {
    list-style: none;
    padding: 0;
}

.mobile-nav ul li {
    padding: 15px;
    cursor: pointer;
}

.dropdown-container {
    display: none;
    background-color: #e2f2ef;
    padding-left: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.back-btn {
    padding: 15px;
    cursor: pointer;
    color: #007863;
    position: absolute;
    top: 0px;
    left: 7px;
    font-size: 2em;
    cursor: pointer;
    color: #007863;
}
.dropdown-btn span {
    font-size: 2em;
    cursor: pointer;
    color: #007863;
}
.dropdown-btn span {
    display: inline-block; /* Ensures transform works */
    transition: transform 0.3s ease-in-out;
}

.dropdown-btn:hover span {
    transform: rotate(90deg); /* Rotates downward */
}
.rota {
    transform: rotate(180deg); 
}
  /* Some media queries for responsiveness */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

/* RESPONSIVE DESIGN */
@media screen and (max-width: 970px) {
    .desktop-nav {
        display: none;
    }
    
    .menu-btn {
        display: block;
    }
    header {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 20px;
        background-color: #08b193;
        color: white;
        gap: 12px;
    }
}