/*
Theme Name: EDIF
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
html.pum-open,
body.pum-open {
    position: fixed !important;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

body {
    background: linear-gradient(135deg, #000409 0%, #05162C 25%, #112744 50%, #243E5F 100%);
    color: rgba(209, 159, 72, 0.7);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6 !important;
}
body .container-wrap, body .ocm-effect-wrap, body.page-id-162 .container-wrap, body.page-id-162 .ocm-effect-wrap {
    background-color: transparent !important;
}
body[data-bg-header="true"] .container-wrap {
    padding-top: 120px !important;
}
body.page-id-2835 {
    background: #01172e;
}
.header_section {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(17, 39, 68, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(209, 159, 72, 0.2);
    border-radius: 25px;
    padding: 60px 40px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 25px 50px rgba(0, 4, 9, 0.5), inset 0 1px 0 rgba(144, 123, 46, 0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.edif26_header_section {
    aspect-ratio: 16/9;
    border: 2px solid var(--begie);
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 4, 9, 0.5), inset 0 1px 0 rgba(144, 123, 46, 0.2);
    overflow: hidden;
}
.header_section .nectar-video-bg {
    object-fit: contain !important;
    object-position: top !important;
}
/*.header_section .video-color-overlay {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
}*/
h1 {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.75rem !important;
    font-weight: 700;
    line-height: 1.6 !important;
}
h2 {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3rem !important;
    line-height: 1.6 !important;
}
h3 {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem !important;
    line-height: 1.6 !important;
}
h4, h6 {
    color: rgba(209, 159, 72, 0.7);
}
h5 {
    color: var(--begie);
}
.header_notice h2 {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
}
:root {
    --gold: #D19F48;
    --navy: #01172E;
    --begie: #F6EDDC;
}
.menu-title-text {
    color: var(--navy) !important;
}
.beige {
    color: rgba(246, 237, 220, 0.7);
}
.w-500 {
    max-width: 500px;
    display: block !important;
    margin: auto;
}
.w-800 {
    max-width: 800px;
    display: block !important;
    margin: auto;
}
.w-900 {
    max-width: 900px;
    display: block !important;
    margin: auto;
}
.logo-wrapper .wpb_wrapper {
    justify-content: center;
    gap: 50px;
}
.logo-wrapper h2 {
    font-weight: 300;
}
.logo-wrapper img {
    width: 250px !important;
}
.objective-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
.different-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: auto;
}
.different-list > :last-child {
  grid-column: span 2;
  max-width: 45%;
  margin: auto;
}
.objective-item {
  background: linear-gradient(135deg, rgba(144, 123, 46, 0.15) 0%, rgba(48, 41, 100, 0.1) 100%);
  padding: 20px;
  border-radius: 15px;
  border-left: 4px solid #907B2E;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 0 rgba(144, 123, 46, 0.1);
}
.objective-item:hover {
  background: linear-gradient(135deg, rgba(144, 123, 46, 0.25) 0%, rgba(48, 41, 100, 0.2) 100%);
  transform: translateX(5px);
  border-left-color: #906B2E;
}
.detail-card /*.wpb_content_element*/ {
  background: linear-gradient(135deg, rgba(17, 39, 68, 0.8) 0%, rgba(36, 62, 95, 0.6) 100%);
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(209, 159, 72, 0.2);
  border-top: 4px solid #907B2E;
  box-shadow: 0 15px 35px rgba(0, 4, 9, 0.3), inset 0 1px 0 rgba(144, 123, 46, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 24%;
  margin: 20px auto !important;
}
.detail-card:hover /*.wpb_content_element:hover*/ {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 4, 9, 0.4), inset 0 1px 0 rgba(144, 123, 46, 0.2);
    border-color: rgba(209, 159, 72, 0.5);
}
.detail-card h3 {
    font-size: 1.4rem !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.join_us h3 {
    font-size: 22px !important;
}
.team-member {
    background: linear-gradient(135deg, rgba(17, 39, 68, 0.8) 0%, rgba(36, 62, 95, 0.6) 100%);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(209, 159, 72, 0.2);
    border-top: 4px solid #907B2E;
    box-shadow: 0 15px 35px rgba(0, 4, 9, 0.3), inset 0 1px 0 rgba(144, 123, 46, 0.1);
    transition: all 0.3s ease;
    min-height: 456px;
}
.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 4, 9, 0.4), inset 0 1px 0 rgba(144, 123, 46, 0.2);
    border-color: rgba(209, 159, 72, 0.5);
}
.team-member[data-style="bio_fullscreen_alt"]:hover .team-member-image {
    transform: scale(1.1);
}
.team-member h3, .team_member_details h2 {
    font-size: 1.25rem !important;
}
.team-desc {
    color: var(--begie);
}
.team-member-image {
    border-radius: 20px;
}
.nectar_team_member_overlay {
    background-color: var(--navy);
    color: var(--gold);
}
.objectives_section {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.9) 0%, rgba(27, 21, 72, 0.7) 100%);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(209, 159, 72, 0.2);
    margin: 30px 0;
    box-shadow: 0 20px 40px rgba(0, 4, 9, 0.3), inset 0 1px 0 rgba(48, 41, 100, 0.2);
}
.page-id-276 .partners .nectar-carousel, .sup_by .nectar-carousel, .page-id-2838 .partners .nectar-carousel, .sup_by .nectar-carousel {
    display: none !important;
}
.partners .nectar-flickity img {
    max-width: 100%;
    height: 100px;
    width: auto;
    padding: 0 20px;
    padding: 0 20px;
    object-fit: contain;
    margin: auto;
}
.mob_only {
    display: none !important;
}
.desk_only {
    display: block !important;
}
.partners .partners_desk .img-with-aniamtion-wrap  {
    width: 20%;
    padding: 0 20px;
}
.partners .partners_desk img, .partners img {
    height: 100px !important;
    object-fit: contain;
}
.partners .partners_desk .wpb_wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.sponsors-section {
    margin-top: 60px;
}
.sponsors-title {
    text-align: center;
    color: #907B2E;
    margin-bottom: 50px;
    text-shadow: 2px 2px 8px rgba(0, 4, 9, 0.8);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sponsor-packages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}
