@font-face {
    font-family: Jost-Medium;
    src: url(../fonts/Jost/static/Jost-Medium.ttf);
}

@font-face {
    font-family: Jost-Regular;
    src: url(../fonts/Jost/static/Jost-Regular.ttf);
}
html {
    background: #f5f5f8 !important;
}
body {
    background: #f5f5f8 !important;
    margin: 0;
    padding: 20px;
}

.main-section {
    background: #f5f5f8;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 31px 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .card-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1440px) {
    .card-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1800px) {
    .card-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

a:focus {
    outline: none !important;
}

.card {
    background: #fff;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #80808017;
}

.badge {
    border: 2px solid #e3e4eb;
    padding: 8px 16px;
    border-radius: 6px;
    color: #2a71b0;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 10px;
}

.logo-wrapper {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.logo-wrapper img {
    max-height: 80px;
    max-width: 100%;
}

.company-name {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    color: #3c6ea5;
    font-family: Jost-Medium;
}

.country {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
    font-family: Jost-Regular;
    text-transform: uppercase;
}

.company-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 120px;
    justify-content: space-between;
}

.hall-info {
    font-size: 12px;
    color: #3c6ea5;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-family: Jost-Regular;
}

.hall-info span {
    font-weight: bold;
    color: #000;
}

.content-link,
.badge-link,
.content-link {
    text-decoration: none;
}

.badge-link {
    display: block;
    text-decoration: none;
}

.badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #523f690f;
    padding: 3px 16px;
    border-radius: 6px;
    color: #2a71b0;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 10px;
}

.badge-icon img {
    width: 30px;
    margin-right: 10px;
}

.badge-text {
    font-weight: 600;
    color: #2a71b0;
    font-family: Jost-Regular;
}

.exhibitor-search-form {
    max-width: 500px;
    margin: 0 auto 40px;
    position: relative;
}

.exhibitor-search-input {
    width: 100%;
    font-size: 15px;
    font-family: Jost-Regular;
    padding: 10px 20px 10px 32px !important;
    border: none !important;
    border-radius: 24px !important;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 1px -2px #523f680f, 0 2px 2px 0 rgba(82, 63, 104, 0.042), 0 1px 5px 0 rgba(82, 63, 104, 0.036);
    outline: none;
}

.exhibitor-search-input::placeholder {
    color: #9d9d9d;
}

.exhibitor-search-button {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #2a71b0;
    font-size: 26px;
    line-height: 0;
}

.exhibitor-search-button svg {
    width: 17px;
    height: 16px;
    display: block;
}

.exhibitor-search-button:focus {
    outline: none;
}

.exhibitor-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 0;
    width: 0;
    margin: 0;
}

h1.exhibitor-heading {
    width: 100%;
    text-align: center;
    margin: 0 0 32px;
    font-family: Jost-Medium;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #000;
}

h1.exhibitor-heading::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    background: #2a71b0;
    margin: 12px auto 0;
    border-radius: 2px;
}

:root {
    --blue: #2a71b0;
    --glass-bg: rgba(255, 255, 255, 0.25);
    --glass-brd: rgba(255, 255, 255, 0.35);
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    color: #111;
    line-height: 1.6;
}
.wrap {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0px;
}
h1,
h2,
h3 {
    margin: 0 0 24px;
    font-weight: 800;
    color: var(--blue);
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
*/ .mt-48 {
    margin-top: 48px;
}

.exb-hero {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 120px 20px;
    background: #0d1c30;
}
.exb-hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d1c30 0%, #133d60 100%);
    opacity: 0.55;
    background-position: center center !important;
    background-size: cover !important;
}
.exb-hero__inner {
    position: relative;
}
.exb-logo img {
    max-height: 96px;
    margin-bottom: 24px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}
.exb-title {
    font-size: 48px;
    letter-spacing: 0.04em;
    font-family: Jost-Medium;
    color: #ffffff;
}
.exb-tag {
    font-size: 18px;
    margin-bottom: 32px;
    font-family: Jost-Regular;
}
.btn-cta {
     display: inline-block;
    padding: 16px 41px;
    background: var(--blue);
    color: #fff !important; 
    border-radius: 32px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s;
    font-family: Jost-Regular;
    font-size: 18px;
}
.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pill {
    background: var(--blue);
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    font-family: Jost-Regular;
}
.pill--light {
    background: #e6eef7;
    color: #0d4b88;
}

.glass {
    background: #ffffff;
    backdrop-filter: blur(14px);
    border: 1px solid var(--glass-brd);
    border-radius: 5px;
    padding: 17px;
}

.exb-main-layout {
    display: grid;
    grid-template-columns: 1fr 375px;
    gap: 25px;
    margin-top: 50px;
}
@media (max-width: 1024px) {
    .exb-main-layout {
        display: block;
        gap: 0;
    }
    .exb-sidebar {
        order: -1;
        margin-bottom: 48px;
    }
    .exb-primary {
        order: 1;
    }
    .exb-sidebar {
        order: 2;
    }
    .wrap {
        padding: 0 0px;
    }
}

.exb-primary {
    background-color: #ffffff;
    padding: 20px;
}

.exb-primary > * {
    margin-bottom: 40px;
}
.exb-sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sidebar-title {
    font-size: 22px;
    color: var(--blue);
    margin: 19px 0 22px;
    font-family: Jost-Medium;
}

