@charset "utf-8";
html, body {
}
:root {
    color-scheme: light;
}

.templeTitle {
  border-bottom: #D35A4E 1px solid; padding: 0 0 10px 0; line-height: 30px;
}
.templeTitle img {
  height: 25px; vertical-align: top; margin-right: 5px;
}
.templeContent {
  padding: 10px 40px 30px 40px;
}
.templeContent > div {

}
.templeContent > div a {
  padding-top: 3px; padding-bottom: 5px; color: #fff; background: #D35A4E; text-align: center; border-radius: 5px;
  transition: color 0.5s, background 0.5s;
}
.templeContent > div a:hover, .templeContent > div a.active {
  background: #e9aca6;
}

@media only screen and (max-width:770px) {
  .templeContent > div > a::before {
    content: '・';
  }
}

/* Update header logo layout styles */
.header-logo .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.header-logo .col-md-2 {
    width: auto;
    padding: 0;
}

.header-logo .col-md-10 {
    flex: 1;
    padding: 0;
}

.header-logo .logo-container {
    display: flex;
    align-items: rigth;
    padding: 10px 5px;
}

.header-logo .logo-image {
    margin-right: 5px;
}

.header-logo .logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    margin-right: 10px;
    text-align: center;
}

.header-logo .logo-text-top {
    color: #FFF;
    font-size: 1.9rem;
    font-family: Helvetica, Sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

.header-logo .logo-text-bottom {
    color: #FFF;
    font-size: 1.5rem;
    font-family: Helvetica, Sans-serif;
    font-weight: bold;
}

/* Adjust nav alignment and color */
.container>.navbar-header{
    background-color: #3F94E5;
    text-align: right;
    padding-right: 20px;
}
.header-logo .navbar-nav {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 25px;
    font-size: 2rem;

}

.header-logo .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF !important;
}

/* Style for hover and active states */
.header-logo .navbar-nav > li > a:hover,
.header-logo .navbar-nav > li > a:focus,
.header-logo .navbar-nav > .active > a,
.header-logo .navbar-nav > .active > a:hover,
.header-logo .navbar-nav > .active > a:focus {
    color: #FFF !important;
    background: transparent;
    opacity: 0.8;
}

/* Style for dropdown menus */
.header-logo .navbar-nav .dropdown-menu {
    background: rgba(63, 148, 229, 0.9);
}

.header-logo .navbar-nav .dropdown-menu > li > a {
    color: #FFF !important;
}

.header-logo .navbar-nav .dropdown-menu > li > a:hover,
.header-logo .navbar-nav .dropdown-menu > li > a:focus {
    color: #FFF !important;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .header-logo .row {
        flex-direction: column;
    }
    
    .header-logo .col-md-2,
    .header-logo .col-md-10 {
        width: 100%;
    }

    .header-logo .logo-container {
        justify-content: left;
    }
    
    .header-logo .logo-text {
        margin-right: 0;
    }

    .header-logo .navbar-nav {
        float: none;
        text-align: center;
    }
}

/* Update background image settings for main content */
.body-content {
    background-color: #FFF;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    min-height: 100vh;
}

/* Ensure content remains readable */
.body-content > .container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header section styles */
.header-section {
    background-size: 100% auto !important;
    width: 100%;
    position: relative;
}

/* Text container styles */
.text-container {
    max-width: 800px;
    margin-left: auto;
    padding: 20px 40px;
}

/* Common text styles */
.header-text {
    text-align: right !important;
    margin-bottom: 12px;
    color: #fff;
}

