/* 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);
}
#id_Header {
        animation: fadeInUp 1.2s ease;
}
@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}
#id_aSULHGG {
    animation: fadeInUp 1.2s ease;
}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#id_Header1 {
        animation: fadeInUp 1.2s ease;

}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 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: 18px;   
    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: 30px;   
    font-weight: 700;
    text-align: center  
}

.join-sub {
    display: block;
    font-size: 20px;
    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 */
/* Footer container */
#id_HJoXTbU {
    display: flex;
    justify-content: space-around;  
    align-items: flex-start;
    gap: 30px;                     
    background-color: #175D68;
    padding: 20px;
    border-radius: 12px;
    flex-wrap: wrap;
}

/* Each column container */
.footer-column {
    display: flex;
    flex-direction: column;
    min-width: 200px;            
    flex: 1;                     
    text-align: center;  
    padding-right: 0;        
}

.footer-column:last-child,
.footer-column:nth-child(3) { 
    padding-right: 0;
    margin-right: 0;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.footer-column p {
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.4;
}


.footer-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 10px;
    width: 100%;
}
#id_HJoXTbU .footer-column p,
#id_HJoXTbU .footer-column h4,
.footer-column p,
.footer-column h4 {
    text-align: left;
}
/* Buttons */
.footer-btn {
    display: block;
    width: 70%;
    margin: 0;                 
    text-align: center;        
    background-color: #ff6600;
    color: #ffffff;
    padding: 8px 2px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

/* Hover */
.footer-btn:hover {
    background-color: #e65c00;

    transform: translateY(-2px);
}
/* 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);
}


 @media (max-width: 900px) {
    #id_HJoXTbU {
        grid-template-columns: 1fr 1fr;

        gap: 25px;
    }
}


@media (max-width: 650px) {
    #id_HJoXTbU {
        grid-template-columns: 1fr;

        width: 92%;

        padding: 18px;
    }

    .footer-links {
        align-items: flex-start;
    }

    .footer-btn {
        width: 100%;
        max-width: 220px;
    }
}

/* About us tab */

/* ABOUT SECTION ROW */
.about-row {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 50px auto;
    flex-wrap: wrap;
}

#id_TDwfqKd {
        animation: fadeInUp 1.2s ease;

}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* SLIDESHOW GADGET */
.about-row .WaGadgetSlideshow {
    flex: 1;
    min-width: 320px;
    margin-top: 30px
}

#id_7EEWgEf {
    padding-top: 95px;
}

/* CONTACT SECTION */
#id_9THT24p {

    align-content: center;
}


/* ABOUT US BOX */
#id_Ej66vRr {
    background-color: #175D68;

    color: #ffffff;

    padding: 35px;

    border-radius: 24px;

    box-shadow: 0 8px 24px rgba(0,0,0,0.18);

    line-height: 1.8;

    margin: 20px 0;
}

/* Headings */
#id_Ej66vRr h1,
#id_Ej66vRr h2,
#id_Ej66vRr h3,
#id_Ej66vRr h4 {
    color: #ffffff;
    margin-top: 0;
    font-size: 15px;
}

/* Paragraphs */
#id_Ej66vRr p {
    color: #ffffff;
}

/* Links */
#id_Ej66vRr a {
    color: #48BED0;
}

#id_Ej66vRr a:hover {
    color: #ffffff;
}

.camera_wrap {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* REMOVE TIMER */
.camera_bar {
    display: none !important;
}

/* OPTIONAL */
.camera_caption {
    display: none !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .about-row {
        flex-direction: column;
    }

    .about-text-box {
        width: 100%;
    }
}


/* previous congress */

#id_OocxcsY {
    padding-top: 70px;
}

#id_XDR6nsG {
    padding-left: 10px;
}

#id_8pwUGIR {
        animation: fadeInUp 1.2s ease;
}
@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

#id_cU2gkna {
        animation: fadeInUp 1.2s ease;
}
@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

#id_QLOS1Tl {
        animation: fadeInUp 1.2s ease;
}
@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

#id_nuOJJ2M {
    animation: fadeInUp 1.2s ease;

}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

#id_3uvC6b6  {
    background: #00746B; 
    color: #ffffff;              
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,.5); 
    animation: fadeInUp 1.2s ease;

}

#id_3uvC6b6-Links {
    color: #ff6600;
}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

#id_ezJTbPD {
    animation: fadeInUp 1.2s ease;

}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

id_w9olQa3  {
    animation: fadeInUp 1.2s ease;

}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

/* Workshops */
/* Container */
.workshop-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;

    margin-top: 30px;
}

/* Buttons */
.workshop-btn {
    display: block;
    width: fit-content;
    min-width: 500px;
    background-color: #175D68;
    color: white !important;
    padding: 15px 20px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover */
.workshop-btn:hover {
    background-color: #144B54;

    transform: translateX(5px);

    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}


#id_w9xGsSC {
    animation: fadeInUp 1.2s ease;

}

@keyframes fadeInUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}