.sponsor-packages > :first-child {
    grid-column: span 2;
    max-width: 45%;
    margin: auto;
}
.sponsor-card {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(17, 39, 68, 0.9) 50%, rgba(12, 7, 47, 0.85) 100%);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 30px !important;
    border: 2px solid rgba(209, 159, 72, 0.2);
    box-shadow: 
        0 25px 60px rgba(0, 4, 9, 0.4),
        inset 0 1px 0 rgba(144, 123, 46, 0.2);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: center;
}
.sponsor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}
#speakers .wpb_wrapper, .speakers-wrapper .wpb_wrapper {
    height: 100%;
}
#speakers .nectar-carousel {
    display: none !important;
}
#speakers .flickity-viewport {
    margin: 0 0 50px;
}
#speakers .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format="default"] .cell {
    width: 280px !important;
}
.team-member {
    height: 100%;
}
.flickity-page-dots .dot.is-selected:before {
    box-shadow: inset 0 0 0 1px var(--gold) !important;
}
.flickity-page-dots .dot:before {
    box-shadow: inset 0 0 0 5px var(--gold) !important;
}
.exclusive::before {
    background: linear-gradient(90deg, #8D48D1, #39008C, #8D48D1);
}
.gold::before {
    background: linear-gradient(90deg, #D19F48, #8C5900, #D19F48);
}
.silver::before {
    background: linear-gradient(90deg, #abaab0, #555555, #abaab0);
}
.bronze::before {
    background: linear-gradient(90deg, #906B2E, #674712, #906B2E);
}
.grey::before {
    background: linear-gradient(90deg, #737373, #444444, #737373);
}
.img-with-aniamtion-wrap .hover-wrap {
    overflow: visible !important;
}
.sponsor-card:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 40px 80px rgba(0, 4, 9, 0.5),
        inset 0 1px 0 rgba(209, 159, 72, 0.2);
    border-color: rgba(209, 159, 72, 0.5);
}
.sponsor-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}
.exclusive .sponsor-title, .exclusive .sponsor-title h3 {
    color: #7433BC !important;
    text-shadow: 0 0 20px rgba(116, 51, 189, 0.5);
}
.gold .sponsor-title, .gold .sponsor-title h3 {
    color: var(--gold) !important;
    text-shadow: 0 0 20px rgba(209, 159, 72, 0.5);
}
.silver .sponsor-title, .silver .sponsor-title h3 {
    color: #abaab0 !important;
    text-shadow: 0 0 20px rgba(171, 170, 176, 0.6);
}
.bronze .sponsor-title, .bronze .sponsor-title h3 {
    color: #906B2E !important;
    text-shadow: 0 0 20px rgba(144, 107, 46, 0.6);
}
.grey .sponsor-title, .grey .sponsor-title h3 {
    color: #737373 !important;
    text-shadow: 0 0 20px rgba(115, 115, 115, 0.6);
}
.price {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 20px;
    border: 2px solid;
    position: relative;
    overflow: hidden;
}
.price p {
    font-size: 1rem;
    color: #f6eddc;
    margin-top: 10px;
}
.exclusive {
    color: var(--gold);
}
.exclusive .price {
    background: linear-gradient(135deg, rgba(120, 54, 192, 0.25) 0%, rgba(60, 3, 142, 0.15) 100%);
    border-color: #7233B7;
    box-shadow: 0 0 30px rgba(120, 54, 192, 0.4), inset 0 1px 0 rgba(120, 54, 192, 0.2);
}
.gold {
    color: var(--gold);
}
.gold .price {
    background: linear-gradient(135deg, rgba(144, 123, 46, 0.25) 0%, rgba(103, 85, 18, 0.15) 100%);
    border-color: var(--gold);
    box-shadow: 
        0 0 30px rgba(144, 123, 46, 0.4),
        inset 0 1px 0 rgba(144, 123, 46, 0.2);
}
.silver {
    color: #abaab0;
}
.silver .price {
    background: linear-gradient(135deg, rgba(171, 170, 176, 0.25) 0%, rgba(171, 170, 176, 0.15) 100%);
    border-color: #abaab0;
    box-shadow: 
        0 0 30px rgba(171, 170, 176, 0.4),
        inset 0 1px 0 rgba(171, 170, 176, 0.2);
}
.bronze {
    color: #906B2E;
}
.bronze .price {
    background: linear-gradient(135deg, rgba(144, 107, 46, 0.25) 0%, rgba(103, 71, 18, 0.15) 100%);
    border-color: #906B2E;
    box-shadow: 
        0 0 30px rgba(144, 107, 46, 0.4),
        inset 0 1px 0 rgba(144, 107, 46, 0.2);
}
.grey {
    color: #737373;
}
.grey .price {
    background: linear-gradient(135deg, rgba(115, 115, 115, 0.25) 0%, rgba(115, 115, 115, 0.15) 100%);
    border-color: #737373;
    box-shadow: 
        0 0 30px rgba(115, 115, 115, 0.4),
        inset 0 1px 0 rgba(115, 115, 115, 0.2);
}
.benefits-list {
    position: relative;
    list-style: none;
    margin: 30px 0 0 0;
    border: 2px solid rgba(209, 159, 72, 0.2);
    border-radius: 20px;
    padding: 25px;
    text-align: left;
}
.benefits-list .benefits-title {
    position: absolute;
    top: -18px;
    left: 15px;
    padding: 2px 10px;
    background-color: #0a1d36;
    font-size: 0.8rem;
    color: #aa8646;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid rgba(209, 159, 72, 0.2);
}
.benefits-list li {
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #f6eddc;
    transition: all 0.3s ease;
    list-style: none;
    opacity: 0.8;
}
.benefits-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(209, 159, 72, 0.9);
    font-weight: bold;
    font-size: 1rem;
    text-shadow: 0 0 10px rgba(144, 123, 46, 0.5);
}
.benefits-list .li_next {
    padding-left: 45px;
}
.benefits-list .li_next:hover {
    padding-left: 50px;
}
.benefits-list .li_next::before {
    content: '>';
    padding-left: 25px;
}
.benefits-list li:last-child {
    border-bottom: none;
}
.benefits-list li:hover {
    opacity: 1;
    padding-left: 30px;
}
.highlight {
    background: linear-gradient(120deg, rgba(144, 123, 46, 0.3) 0%, rgba(48, 41, 100, 0.2) 100%);
    padding: 5px 12px;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid rgba(144, 123, 46, 0.4);
    box-shadow: inset 0 1px 0 rgba(144, 123, 46, 0.1);
}
.cta-section {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(27, 21, 72, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(144, 123, 46, 0.4);
    border-radius: 25px;
    border-top: 4px solid #907B2E;
    padding: 50px;
    text-align: center;
    box-shadow: 
        0 30px 60px rgba(0, 4, 9, 0.4),
        inset 0 1px 0 rgba(144, 123, 46, 0.2);
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #907B2E, #906B2E, #907B2E);
}
.cta-section h3 {
    font-size: 2rem;
    margin-bottom: 25px !important;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.cta-section p {
    font-size: 1.2rem;
    color: var(--begie);
    line-height: 1.6;
}
.sponsor-submit {
    text-align: center;
}
.return-to-shop {
    display: none;
}
.cta-button, .sponsor-submit .wpcf7-submit {
    display: inline-block;
    background: linear-gradient(135deg, #907B2E 0%, #906B2E 100%);
    color: #05162C;
    padding: 20px 50px !important;
    border-radius: 50px !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem !important;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease !important;
    box-shadow: 
        0 15px 35px rgba(144, 123, 46, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    border: 2px solid transparent;
}
.cta-button:hover, .sponsor-submit .wpcf7-submit:hover {
    transform: translateY(-5px) !important;
    box-shadow: 
        0 25px 50px rgba(144, 123, 46, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    background: linear-gradient(135deg, #906B2E 0%, #907B2E 100%) !important;
    color: #05162C;
}
.cta-button_header {
    display: inline-block;
    /*background: linear-gradient(135deg, #907B2E 0%, #906B2E 100%);*/
    background: var(--gold);
    color: #05162C !important;
    padding: 20px 50px !important;
    border-radius: 50px !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease !important;
    box-shadow: 
        0 15px 35px rgba(144, 123, 46, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    /*border: 2px solid transparent;*/
}
.cta-button_header:hover {
    transform: translateY(-5px) !important;
    box-shadow: 
        0 25px 50px rgba(144, 123, 46, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    /*background: linear-gradient(135deg, #906B2E 0%, #907B2E 100%) !important;*/
    color: #05162C;
}
.vat-notice {
    font-size: 1rem;
    font-style: italic;
    margin-top: 15px;
    font-weight: 300;
}
#popmake-157 {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(17, 39, 68, 0.9) 100%);
}
/*#pum-487, #pum-157, #pum-2914 {
    position: absolute;
    visibility: visible;
}*/
.wpcf7-spinner {
    margin-right: -48px;
}
.wpcf7-form-control-wrap select {
    height: 48px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(17, 39, 68, 0.9) 50%, rgba(12, 7, 47, 0.85) 100%);
    border: 2px solid rgba(209, 159, 72, 0.2);
    border-radius: 8px;
    color: #906B2E;
}
.wpcf7-form-control-wrap textarea {
    height: 110px;
}
.wpcf7-form p span {
    color: var(--begie);
}
.wpcf7-form-control-wrap select option {
    color: #555 !important;
}
.wpcf7-form-control-wrap select option:hover, .wpcf7-form-control-wrap select option:focus {
    color: #906B2E !important;
}
.wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap select:focus {
    border-color: #906B2E !important;
}
.wpcf7-not-valid-tip {
    background: transparent !important;
    color: #ff3434 !important;
}
.wpcf7-response-output {
    display: none;
}
.sponsor-ty {
    margin: auto;
}
.responsive-table-wrapper {
    overflow-x: auto;
    max-width: 100%;
    border: 2px solid rgba(209, 159, 72, 0.7);
}
.responsive-table {
    background-color: transparent !important;
    margin: 0 !important;
}
.responsive-table tr {
    background: transparent !important;
}
.responsive-table th,
.responsive-table td {
    border: 1px solid rgba(209, 159, 72, 0.7) !important;
    padding: 12px !important;
    text-align: left;
    vertical-align: top;
    font-size: 1rem !important; 
}
.responsive-table th {
    text-align: center !important;

}
.responsive-table td:first-child, .responsive-table td:last-child {
    text-align: center;
    white-space: nowrap; 
}
#eh-stripe-payment-request-button {
  display: none !important;
}
body.woocommerce-cart button[type="submit"] {
    color: var(--navy) !important;
    font-family: 'Rubik' !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
}
#place_order, .checkout-button {
    color: var(--navy) !important;
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
}
.woocommerce table.cart td {
    padding: 9px 12px !important;
}
input#coupon_code {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(17, 39, 68, 0.9) 50%, rgba(12, 7, 47, 0.85) 100%) !important;
    border: 2px solid rgba(209, 159, 72, 0.2) !important;
    border-radius: 8px !important;
    color: var(--gold) !important;
    text-transform: uppercase;
}
input#coupon_code::placeholder {
    color: var(--begie);
}
input#coupon_code:focus {
    border: 2px solid #906B2E !important;
}
.woocommerce table.cart td.product-name {
    width: 40%;
}
.order-total th {
    white-space: nowrap;
}
#eh-ideal-pay-data {
    display: none;
}
.woocommerce table.order-review th, .woocommerce-page table.order-review th, .woocommerce-checkout #payment div.payment_box {
    color: var(--begie);
    opacity: 0.8;
}
.woocommerce form .form-row .input-text {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(17, 39, 68, 0.9) 50%, rgba(12, 7, 47, 0.85) 100%) !important;
    border: 2px solid rgba(209, 159, 72, 0.2) !important;
    border-radius: 8px !important;
    color: var(--gold) !important;
    padding: 12px !important;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(17, 39, 68, 0.9) 50%, rgba(12, 7, 47, 0.85) 100%) !important;
    border: 2px solid rgba(209, 159, 72, 0.2) !important;
    border-radius: 8px !important;
    color: var(--gold) !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--gold) !important;
    line-height: 32px !important;
    padding-left: 12px !important;
}
body.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}
.woocommerce-checkout-review-order-table .product-info .amount {
    display: none !important;
}
.woocommerce table.shop_table td del {
    display: block;
}
.order_details, .order_details tr, .order_details th, .order_details td {
    background-color: transparent !important;
    color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
}
.order_details li {
    padding: 10px !important;
}
#billing_email_field::before {
  content: "Please bring a valid ID to collect your badge";
  display: block;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 15px;
  border-left: 4px solid var(--gold);
  color: var(--begie);
}
.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 50%;
    position: absolute;
    bottom: -15px;
    right: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    margin: auto;
    float: none;
}
.checkout .col2-set .col-1 {
    width: 56%;
}
.checkout .col2-set .col-2 {
    width: 42%;
}
.menu-item-784 {
    display: flex !important;
}
.menu-item-2844 {
    display: none !important;
}
.menu-item-2844 {
    color: #674712;
}
.agenda-row {
    margin-bottom: 10px !important;
}
.agenda-row:hover .timing, .agenda-row:hover .topic {
    border-color: rgba(209, 159, 72, 0.5);
    background: linear-gradient(135deg, rgba(144, 123, 46, 0.25) 0%, rgba(48, 41, 100, 0.2) 100%) !important;
    transform: translateY(-6px);
}
.agenda-row .row_col_wrap_12_inner {
    flex-wrap: nowrap !important;
    gap: 10px;
}
.timing {
    background: linear-gradient(135deg, rgba(17, 39, 68, 0.8) 0%, rgba(36, 62, 95, 0.6) 100%);
    padding: 20px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 4px solid #907B2E;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 0 rgba(144, 123, 46, 0.1);
    text-align: center;
    border: 2px solid rgba(209, 159, 72, 0.2);
    color: var(--begie);
}
.topic {
    background: linear-gradient(135deg, rgba(17, 39, 68, 0.8) 0%, rgba(36, 62, 95, 0.6) 100%);
    padding: 20px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 0 rgba(144, 123, 46, 0.1);
    border: 2px solid rgba(209, 159, 72, 0.2);
    color: var(--begie);
}
.agenda-highlight {
    background: linear-gradient(135deg, rgba(5, 22, 44, 0.95) 0%, rgba(27, 21, 72, 0.9) 100%) !important;
}
.agenda-row:hover .agenda-highlight {
    background: linear-gradient(135deg, rgba(144, 123, 46, 0.25) 0%, rgba(27, 21, 72, 0.9) 100%) !important;
}
.woocommerce-checkout .product-quantity {
    display: none !important;
}
.pad-0 {
    padding: 0 !important;
}
.b2match_button {
    padding: 20px 40px !important;
    color: var(--navy) !important;
    background-color: var(--gold) !important;
    border-radius: 30px;
    font-weight: 500;
}
.event_box p {
    padding-bottom: .5em;
}
.event_box .nectar-fancy-box[data-style="hover_desc"] {
    padding: 7%;
    border-radius: 20px;
    border: 2px solid;
}
.event_box .nectar-fancy-box[data-style="hover_desc"] .box-bg::before {
    height: 100%;
    background: linear-gradient(to bottom,#01172e66,#01172ecc);
}
.event_box .nectar-fancy-box[data-style="hover_desc"] .box-bg::after {
    height: 100%;
    background: linear-gradient(to bottom,#01172e80,#01172e);
}
.event_box .icons {
    padding-left: 30px;
    position: relative;
}
.event_box .icons:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(1);
}
.edif25_header_section {
    aspect-ratio: 16/9;
    border: 2px solid var(--begie);
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 4, 9, 0.5), inset 0 1px 0 rgba(144, 123, 46, 0.2);
    overflow: hidden;
}
.edif25_header_section .nectar-video-bg {
    object-fit: cover !important;
}
.edif_25_button span {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.edif25_mile .subject {
    color: var(--begie);
}
.portfolio-items .col .work-item.style-3-alt img {
    -ms-transition: transform 2s cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition: transform 2s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 2s cubic-bezier(0, 1, 0.5, 1);
}
.nectar-slider-wrap {
    border-radius: 20px;
}
.event_box .calendar:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z"/></svg>');
}
.event_box .cross:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"  viewBox="0 0 16 16"><path d="M8.5.5a.5.5 0 0 0-1 0v.518A7 7 0 0 0 1.018 7.5H.5a.5.5 0 0 0 0 1h.518A7 7 0 0 0 7.5 14.982v.518a.5.5 0 0 0 1 0v-.518A7 7 0 0 0 14.982 8.5h.518a.5.5 0 0 0 0-1h-.518A7 7 0 0 0 8.5 1.018zm-6.48 7A6 6 0 0 1 7.5 2.02v.48a.5.5 0 0 0 1 0v-.48a6 6 0 0 1 5.48 5.48h-.48a.5.5 0 0 0 0 1h.48a6 6 0 0 1-5.48 5.48v-.48a.5.5 0 0 0-1 0v.48A6 6 0 0 1 2.02 8.5h.48a.5.5 0 0 0 0-1zM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg>');
}
.event_box .location:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"  viewBox="0 0 16 16"><path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10"/><path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/></svg>');
}
.vc_separator .vc_sep_holder_l .vc_sep_line {
        background: linear-gradient( to left, rgb(255, 255, 255) 00%, rgba(255, 255, 255, 0.4) 50%, rgba(0,0,0,0.2) 100% );
    border: none;
}
.vc_separator .vc_sep_holder_r .vc_sep_line {
    background: linear-gradient( to right, rgb(255, 255, 255) 00%, rgba(255, 255, 255, 0.4) 50%, rgba(0,0,0,0.2) 100% );
    border: none;
}
.vc_separator h4 {
    color: var(--begie);
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 25px;
    letter-spacing: 2px;
}
.agenda26_wrapper {
    border: 1px solid #536271;
    border-radius: 20px;
    padding: 20px !important;
    color: var(--begie);
    font-weight: 500;
}
.gold_accent {
    border-color: var(--gold);
    border-left: 4px solid var(--gold);
    padding-left: 22px !important;
}
.gold_accent .agenda26_timing {
    color: var(--gold);
}

