﻿pageCenterTitle {
    padding-top: 20px;
}

.pageCenterTitle div {
    text-align: center;
}

.pageCenterTitle h2 {
    font-size: 30px !important;
    padding: 0 30px 0 30px;
    text-align: center;
    color: black;
    text-transform: uppercase;
}

.aboutUs {
    padding-left: 20px;
    padding-right: 20px;
}

    .aboutUs h6 {
        font-size: 23px;
        color: #9862a3;
        font-family: Garamond;
        font-weight: bold;
    }

.titleUnderline {
    width: 150px;
    color: #977996;
    border-top-width: 5px;
    border-top-style: solid;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.headerNavLinks{
    font-weight:700;
}

.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
    padding-bottom: 30px;
}

    .blog .posts-list article + article {
        margin-top: 60px;
    }

.blog .posts-list .post-img {
    /*max-height: 240px;*/
    overflow: hidden;
}

.blog .posts-list .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
}

    .blog .posts-list .title a {
        color: var(--color-secondary);
        transition: 0.3s;
    }

        .blog .posts-list .title a:hover {
            color: var(--color-primary);
        }

.blog .posts-list .content {
    margin-top: 20px;
}

.blog .readmore {
    background-color: #4232c2;
    border: none;
    outline: none !important;
    color: white;
}

.about .content {
    background-color: #ecebff8c;
    padding: 40px;
}

    .about .content h3 {
        font-size: 14px;
        font-weight: 700;
        color: #9862a3;
        text-transform: uppercase;
    }

    .about .content h2 {
        font-size: 24px;
        font-weight: 700;
    }

    .about .content p {
        margin: 15px 0 30px 0;
        line-height: 24px;
    }

.about p {
    max-height: 300px;
    overflow: auto;
}

    .about .content .btn-read-more {
        color: #4232c2;
        background: var(--accent-color);
        line-height: 0;
        padding: 15px 40px;
        border-radius: 4px;
        transition: 0.5s;
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    }

        .about .content .btn-read-more span {
            font-family: var(--default-font);
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 1px;
        }

        .about .content .btn-read-more i {
            margin-left: 5px;
            font-size: 18px;
            transition: 0.3s;
        }

        .about .content .btn-read-more:hover i {
            transform: translateX(5px);
        }

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

   

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}



@media only screen and (max-width: 600px) {
    .newsCard {
        width: 350px;
    }

    /* Override Drodown menu Bootstrap styles */
    #main_nav .dropdown-item {
        text-align: center;
    }
}

@media (max-width: 1400px) and (min-width: 1000px) {
    .headerNavLinks {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.9rem;
    }
}


/* Override Drodown menu Bootstrap styles */

#main_nav .dropdown-menu {
    border-radius: 18px; 
    border: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    margin-top: 6px;
}

#main_nav .dropdown-item {
    padding: 10px 20px;
    border-radius: 10px; 
    transition: all 0.2s ease-in-out;
}

    #main_nav .dropdown-item:hover,
    #main_nav .dropdown-item:focus {
        background-color: #6256c3;
        color: #fff;
    }

