/* css/style.css */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    height: 100% !important;
    min-height: 0 !important;
    position: static !important;
}

/* Disable #Home to avoid conflict */
#Home {
    display: none !important;
}

/* Header Styles */
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #EEE;
    top: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #2F362F;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 550 !important;
    text-transform: uppercase;
}

.nav-link {
    display: block;
    padding: 1rem 5rem;
}

#header-height {
    display: block;
    height: 70px;
    background: transparent;
}

/* Rest of original styles unchanged */
#more, #more1, #more2, #more3, #more4 {
    display: none;
}

/* Start Agenda */
#Agenda {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #FFF;
}

.main-section-vanue1 {
    display: block;
    padding: 10px 0 0;
    margin: 0 0 5px 0;
}

.vanue-title {
    display: block;
    margin: 0 0 0px 0;
    font-weight: bold;
    font-size: 18px;
}

.listing-main-settings {
    display: block;
    padding: 0;
    margin: 0 0 0px 0;
    list-style: none;
    font-size: 14px;
}

.main-section-vanue1 h5 {
    font-size: 15px;
    margin: 10px 0 5px 0;
}

#myBtn {
    padding: 15px 60px;
    border-radius: 75px;
    border: none;
    box-shadow: 1px 5px 0px #1b8696;
    background: #34b1c4;
    color: #FFF;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

/* Start Sponsors */
#Sponsors {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #FFF;
}

.main-title-agenda {
    display: block;
    margin: 0 0 30px 0;
    font-size: 40px;
    font-weight: bold;
    color: #0062cc;
    text-decoration: underline;
}

.main-title-heading {
    font-size: 40px;
    font-weight: bold;
    color: #0062cc;
    text-decoration: underline;
}

.sponsors-img {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
    transition: 0.5s;
}

.sponsors-img:hover {
    transform: scale(1.05);
    transition: 0.5s;
    cursor: pointer;
}

.main-title-sponser {
    display: block;
    margin: 0 0 40px 0;
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    font-style: italic;
}

/* Start Speakers */
#Speakers {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #FFF;
}

.speakers-1 {
    width: 100%;
    display: block;
}

.main-list-img {
    width: 100%;
    display: block;
}

#myBtn1, #myBtn2, #myBtn3, #myBtn4 {
    background: none;
    border: none;
    padding: 0px;
    color: green;
}

.speackers-title {
    color: #0000FF;
    font-size: 30px;
    font-weight: bold;
}

#Agenda .btn.btn-primary.btn-lg {
    background: #34b1c4;
    border-color: #34b1c4;
    font-family: 'Open Sans', sans-serif;
}

#Agenda .btn.btn-secondary.btn-lg {
    font-family: 'Open Sans', sans-serif;
}

.partner-title {
    font-style: italic;
}

/* Start Registration */
#Registration {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #e3e3e3;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-list-section-register-1 {
    width: 100%;
    display: block;
    background: #FFF;
    border-radius: 5px;
    height: 100%;
    position: relative;
}

.title-4-list {
    background: #16A085;
    color: #FFF;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    font-size: 20px !important;
    line-height: 30px;
}

.price-list-main {
    width: 100%;
    text-align: center;
    display: block;
    padding: 50px 0 130px 0;
    font-size: 70px;
}

.right-45345 {
    background: #34b1c4;
}

.ertiepo-st {
    background: #34b1c4 !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.ertiepo-st:hover {
    background: #34b1c4 !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.buy-now-list-34 {
    background: #16a085;
    display: block;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.buy-now-list-34:hover {
    background: #16a085;
    display: block;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* Start Accomodations */
#Accomodations {
    width: 100%;
    display: block;
    background: #FFF;
    padding: 40px 0;
}

.map-section-about-mp {
    width: 100%;
    height: 100%;
}

.main-foot-ad-head {
    display: block;
    margin: 0 0 20px 0;
    text-decoration: underline;
}

footer {
    background: #222;
    width: 100%;
    display: block;
    padding: 20px 0;
    text-align: left;
    color: #FFF;
}

.copyright-set a {
    color: red;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: normal;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.btn-menu-list-23 {
    color: #FFF;
    cursor: pointer;
    font-size: 26px;
    display: none;
}

.navbar-brand {
    color: #FFF;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
}

.navbar-brand:hover {
    color: #FFF;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    text-decoration: none;
}

#Contact {
    width: 100%;
    display: block;
    background: #f1f1f1;
    padding: 40px 0;
}

#form-contactt {
    width: 100%;
    background: #FFF;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 6px 6px 5px #00000061;
}

