@import url('https://fonts.cdnjs.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.summit-header {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    padding: 0 0 0 0 !important;
}

.summit-header-top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 20px 0 20px !important;
    gap: 0 !important;
    position: relative;
}

.summit-header-top-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
}

.summit-header-edesm-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 125px !important;
    height: 80px !important;
    margin-bottom: 0;
}

.summit-header-top-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
}

.summit-header-img-group {
    display: flex;
    gap: 18px;
}

.summit-header-img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summit-header-img-placeholder {
    background: #e0e0e0 url('https://via.placeholder.com/70x70?text=Img') center/cover no-repeat;
}

.summit-header-top-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
}

.summit-header-top .summit-header-img:first-child,
.summit-header-top-right .summit-header-img {
    width: 110px !important;
    height: 110px !important;
}

.summit-header-title-section {
    text-align: center;
    margin-top: 15px !important;
    padding: 0 10px !important;
}

.summit-header-title {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #1a237e, #0d47a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem !important;
    font-weight: 800;
    margin-bottom: 9px !important;
    letter-spacing: 1px;
    line-height: 1.25;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.summit-header-title .title-line-1 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
}
.summit-header-title .title-line-2 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
}
.summit-header-title .title-line-3 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color:rgb(85, 135, 210);
}

.summit-header-association {
    margin-top: 5px !important;
    font-size: 0.8rem !important;
    color: #0d47a1;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px !important;
}

.summit-header-association-img {
    width: 125px !important;
    height: 80px !important;
    border-radius: 4px !important;
    margin-top: 2px !important;
}

.summit-header-center-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 30px 0 18px 0;
}

.summit-header-img-group-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

/* Summit Footer Styles */
.summit-footer {
    width: 100%;
    background: linear-gradient(135deg, #1a237e, #0d47a1);
    padding: 60px 0 0 0;
    position: relative;
    z-index: 1;
}

.summit-footer-container {
    max-width: 1170px;
    margin: auto;
}

.summit-footer-row {
    display: flex;
    flex-wrap: wrap;
}

.summit-footer-col {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.summit-footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
}

.summit-footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.summit-footer-col ul {
    list-style: none;
}

.summit-footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.summit-footer-col ul li a {
    font-size: 16px;
    color: #bbbbbb;
    text-decoration: none;
    display: block;
    font-weight: 300;
    transition: all 0.3s ease;
}

.summit-footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.summit-footer-socialLinks {
    margin-top: 20px;
}
.summit-footer-socialLinks a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    font-size: 1.2rem;
}
.summit-footer-socialLinks a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.summit-footer-map {
    width: 100%;
    min-height: 120px;
    max-height: 180px;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
}

.summit-footer-hr {
    width: 80%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.summit-footer-copyright {
    text-align: center;
    color: white;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: lighter;
    font-size: 13px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .summit-header-top {
        flex-direction: row !important;
        align-items: center;
        justify-content: space-evenly;
        gap: 0;
        padding: 20px 10px 0 10px;
    }
    .summit-header-top-center {
        margin: 0;
    }
    .summit-header-img-group-center {
        gap: 18px;
    }
    .summit-header-edesm-img {
        max-width: 180px;
        height: 100px;
    }
    .summit-header-img-group {
        gap: 10px;
    }
    .summit-header-img {
        width: 70px;
        height: 70px;
    }
    .summit-header-association-img {
        width: 100px;
        height: 45px;
    }
    .summit-header-title {
        font-size: 1.2rem;
        max-width: 90vw;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .summit-header-center-logos {
        gap: 24px;
        margin: 18px 0 12px 0;
    }
    .summit-footer-row {
        flex-direction: column;
        align-items: center;
    }
    .summit-footer-col {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .summit-header-top {
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px 5px 0 5px;
        justify-content: center;
    }
    .summit-header-top-left,
    .summit-header-top-center,
    .summit-header-top-right {
        flex: 0 0 auto;
        min-width: 60px;
    }
    .summit-header-img {
        width: 50px;
        height: 50px;
    }
    .summit-header-img-group-center {
        gap: 5px;
    }
    .summit-header-edesm-img {
        max-width: 120px;
        height: 60px;
    }
    .summit-header-title {
        font-size: 1rem;
        max-width: 98vw;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .summit-header-center-logos {
        gap: 10px;
        margin: 10px 0 8px 0;
    }
    .summit-footer-map {
        min-height: 80px;
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .summit-header-top {
        flex-direction: column;
        gap: 15px;
        padding: 10px 5px 0 5px;
    }
    .summit-header-top-left,
    .summit-header-top-center,
    .summit-header-top-right {
        flex: none;
        min-width: auto;
    }
    .summit-header-img {
        width: 60px;
        height: 60px;
    }
}
