/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
   Base styles
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

body,
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    color: #555;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: 700;
}

p + p:last-child {
    margin-bottom: 0;
}

.ameahead {
    margin-bottom: 1.5rem;
}

.red {
    color: #e21e23;
}

.blue {
    color: #13519e;
}

.white {
    color: #fff;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #ee7e1a;
    border-color: #ee7e1a;
}

.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

a.tp-btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
}

.btn-outline-primary.tp-btn:hover,
.btn-outline-primary.tp-btn:focus {
    background: #ee7e1a;
    border-color: #ee7e1a;
}

/* ==========================================================================
   Layout
   ========================================================================== */

article {
    padding: 70px 70px;
}

.mainsec {
    background: #fff;
    padding: 0;
}

.side-content {
    background: #f2f2f2;
}

.img-wrapper {
    border: 1px solid #f30;
    border-radius: 12px;
    transform: translate(-15px, -15px);
}

.img-wrapper img {
    border-radius: 12px;
    transform: translate(15px, 15px);
}

/* ==========================================================================
   Header & navigation
   ========================================================================== */

header {
    position: relative;
}

.top-menu-bar {
    width: 100%;
    height: 36px;
    background: #ee7e1a;
}

.top-menu-bar ul {
    padding-left: 0;
    list-style: none;
}

.top-menu-bar ul li {
    padding: 6px 8px;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.top-menu-bar ul li i {
    margin-right: 4px;
}

.top-menu-bar ul li a {
    color: #fff;
}

.navbar {
    margin: auto;
    padding-left: 3%;
    padding-right: 3%;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.navbar-brand {
    margin-right: 3rem;
}

.navbar a.nav-link {
    color: #fff;
    text-transform: uppercase;
    margin-right: 0.8rem;
    font-weight: 700;
    padding: 15px;
}

.navbar a.nav-link:hover {
    color: #ee7e1a;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}

.navbar .nav-item.active a.nav-link {
    color: #ee7e1a;
}

.fixed-top {
    top: 36px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0.5rem;
    font-size: 13px;
    padding: 0.4rem 0.15rem;
}

header {
    width: 100%;
    display: block;
    position: relative;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background 0.5s ease;
}

.nav-down {
    position: fixed;
    top: 0;
    z-index: 999;
    transition: top 0.4s ease-in-out;
}

.nav-up {
    position: fixed;
    top: -200px;
    z-index: 999;
    transition: top 0.4s ease-in-out;
}

.organised {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 3px;
}

header.bgmenu .navbar {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
}

header.bgmenu .navbar a.nav-link {
    color: #333;
}

header.bgmenu .organised {
    color: #333;
}

.logo-wrapper {
    position: relative;
}

header .logo {
    display: none;
}

header .logow {
    display: inline-block;
}

header.bgmenu .logow {
    display: none;
}

header.bgmenu .logo {
    display: inline-block;
}

.tp-bannertimer {
    background: #874308;
    height: 6px;
}

.tp-bullets {
    display: none;
}

.tp-bullets.simplebullets.round .bullet {
    margin-right: 5px;
    margin-left: 5px;
}

.loader {
    border: 5px solid #cdfae3;
    border-radius: 50%;
    border-top: 5px solid #c02026;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu a {
    font-weight: 500;
    font-size: 15px;
}

.dropdown-menu a:hover {
    background: #ee7e1a;
    color: #fff;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}

.dropdown.more-events ul.dropdown-menu {
    min-width: 300px;
}

.dropdown.more-events ul.dropdown-menu a {
    margin-right: 0;
    padding-left: 25px;
}

.dropdown.more-events ul.dropdown-menu a:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
}

.dropdown-toggle::after {
    margin-top: 8px;
    margin-left: 6px;
}

#page-loader {
    background: #c02026;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 100vh;
    width: 100vw;
}

.navbar-nav-end {
    justify-content: flex-end;
}

.btn-pill {
    margin-top: 2px;
    display: inline-block;
    padding: 5px 12px;
    background: #195d9d;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-pill:hover {
    color: #fff;
    text-decoration: none;
}

.btn-pill-wide {
    margin-top: 2px;
    display: inline-block;
    padding: 5px 20px;
    background: #195d9d;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-pill-wide:hover {
    color: #fff;
    text-decoration: none;
}

.nav-spacer {
    height: 120px;
    display: block;
    width: 100%;
}

.conv-anchor {
    position: relative;
    top: 330px;
}

.organized-by-block {
    text-align: center;
}

/* ==========================================================================
   Pricing & cards
   ========================================================================== */

.amea-main-card {
    background: #13519e;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-top: 2rem;
    padding-bottom: 0;
    min-height: 200px;
    border-radius: 12px;
}

.amea-card-wrapper {
    margin: 1rem 0 0;
}

.amea-card {
    background: #ee7e1a;
    border-radius: 12px;
    margin-bottom: 3rem;
}

.amea-card hr {
    border: none;
    border-top: 1px solid #fff;
    opacity: 0.5;
    width: 80%;
    margin: 15px auto;
}

.offerprice {
    margin-bottom: 0;
}

.earlybirdfees {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 4rem;
}

.earlybirdfees-1,
.earlybirdfees-2 {
    padding: 2rem;
    color: #fff;
    text-align: center;
}

.earlybirdfees-1 p,
.earlybirdfees-2 p {
    margin: 0;
}

.earlybirdfees-1 {
    background: #e21e23;
}

.earlybirdfees-2 {
    background: #ee7e1a;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.card-body table td {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}

.card-body table td .offerprice {
    min-width: 70px;
}

.card-body table td span {
    font-size: 12px;
    font-style: italic;
}

.card-body table td p {
    margin-bottom: 0;
}

.card-body table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.card-body table tr:last-child {
    border-bottom: none;
}

.pricing {
    padding: 15px 15px 0 15px;
}

.pricing table td {
    text-align: left;
    padding: 8px;
    font-size: 12px;
    vertical-align: top;
}

.pricing table tr td:last-child {
    padding-left: 20px;
}

/* ==========================================================================
   Sponsors
   ========================================================================== */

.sponsors-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

.sponsors-wrapper h4 {
    text-transform: uppercase;
    margin: 0 0 2rem;
    padding: 1rem;
    color: #fff;
    background: #e21e23;
}

.sponsors-wrapper img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}

.owl-carousel-sponsors {
    padding: 0 70px;
}

.owl-carousel-sponsors img {
    border: 1px solid #ccc;
}

.ameaworldwide-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 3rem;
    padding-bottom: 1.2rem;
    text-align: center;
}

.ameaworldwide-wrapper h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 1.6rem 1rem 1.5rem 1rem;
    color: #e21e23;
    border-bottom: 2px solid #13519e;
}