#form-contactt .form-control {
    font-weight: normal !important;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    display: block;
}

.contact-submit-list {
    width: 100%;
    padding: 15px;
    margin: 40px 0 0 0;
    display: block;
    font-size: 20px;
    background: #34b1c4;
    color: #FFF;
    border: none;
    border-bottom: 5px solid #1f8a9a;
    transition: 0.5s;
    cursor: pointer;
}

.contact-submit-list:focus {
    width: 100%;
    padding: 15px;
    margin: 40px 0 0 0;
    display: block;
    font-size: 20px;
    background: #34b1c4;
    color: #FFF;
    border: none;
    border-bottom: 0px solid #1f8a9a;
    transition: 0.5s;
    cursor: pointer;
}

.title-registrationi {
    display: block;
    margin: 0 0 40px 0;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    font-style: italic;
    text-align: center;
}

.title-registrationi-about {
    display: block;
    margin: 0 0 40px 0;
    font-size: 40px;
    font-weight: bold;
    color: #0062cc;
    font-style: italic;
}

/* Start Event Page */
#main-eventslist {
    width: 100%;
    display: block;
    padding: 40px 0;
}

.evets-title {
    display: block;
    color: #0062cc;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    margin: 0 0 40px 0;
}

.events-name {
    font-size: 36px;
    font-weight: bold;
    color: #0062cc;
    margin: 0px;
}

.time-date {
    display: block;
    margin: 20px 0;
    color: #969696;
    font-size: 20px;
}

.descripation {
    font-size: 18px;
}

.event-images {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    transition: 0.5s;
}

.event-images:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.event-descripation {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

.navbar-brand span {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: #34b1c4;
}

/* Start map and team Page */
#map-section {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #ebebeb;
}

#map {
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 0 40px 0;
}

.map-title {
    width: 100%;
    display: block;
    color: #2F362F;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
    text-decoration: underline;
}

.map-descripation {
    width: 100%;
    display: block;
    text-align: center;
    color: #7c8595;
    font-size: 18px;
}

#team-set-section {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #393f43;
}

.main-title-team-section-t {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 40px 0;
    color: #ddd;
    font-weight: bold;
}

.team-find-list-main {
    width: 100%;
    display: block;
    margin: 10px 0;
}

.team-find-list-main img {
    width: 100%;
    display: block;
    margin: 0 0 0px 0;
}

.main-team-title {
    width: 100%;
    display: block;
    text-align: center;
    background: #FFF;
    padding: 12px;
    color: #393f43;
    font-weight: bold;
    transition: 0.5s;
}

.main-team-title:hover {
    width: 100%;
    display: block;
    text-align: center;
    background: #e0dfdf;
    padding: 12px;
    color: #393f43;
    font-weight: bold;
    transition: 0.5s;
}

/* Content Sections for IVYFON */
.content-sections {
    background-color: #f8f9fa; /* Light gray background for the entire content area */
    padding: 40px 0;
}

.section-block {
    padding: 60px 0;
    min-height: auto; /* Remove fixed height for flexibility */
    background-color: transparent; /* No background on section, handled by cards */
}

.section-card {
    background-color: #ffffff; /* White card background */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    padding: 40px;
    margin: 20px 0;
    transition: transform 0.3s ease;
}

.section-card:hover {
    transform: translateY(-5px); /* Slight lift on hover */
}