.agenda26_timing .wpb_column {
    box-sizing: content-box !important;
}
.agenda26_timing {
    color: #b2b1ac;
    position: absolute;
    top: -35px;
    left: -10px;
    padding: 0 10px;
    background: #01172e;
    font-weight: 400;
}
.agenda26_description p {
    padding: 0 0 5px 0;
}
.agenda26_wrapper .parallel_title {
    margin: 0;
}
.agenda26_wrapper .session_title {
    margin: 20px 0 0 0;
}
.agenda26_wrapper .quote {
    color: var(--gold);
    margin: 5px 0;
}
.agenda26_wrapper .quote p::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: url('/wp-content/uploads/2026/02/quote.svg') no-repeat center;
    background-size: contain;
}
.agenda26_wrapper .chair {
    margin: 0;
}
.agenda26_wrapper .chair p::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: url('/wp-content/uploads/2026/02/chair.svg') no-repeat center;
    background-size: contain;
}
.edif26_sponsor_wrapper .row_col_wrap_12_inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.edif26_sponsor_inner {
    border-radius: 25px;
    padding: 0px !important;
    border: 2px solid var(--gold);
    box-shadow: 0 25px 60px rgba(0, 4, 9, 0.4), inset 0 1px 0 rgba(144, 123, 46, 0.2);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: left;
    aspect-ratio: 1;
    display: flex;
    align-items: end;
    width: 100% !important;
}
.edif26_sponsor_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.edif26_sponsor_inner:nth-child(1) {
    background: url(https://defenceinnovations.eu/wp-content/uploads/2026/02/195.webp) 50%/cover no-repeat;
}
.edif26_sponsor_inner:nth-child(2) {
    background: url(https://defenceinnovations.eu/wp-content/uploads/2026/02/41.webp) 50%/cover no-repeat;
}
.edif26_sponsor_inner:nth-child(3) {
    background: url(https://defenceinnovations.eu/wp-content/uploads/2026/02/425.webp) 52%/cover no-repeat;
}
.edif26_sponsor_inner:nth-child(4) {
    background: url(https://defenceinnovations.eu/wp-content/uploads/2026/02/29.webp) 50%/cover no-repeat;
}
.edif26_sponsor_inner:nth-child(5) {
    background: url(https://defenceinnovations.eu/wp-content/uploads/2026/02/299.webp) 50%/cover no-repeat;
}
.edif26_sponsor_inner:nth-child(6) {
    background: url(https://defenceinnovations.eu/wp-content/uploads/2026/02/10.webp) 80%/cover no-repeat;
}
.edif26_sponsor_text-box {
    padding: 20px;
    background-color: #041428;
    transform: translateY(calc(100% - 110px));
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.edif26_partnership h3 {
    font-size: 1.6rem !important;
    margin-bottom: 10px !important;
}
.edif26_partnership p {
    color: var(--begie) !important;
    line-height: 1.4 !important;
}
.edif26_sponsor_text-box h3 {
    max-width: 90%;
}
.edif26_sponsor_text-box h3::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    background: url(https://defenceinnovations.eu/wp-content/uploads/2026/02/arrow.svg) 50%/contain no-repeat;
    height: 36px;
    width: 36px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.edif26_sponsor_text-box p {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#sponsorship_button {
    padding:  7px 15px !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    color: var(--navy) !important;
    border: 4px solid var(--gold) !important;
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--navy) !important;
    box-shadow: inset 0px 0px 0px 1px var(--navy) !important;
    font-size: 1rem !important;
}
#sponsorship_button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 35px var(--navy) !important;
    box-shadow: inset 0px 0px 0px 35px var(--navy) !important;
    color: var(--gold) !important;
}
#edif26-cta {
    max-width: 1000px;
    margin: auto;
}
.group-other-area {
    margin-top: -20px;
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .edif26_sponsor_inner:hover:before {
        backdrop-filter: blur(5px);
    }
    .edif26_sponsor_inner:hover .edif26_sponsor_text-box {
        transform: translateY(0);
    }
    .edif26_sponsor_inner:hover .edif26_sponsor_text-box h3::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .edif26_sponsor_inner:hover .edif26_sponsor_text-box p {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
        letter-spacing: 2px;
    }
    h2 {
        font-size: 2rem !important;
    }
    h3 {
        font-size: 1.6rem !important;
    }
    body[data-bg-header="true"] .container-wrap {
        padding-top: 80px !important;
    }
    .logo-wrapper {

    }
    .logo-wrapper h2 {
        font-size: 1.5rem !important;
        padding-top: 15px;
    }
    .logo-wrapper img {
    width: 100px !important;
    margin-bottom: 30px !important;
    }
    .header_notice h2 {
        font-size: 1.5rem !important;
    }
    .objective-list, .different-list {
        grid-template-columns: auto;
    }
    .objective-item {
        padding: 15px;
        font-size: 1rem;
    }
    .different-list > :last-child {
        grid-column: inherit;
        max-width: none;
    }
    .sponsor-packages > :first-child {
        grid-column: inherit;
        max-width: none;
        margin: auto;
    }
    .page-id-276 .partners .partners_desk, .page-id-2838 .partners .partners_desk {
        display: none !important;
    }
    .page-id-276 .partners .nectar-carousel, .sup_by .nectar-carousel, .page-id-2838 .partners .nectar-carousel {
        display: block !important;
    }
    .sponsor-packages {
        grid-template-columns: 1fr;
    }
    .cta-section p {
        font-size: 1rem;
    }
    .sponsors-title {
        font-size: 2.5rem;
    }    
    .sponsor-card {
        padding: 30px;
    }
    .woocommerce table.cart td.product-name {
        width: 100%;
    }
    .woocommerce table.shop_table td del {
        display: inline;
    }
    .sponsor-card .price {
        font-size: 1.4rem;
    }
    .cta-button {
        font-size: 1.1rem !important;
        padding: 20px !important;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
    }
    .woocommerce table.shop_table {
        margin-bottom: 0;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        float: none;
        margin: 30px auto 0;
    }
    #coupon-error-notice {
        font-size: 1rem;
        text-align: center;
        padding-bottom: 0;
    }
    .mob_only {
        display: block !important;
    }
    .desk_only {
        display: none !important;
    }
    #speakers .nectar-carousel {
        display: block !important;
    }
    .menu-item-784 {
        display: none !important;
    }
    .menu-item-2844 {
        display: block !important;
    }
    .agenda-row .row_col_wrap_12_inner {
        flex-wrap: wrap !important;
        gap: 0 !important;
    }
    .agenda-row {
        margin-bottom: 15px !important;
    }
    .timing {
        margin: 0 0 4px 0 !important;
        width: 100% !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0;
    }
    .topic {
        margin: 0 !important;
        width: 100% !important;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 15px;
    }
    .edif26_sponsor_wrapper .row_col_wrap_12_inner {
        grid-template-columns: 1fr;
    }
    .edif26_sponsor_text-box h3 {
        font-size: 1rem !important;
        max-width: 75%;
    }
    .edif26_sponsor_text-box p {
        font-size: 1rem !important;
    }
    .edif26_sponsor_inner.active .edif26_sponsor_text-box {
        transform: translateY(0);
    }
    .edif26_sponsor_inner.active .edif26_sponsor_text-box h3::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .edif26_sponsor_inner.active .edif26_sponsor_text-box p {
        opacity: 1;
    }
        .edif26_sponsor_inner.active:before {
        backdrop-filter: blur(5px);
    }
}
@media (max-width: 1280px) {
    .header_section .vc_col-sm-3 {
        width: 48%;
        margin-bottom: 20px !important;
    }
    body #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a, #header-outer[data-lhe="animated_underline"] #top nav > ul > li[class*="button_solid_color"] > a {
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
    .detail-card {
        width: 48% !important;
    }
}
@media (max-width: 690px) {
    .header_section .vc_col-sm-3 {
        width: 100%;
        margin-bottom: 20px;
    }
}
.floating-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    opacity: 0.4;
    animation: float 12s infinite ease-in-out;
}
.particle:nth-child(1) { top: 10%; left: 10%; background: #907B2E; animation-delay: 0s; }
.particle:nth-child(2) { top: 30%; left: 20%; background: #906B2E; animation-delay: 2s; }
.particle:nth-child(3) { top: 50%; left: 30%; background: #302964; animation-delay: 4s; }
.particle:nth-child(4) { top: 70%; left: 40%; background: #907B2E; animation-delay: 6s; }
.particle:nth-child(5) { top: 20%; right: 10%; background: #906B2E; animation-delay: 1s; }
.particle:nth-child(6) { top: 40%; right: 20%; background: #302964; animation-delay: 3s; }
.particle:nth-child(7) { top: 60%; right: 30%; background: #907B2E; animation-delay: 5s; }
.particle:nth-child(8) { top: 80%; right: 40%; background: #906B2E; animation-delay: 7s; }
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.4;
    }
    50% {
        transform: translateY(-40px) rotate(180deg);
        opacity: 0.8;
    }
}
.glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(144, 123, 46, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
    pointer-events: none;
}
@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.8;
    }
}
