/* ==========================================================================
   Exhibitions & Trade Fairs Single Detail Page Styles (exhibition-detail.css)
   ========================================================================== */

.exh-detail-page {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* --- Hero Wrapper & Card --- */
.exh-hero-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.exh-hero-banner {
    /* background: linear-gradient(135deg, #d35400 0%, #e67e22 60%, #e06d1b 100%); */
    background-image: url(/wp-content/uploads/orange_decorative_background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(135deg, rgb(206, 70, 1) 0%, rgb(215, 109, 31) 45%, rgb(218, 120, 41) 100%); */
    border-radius: 28px;
    padding: 36px 36px 90px 36px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(211, 84, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.exh-hero-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
}

.exh-hero-pills {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 380px;
}

.exh-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    padding: 12px 22px;
    color: #ffffff;
    background: linear-gradient(93deg, rgb(51 51 51 / 18%) 0%, rgb(255 255 255 / 20%) 56%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4), 0 4px 10px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(7px);
}

.exh-hero-pill i {
    font-size: 22px;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
}

.exh-hero-pill__text {
    display: flex;
    flex-direction: column;
}

.exh-hero-pill__label {
    font-size: 11px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.exh-hero-pill__val {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.exh-hero-img-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    background: #ffffff;
    display: inline-block;
    max-width: 100%;

}

.exh-hero-img {
    width: 100%;
    max-width: 100%;
    /* height: 260px; */
    object-fit: cover;
    display: block;
}

/* --- About Opportunity Box (Overlapping Bottom) --- */
.exh-about-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 32px;
    border: 1px solid #f2e2d8;
    /* box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08); */
    box-shadow: rgb(0 0 0 / 0%) 0px 14px 28px, rgb(0 0 0 / 14%) 0px 10px 10px;
    margin-top: -65px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 5;
}

.exh-about-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.exh-about-title i {
    color: #d35400;
    font-size: 22px;
}

.exh-about-content {
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
}

.exh-about-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exh-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.exh-about-list li i {
    color: #d35400;
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* --- Section General --- */
.exh-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
}

/* --- Key Benefits Cards --- */
.exh-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.exh-benefit-card {
    background: #FEF7EF;
    /* border: 1px solid #f9e2d6; */
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.exh-benefits-carousel .swiper-pagination-bullet-active {
    background: #d35400;
}

.exh-benefit-icon {
    width: 100px;
    /* height: 80px; */
    border-radius: 50%;
    /* background: #fbebe3; */
    color: #d35400;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.notification-banner__disclaimer a {
    color: #d35400 !important;
}

.notification-banner__disclaimer p {
    line-height: 1;
}

.exh-benefits-carousel {
    padding-bottom: 39px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.exh-benefits-carousel .swiper-pagination {
    bottom: 0 !important;
}

.exh-benefit-icon img {
    width: 80px;
    /* height: 32px; */
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);
    object-fit: contain;
}

.exh-benefit-text {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 1.45;
}

/* --- Exhibition Details Solid Orange Banner --- */
.exh-details-banner {
    background: linear-gradient(90deg, #DA7829 0%, #DA7829 45%, #D56218 70%, #D14A05 100%);
    /* background: linear-gradient(135deg, #d35400 0%, #e67e22 100%); */
    /* border-radius: 12px; */
    padding: 30px 20px;
    color: #ffffff;
    /* box-shadow: 0 8px 24px rgba(211, 84, 0, 0.18);*/
}

.exh-details-banner .section-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.exh-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
}

.exh-detail-tile {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.exh-detail-tile__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #b65c1b;
    padding: 5px;
    flex-shrink: 0;
}

.exh-detail-tile__icon img {
    width: 70%;
}

.exh-detail-tile__info {
    display: flex;
    flex-direction: column;
}

.exh-detail-tile__label {
    font-size: 14px;
    /* color: #fffbfb; */
    font-weight: 500;
    opacity: 0.85;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.exh-detail-tile__val {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
}

/* --- Get Connected Grid (6 Tiles) --- */
.exh-connected-grid {
    display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.exh-contact-card {
    background: #fff8f5;
    border: 1px solid #d354008a;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.exh-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d35400;
    color: #d35400;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.exh-contact-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.exh-contact-label {
    font-size: 16px;
    color: #5d5959;
    font-weight: 500;
    margin-bottom: 2px;
}

.exh-contact-val {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    /* text-decoration: none; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exh-contact-val:hover {
    color: #d35400;
}

.exh-social-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.exh-social-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d35400;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.exh-social-btn:hover {
    background: #b04300;
    color: #ffffff;
}

/* --- Suitable Sectors Pills --- */
.exh-sectors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.exh-sector-pill {
    /* background: #d35400; */
    background: linear-gradient(90deg, #CC500A 0%, #D46316 45%, #DB7829 100%);
    box-shadow: 0 4px 8px rgba(117, 48, 8, 0.28);
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(211, 84, 0, 0.2);
}

.exh-sector-pill i {
    font-size: 15px;
}

.exh-sector-pill__icon {
    /*display: none !important;*/
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #ffffff; */
    filter: brightness(0) invert(1);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
}

.exh-step-sec {
    background: #fef7ef;
    border: 1px solid #f9e2d6;
    border-radius: 12px;
    padding: 24px 28px;
}

/* --- How it Works Step Flow --- */

/* --- How it Works Step Flow --- */

.exh-how-works-grid {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.exh-how-step {
    position: relative;
    /* flex: 1 1 47%; */
    flex: 0 0 25%;
    min-width: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* Icon circle */
.exh-how-icon-box {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 50%;
    border: 1px solid #d35400;
    background: #fff8f5;
    color: #d35400;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Icon inside circle */
.exh-how-icon-box img {
    width: 36px;
    height: 36px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);
}

/* Number badge */
.exh-how-step-badge {
    /* position: absolute; */
    /* bottom: -8px; */
    background: #d35400;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.exh-how-step-text {
    width: 100%;
    max-width: 150px;

    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
}

/* --------------------------------
   Arrow between steps
--------------------------------- */

.exh-how-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(70% + 5px);
    width: 184px;
    height: 25px;
    background: url(https://discovery.deasra.in/wp-content/uploads/Untitled-150.svg) center / contain no-repeat;
    pointer-events: none;
}


/* --------------------------------
   MOBILE
   Keep exactly the same horizontal
   3-step layout
--------------------------------- */

@media (max-width: 767px) {

    .exh-how-works-grid {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        /* justify-content: space-between; */
        gap: 4px;
    }

    .exh-how-step {
              flex: 0 0 20%;
        gap: 4px;
        /* width: auto; */
    }

    /* .exh-how-icon-box {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    } */

    .exh-how-icon-box img {
        width: 25px;
        height: 25px;
    }
/* 
    .exh-how-step-badge {
        width: 24px;
        height: 24px;
        font-size: 11px;
    } */

    .exh-how-step-text {
        max-width: 100px;
              font-size: 9px !important; 
        /* line-height: 1.25; */
    }
.exh-step-sec .exh-section-title{
    padding-left: 15px;
}
    .exh-how-step:not(:last-child)::after {
              top: 16px;
        left: calc(100% + 0px);
        width: 27px;
        height: 10px;
    }
}

/* .exh-how-works {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px 0px;
    width: 100%;
}

.exh-how-step {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 0 1 180px;
    min-width: 0;
}

.exh-how-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #d35400;
    background: #fff8f5;
    color: #d35400;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.exh-how-icon-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);
}

.exh-how-step-badge {
    background: #d35400;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.exh-how-step-text {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    max-width: 140px;
}

.exh-how-arrow {
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.exh-how-arrow img {
    display: block;
    width: 148px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);
}

/* .exh-how-step-text {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    line-height: 1.35;
    max-width: 150px;
} */

@media (max-width: 767px) {
    .exh-hero-pill {
        padding: 10px !important;
    }

    .exh-step-sec {
        padding: 10px 5px;
        border-radius: 0px;
        margin-inline: -15px;
    }

    .exh-how-icon-box {
               width: 40px;
        height: 40px;
        flex: unset;
    }
    .exh-how-step-badge {
        width: 20px;
        height: 20px;
        /* border-radius: 50%; */
        font-size: 8px;
    }
    .exh-how-icon-box img {
  width: 25px !important;
        height: 25px !important;
    }

    .exh-how-works {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
    }

    /* .exh-how-step {
        width: 100%;
        flex: none;
    } */

    .exh-how-arrow {
        padding: 19px;
        height: 105px;
        overflow: hidden;
        margin: 0;
        flex: unset;
    }

    .exh-how-arrow img {
        width: 98px;
        transform: rotate(90deg);
        height: 58%;
        object-fit: cover;
    }

    .exh-section-title,
    .exh-details-banner .section-title {
        font-size: 18px;
        margin-bottom: 10px !important;

    }
}

/* --- Unlock Details CTA Button --- */
.exh-unlock-cta-wrapper {
    margin: 40px 0;
}

.exh-unlock-cta-wrapper .btn-unlock-expert {
    background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(211, 84, 0, 0.3);
    transition: all 0.25s ease;
}

.exh-unlock-cta-wrapper .btn-unlock-expert:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(211, 84, 0, 0.4);
    background: linear-gradient(135deg, #b04300 0%, #d35400 100%);
}

/* --- Related Swiper Carousel Bullets --- */
.exh-cards-carousel {
    padding-bottom: 45px !important;
    position: relative;
}

.exh-cards-carousel .swiper-pagination {
    bottom: 0 !important;
}

.exh-cards-carousel .swiper-pagination-bullet,
.exh-benefits-carousel .swiper-pagination-bullet {
    border: 1px solid !important;
    opacity: 1;
    background: transparent;
}

.exh-cards-carousel .swiper-pagination-bullet-active,
.exh-benefits-carousel .swiper-pagination-bullet-active {
    background: #222222
}

.exh-cards-carousel .swiper-slide {
    height: auto;
}

.exh-about-box ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    /* vertical-align: sub; */
    line-height: 1.5;
}

.exh-about-box ul li::before {
    width: 18px;
    height: 18px;
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
        filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);

    background-image: url(/wp-content/uploads/check-new-icon.svg);
        position: relative;
    bottom: -3px;
    flex-shrink: 0;
}

.exh-about-box ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0px !important;
}

.exh-about-content h5 {
    font-size: 16px;
}

.exh-cards-carousel.swiper-slide {
    height: auto;
}

/* --- Responsive Media Queries --- */
@media (min-width: 768px) {
    .js-toggle-exh-sectors {
        display: none !important;
    }

    .js-extra-exh-sector-pill {
        display: inline-flex !important;
    }
}

@media (max-width: 767.98px) {
    .exh-hero-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .exh-hero-banner .row .col-md-7 {
        margin-top: 10px !important;
    }

    .exh-details-grid {
        /* grid-template-columns: 1fr; */
        gap: 10px 5px;
    }

    .exh-details-banner {
        padding: 10px 20px !important;
        border-radius: 0px;
        margin-inline: -15px;
    }

    .exh-detail-tile__val {
        font-size: 12px !important;
    }

    .exh-detail-tile__label {
        font-size: 10px !important;
    }

    .exh-detail-tile__icon {
        width: 30px !important;
        height: 30px !important;
    }

    .exh-connected-grid {
        /* grid-template-columns: 1fr; */
        gap: 9px;
    }

    .exh-contact-card {
        border-radius: 8px;
        padding: 10px;
        gap: 10px;
        align-items: center;
    }

    .exh-social-btn {
        width: 20px;
        height: 20px;
    }

    .exh-sector-pill {
        font-size: 10px;
        padding: 6px;
        border-radius: 5px;
        gap: 5px;
    }

    .exh-sectors-grid {
        gap: 10px;
    }

    .exh-sector-pill__icon {
        width: 15px;
        height: 15px;
    }

    .exh-contact-icon {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        font-size: 15px;
    }

    .exh-contact-label {
        font-size: 10px;
    }

    .exh-contact-val {
        font-size: 12px;
        white-space: wrap !important;
            word-wrap: break-word;
    }

    .exh-how-works-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .exh-benefits-carousel {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 28px !important;
        padding-top: 16px !important;
    }

    .exh-cards-sec .exh-grp {
        margin-bottom: 0px !important;
    }

    .exh-hero-banner {
        background-image: url(/wp-content/uploads/orange_mobile_background.svg) !important;
        border-radius: 12px;
        padding: 10px 10px 84px 10px;
    }

    .exh-hero-pill__val {
        font-size: 14px;
    }

    .exh-about-box ul {
        margin-bottom: 2px !important;
    }

    /* .ecom-benefit-card {
        padding: 8px;
    } */
    .exh-about-content p {
        margin-bottom: 8px !important;
    }

    .exh-about-box ul li {
        font-size: 12px !important;
        line-height: normal !important;
    }

    .exh-about-content p {
        font-size: 14px;
    }

    .exh-about-content p:last-child {
        margin-bottom: 0px !important;
    }

    .exh-about-box ul li::before {
        width: 15px;
        height: 15px;
    }

    .exh-about-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .exh-about-box {
        margin-left: 10px;
        margin-right: 10px;
        padding: 15px 10px;
    }

    .ecom-about-content ul li {
        font-size: 14px;
    }

    .ecom-about-content ul li::before {
        width: 15px;
        height: 15px;
    }

    .exh-detail-tile {
        gap: 10px;
    }

    .exh-benefit-card {
        padding: 8px;
    }

    .exh-benefit-text {
        font-size: 12px;
        font-weight: 700;
    }

    .exh-benefit-icon img {
        width: 45px;
    }

    .exh-benefit-icon {
        margin-bottom: 8px;
    }

    .exh-about-title {
        margin-bottom: 10px;
    }

    .single-opportunity .opportunity-detail {
        padding-bottom: 0px !important;
    }

    .single-opportunity .notification-banner__disclaimer {
        padding-top: 0px !important;
    }
}