.section-title {
    font-size: 2em;
    font-weight: bold;
    color: #2a2929;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif; /* Match base font */
    text-align: left;
}

.section-subtitle {
    font-size: 1.5em;
    font-weight: 600;
    color: #333333;
    margin: 20px 0 15px;
}

.section-text {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 15px;
}

.section-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.task-card {
    background-color: #f1f9ff; /* Soft blue tone */
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.task-icon {
    font-size: 1.5em;
    color: #34b1c4; /* Match brand color from existing styles */
}

/* Media Queries for Content Sections */
@media only screen and (max-width: 992px) {
    .section-block {
        padding: 40px 0;
    }

    .section-card {
        padding: 20px;
    }

    .section-title {
        font-size: 1.8em;
    }

    .section-subtitle {
        font-size: 1.3em;
    }

    .section-text {
        font-size: 1em;
    }

    .section-image {
        margin: 0 auto 20px;
    }

    .task-card {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 769px) {
    .section-block {
        padding: 30px 0;
    }

    .section-card {
        padding: 15px;
    }

    .section-title {
        font-size: 1.6em;
    }

    .section-subtitle {
        font-size: 1.2em;
    }

    .section-text {
        font-size: 0.95em;
    }
}

@media only screen and (max-width: 640px) {
    .section-block {
        padding: 20px 0;
    }

    .section-card {
        padding: 10px;
    }

    .section-title {
        font-size: 1.4em;
    }

    .section-subtitle {
        font-size: 1.1em;
    }

    .section-text {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 400px) {
    .section-block {
        padding: 15px 0;
    }

    .section-card {
        padding: 8px;
    }

    .section-title {
        font-size: 1.2em;
    }

    .section-subtitle {
        font-size: 1em;
    }

    .section-text {
        font-size: 0.85em;
    }
}

/* Media Queries (Existing) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media only screen and (max-width: 992px) {
    .right-45345 {
        background: #34b1c4;
    }
    .ertiepo-st {
        background: #34b1c4 !important;
        color: #FFF !important;
        text-decoration: none !important;
    }
    .title-4-list {
        background: #16A085;
        color: #FFF;
        padding: 20px 10px;
        border-radius: 5px;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
        font-size: 18px;
        overflow: hidden;
        line-height: 30px;
    }
    #header-height {
        display: block;
        height: 50px;
        background: transparent;
    }
    .btn-menu-list-23 {
        display: block;
    }
    .navbar-collapse {
        display: none;
    }
    .main-set-list-545454 {
        word-break: break-all;
    }
    #Speakers .row {
        padding: 20px 0;
    }
    .sponsors-img {
        width: 80%;
        display: block;
        margin: 20px auto;
    }
    #Agenda .btn {
        padding: 10px 40px !important;
        display: block;
        margin: 20px auto;
        text-align: center;
    }
}

@media only screen and (max-width: 769px) {
    .right-45345 {
        background: #34b1c4;
    }
    .ertiepo-st {
        background: #34b1c4 !important;
        color: #FFF !important;
        text-decoration: none !important;
    }
    .event-descripation {
        width: 100%;
        display: block;
        margin: 0 0 40px 0;
    }
    .event-images {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        transition: 0.5s;
    }
    .title-4-list {
        background: #16A085;
        color: #FFF;
        padding: 20px 10px;
        border-radius: 5px;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
        font-size: 18px;
        overflow: hidden;
        line-height: 30px;
    }
    #header-height {
        display: block;
        height: 50px;
        background: transparent;
    }
    .btn-menu-list-23 {
        display: block;
    }
    .navbar-collapse {
        display: none;
    }
    .main-set-list-545454 {
        word-break: break-all;
    }
    #Speakers .row {
        padding: 20px 0;
    }
    .sponsors-img {
        width: 80%;
        display: block;
        margin: 20px auto;
    }
    #Agenda .btn {
        padding: 10px 40px !important;
        display: block;
        margin: 20px auto;
        text-align: center;
    }
    #Accomodations .row {
        padding: 20px 0;
    }
    .title-registrationi {
        display: block;
        margin: 0 0 0px 0;
    }
    .main-list-section-register-1 {
        width: 100%;
        display: block;
        background: #FFF;
        border-radius: 5px;
        position: unset;
        margin: 20px 0;
        float: left;
        height: auto;
    }
    .buy-now-list-34 {
        background: #007bff;
        display: block;
        padding: 20px 0;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        float: left;
        width: 100%;
        bottom: 0;
        position: unset;
    }
}

@media only screen and (max-width: 640px) {
    .right-45345 {
        background: #34b1c4;
    }
    .ertiepo-st {
        background: #34b1c4 !important;
        color: #FFF !important;
        text-decoration: none !important;
    }
    .event-descripation {
        width: 100%;
        display: block;
        margin: 0 0 40px 0;
    }
    .event-images {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        transition: 0.5s;
    }
    .price-list-main {
        width: 100%;
        text-align: center;
        display: block;
        padding: 30px 0;
        font-size: 70px;
    }
    .title-4-list {
        background: #16A085;
        color: #FFF;
        padding: 20px 10px;
        border-radius: 5px;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
        font-size: 18px;
        overflow: hidden;
        line-height: 30px;
    }
    #header-height {
        display: block;
        height: 50px;
        background: transparent;
    }
    .btn-menu-list-23 {
        display: block;
    }
    .navbar-collapse {
        display: none;
    }
    .main-set-list-545454 {
        word-break: break-all;
    }
    .sponsors-img {
        width: 100%;
        display: block;
        margin: 20px auto;
    }
    #Agenda .btn {
        padding: 10px 40px !important;
        display: block;
        margin: 20px auto;
        text-align: center;
    }
    #Accomodations .row {
        padding: 20px 0;
    }
    .title-registrationi {
        display: block;
        margin: 0 0 0px 0;
    }
    .main-list-section-register-1 {
        width: 100%;
        display: block;
        background: #FFF;
        border-radius: 5px;
        position: unset;
        margin: 20px 0;
        float: left;
        height: auto;
    }
    .buy-now-list-34 {
        background: #007bff;
        display: block;
        padding: 20px 0;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        float: left;
        width: 100%;
        bottom: 0;
        position: unset;
    }
}

@media only screen and (max-width: 400px) {
    .right-45345 {
        background: #34b1c4;
    }
    .ertiepo-st {
        background: #34b1c4 !important;
        color: #FFF !important;
        text-decoration: none !important;
    }
    .event-descripation {
        width: 100%;
        display: block;
        margin: 0 0 40px 0;
    }
    .event-images {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        transition: 0.5s;
    }
    .main-title-agenda {
        display: block;
        margin: 0 0 30px 0;
        font-size: 30px;
    }
    .main-title-heading {
        font-size: 30px;
    }
    .title-registrationi {
        display: block;
        margin: 0 0 60px 0;
        font-size: 30px;
    }
    .price-list-main {
        width: 100%;
        text-align: center;
        display: block;
        padding: 30px 0;
        font-size: 70px;
    }
    .title-4-list {
        background: #16A085;
        color: #FFF;
        padding: 20px 10px;
        border-radius: 5px;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
        font-size: 16px;
        overflow: hidden;
        line-height: 30px;
    }
    #header-height {
        display: block;
        height: 50px;
        background: transparent;
    }
    .btn-menu-list-23 {
        display: block;
    }
    .navbar-collapse {
        display: none;
    }
    .main-set-list-545454 {
        word-break: break-all;
    }
    .sponsors-img {
        width: 100%;
        display: block;
        margin: 20px auto;
    }
    .main-list-section-register-1 {
        width: 100%;
        display: block;
        background: #FFF;
        border-radius: 5px;
        position: unset;
        margin: 20px 0;
        float: left;
        height: auto;
    }
    .buy-now-list-34 {
        background: #007bff;
        display: block;
        padding: 20px 0;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        float: left;
        width: 100%;
        bottom: 0;
        position: unset;
    }
}