.amea-logos {
    margin-top: 1rem;
    margin-bottom: 0;
}

.amea-logos img {
    width: 100%;
    max-width: 140px;
}

/* ==========================================================================
   Article & gallery
   ========================================================================== */

.article {
    background: #e21e23;
    min-height: 200px;
}

.article.gallery {
    text-align: center;
}

#gallery img {
    width: 100%;
}

#gallery .img-wrapper {
    margin-top: 20px;
}

.gallarylinks {
    display: flex;
    justify-content: center !important;
}

.gallarylinks > div {
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.gallarylinks > div:last-child {
    border: none;
}

.gallarylinks a {
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
   Owl carousel customization
   ========================================================================== */

.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 36px);
    z-index: 99999;
    width: 100%;
}

.owl-prev span,
.owl-nav span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: transparent;
    border: 1px solid #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.owl-prev {
    left: -32px;
    position: absolute;
}

.owl-next {
    right: -32px;
    position: absolute;
}

.owl-next::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 24px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-left: 4px;
}

.owl-prev::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    font-size: 24px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-left: 0;
}

.owl-prev::after,
.owl-next::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    z-index: 1;
}

.owl-theme .owl-nav [class*='owl-']:hover,
.owl-theme .owl-next [class*='owl-']:hover,
.owl-theme .owl-nav [class*='owl-']:focus,
.owl-theme .owl-next [class*='owl-']:focus {
    background: none;
    outline: none;
}

.owl-theme .owl-nav [class*='owl-']:hover::after,
.owl-theme .owl-next [class*='owl-']:hover::after {
    background-color: #fff;
}

.owl-theme .owl-nav [class*='owl-']:hover::before,
.owl-theme .owl-next [class*='owl-']:hover::before {
    color: #e21e23;
}

.owl-carousel .img-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    transform: translate(-5px, -15px);
}

.owl-carousel.owl-drag .owl-item {
    padding: 10px;
}

/* ==========================================================================
   Facts & networking
   ========================================================================== */

.facts-item {
    text-align: center;
}

.facts-item img {
    width: 60px;
    opacity: 0.9;
}

.facts-item span {
    color: #ee7e1a;
    font-size: 40px;
    font-weight: 700;
    display: block;
}

.facts-item span.text {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 14px;
}

.interesting-facts {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center !important;
    margin-top: 2rem;
    margin-bottom: 0;
}

.interesting-facts li {
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}

.network-item {
    background: #ee7e1a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    padding: 7px 15px;
    margin-bottom: 30px;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7) no-repeat center;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrapper {
    background: #e21e23;
    padding: 30px 3%;
    width: 100%;
}