/* Individual text styles */
.header-text-primary {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.header-text-secondary {
    font-size: 2em;
}

.header-text-tertiary {
    font-size: 1.8em;
}

.header-text-quaternary {
    font-size: 1.6em;
}

.header-text-quinary {
    font-size: 1.4em;
    margin-bottom: 20px;
}

/* Button section styles */
.button-section {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 20px auto;
    gap: 20px;
}

/* Button styles */
.action-button {
    min-width: 200px;
    padding: 15px 30px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Responsive styles */
@media (max-width: 767px) {
    .text-container {
        padding: 15px;
    }
    
    .header-text {
        text-align: center !important;
    }
    
    .button-section {
        flex-direction: column;
        align-items: center;
    }
    
    .action-button {
        width: 100%;
        max-width: 300px;
    }
}

.index-banner {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 800px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.banner-content {
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.banner-left {
    width: 65%;
    padding: 5px 5px;
    margin-right: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.logo-container {
    margin-right: 10px;
    margin-top: 30px;
}
.banner-button-mobile-show{
    display: none;
}

.aesc-logo {
    max-width: 200px;
    margin-bottom: 20px;
    float: right;

}

.aesc-logo img {
    width: 100%;
    height: auto;
    margin-top: -25px;
}

.congress-title h1 {
    color: #0099CC;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.location {
    color: #0099CC;
    font-size: 1.2rem;
    line-height: 1.4;
}

.congress-theme {
    width:90%;
    margin: 30px 0;
    text-align: right;
    right: 0;
}

.congress-theme h2 {
    color: #FF6600; /* Bright orange color */
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.3;
    font-style: italic;
    margin: 0;
}

.date-section {
    margin: 30px 0;
    text-align: right;
}

.date-section h3 {
    color: #00A3E0; /* Bright blue for "SAVE THE DATE" */
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2;
}

.date-section p {
    color: #00A3E0; /* Same blue for the date */
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.organizer-logos {
    margin-top: 40px;
}

.organizer-logos p {
    color: #666;
    margin-bottom: 15px;
}

.logo-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.logo-group img {
    max-height: 140px;
    width: auto;
}


.header-text-1 {
    color: #0099CC;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.location {
    color: #0099CC;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Update responsive styles */

.banner-button {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 1.8rem;
    margin-top: 400px;
    padding-left: 50px;
}

.banner-button .row {
    margin: 0;
}

.banner-button .col-xs-12 {
    padding: 5px;
    margin-bottom: 30px;
}

.banner-button a {
    display: block;
    padding: 15px 30px;
    border-radius: 25px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 300px;
    font-size: 1.5rem;
}

/* Individual button styles */
.banner-button .col-xs-12:nth-child(1) a {
    background: rgb(206, 61, 46); /* Darker purple for Scientific Programme */
    color: white;
    border: 2px solid white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.banner-button .col-xs-12:nth-child(2) a {
    background: rgb(206, 61, 46); /* Darker purple for Scientific Programme */
    color: white;
    border: 2px solid white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.banner-button .col-xs-12:nth-child(3) a {
    background: rgb(206, 61, 46); /* Darker purple for Scientific Programme */
    color: white;
    border: 2px solid white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.banner-button a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    opacity: 0.95;
    border-color: rgba(255,255,255,0.9);
}


/* Footer Styles */
.footer {
    background-color: #3F94E5;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}



.footer-title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer p {
    margin: 8px 0;
    font-size: 1.1rem;
}



.footer-logo {
    width: 70%;
    height: auto;
    text-align: center;
}

.footer-contact-content p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 200;
    color: #fff;
}
.footer-contact-content p a{
    color: #fff;
}


.copyright {
    width: 100%;
    margin-top: 20px;
    font-size: 1rem;
    text-align: center;
}
.footer-hr{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}


/* Responsive styles */
@media (max-width: 2560px) {
    .body-content {
        min-height:130vh;
    }
}
@media (max-width: 1920px) {
    .body-content {
        min-height:120vh;
    }
}
@media (max-width: 1680px) {
    .body-content {
        min-height:120vh;
    }
    .banner-button {
        margin-top: 300px;
    }
}
@media (max-width: 1440px) {
    .body-content {
        min-height:110vh;
    }

    .banner-button {
        margin-top: 300px;
        padding-left: 0px;
    }
}
@media (max-width: 1280px) {
    .body-content {
        min-height: 110vh;
    }
    .banner-left {
        width: 80%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .banner-button {
        margin-top: 200px;
        padding-left: 0px;
    }
    .logo-container {
        margin-right: 5px;
        margin-top: 10px;
    }
    
    .aesc-logo {
        max-width: 150px;
        margin-bottom: 10px;    
    }
    
    .aesc-logo img {
        margin-top: -15px;
    }
    
    .congress-title h1 {
        font-size: 2.3rem;
        margin-bottom: 10px;
    }
    
    .location {
        font-size: 0.8rem;
        line-height: 1.2;
    }
    
    .congress-theme {
        width:90%;
    }
    
    .congress-theme h2 {
        font-size: 2rem;
        line-height: 1.1;
    }
    
    .date-section {
        margin: 15px 0;
        text-align: right;
    }
    
    .date-section h3 {
        font-size: 2.6rem;
        margin-bottom: 5px;
        line-height: 1;
    }
    
    .date-section p {
        font-size: 1.7rem;
        line-height: 1;
    }
    
    .organizer-logos {
        margin-top: 20px;
    }
    
    .organizer-logos p {
        margin-bottom: 10px;
    }
    
    .logo-group {
        gap: 14px;
    }
    
    .logo-group img {
        max-height: 100px;
        width: auto;
    }
    
}
@media (max-width: 991px) {
    .body-content {
        min-height: 80vh;
    }
    .banner-left {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-text-1 {
        font-size: 2.2rem;
    }


    .index-banner{
        padding-bottom: 0px;
    }
    .banner-left {
        width: 95%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .logo-container {
        margin-right: 0px;
        margin-top: 10px;
    }
    .banner-button {
        margin-right: 0;
        margin-top: 50px;
        padding-left: -10px;
    }

    .banner-button a {
        min-width: 200px;
        font-size: 1.1rem;
    }
    
    .aesc-logo {
        max-width: 120px;
        margin-bottom: 5px;    
    }
    
    .aesc-logo img {
        margin-top: -10px;
    }
    
    .congress-title h1 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    
    .location {
        font-size: 0.9rem;
        line-height: 1.0;
    }
    
    
    .congress-theme h2 {
        width: 85%;
        font-size: 1.2rem;
        line-height: 1;
        float: right;
    }
    
    .date-section {
        margin: 3px 0;
        float: right;
    }
    
    .date-section h3 {
        font-size: 2rem;
        margin-bottom: 5px;
        line-height: 1;

    }
    
    .date-section p {
        font-size: 1.5rem;
        line-height: 1;
    }
    
    .organizer-logos {
        margin-top: 10px;
        float: right;
    }
    
    .organizer-logos p {
        margin-bottom: 5px;
    }
    
    .logo-group {
        gap: 10px;
    }
    
    .logo-group img {
        max-height: 110px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .body-content {
        min-height: 70vh;
    }
    .index-banner {
        min-height: auto;
        padding: 20px;
        background-image: linear-gradient(
            rgba(255, 255, 255, 0.5), 
            rgba(255, 255, 255, 0.5)
        ), url('../images/banner-bg.jpg') !important;
        background-size: 100% auto !important;
        background-position: center !important;
    }
    
    .header-logo .row {
        flex-direction: column;
    }
    
    .header-logo .col-md-2,
    .header-logo .col-md-10 {
        width: 100%;
    }

    .header-logo .logo-container {
        justify-content: left;
    }
    
    .header-logo .logo-text {
        margin-right: 0;
    }

    .header-logo .navbar-nav {
        float: none;
        text-align: center;
    }

    .text-container {
        padding: 15px;
    }
    
    .header-text {
        text-align: center !important;
    }
    
    .button-section {
        flex-direction: column;
        align-items: center;
    }
    .header-nav-content{
        display: none;
    }
    .banner-button {
        width: 100%;
        margin-top: 20px;
        padding-left: 30px;
    }

    .banner-button a {
        width: 100%;
        min-width: 200px;
        font-size: 1.2rem;
    }
    
    .action-button {
        width: 100%;
        max-width: 300px;
    }

    .congress-title h1 {
        font-size: 1.8rem;
    }

    .congress-theme {
        float: right;
    }
    
    .congress-theme h2 {
        font-size: 2rem;
        text-align: right;
    }

    .banner-content {
        justify-content: center;
    }
    
    .banner-left {
        width: 100%;
        margin-right: 0;
    }

    .banner-button {
        width: 100%;
        margin-top: 100px;
        padding-left: -50px;
        font-size: 1.2rem;
    }

    .banner-button a {
        width: 100%;
        min-width: 200px;
    }

    .date-section {
        float: none;
    }
    
    .date-section h3 {
        font-size: 2.5rem;
        text-align: right;
    }
    
    .date-section p {
        font-size: 1.6rem;
        text-align: right;
    }
    .organizer-logos{
        float: right;
    }
    .organizer-logos h3{
        text-align: right;
    }
    .organizer-logos img{
        text-align: right;
    }
    .banner-left {
        width: 100%;
    }
    
    .header-text-1 {
        font-size: 2rem;
    }
    
    .location {
        font-size: 0.7rem;
    }
    .banner-button-mobile-hide{
        display: none;
    }
    .banner-button-mobile-show{
        display: block;
    }
}

@media (max-width: 480px) {
    .body-content {
        min-height: 50vh;
    }
    .index-banner {
        padding: 15px;
        min-height: 100vh;
    }
    .banner-left {
        width: 100%;
    }
    .banner-button {
        margin-top: 400px;
        padding-left: 0px;
    }
    .header-nav-content{
        display: none;
    }
    .banner-button {
        margin-top: 10px;
        padding-left: 0px;
    }
    .banner-button a {
        padding: 5px 10px;
        border-radius: 15px;
        min-width: 200px;
        font-size: 1.3rem;
    }

    .footer-logo {
        width: 80%;
    }
    
}

