/* Attempt at css :>( */
.menuInner a {
    color: #ffffff !important;
}

.menuInner ul ul {
    background-color: #175D68 !important; 
    border-radius: 10px;          
    overflow: hidden; 
     box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* Dropdown links */
.menuInner ul ul li a {
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 10px 15px;
    
}


.menuInner ul ul li a:hover {
    background-color: #144B54 !important;
    color: #ffffff !important;
     border-radius: 6px;
}

.menuInner a:hover {
    color: #00aaff !important;
}

.menuInner .selected a {
    color: #ff6600 !important;
}

.headerContainer {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.headerContainer.shrink {
    padding: 5px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* header items alligned */
.headerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

Logo edit
.headerContainer .logo {
    display: flex;
    align-items: center;
}

.headerContainer .loginBox,
.headerContainer .searchBox {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.headerContainer > div {
    margin: 0 10px;
}   

.headerContainer {
    padding: 10px 20px;
}

.searchBox input[type="text"] {
    padding: 6px 10px;
    border-radius: 20px;
}


.searchBox button {
    padding: 6px 12px;
    margin-left: 5px;
    border-radius: 20px;
}

/* DS to the image section */
.camera_wrap {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


/* Project aims section */

.project-aims-section {
    display: grid;                     
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;                        
    max-width: 1100px;                
    margin: 0 auto;                    
    overflow: visible !important;      
    color: #e0e0e0; 
}  


.project-aims-section ul {
    background: #00746B;               
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,.5); 
    list-style: disc; 
     transition: all 0.3s ease;                 
}

/* my cool hover */
.project-aims-section ul:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4); 
    
}

.project-aims-section li {
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    .project-aims-section {
        grid-template-columns: 1fr;
    }
}

.project-aims-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #175D68;
}

.project-aims-header h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #175D68; 
}

.project-aims-header p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.project-aims-header p:last-of-type {
    font-size: 20px;   
    font-weight: 600;  
}

/* Main button */
.join-button {
    display: block;
    width: 90%;              
    max-width: 800px;        
    margin: 40px auto;
    background-color: #ff6600;
    color: #175D68;
    padding: 25px 20px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: all 0.3s ease;  
}

.join-main {
    display: block;
    font-size: 40px;   
    font-weight: 700;
    text-align: center  
}

.join-sub {
    display: block;
    font-size: 25px;
    margin-top: 5px;   
    opacity: 0.9; 
    text-align: center     
}

/* Hover effect */
.join-button:hover {
    background-color: #e65c00;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* Gadget Containers */

#id_6NfRKGL {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background-color: #175D68 !important; 
    transition: all 0.3s ease !important;
}


#id_6NfRKGL.shrink {
    background-color: #144B54 !important; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
}


#id_6NfRKGL .menuInner {
    background-color: #175D68 !important;
}


#id_wrAqx8B, #MainContent {
    padding-top: 80px;
}


/* About section */
id_HJoXTbU {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    background-color: #175D68;
    padding: 40px 20px;
    border-radius: 12px;
    flex-wrap: wrap;
}

/* Each column */
.footer-column {
    flex: 1;
    min-width: 250px;
}

/* Headings */
.footer-column h4 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
}

/* Text */
.footer-column p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}

/* Quick links container */
.footer-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

/* Buttons */
.footer-btn {
    background-color: #ff6600;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.footer-btn:hover {
    background-color: #e65c00;
}

/* Side Buttons */
#id_CXucJQF a {
    display: block;                  
    padding: 12px 25px;
    margin-bottom: 10px;
    background-color: #175D68;       
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 12px;            
    transition: all 0.3s ease;       
}

#id_CXucJQF a:hover {
    background-color: #144B54;     
    transform: translateX(5px);      
}


#id_CXucJQF .selected a,
#id_CXucJQF a.selected {
    background-color: rgb(15, 56, 62);      
    font-weight: 600;
}

/* Hover animation */
#id_Sidebar a:hover {
    background-color: #48BED0;      
    transform: translateX(6px) scale(1.01);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25); 
}


#id_Sidebar a:active {
    transform: translateX(2px) scale(0.98);
}

id_4wpHMm8 {
    padding-top: 20px;
}


/* social media */

.social-container h3 {
    color: #175D68;
    font-size: 28px;
    margin-bottom: 20px;
}


.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}


.social-icons img {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.2);
    filter: brightness(1.2);
}