.dl {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: Jost-Regular;
    padding: 12px 0;
}
.dl + .dl {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.icon-file {
    width: 30px;
    height: 38px;
    background: url('data:image/svg+xml;utf8,<svg fill="%232a71b0" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6H6zm7 1.5L18.5 9H13V3.5z"/></svg>') no-repeat
        center/contain;
}
.dl span {
    font-weight: 600;
}
.dl small {
    font-size: 12px;
    color: #555;
    font-family: Jost-Regular;
}

.exb-photos {
    column-gap: 20px;
    columns: 330px;
}
.photo {
    position: relative;
    margin: 0 0 20px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.photo img {
    width: 100%;
    display: block;
}
.photo figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 14px;
    font-size: 14px;
    color: #fff;
    font-family: Jost-Regular;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 85%);
}

.exb-videos {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.video {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: 0.25s;
}
.video:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.video iframe {
    width: 100%;
    height: 200px;
    border: 0;
    display: block;
}
.video-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: Jost-Regular;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 85%);
}

.exb-enquiry {
    background: #1c2740;
    color: #fff;
    padding: 80px 0;
}
.enquiry-form {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 0;
    font-size: 15px;
}
.enquiry-form button {
    align-self: flex-start;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 2px;
}

.cp-heading {
    font-size: 25px;
    color: #09233e;
    font-family: Jost-Medium;
    margin-top: 50px;
    margin-bottom: 30px;
}

.cp-intro {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-family: Jost-Regular;
    color: #000000;
}

.info-inline .full {
    flex: 1 1 100%;
    margin-top: 12px;
    white-space: normal;
}

.info-card.slim {
    padding: 20px 24px;
    border-radius: 2px;
    background: #e6eef7;
    border: 1px solid #e5e7eb;
    font-size: 0.975rem;
    color: #0d4b88;
    margin-top: 25px;
}

.info-inline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    justify-content: space-between;
}

.info-inline li {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    font-family: Jost-Regular;
}

.ico {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.key {
    font-weight: 600;
    margin-right: 4px;
    font-family: Jost-Medium;
}

.info-inline a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: border-color 0.2s;
}
.info-inline a:hover {
    border-color: transparent;
}

@media (max-width: 1024px) {
    .info-inline li {
        display: flex;
        flex-wrap: wrap;
    }

    .info-card.slim {
        padding: 18px 16px;
    }
}

#emailGate .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

#emailGate .modal-content {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#emailGate .modal-header {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-header h5, .modal-header small, #register-message{
    font-family: Jost-Regular;
} 

#emailGate .modal-footer {
    border-top: none;
    padding: 1.5rem;
}

#emailGate .modal-title {
    font-weight: bold;
    font-size: 1.25rem;
    color: #0d1c30;
}

#user-email {
    font-size: 1.125rem;
    padding: 0.75rem;
    border-radius: 10px;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}

#user-email:focus {
    border-color: #6a11cb;
    box-shadow: 0 0 0 4px rgba(106, 17, 203, 0.2);
}

#email-status,
#error-message {
    font-size: 0.875rem;
}

#submit-btn {
     display: inline-block;
    padding: 16px 41px;
    background: var(--blue);
    color: #fff;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s;
    font-family: Jost-Regular;
    font-size: 18px;
}

#submit-btn:hover {
    background: #2a71b0;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.5);
}

.modal.fade .modal-dialog {
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}


/* Page Wrapper */
.contact-form-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 100vh;
    background: #f4f7fa;
    padding: 2rem 2rem 0 0;
}

/* Card */
.contact-form-card {
    background: #fff;
    border-radius: 3px;
    max-width: 839px;
    width: 100%;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* Title */
.form-title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
}

/* Form Groups */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #444;
}

/* Form Controls */
.form-control-modern {
    font-size: 1.125rem;
    padding: 0.75rem !important;
    border-radius: 10px !important;
    border: 2px solid #ddd !important;
    transition: all 0.3s ease !important;
    width: 100%;
}

.form-group p br{
    display: none !important;
}

.form-control-modern:focus {
    border-color: #6a11cb;
    box-shadow: 0 0 0 4px rgba(106, 17, 203, 0.15);
    outline: none;
}

/* Submit Button */
#submit-btn {
     display: inline-block;
    padding: 16px 41px;
    background: var(--blue);
    color: #fff;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s;
    font-family: Jost-Regular;
    font-size: 18px;
}

#submit-btn:hover {
    background: #2a71b0;
    transform: translateY(-2px);
}

#submit-btn:focus {
    outline: none;
}


.form-group textarea{
    height: 100px;
}   


@media (max-width: 1024px) {
    .contact-form-wrapper {
        padding: 0rem;
    }

    .contact-form-card {
        padding: 1rem;
    }
}

.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.custom-pagination ul {
    display: flex;
    gap: 8px;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.custom-pagination .page-numbers {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    padding: 10px 16px;
    background: #fff;
    color: #333;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-pagination .current {
    background-color: #2a71b0; /* Bootstrap green */
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}




@media (max-width: 1024px) {
    .contact-form-wrapper {
        padding: 0rem;
    }

    .contact-form-card {
        padding: 1rem;
    }
}


input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;
  }
  
  .wpcf7-list-item-label {
    font-size: 16px; /* Optional: increase label font size too */
  }
  

  .custom-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex-wrap: wrap;
}

.custom-pagination li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 6px;
}

.custom-pagination li a,
.custom-pagination li span {
    text-decoration: none;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    color: #000;
}

.custom-pagination li span.current {
    background-color: #007bff;
    color: #fff;
}

@media (max-width: 768px) {
    .custom-pagination .nav-text {
        display: none;
    }
    
    .custom-pagination ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        list-style: none;
        padding: 0;
        margin: 20px 0;
        flex-wrap: unset !important;
    }
}

#full-protected-content {
  display: block !important;
}