.footer-wrapper .footer-item-wrapper {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-wrapper .footer-item-wrapper:last-child {
    border: none;
}

.footer-item {
    padding: 30px;
}

.footer-links {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 10px 15px;
}

.footer-links a {
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.address {
    font-size: 13px;
    color: #fff;
}

.address span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.address-wrapper {
    margin-bottom: 1.5rem;
}

.address-wrapper .fa {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 12px;
}

.linkedin-wrapper {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.linkedin-wrapper .fa {
    font-size: 36px;
    color: #fff;
}

.linkedin-wrapper > div {
    text-align: center;
    padding: 0 15px;
}

.linkedin-wrapper > div:first-child {
    padding-left: 0;
    border-right: 1px solid #fff;
}

.linkedin-wrapper .text {
    color: #fff;
    font-size: 14px;
}

.linkedin-wrapper a {
    text-decoration: none !important;
}

.media-partner {
    margin-top: 0.5rem;
}

.media-partner img {
    margin-right: 15px;
    width: 90px;
    border-radius: 8px;
}

.section-label-wrap {
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

.section-label-wrap-tight {
    padding: 0 30px 0;
    text-align: center;
    overflow: hidden;
}

.section-label {
    text-align: center;
    display: inline-block;
    margin: 10px auto 0;
    padding: 0 8px;
    background: #fff;
    color: #195d9d;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.section-label-rule {
    position: relative;
    z-index: 1;
    top: -30px;
    margin-bottom: -20px;
    border-color: #195d9d;
    border-width: 2px;
}

.section-label-rule-lg {
    position: relative;
    z-index: 1;
    top: -40px;
    margin-bottom: -20px;
    border-color: #195d9d;
    border-width: 2px;
}

.sponsors-wrapper-spaced {
    margin-top: 3rem;
}

.spacer-10 {
    height: 10px;
}

/* Logo overrides scoped to .sponsors-wrapper to outweigh the generic
   `.sponsors-wrapper img { width: 100%; max-width: 300px; }` base rule. */
.sponsors-wrapper img.media-logo {
    width: auto;
    max-width: 125px;
    margin-bottom: 1.5rem;
}

.sponsors-wrapper img.sponsor-logo-w-220-mt-15 { width: 220px; max-width: 220px; margin: 15px auto 0; }
.sponsors-wrapper img.sponsor-logo-w-180-mt-15 { width: 180px; max-width: 180px; margin: 15px auto 0; }
.sponsors-wrapper img.sponsor-logo-w-180-my-5  { width: 180px; max-width: 180px; margin: 5px auto 5px; }
.sponsors-wrapper img.sponsor-logo-w-180-mx    { width: 180px; max-width: 180px; margin: 10px auto 0; }
.sponsors-wrapper img.sponsor-logo-w-220-mx    { width: 220px; max-width: 220px; margin: 10px auto; }
.sponsors-wrapper img.sponsor-logo-w-220-mxtop { width: 220px; max-width: 220px; margin: 5px auto 0; }
.sponsors-wrapper img.sponsor-logo-w-220-bare  { width: 220px; max-width: 220px; margin: 0 auto; }
.sponsors-wrapper img.sponsor-logo-w-260       { width: 260px; max-width: 260px; margin: 0 auto; }
.sponsors-wrapper img.sponsor-logo-w-180-bare  { width: 180px; max-width: 180px; margin: 0 auto; }
.sponsors-wrapper img.sponsor-logo-w-200-mt-15 { width: auto; max-width: 200px; margin-top: 15px; }
.sponsors-wrapper img.sponsor-logo-w-200-block { width: 200px; max-width: 200px; margin: 0 auto; display: block; }
.sponsors-wrapper img.sponsor-logo-w-250       { width: auto; max-width: 250px; }
.sponsors-wrapper img.sponsor-logo-w-220-mt-pos { width: auto; max-width: 220px; margin-top: 15px; }
.sponsors-wrapper img.sponsor-logo-w-160-mt-spaced { width: auto; max-width: 160px; margin: 20px 0 0; }
.sponsors-wrapper img.sponsor-logo-w-160-mt-mb { width: auto; max-width: 160px; margin: 30px 0 15px; }
.sponsors-wrapper img.sponsor-logo-w-200-mt-15-only { width: auto; max-width: 200px; margin-top: 15px; }
.sponsors-wrapper img.media-logo-large  { width: auto; max-width: 250px; }
.sponsors-wrapper img.media-logo-medium { width: auto; max-width: 160px; }

/* Sidebar "Get In Touch" CTA — sits at the top of the right rail */
.sidebar-contact-cta {
    padding-bottom: 1.5rem;
    box-shadow: 0 6px 18px rgba(25, 93, 157, 0.12);
}

.sidebar-contact-cta h4 {
    margin-bottom: 1.25rem;
    letter-spacing: 0.5px;
    background: #195d9d;
}

.sidebar-contact-cta__body {
    padding: 0 1.25rem;
}

.sidebar-contact-cta__lead {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.sidebar-contact-cta__lead strong {
    color: #195d9d;
}

.sidebar-contact-cta__btn {
    display: inline-block;
    width: 100%;
    background: #195d9d;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    word-break: break-all;
}

.sidebar-contact-cta__btn:hover,
.sidebar-contact-cta__btn:focus {
    background: #134777;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.sidebar-contact-cta__btn i {
    margin-right: 0.4rem;
}

/* Sidebar — Registration Prices card */
.sidebar-pricing {
    padding-bottom: 1.5rem;
    box-shadow: 0 6px 18px rgba(25, 93, 157, 0.12);
}

.sidebar-pricing h4 {
    margin-bottom: 1.25rem;
    letter-spacing: 0.5px;
    background: #e21e23;
}

.sidebar-pricing__body {
    padding: 0 1.25rem;
}

.sidebar-pricing__row {
    padding: 0.85rem 0;
    border-bottom: 1px dashed #e3ecf6;
}

.sidebar-pricing__row:last-of-type {
    border-bottom: none;
}

.sidebar-pricing__label {
    margin: 0;
    color: #333;
    font-size: 0.88rem;
    line-height: 1.4;
}

.sidebar-pricing__hint {
    display: block;
    margin-top: 3px;
    color: #888;
    font-size: 0.75rem;
}

.sidebar-pricing__amount {
    margin: 0.5rem 0 0;
    color: #e21e23;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.sidebar-pricing__btn {
    display: block;
    margin: 1.25rem auto 0;
    padding: 0.7rem 1rem;
    background: #e21e23;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sidebar-pricing__btn:hover,
.sidebar-pricing__btn:focus {
    background: #b3171b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Sidebar — Save 25% offer card */
.sidebar-savings {
    margin-bottom: 3rem;
    padding: 1.4rem 1rem 1.5rem;
    background: #195d9d;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(25, 93, 157, 0.2);
}

.sidebar-savings__pct {
    display: block;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.5px;
}

.sidebar-savings__lead {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.95rem;
}

.sidebar-savings__label {
    display: block;
    margin-top: 0.9rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffe8a6;
}

.sidebar-savings__date {
    display: block;
    margin-top: 0.2rem;
    font-size: 1rem;
    font-weight: 700;
}

.btn-more-details {
    min-width: 140px;
}

.footer-logo {
    width: 100%;
    max-width: 200px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
}

.address-wrapper .fa-globe {
    top: 0;
}

/* ==========================================================================
   Project utility classes
   ========================================================================== */

/* Margin-top (px-based; BS4 covers mt-0..mt-5 = 0/0.25/0.5/1/1.5/3rem) */
.mt-5px  { margin-top: 5px; }
.mt-10   { margin-top: 10px; }
.mt-15   { margin-top: 15px; }
.mt-20   { margin-top: 20px; }
.mt-30   { margin-top: 30px; }
.mt-40   { margin-top: 40px; }
.mt-50   { margin-top: 50px; }
.mt-70   { margin-top: 70px; }
.mt-1r   { margin-top: 1rem; }
.mt-1-5r { margin-top: 1.5rem; }
.mt-2r   { margin-top: 2rem; }

/* Margin-bottom */
.mb-5px  { margin-bottom: 5px; }
.mb-10   { margin-bottom: 10px; }
.mb-15   { margin-bottom: 15px; }
.mb-20   { margin-bottom: 20px; }
.mb-25   { margin-bottom: 25px; }
.mb-30   { margin-bottom: 30px; }
.mb-40   { margin-bottom: 40px; }
.mb-50   { margin-bottom: 50px; }
.mb-1r   { margin-bottom: 1rem; }
.mb-1-5r { margin-bottom: 1.5rem; }
.mb-2r   { margin-bottom: 2rem; }
.mb-3r   { margin-bottom: 3rem; }

/* Margin-y / margin-x */
.my-50   { margin-top: 50px; margin-bottom: 50px; }
.my-40   { margin-top: 40px; margin-bottom: 40px; }
.mx-auto-block { margin-left: auto; margin-right: auto; display: block; }

/* Padding */
.p-15    { padding: 15px; }
.p-20    { padding: 20px; }
.py-10   { padding-top: 10px; padding-bottom: 10px; }
.py-20   { padding-top: 20px; padding-bottom: 20px; }
.py-50   { padding-top: 50px; padding-bottom: 50px; }
.px-20   { padding-left: 20px; padding-right: 20px; }
.pt-0    { padding-top: 0; }
.pb-0    { padding-bottom: 0; }

/* Font-weight */
.fw-300  { font-weight: 300; }
.fw-400  { font-weight: 400; }
.fw-500  { font-weight: 500; }
.fw-600  { font-weight: 600; }
.fw-700  { font-weight: 700; }
.fw-800  { font-weight: 800; }

/* Font-style */
.fs-italic { font-style: italic; }

/* Line-height */
.lh-1    { line-height: 1; }
.lh-12   { line-height: 1.2; }
.lh-14   { line-height: 1.4; }
.lh-15   { line-height: 1.5; }
.lh-16   { line-height: 1.6; }
.lh-17   { line-height: 1.7; }

/* Font sizes (common) */
.fs-12   { font-size: 12px; }
.fs-13   { font-size: 13px; }
.fs-14   { font-size: 14px; }
.fs-15   { font-size: 15px; }
.fs-16   { font-size: 16px; }
.fs-18   { font-size: 18px; }
.fs-20   { font-size: 20px; }
.fs-24   { font-size: 24px; }
.fs-30   { font-size: 30px; }
.fs-40   { font-size: 40px; }

/* Backgrounds (palette) */
.bg-white  { background: #fff; }
.bg-light  { background: #f2f2f2; }
.bg-cream  { background: #fff2e6; }
.bg-red    { background: #e21e23; }
.bg-orange { background: #ee7e1a; }
.bg-blue   { background: #13519e; }
.bg-dark   { background: #333; }
.bg-black  { background: #000; }

/* Text colors (in addition to .red / .blue / .white at top) */
.text-orange { color: #ee7e1a; }
.text-muted-dark { color: #4c4c4c; }
.text-555 { color: #555; }
.text-333 { color: #333; }

/* Borders & radius */
.no-border    { border: none; }
.border-radius-8  { border-radius: 8px; }
.border-radius-12 { border-radius: 12px; }
.border-radius-15 { border-radius: 15px; }

/* Display */
.d-block-inline { display: inline-block; }

/* Link decoration */
.no-underline { text-decoration: none; }

/* Common section dividers */
.section-divider {
    margin: 50px 0;
}

.section-divider-sm {
    margin: 30px 0;
}

.section-divider-lg {
    margin: 70px 0;
}

/* ==========================================================================
   Registration / Book a stand forms
   ========================================================================== */

.register-form {
    margin-bottom: 0;
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.register-form .submit-wrapper {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.register-form .submit-btn {
    padding: 6px 60px;
}

.btn-outline-primary.tp-btn.submit-btn {
    background: #ee7e1a;
    border-color: #ee7e1a;
    color: #fff;
}

.scroll-up {
    width: 40px;
    height: 40px;
    opacity: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-indent: -9999px;
    background: url(../img/to-top.png) no-repeat;
    transition: opacity 0.4s ease-in-out;
    z-index: 8;
}

.errormsg {
    color: red;
}

/* ==========================================================================
   Schedule page
   ========================================================================== */

.schedule-section colgroup {
    display: table-column-group;
}

.schedule-section p {
    margin-bottom: 16px;
}

.schedule-section td {
    border: solid 1px #c1c1c1;
    padding: 8px 3px 7px;
    text-align: center;
}

.schedule-section h3.title3 {
    font-size: 1em;
    color: #fc911a;
    font-weight: bold;
}

.schedule-section table.simpleTable th,
.schedule-section table.simpleTable td {
    padding: 20px 20px 19px;
    text-align: left;
    vertical-align: middle;
}

.schedule-section table caption {
    background: rgba(179, 0, 0, 1);
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.schedule-section table caption span {
    display: block;
    padding: 10px 10px 8px;
    position: relative;
}

.schedule-section .speakers-bitumen li {
    padding: 6px 0;
}

.schedule-section .speakersblog {
    margin-top: 20px;
}

.schedule-section .speakersblog li {
    margin-bottom: 5px;
}

.schedule-section .footer-menu {
    right: 0 !important;
}

.schedule-section .contactul td,
.schedule-section .topicbox td {
    border: none;
    background: none !important;
}

.schedule-section .topicbox td {
    text-align: left !important;
    padding: 0;
}

.schedule-section .topicbox td p {
    margin-bottom: 0;
}

.schedule-section .topicbox table table {
    margin: 5px 0 !important;
}

.schedule-section .savebox td {
    border: none;
    background: none !important;
    padding: 0 !important;
}

.schedule-section .workshoptable td {
    padding: 0;
    border: none;
}

.schedule-section .workshoptable td:last-child {
    text-align: left;
}

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0%   { color: #fff; }
    50%  { color: transparent; }
    100% { color: #fff; }
}

.schedule-section table.baseoilTable caption {
    background: rgba(25, 93, 157, 1);
}

.schedule-section table.baseoilTable tr:nth-child(even) td {
    background: rgba(25, 93, 157, 0.05);
}

.schedule-section table.baseoilTable tr:nth-child(odd) td {
    background: rgba(25, 93, 157, 0.12);
}

.schedule-section #owl12 img {
    width: 100%;
    padding: 5px 0;
    border: 1px solid #ddd;
}

.schedule-section table strong {
    font-weight: 600;
}

.schedule-day-header {
    background: #e21e23;
    color: #fff;
}

.schedule-day-header b {
    font-size: 1.35em;
    font-weight: normal;
}

.schedule-agenda-table {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
}

.schedule-reg-row strong {
    line-height: 16.0008px;
}

/* ==========================================================================
   Homepage
   ========================================================================== */

.gallarylinks > div a {
    display: block;
}

.whoshouldattend {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff2e6;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    height: 100%;
    position: relative;
    padding: 1.25rem;
}

.whoshouldattend ul {
    margin-bottom: 0;
}

.whoshouldattend-wrapper {
    margin-bottom: 30px;
}

.intro-article {
    padding-bottom: 0;
}

.hero-row {
    margin-bottom: 50px;
}

.intro-fact {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.partner-logo {
    max-width: 125px;
    margin-bottom: 0;
}

.network-section {
    background: #13519e url('../img/bg13.png') no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 50px;
}

.network-section .overlay {
    background: rgba(19, 81, 158, 0.9) no-repeat center;
}

.network-section .inner {
    position: relative;
    z-index: 9;
}

.network-heading {
    text-align: center;
    line-height: 1.4;
    max-width: 720px;
    margin: 0.9rem auto 0;
}

.network-items-wrap {
    width: 100%;
    max-width: 700px;
    margin: 3rem auto 0;
}

.partners-wrap {
    width: 100%;
    max-width: 700px;
    margin: 30px 0 40px;
}

.network-callout {
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
}

.pie-chart-img {
    width: 100%;
    max-width: 542px;
    margin: 2rem auto;
}

/* ==========================================================================
   Sponsorship page
   ========================================================================== */

.sponsorshiplogos img {
    padding: 10px;
    border: 1px solid #ccc;
}

.past-sponsor-logo {
    width: 100%;
    margin: 15px 0;
    display: block;
}

.thanks-banner {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
}

/* ==========================================================================
   Testimonials page
   ========================================================================== */

.testimonials-section table h4 {
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
}

.testimonial-quote {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-attribution {
    margin-top: 0;
}

.testimonial-name {
    float: right;
    padding-bottom: 8px;
}

/* ==========================================================================
   Speakers page
   ========================================================================== */

.speakers-section .speaker-profile {
    text-align: center;
}

.speakers-section .speaker-profile img {
    width: 120px;
}

.speakers-section .profile-content {
    padding: 10px;
    min-height: 240px;
    box-shadow: 0 0 8px #ccc;
    margin-bottom: 30px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

.speakers-section .profile-content:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #aaa;
}

.speakers-section .hrow:before {
    display: inline-block;
    content: "";
    border-left: 1px dotted #bbb;
    left: -7px;
    width: 1px;
    height: 135%;
    position: absolute;
}

.speaker-name {
    font-size: 12px;
}

.speaker-name-lh-12 {
    font-size: 12px;
    line-height: 1.2;
}

.speakers-section .speakers-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.speakers-section .speakers-row {
    margin-right: 15px;
    margin-top: 1rem;
}

.speaker-name-letterspace {
    letter-spacing: -0.2px;
}

.speaker-name-sm {
    font-size: 11px;
    padding: 0 3px;
}

/* ==========================================================================
   Venue page
   ========================================================================== */

.venue-tagline {
    margin: 1rem 0 0.5rem;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

.venue-img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.venue-feature-label {
    font-weight: 700;
    margin-bottom: 0;
}

.venue-feature-label-spaced {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
}

.btn-map-link {
    padding: 2px 8px;
    background: #195d9d;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
}

.btn-map-link:hover {
    color: #fff;
}

/* ==========================================================================
   Press releases page
   ========================================================================== */

.press-section .card {
    height: 100%;
    position: relative;
    padding-bottom: 40px;
    background: #fff2e6;
}

.press-section .card-wrapper {
    margin-bottom: 30px;
}

.press-section .btn.btn-primary,
.press-section .btn-primary:not(:disabled):not(.disabled).active,
.press-section .btn-primary:not(:disabled):not(.disabled):active,
.press-section .show > .btn-primary.dropdown-toggle {
    background: #ee7e1a;
    border-color: #ee7e1a;
    color: #fff;
    box-shadow: none;
}

.press-section .btn.btn-primary {
    position: absolute;
    bottom: 20px;
}

.press-section .btn-primary:not(:disabled):not(.disabled).active:focus,
.press-section .btn-primary:not(:disabled):not(.disabled):active:focus,
.press-section .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/* ==========================================================================
   Contact page
   ========================================================================== */

.contact-lead {
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-detail {
    line-height: 1.4;
}

.contact-label {
    display: inline-block;
    padding-bottom: 5px;
}

.contact-link {
    color: #4c4c4c;
    text-decoration: none;
}

/* ==========================================================================
   Filter
   ========================================================================== */

.filter {
    list-style: none;
    margin: auto;
    display: block;
    text-align: center;
}

.filter li {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 40px;
}

.filter li a {
    padding: 8px 20px;
    margin-right: 10px;
}

.project-item {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 4px;
    text-align: center;
}

.project-item h1 {
    margin-top: 20px;
    font-size: 14px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Home page — Interactive content blocks
   ========================================================================== */

.bordered-img {
    border: 1px solid #dfdfdf;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 2.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    background: linear-gradient(135deg, #ee7e1a 0%, #f59940 60%, #ee7e1a 100%);
    padding: 5px 18px 5px 5px;
    border-radius: 30px;
    margin-bottom: 18px;
    box-shadow: 0 6px 14px rgba(238, 126, 26, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, letter-spacing 0.25s ease;
    position: relative;
    line-height: 1;
}

.section-eyebrow::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #ee7e1a;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 3px rgba(238, 126, 26, 0.18);
    opacity: 0.85;
}

.section-eyebrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(238, 126, 26, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    letter-spacing: 3px;
}

.section-eyebrow i {
    width: 26px;
    height: 26px;
    background: #fff;
    color: #ee7e1a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.section-title {
    font-size: 22px;
    line-height: 1.3;
    color: #13519e;
    margin-bottom: 18px;
}

.section-lead {
    font-size: 15px;
    color: #555;
    margin-bottom: 28px;
}

/* --- Platforms duo card --- */
.platforms-duo {
    background: linear-gradient(135deg, #f7fafc 0%, #eef4fb 100%);
    border-radius: 14px;
    padding: 30px;
    margin: 10px 0 28px;
    border: 1px solid #e3ecf6;
}

.platforms-duo .row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.platforms-duo .duo-col {
    padding: 0 10px;
    margin-bottom: 16px;
    display: flex;
}

.platform-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 20px;
    border-top: 4px solid #13519e;
    box-shadow: 0 6px 18px rgba(19, 81, 158, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(19, 81, 158, 0.14);
}

.platform-card.bolat {
    border-top-color: #ee7e1a;
}

.platform-card .tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #13519e;
    background: rgba(19, 81, 158, 0.08);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.platform-card.bolat .tag {
    color: #ee7e1a;
    background: rgba(238, 126, 26, 0.1);
}

.platform-card h5 {
    color: #222;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: none;
    font-weight: 700;
}

.platform-card p {
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    color: #666;
}

.platforms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px dashed #d2dee8;
}

.platforms-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #444;
}

.platforms-meta .meta-item i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #13519e;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(19, 81, 158, 0.12);
}

.platforms-meta .meta-item strong {
    color: #13519e;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* --- Hero intro extras (homepage right column) --- */
.intro-tagline {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    font-style: italic;
    margin-bottom: 14px;
}

.intro-strapline {
    margin-top: 14px;
    margin-bottom: 0;
    padding: 10px 14px;
    background: linear-gradient(135deg, rgba(238, 126, 26, 0.10) 0%, rgba(238, 126, 26, 0.04) 100%);
    border-left: 3px solid #ee7e1a;
    border-radius: 6px;
    color: #13519e;
    font-size: 14px;
    line-height: 1.45;
}


/* --- Registration form section headings --- */
.register-sub {
    color: #555;
    font-size: 14px;
}

.register-section-heading {
    color: #13519e;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.register-section-note {
    color: #ee7e1a;
    font-size: 13px;
    margin-bottom: 10px;
}

.register-form .form-check {
    margin-bottom: 8px;
}

.register-form .form-check-label {
    font-size: 14px;
    color: #444;
    margin-left: 4px;
}

.register-footnotes p {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
}

.register-terms-link {
    color: #13519e;
    text-decoration: underline;
    font-weight: 600;
}


/* --- Strait of Hormuz intro card --- */
.strait-intro {
    position: relative;
    background: linear-gradient(135deg, #f5f9fd 0%, #ecf3fb 100%);
    border-radius: 14px;
    padding: 28px 30px 26px;
    margin-bottom: 26px;
    border-left: 4px solid #ee7e1a;
    overflow: hidden;
}

.strait-intro::before {
    content: "\f13d";
    font-family: 'FontAwesome';
    position: absolute;
    right: -12px;
    top: -8px;
    font-size: 130px;
    color: rgba(19, 81, 158, 0.06);
    line-height: 1;
    pointer-events: none;
}

.strait-lead {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #13519e;
    font-weight: 600;
    margin-bottom: 22px;
}

.strait-stats {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.strait-stats .stat-card {
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 14px 18px;
    box-shadow: 0 6px 18px rgba(19, 81, 158, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.strait-stats .stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(19, 81, 158, 0.14);
}

.strait-stats .stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ee7e1a 0%, #f29b4a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.strait-stats .stat-meta strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #13519e;
    font-weight: 700;
    margin-bottom: 2px;
}

.strait-stats .stat-meta span {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.3;
}

.strait-body {
    margin-top: 4px;
}

.strait-body p {
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .strait-intro {
        padding: 22px 18px 20px;
    }
    .strait-lead {
        font-size: 15px;
    }
    .strait-stats .stat-card {
        flex: 1 1 100%;
    }
}


/* --- Feature grid (What to Expect) --- */
.feature-grid {
    margin: 18px -8px 20px;
    display: flex;
    flex-wrap: wrap;
}

.feature-grid > [class*="col-"] {
    padding: 0 8px;
    margin-bottom: 16px;
    display: flex;
}

.feature-tile {
    background: #fff;
    border-radius: 10px;
    padding: 20px 18px;
    width: 100%;
    border: 1px solid #eef1f5;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: all 0.25s ease;
}

.feature-tile:hover {
    background: linear-gradient(135deg, #fff 0%, #f5f9ff 100%);
    border-color: #d2dee8;
}

.feature-tile .ftile-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #13519e, #2a6fc2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.feature-tile:nth-child(even) .ftile-icon {
    background: linear-gradient(135deg, #ee7e1a, #f59940);
}

.feature-tile .ftile-body h6 {
    margin: 0 0 4px;
    font-size: 13px;
    color: #222;
    font-weight: 700;
    text-transform: none;
}

.feature-tile .ftile-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

/* --- Why Oman split --- */
.why-oman-split {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    border: 1px solid #eef1f5;
    margin: 18px 0 22px;
}

.why-oman-split .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.why-oman-split .advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-oman-split .advantage-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #eaeef3;
    font-size: 14px;
    color: #444;
}

.why-oman-split .advantage-list li:last-child {
    border-bottom: none;
}

.why-oman-split .advantage-list li i {
    color: #ee7e1a;
    margin-top: 4px;
    flex-shrink: 0;
}

.why-oman-visual {
    background: linear-gradient(135deg, #13519e 0%, #1d6bc8 100%);
    color: #fff;
    border-radius: 12px;
    padding: 26px 22px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.why-oman-visual::after {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    right: -10px;
    bottom: -30px;
    font-size: 180px;
    opacity: 0.1;
}

.why-oman-visual .badge-strip {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.why-oman-visual h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.3;
}

.why-oman-visual p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* --- Venue hero image (top of venue.php) --- */
.venue-hero-image {
    position: relative;
    margin: 0 0 28px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(12, 46, 92, 0.18);
    background: linear-gradient(135deg, #13519e 0%, #195d9d 45%, #0c2e5c 100%);
    aspect-ratio: 21 / 9;
}

.venue-hero-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.venue-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 46, 92, 0.05) 0%, rgba(12, 46, 92, 0.55) 65%, rgba(12, 46, 92, 0.85) 100%);
    z-index: 1;
}

.venue-hero-image figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 36px;
    color: #fff;
    z-index: 2;
}

.venue-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.venue-hero-image h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 6px;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.venue-hero-image p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    margin: 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .venue-hero-image {
        aspect-ratio: 16 / 10;
    }
    .venue-hero-image figcaption {
        padding: 18px 20px;
    }
    .venue-hero-image h2 {
        font-size: 22px;
    }
    .venue-hero-image p {
        font-size: 13px;
    }
}

/* --- Venue feature cards (Meetings / Dining / Stay) --- */
.venue-feature-card {
    background: #fff;
    border: 1px solid #e3ecf6;
    border-radius: 12px;
    padding: 24px 22px;
    margin: 12px 0;
    box-shadow: 0 4px 14px rgba(25, 93, 157, 0.06);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.venue-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(25, 93, 157, 0.14);
    border-color: #cfdce8;
}

.venue-feature-card i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(25, 93, 157, 0.1);
    color: #195d9d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.venue-feature-card h5 {
    color: #13519e;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: none;
    letter-spacing: 0.2px;
}

.venue-feature-card p {
    color: #4a5b6e;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

/* --- Benefit cards (Why Exhibit) --- */
.benefit-grid {
    margin: 18px -8px 20px;
    counter-reset: bnum;
    display: flex;
    flex-wrap: wrap;
}

.benefit-grid > [class*="col-"] {
    padding: 0 8px;
    margin-bottom: 16px;
    display: flex;
}

.benefit-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    width: 100%;
    border: 1px solid #eef1f5;
    position: relative;
    counter-increment: bnum;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}

.benefit-card::before {
    content: counter(bnum, decimal-leading-zero);
    flex-shrink: 0;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #ee7e1a 0%, #f59940 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    min-width: 48px;
    padding-right: 14px;
    border-right: 2px solid #f0e4d6;
    text-align: center;
    transition: transform 0.25s ease;
}

.benefit-card:hover {
    border-color: #ee7e1a;
    box-shadow: 0 10px 22px rgba(238, 126, 26, 0.12);
    transform: translateY(-3px);
}

.benefit-card:hover::before {
    transform: scale(1.08);
}

.benefit-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #444;
    padding-right: 0;
    flex: 1;
}

/* --- Join Us CTA --- */
.join-cta {
    background: linear-gradient(120deg, #13519e 0%, #1a63b8 60%, #ee7e1a 160%);
    border-radius: 16px;
    padding: 36px 30px;
    color: #fff;
    margin: 20px 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.join-cta::before {
    content: "\f024";
    font-family: 'FontAwesome';
    position: absolute;
    left: -20px;
    top: -20px;
    font-size: 130px;
    opacity: 0.06;
}

.join-cta::after {
    content: "\f0ac";
    font-family: 'FontAwesome';
    position: absolute;
    right: -20px;
    bottom: -30px;
    font-size: 150px;
    opacity: 0.08;
}

.join-cta h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 14px;
    text-transform: none;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.join-cta p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 760px;
    margin: 0 auto 14px;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.join-cta .cta-buttons {
    margin-top: 22px;
    position: relative;
    z-index: 2;
}

.join-cta .btn {
    margin: 0 6px 8px;
    background: #fff;
    color: #13519e;
    border-color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 26px;
}

.join-cta .btn:hover {
    background: #ee7e1a;
    color: #fff;
    border-color: #ee7e1a;
}

.join-cta .btn-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.join-cta .btn-ghost:hover {
    background: #fff;
    color: #13519e;
    border-color: #fff;
}

@media (max-width: 767px) {
    .platforms-duo,
    .why-oman-split,
    .join-cta {
        padding: 20px 16px;
    }
    .section-title {
        font-size: 18px;
    }
    .join-cta h4 {
        font-size: 18px;
    }
}

/* --- Network alliance section --- */
.network-alliance {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid #e3ecf6;
    border-radius: 18px;
    padding: 38px 36px 32px;
    margin: 30px 60px;
    position: relative;
    overflow: hidden;
}

.network-alliance::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #13519e 0%, #ee7e1a 100%);
}

.network-alliance .na-hl {
    background: linear-gradient(135deg, #ee7e1a 0%, #f59940 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0 3px;
    font-weight: 800;
}

.network-alliance .na-lead {
    color: #4a5260;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.network-alliance .na-lead strong {
    color: #13519e;
}

.partner-logos {
    max-width: 800px;
    margin: 8px -15px 22px;
}

.partner-logos > [class*="col-"] {
    padding: 0 10px;
    margin-bottom: 18px;
}

.partner-card {
    display: block;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 12px;
    padding: 22px 18px 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    border-color: #ee7e1a;
    box-shadow: 0 14px 28px rgba(19, 81, 158, 0.12);
    text-decoration: none;
}

.partner-card img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    margin-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.partner-card .partner-url {
    display: block;
    color: #13519e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.25s ease;
}

.partner-card:hover .partner-url {
    color: #ee7e1a;
}

.na-cta {
    border-top: 1px dashed #d2dee8;
    padding-top: 22px;
    margin-top: 4px;
}

.na-cta-headline {
    color: #13519e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
}

.na-info,
.na-contact {
    color: #555;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.na-info i,
.na-contact i {
    color: #ee7e1a;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

.na-info a,
.na-contact a {
    color: #13519e;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    transition: all 0.2s ease;
}

.na-info a:hover,
.na-contact a:hover {
    color: #ee7e1a;
    border-bottom-color: #ee7e1a;
    text-decoration: none;
}

@media (max-width: 767px) {
    .network-alliance {
        padding: 28px 22px 24px;
    }
    .partner-card {
        padding: 18px 14px 12px;
    }
}

/* ==========================================================================
   Sponsorship page — Premium layout components
   ========================================================================== */

/* --- Hero card --- */
.sp-hero {
    background:
        radial-gradient(circle at top right, rgba(238, 126, 26, 0.12) 0%, transparent 55%),
        linear-gradient(135deg, #f7fafc 0%, #eaf1f9 100%);
    border: 1px solid #e1ebf4;
    border-radius: 18px;
    padding: 36px 32px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.sp-hero::after {
    content: "\f005";
    font-family: 'FontAwesome';
    position: absolute;
    right: -25px;
    bottom: -40px;
    font-size: 200px;
    color: rgba(19, 81, 158, 0.04);
    pointer-events: none;
}

.sp-hero h3 {
    color: #13519e;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.sp-hero .sp-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: none;
    position: relative;
    z-index: 2;
}

.sp-hero .sp-tagline {
    display: inline-block;
    background: linear-gradient(135deg, #ee7e1a 0%, #f59940 100%);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 6px 16px rgba(238, 126, 26, 0.25);
    position: relative;
    z-index: 2;
}

.sp-hero p {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.sp-hero p:last-child {
    margin-bottom: 0;
}

.sp-meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px dashed #cfdce8;
    position: relative;
    z-index: 2;
}

.sp-meta-chips .chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e3ecf6;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 12px;
}

.sp-meta-chips .chip i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(19, 81, 158, 0.08);
    color: #13519e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.sp-meta-chips .chip strong {
    display: block;
    font-size: 10px;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.sp-meta-chips .chip span {
    color: #13519e;
    font-weight: 700;
    font-size: 13px;
}

/* --- Tag chip grid (Who Should Exhibit) --- */
.tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 8px;
}

.tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e6edf3;
    color: #444;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: default;
}

.tag-chip i {
    color: #ee7e1a;
    font-size: 12px;
}

.tag-chip:hover {
    background: linear-gradient(135deg, #13519e 0%, #1a6bc8 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(19, 81, 158, 0.22);
}

.tag-chip:hover i {
    color: #ffd9a8;
}

/* --- Tier cards (Ways to Participate) --- */
.tier-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 8px;
}

.tier-grid > [class*="col-"] {
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
}

.tier-card {
    background: #fff;
    border: 1px solid #eaeef3;
    border-radius: 16px;
    padding: 28px 24px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    text-align: center;
}

.tier-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #13519e, #ee7e1a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.tier-card:hover {
    border-color: transparent;
    transform: translateY(-6px);
    box-shadow: 0 22px 42px rgba(19, 81, 158, 0.14);
}

.tier-card:hover::before {
    transform: scaleX(1);
}

.tier-card .tier-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #13519e 0%, #2a6fc2 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
    box-shadow: 0 10px 22px rgba(19, 81, 158, 0.25);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tier-card:nth-child(2) .tier-icon,
.tier-grid > [class*="col-"]:nth-child(2) .tier-card .tier-icon {
    background: linear-gradient(135deg, #ee7e1a 0%, #f59940 100%);
    box-shadow: 0 10px 22px rgba(238, 126, 26, 0.28);
}

.tier-card:hover .tier-icon {
    transform: scale(1.08) rotate(-6deg);
}

.tier-card h6 {
    font-size: 15px;
    color: #13519e;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tier-card p {
    margin: 0;
    color: #5a6470;
    font-size: 13px;
    line-height: 1.6;
}

.tier-card .tier-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ee7e1a;
    background: rgba(238, 126, 26, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

/* --- Contact CTA --- */
.contact-cta {
    background: linear-gradient(120deg, #13519e 0%, #1a63b8 60%, #ee7e1a 160%);
    border-radius: 16px;
    padding: 32px 28px;
    color: #fff;
    margin: 24px 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contact-cta::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    left: -30px;
    top: -20px;
    font-size: 150px;
    opacity: 0.07;
}

.contact-cta::after {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    right: -20px;
    bottom: -30px;
    font-size: 160px;
    opacity: 0.07;
}

.contact-cta h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.contact-cta p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    margin: 0 0 20px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.contact-cta .email-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #13519e;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
}

.contact-cta .email-btn i {
    font-size: 15px;
}

.contact-cta .email-btn:hover {
    background: #ee7e1a;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(238, 126, 26, 0.4);
}

/* --- Stronger Past Sponsors heading --- */
.past-sponsors-heading {
    text-align: center;
    margin: 30px 0 24px;
    position: relative;
}

.past-sponsors-heading::before,
.past-sponsors-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cdd9e4);
}

.past-sponsors-heading::before {
    left: 0;
}

.past-sponsors-heading::after {
    right: 0;
    background: linear-gradient(90deg, #cdd9e4, transparent);
}

.past-sponsors-heading .ps-eyebrow {
    display: inline-block;
    background: linear-gradient(135deg, #ee7e1a 0%, #f59940 100%);
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
    box-shadow: 0 6px 14px rgba(238, 126, 26, 0.25);
}

.past-sponsors-heading h4 {
    color: #13519e;
    font-size: 22px;
    margin: 0;
    line-height: 1.3;
    text-transform: none;
}

/* --- Sponsor logos grid --- */
.sponsorshiplogos.sp-premium {
    margin: 8px -8px 0;
}

.sponsorshiplogos.sp-premium > [class*="col-"] {
    padding: 8px;
}

.sponsorshiplogos.sp-premium .past-sponsor-logo {
    width: 100%;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 10px;
    padding: 14px;
    transition: all 0.3s ease;
    filter: grayscale(35%);
    opacity: 0.92;
}

.sponsorshiplogos.sp-premium .past-sponsor-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-3px);
    border-color: #ee7e1a;
    box-shadow: 0 12px 24px rgba(19, 81, 158, 0.1);
}

@media (max-width: 767px) {
    .sp-hero {
        padding: 24px 18px;
    }
    .sp-hero h3 {
        font-size: 22px;
    }
    .contact-cta {
        padding: 26px 20px;
    }
    .contact-cta h5 {
        font-size: 18px;
    }
    .past-sponsors-heading::before,
    .past-sponsors-heading::after {
        display: none;
    }
}