/* FashionWeek Page Styles*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    color: #222;
    margin: 0;
    padding: 0;
}

.topbar {
    background: #4d075b;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.navbar-brand {
    font-weight: 700;
}

.hero-section {
    width: 100%;
    background: #180019;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .hero-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-section picture {
        display: block;
        width: 100%;
    }

.hero-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.quick-links {
    margin-top: -45px;
    position: relative;
    z-index: 10;
}

    .quick-links .row > div {
        display: flex;
    }

.quick-card {
    background: #8a0f6a;
    color: #fff;
    text-align: center;
    padding: 22px 12px;
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid #fff;
    width: 100%;
}

    .quick-card:hover {
        background: #8a0f6a;
        transform: translateY(-5px);
    }

    .quick-card a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-weight: 600;
    }

    .quick-card i {
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
    }

.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

    .reveal-up.active {
        opacity: 1;
        transform: translateY(0);
    }

.section-padding {
    padding: 80px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    margin: 0 auto 40px;
    color: #666;
}

.feature-card,
.panel-card,
.info-box {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: 0.3s ease;
}

    .feature-card:hover,
    .panel-card:hover,
    .info-box:hover {
        transform: translateY(-5px);
    }

.highlight-section {
    background: #4d075b;
    color: #fff;
    padding: 50px;
}

.highlight-box {
    text-align: center;
    padding: 20px;
}

    .highlight-box h3 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 5px;
    }

.cta-section {
    background: #8a0f6a;
    color: #fff;
    text-align: center;
}

.footer {
    background: #4d075b;
    color: #ddd;
    padding: 50px 0 20px;
}

    .footer a {
        color: #ddd;
        text-decoration: none;
    }

        .footer a:hover {
            color: #fff;
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 25px;
    padding-top: 20px;
    font-size: 14px;
    color: #aaa;
}

.poster-preview-header {
    text-align: center;
    margin-bottom: 14px;
}

    .poster-preview-header h5 {
        font-weight: 700;
        margin-top: 10px;
        color: #2d2230;
    }

.poster-badge {
    display: inline-block;
    background: #f7e5f2;
    color: #8a0f6a;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .poster-badge.model {
        background: #e7fbff;
        color: #008c9e;
    }

.designer-preview-box {
    text-align: center;
}

.designer-poster-preview {
    width: 100%;
    max-width: 340px;
    max-height: 460px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(0,0,0,0.16);
    transition: all 0.3s ease;
}

.designer-poster-link:hover .designer-poster-preview {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 22px 40px rgba(0,0,0,0.22);
}


.coming-soon-box {
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 0 auto;
}

    .coming-soon-box i {
        font-size: 40px;
        color: #8a0f6a;
    }

    .coming-soon-box h4 {
        font-weight: 700;
        color: #2d2230;
    }

    .coming-soon-box p {
        color: #666;
    }

.sectors-premium {
    background: linear-gradient(180deg, #ffffff 0%, #faf3f8 100%);
}

.sector-heading {
    font-weight: 700;
    color: #2d2230;
}

.sector-box {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(138, 15, 106, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .sector-box i {
        font-size: 24px;
        color: #8a0f6a;
        margin-bottom: 10px;
        display: inline-block;
    }

    .sector-box h6 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .sector-box p {
        font-size: 14px;
        color: #555;
        margin-bottom: 0;
    }

    .sector-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    }

.market-box {
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    border-left: 4px solid #8a0f6a;
    transition: 0.3s;
}

    .market-box h6 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .market-box p {
        margin: 0;
        font-size: 14px;
        color: #555;
    }

    .market-box:hover {
        transform: translateX(5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .market-box.highlight {
        background: linear-gradient(135deg, #fdf1f9, #f7e4f2);
        border-left: 4px solid #d63384;
    }

.about-showcase-section {
    background: linear-gradient(180deg, #ffffff 0%, #faf2f8 100%);
}

.showcase-tag,
.mini-tag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f7e5f2;
    color: #8a0f6a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.showcase-box {
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    border: 1px solid rgba(138, 15, 106, 0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.showcase-title {
    margin: 18px 0 18px;
    font-size: 2rem;
    font-weight: 700;
    color: #2d2230;
    line-height: 1.25;
}

.showcase-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d2230;
}

.overview-points {
    margin: 0 0 20px;
    padding-left: 1.2rem;
}

    .overview-points li {
        margin-bottom: 12px;
        line-height: 1.7;
        color: #47414d;
    }

.overview-note {
    font-size: 15px;
    line-height: 1.8;
    color: #5b5460;
}

.logo-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-spotlight {
    margin: 18px 0 22px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff 0%, #f8edf6 100%);
    box-shadow: inset 0 0 0 1px rgba(138, 15, 106, 0.08);
    text-align: center;
}

.logo-showcase-image {
    width: 100%;
    max-width: 430px;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.logo-copy h4 {
    font-weight: 700;
    color: #2d2230;
}

.logo-copy p {
    color: #5b5460;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

.showcase-divider {
    height: 1px;
    margin: 54px 0 34px;
    background: linear-gradient(90deg, transparent, rgba(138, 15, 106, 0.25), transparent);
}

.merged-about-box {
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    border: 1px solid rgba(138, 15, 106, 0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.event-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 22px 0;
}

.event-info-card {
    background: linear-gradient(135deg, #fff 0%, #faf1f8 100%);
    border: 1px solid rgba(138, 15, 106, 0.08);
    border-radius: 16px;
    padding: 18px 18px 16px;
}

    .event-info-card h5 {
        font-weight: 700;
        color: #2d2230;
        margin-bottom: 10px;
    }

    .event-info-card p {
        color: #4f4753;
        line-height: 1.7;
    }

.poster-preview-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.poster-link {
    display: block;
    text-decoration: none;
}

.merged-poster-image {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto 16px;
}

.poster-link:hover .merged-poster-image {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
}

.poster-caption {
    color: #5b5460;
    font-size: 14px;
    line-height: 1.7;
}


.teaser-card {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    color: inherit;
}

    .teaser-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    }

.teaser-thumb {
    position: relative;
}

    .teaser-thumb img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

.teaser-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .teaser-play i {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(255,255,255,0.9);
        color: #8a0f6a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
    }

.teaser-body {
    padding: 20px;
}

    .teaser-body h5 {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .teaser-body p {
        margin: 0;
        color: #666;
    }

.social-btn {
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 600;
    transition: 0.3s;
}

    .social-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

.summit-section {
    background: linear-gradient(180deg, #faf3f8 0%, #ffffff 100%);
}

.summit-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(138, 15, 106, 0.08);
    box-shadow: 0 12px 28px rgba(0,0,0,0.07);
    transition: 0.3s;
}

    .summit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 36px rgba(0,0,0,0.12);
    }

.summit-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #8a0f6a;
    background: #f7e5f2;
    padding: 6px 12px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.summit-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #2d2230;
}

.summit-details {
    padding-left: 1.2rem;
    margin-bottom: 15px;
}

    .summit-details li {
        margin-bottom: 8px;
        font-size: 14px;
        color: #555;
    }

.summit-card p {
    font-size: 15px;
    color: #5a5560;
    line-height: 1.7;
}

.summit-card.highlight {
    background: linear-gradient(135deg, #fff 0%, #fdf1f9 100%);
    border: 1px solid rgba(214, 51, 132, 0.2);
}

.fwagenda-image-section {
    background: linear-gradient(180deg, #faf3f8 0%, #ffffff 100%);
}

.fwagenda-image-card {
    max-width: 750px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
    background: transparent;
    position: relative;
}

.fwagenda-image-link {
    display: block;
    position: relative;
    text-decoration: none;
}

.fwagenda-poster-image {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    display: block;
    transition: transform 0.35s ease;
    background: transparent;
}

.fwagenda-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 0, 18, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.fwagenda-overlay-content {
    background: rgba(255, 255, 255, 0.92);
    color: #4d075b;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

    .fwagenda-overlay-content i {
        font-size: 18px;
    }

.fwagenda-image-card:hover .fwagenda-poster-image {
    transform: scale(1.02);
}

.fwagenda-image-card:hover .fwagenda-overlay {
    opacity: 1;
}

@media (max-width: 991px) {
    .designer-poster-preview {
        max-width: 280px;
        max-height: 390px;
    }


    .merged-about-box {
        padding: 24px;
    }

    .event-info-grid {
        grid-template-columns: 1fr;
    }

    .showcase-title {
        font-size: 1.6rem;
    }

    .showcase-subtitle {
        font-size: 1.5rem;
    }

    .showcase-box {
        padding: 24px;
    }

}

@media (max-width: 767px) {
  
    .quick-links {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .topbar {
        font-size: 12px;
        line-height: 1.4;
        padding: 6px 0;
    }

    .fwagenda-image-card {
        border-radius: 14px;
    }

    .fwagenda-overlay-content {
        padding: 10px 16px;
        font-size: 14px;
    }

        .topbar .container {
            display: block !important;
            text-align: left;
        }

    .navbar-brand {
        font-size: 1rem;
    }

    .hero-section {
        background: #180019;
    }

    .hero-image {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .navbar-collapse {
        padding-top: 10px;
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .navbar-nav .btn {
        margin-top: 10px;
        width: 100%;
    }
}