/* 
 * 1. Google Font
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
/* 
 * 2.0 Global Style
 */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0 0 30px;
}

ul li {
  font-weight: 700;
  margin-bottom: 10px;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
  padding: 70px 0;
}

.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {
  background: url(../images/backgrounds/bg-1.jpg) no-repeat center center/cover;
}
.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .section {
    padding: 90px 0;
  }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: left;
  }
}
/* 
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  background-color: #000 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/header.jpg) no-repeat center center/cover;
  display: table;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-header .intro {
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}
.site-header .intro h2 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 300;
}
.site-header .intro h1 {
  margin-top: 0px;
  font-size: 30px;
}
.site-header .intro p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 30px;
  }

  .site-branding {
    margin-top: 6px;
    margin-left: 0;
  }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
  margin: 0 0 25px;
}
.about figure {
  margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0;
}
.speaker h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.speaker p {
  margin-bottom: 5px;
}
.speaker img:hover {
  opacity: .7;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 25px 0 0;
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #f8f8f8;
}
.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width: 150px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}
.partner .partner-box-1 {
  background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}
.partner .partner-box-2 {
  background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}
.partner .partner-box-3 {
  background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}
.partner .partner-box-4 {
  background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}
.partner .partner-box-5 {
  background: url(../images/partner/partner-5.png) no-repeat center center/contain;
}
.partner .partner-box-6 {
  background: url(../images/partner/partner-6.png) no-repeat center center/contain;
}
.partner .partner-box-7 {
  background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}
.partner .partner-box-8 {
  background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
  cursor: pointer;
}
.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}
.faq .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.faq .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 0 0 30px;
  }

  figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}
/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: #383838;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}

.partner-card {
    height: 180px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 32px rgba(0,0,0,.08);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .25s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

.partner-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-height: 65px;
    max-width: 100%;
    object-fit: contain;
}

.partner-name {
    margin-top: 12px;
    font-weight: 800;
    font-size: 13px;
    color: #111;
    line-height: 1.3;
}

/* MoU slight variation */
.partner-card.mou {
    background: #f9f9f9;
    box-shadow: 0 12px 26px rgba(0,0,0,.06);
}

/* Grid spacing fix */
.partner-col {
    margin-bottom: 32px;
}

.partner-flex {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.partner-card.mou {
    background: #f9f9f9;
    border: 1px dashed rgba(139,0,0,.2);
}


#co-organizers{
    --accent:#8B0000;
    --text:#111827;
    --muted:#6B7280;
    --border:rgba(17,24,39,.10);
    --shadow:0 14px 30px rgba(17,24,39,.08);
    --shadowHover:0 24px 54px rgba(17,24,39,.14);
    --radius:20px;
}

/* ================== TITLE ================== */
#co-organizers .co-title{
    font-weight: 950;
    font-size: 30px;
    letter-spacing: -.5px;
    color: var(--text);
    margin-bottom: 12px;
}
#co-organizers .co-divider{
    width: 92px;
    height: 4px;
    border-radius: 10px;
    margin: 0 auto 36px;
    background: linear-gradient(90deg, var(--accent), rgba(139,0,0,.45));
}

/* ================== CARD ================== */
#co-organizers .co-link{
    text-decoration: none !important;
    display: block;
}

#co-organizers .co-card{
    height: 240px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background:
        radial-gradient(900px 240px at 30% -40%, rgba(139,0,0,.08), transparent 55%),
        linear-gradient(180deg, #ffffff, #fbfbfb);
    box-shadow: var(--shadow);
    padding: 18px 18px 36px; /* ↑ extra bottom padding */
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position: relative;
}

#co-organizers .co-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadowHover);
    border-color: rgba(139,0,0,.18);
}

/* ================== LOGO ================== */
#co-organizers .co-logo{
    height: 96px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.95);
    display: flex;
    align-items: center;
    justify-content: center;
}

#co-organizers .co-logo img{
    max-height: 70px;
    max-width: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

#co-organizers .co-card:hover img{
    transform: scale(1.05);
}

/* ================== NAME ================== */
#co-organizers .co-name{
    margin-top: 14px;
    font-weight: 950;
    font-size: 15px;
    color: var(--text);
    line-height: 1.25;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================== FOOTER ================== */
#co-organizers .co-footer{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    color: var(--muted);
    padding-bottom: 8px;
}

#co-organizers .co-footer strong{
    color: var(--accent);
    font-weight: 950;
}

/* ================== CAROUSEL ARROWS ================== */
#co-organizers .carousel-control{
    background: none !important;
    width: auto;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

/* Place OUTSIDE the grid */
#co-organizers .carousel-control.left{ left: -72px; }
#co-organizers .carousel-control.right{ right: -72px; }

/* Elegant button */
#co-organizers .co-nav{
    height: 44px;
    width: 44px;
    border-radius: 999px;
    border: 1px solid rgba(17,24,39,.18);
    background: rgba(255,255,255,.95);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--accent);
    box-shadow: 0 8px 18px rgba(17,24,39,.10);
    transition: all .25s ease;
}

#co-organizers .carousel-control:hover .co-nav{
    transform: scale(1.1);
    box-shadow: 0 14px 30px rgba(17,24,39,.14);
}

/* ================== INDICATORS ================== */
#co-organizers .carousel-indicators{
    bottom: -44px;
}
#co-organizers .carousel-indicators li{
    width: 9px;
    height: 9px;
    border-radius: 999px;
    margin: 0 5px;
    border: 1px solid rgba(17,24,39,.18);
    background: transparent;
}
#co-organizers .carousel-indicators .active{
    background: var(--accent);
    border-color: var(--accent);
}

/* ================== MOBILE ================== */
@media (max-width: 991px){
    #co-organizers .carousel-control.left{ left: 8px; }
    #co-organizers .carousel-control.right{ right: 8px; }
}
@media (max-width: 767px){
    #co-organizers .co-title{ font-size: 24px; }
    #co-organizers .co-card{ height: 235px; }
}

/* Section */
/* FLEX GRID */
.journals-flex {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
}

/* Card wrapper */
.journal-item {
    display: flex;
}

/* CARD */
.journal-box {
    width: 320px;
    height: 260px; /* 🔑 SAME HEIGHT */
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(0,0,0,.08);
    transition: .25s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.journal-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0,0,0,.14);
}

/* LOGO CONTAINER */
.journal-logo {
    height: 90px; /* fixed area */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LOGO IMAGE */
.journal-logo img {
    max-height: 70px;
    max-width: 100%;
    object-fit: contain;
}

/* TEXT AREA */
.journal-content {
    text-align: center;
}

.journal-content h4 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #111;
}

/* BADGE */
.journal-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: #f3f3f3;
    color: #444;
}

.journal-badge.featured {
    background: #fbeaea;
    color: #8B0000;
}

/* PLACEHOLDER */
.logo-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #8B0000;
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}


:root {
    --wsv-red: #8B0000;
    --wsv-black: #0B0B0B;
    --wsv-white: #FFFFFF;
    --wsv-gray: #8E8E8E;
    --wsv-light-gray: #F4F5F7;
}

body {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    background-color: var(--wsv-light-gray);
    color: #1f1f1f;
    line-height: 1.6;
}


/* ===============================
   WSV HEADER – WHITE STYLE
   =============================== */

.navbar-custom,
.navbar,
header {
    background-color: #ffffff !important;
    box-shadow: 0 2px 14px rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.navbar-brand img {
    height: 48px;
}

.navbar-custom .navbar-nav > li > a,
.navbar-nav .nav-link {
    color: #111111;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 14px 18px;
    transition: all .25s ease;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > .active > a,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #8B0000;
    border-bottom: 2px solid #8B0000;
    background: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #111111;
}

.navbar-solid {
    background-color: #ffffff !important;
    padding: 6px 0 !important;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
}



footer {
    background-color: var(--wsv-black);
    color: #B5B5B5;
    padding: 60px 0 30px;
}

footer h4,
footer h5 {
    color: var(--wsv-white);
    font-weight: 700;
    margin-bottom: 20px;
}

footer a {
    color: #B5B5B5;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--wsv-red);
}

footer .copyright {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
    color: var(--wsv-gray);
}


#newsletter {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFFFFF, var(--wsv-light-gray));
}

#newsletter .container {
    max-width: 720px;
}

#newsletter .card {
    background: var(--wsv-white);
    border-radius: 20px;
    padding: 60px 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    text-align: center;
}

#newsletter h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #2a2a2a;
}

#newsletter input[type="email"] {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 18px;
    font-size: 16px;
}

#newsletter input:focus {
    border-color: var(--wsv-red);
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.12);
}

#newsletter button {
    height: 56px;
    border-radius: 12px;
    background-color: var(--wsv-red);
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 0 32px;
    transition: all 0.3s ease;
}

#newsletter button:hover {
    background-color: #6f0000;
    transform: translateY(-1px);
}


.btn-primary {
    background-color: var(--wsv-red);
    border-color: var(--wsv-red);
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #6f0000;
    border-color: #6f0000;
}

/* ================== PAGE TITLE ================== */
.event-title {
    font-weight: 800;
    letter-spacing: -0.6px;
    margin-bottom: 14px;
    font-size: 2.6rem;
}

.event-divider {
    width: 72px;
    height: 3px;
    margin: 0 auto;
    border-radius: 3px;
    background: linear-gradient(90deg, #8B0000, #b11212);
    margin-bottom: 20px;
}

/* ================== SECTION HEADER ================== */
.section-title {
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
    font-size: 1.9rem;
    text-align: center;
}

.section-subtitle {
    max-width: 680px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
}

/* ================== PAGE ================== */
.event-title {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: .5px;
}

.section-title {
    font-size: 1.9rem;
    font-weight: 700;
}

.section-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

/* ================== MEMBER CARD ================== */
.member-card {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(6px);
    border-radius: 24px;
    min-height: 420px;
    padding: 28px 22px 42px;
    text-align: center;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    transition: all .35s ease;
}

.member-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 32px 70px rgba(0, 0, 0, 0.12);
}

/* ================== AVATAR ================== */
/* ================== AVATAR – MODERN PROFESSIONAL ================== */
.member-avatar {
    width: 148px;
    height: 148px;
    margin: 0 auto 20px;
    border-radius: 50%;
    padding: 5px;

    /* Elegant ring */
    background: linear-gradient(
        135deg,
        rgba(139,0,0,.55),
        rgba(139,0,0,.15)
    );

    box-shadow:
        0 18px 45px rgba(0,0,0,.15),
        inset 0 0 0 1px rgba(255,255,255,.6);

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Inner image wrapper */
.member-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover; /* 🔑 looks professional */
    background: #f4f5f7;
    border: 4px solid #fff;
    transition: transform .35s ease, box-shadow .35s ease;
}

/* Hover polish */
.member-card:hover .member-avatar img {
    transform: scale(1.04);
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

/* Placeholder avatar */
.avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 42px;
    font-weight: 900;
    color: #8B0000;
}

/* ================== TEXT ================== */
.member-name {
    font-weight: 700;
    font-size: 15.5px;
    margin-bottom: 6px;
}

.member-position {
    font-size: 13px;
    color: #8B0000;
    font-weight: 600;
    margin-bottom: 12px;
}

.member-bio {
    font-size: 13.2px;
    color: #555;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================== PROFILE BUTTON ================== */
.member-profile-btn {
    margin-top: auto;
    align-self: center;
    padding: 9px 26px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #8B0000;
    border: 1px solid rgba(139, 0, 0, 0.6);
    text-decoration: none;
    transition: all .25s ease;
}

.member-profile-btn:hover {
    background: #8B0000;
    color: #fff;
}

/* ================== GRID ================== */
.row.g-4 > [class*='col-'] {
    margin-bottom: 32px;
}

/* ================== RESPONSIVE ================== */
@media (max-width: 767px) {
    .member-card {
        min-height: 390px;
    }

    .event-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }
}

.keynote-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px;
    background: var(--wsv-light-gray);
}

/* Title */
.keynote-heading {
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -0.6px;
    color: var(--text-dark);
    margin-bottom: 64px;
    position: relative;
}

.keynote-heading::after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    background: var(--accent);
    margin: 18px auto 0;
    border-radius: 4px;
}

/* Grid */
.keynote-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 34px;
}

/* Card */
.speaker-card {
    background: #fff;
    border-radius: 22px;
    padding: 36px 28px;
    height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--border-soft);
    transition: box-shadow .3s ease, transform .3s ease;
}

.speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(139,0,0,.12);
}

/* Avatar */
.speaker-avatar {
    position: relative;
}

.speaker-avatar img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f3f3;
    padding: 6px;
    border: 2px solid rgba(139,0,0,.25);
}

/* Content */
.speaker-content {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

/* Name */
.speaker-content h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0 6px;
    color: var(--text-dark);
    position: relative;
}

.speaker-content h3::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: var(--accent);
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Meta */
.speaker-meta {
    font-size: 14px;
    color: var(--text-muted);
    margin: 12px 0 18px;
}

/* Bio */
.speaker-bio {
    font-size: 14px;
    line-height: 1.65;
    color: #333;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    /* Page-specific styling: modern, minimal, consistent with your WSV palette */
.albums-hero {
    padding: 72px 0 40px;
    background: linear-gradient(180deg, #ffffff, #f3f4f7);
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.albums-hero h1{
    font-weight: 900;
    letter-spacing: -.8px;
    margin: 0 0 10px;
    font-size: 44px;
    color: #111827;
}
.albums-hero p{
    margin: 0;
    color: #6b7280;
    max-width: 760px;
    font-size: 15px;
}

.albums-toolbar {
    margin-top: 22px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.albums-grid {
    padding: 42px 0 80px;
    background: #fff;
}

.album-card {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.06);
    background: #fff;
    box-shadow: 0 14px 40px rgba(0,0,0,.06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
}
.album-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0,0,0,.10);
    border-color: rgba(139,0,0,.18);
}

.album-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
    overflow: hidden;
}
.album-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.album-card:hover .album-cover img{
    transform: scale(1.04);
}

.album-badges {
    position: absolute;
    left: 14px;
    top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 2;
}
.badge-soft {
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.07);
    color: #111827;
    backdrop-filter: blur(6px);
}
.badge-featured{
    color: #8B0000;
    border-color: rgba(139,0,0,.18);
    background: rgba(139,0,0,.06);
}

.album-body{
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.album-title{
    font-weight: 900;
    font-size: 16px;
    color: #111827;
    margin: 0 0 8px;
    letter-spacing: -.2px;
    line-height: 1.3;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.album-desc{
    color: #6b7280;
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 64px;
}
.album-footer{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,.06);
}
.album-cats{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    color: #6b7280;
}
.cat-pill{
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.06);
    background: #f8fafc;
    color: #374151;
    font-weight: 700;
    font-size: 12px;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.album-action{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(139,0,0,.30);
    color: #8B0000;
    font-weight: 800;
    font-size: 12px;
    transition: all .25s ease;
    white-space: nowrap;
}
.album-action:hover{
    background: #8B0000;
    color: #fff;
    border-color: #8B0000;
}

.pagination {
    margin-top: 26px;
}


/* ===== MODERN DROPDOWN STYLE ===== */
.navbar-modern {
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    padding: 6px 0;
}

/* Brand */
.navbar-modern .navbar-brand {
    padding: 8px 15px;
}

.brand-text {
    color: #8B0000;
    font-weight: 900;
    font-size: 18px;
    line-height: 44px;
}

/* Links */
.navbar-modern .navbar-nav > li > a {
    color: #1f2937;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 14px;
    transition: all .2s ease;
}

.navbar-modern .navbar-nav > li > a:hover,
.navbar-modern .navbar-nav > .active > a {
    color: #8B0000;
    background: transparent;
}

/* =====================================
   DROPDOWNS
   ===================================== */

.navbar-modern .dropdown-menu {
    border: none;
    border-radius: 14px;
    padding: 10px 0;
    margin-top: 12px;
    min-width: 230px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(0,0,0,.12);
    opacity: 0;
    transform: translateY(12px);
    visibility: hidden;
    display: block;
    transition: all .25s ease;
}

.navbar-modern .dropdown.open > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.navbar-modern .dropdown-menu > li > a {
    padding: 11px 24px;
    font-weight: 600;
    font-size: 13.5px;
    color: #374151;
    transition: all .2s ease;
}

.navbar-modern .dropdown-menu > li > a:hover {
    background: rgba(139,0,0,.06);
    color: #8B0000;
    padding-left: 28px;
}

.navbar-modern .dropdown-menu .divider {
    margin: 8px 0;
    background: rgba(0,0,0,.06);
}

/* caret animation */
.navbar-modern .caret {
    transition: transform .25s ease;
}

.navbar-modern .dropdown.open .caret {
    transform: rotate(180deg);
}

/* =====================================
   MOBILE
   ===================================== */

.navbar-modern .navbar-toggle {
    border: none;
    margin-top: 14px;
}

.navbar-modern .icon-bar {
    background: #8B0000;
    height: 2px;
    border-radius: 2px;
}

/* ==============================
   BRAND ALIGNMENT FIX
   ============================== */

.navbar-modern .navbar-header {
    display: flex;
    align-items: center;
}

/* Make brand behave like a nav link */
.navbar-modern .navbar-brand {
    display: flex;
    align-items: center;
    padding: 8px 6px; /* SAME as nav links */
    height: auto;
}

/* Logo image size */
.navbar-modern .navbar-logo {
    height: 60px;      /* matches text height visually */
    width: auto;
    display: block;
}

/* Fallback text logo */
.navbar-logo-text {
    font-size: 14px;
    font-weight: 800;
    color: #8B0000;
    line-height: 1;
}

.navbar-modern .container {
    display: flex;
    align-items: center;
}

/* Logo section */
.navbar-modern .navbar-header {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

/* Collapse area */
.navbar-modern .navbar-collapse {
    display: flex !important;
    align-items: center;
    flex-grow: 1;
}

/* Links beside logo */
.navbar-modern .navbar-links {
    display: flex;
    align-items: center;
    margin: 0;
}

/* Remove Bootstrap floats */
.navbar-modern .navbar-nav > li {
    float: none;
}

/* Vertical alignment polish */
.navbar-modern .navbar-nav > li > a,
.navbar-modern .navbar-brand {
    line-height: 44px;
}

/* Mobile behavior */
@media (max-width: 768px) {
    .navbar-modern .container {
        display: block;
    }

    .navbar-modern .navbar-collapse {
        display: block !important;
    }

    .navbar-modern .navbar-links {
        flex-direction: column;
    }
}

.navbar-modern .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Caret base style */
.navbar-modern .caret {
    margin-left: 2px;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform .25s ease;
}

/* Rotate caret when open */
.navbar-modern .dropdown.open > a .caret {
    transform: rotate(180deg);
}

/* Prevent caret jumping */
.navbar-modern .dropdown > a {
    line-height: normal;
}

/* =====================================
   SCROLL SHADOW
   ===================================== */

body.scrolled .navbar-modern {
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

/* ===============================
   PROGRAM PAGE – MODERN STYLE
   =============================== */

.page-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
    min-height: 100vh;
}

.page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* HEADER */
.page-header {
    text-align: center;
    margin-bottom: 70px;
}
.page-header h1 {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #111827;
}
.page-header p {
    max-width: 760px;
    margin: 16px auto 0;
    font-size: 17px;
    color: #6b7280;
    line-height: 1.7;
}
.page-header a {
    color: #8B0000;
    font-weight: 600;
}

/* TRACK PILLS */
.track-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}
.track-pill {
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    transition: all .25s ease;
}
.track-pill:hover {
    background: #f9fafb;
}
.track-pill.active {
    background: #8B0000;
    color: #fff;
    border-color: #8B0000;
}

/* DAY CARD */
.day-card {
    background: rgba(255,255,255,.97);
    border-radius: 26px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    margin-bottom: 50px;
    overflow: hidden;
}

/* DAY HEADER */
.day-header {
    padding: 24px 28px;
    background: linear-gradient(180deg, #f9fafb, #ffffff);
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.day-header h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    color: #111827;
}
.day-header span {
    font-size: 13px;
    color: #6b7280;
}

/* SESSION ROW */
.session-row {
    padding: 26px 28px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 26px;
    transition: background .2s ease;
}
.session-row:hover {
    background: rgba(139,0,0,.03);
}

/* TIME */
.session-time {
    font-weight: 800;
    color: #111827;
    font-size: 14px;
}

/* TITLE */
.session-title {
    font-size: 17px;
    font-weight: 800;
    color: #111827;
}

/* META */
.session-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}
.session-badge {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    font-weight: 700;
    color: #374151;
}

/* DESCRIPTION */
.session-desc {
    margin-top: 10px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* EMPTY STATE */
.empty-state {
    text-align: center;
    color: #6b7280;
    font-size: 16px;
    padding: 100px 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 40px;
    }
    .session-row {
        grid-template-columns: 1fr;
    }
    .session-time {
        color: #8B0000;
    }
}


/* ===============================
   REGISTRATION – MODERN STYLE
   =============================== */

.page-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
    min-height: 100vh;
}

.page-container {
    margin: 0 auto;
    padding: 80px 20px;
}

/* HEADER */
.page-header {
    text-align: center;
    margin-bottom: 50px;
}
.page-header h1 {
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #111827;
}
.page-header p {
    max-width: 640px;
    margin: 16px auto 0;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

/* CARD */
.pricing-card {
    background: rgba(255,255,255,.97);
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    overflow: hidden;
}

/* TABLE */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pricing-table thead {
    background: linear-gradient(180deg, #f9fafb, #ffffff);
}

.pricing-table th {
    padding: 20px 26px;
    text-align: left;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .4px;
    color: #374151;
    border-bottom: 1px solid rgba(0,0,0,.06);
    text-transform: uppercase;
}

/* ROWS */
.pricing-table td {
    padding: 22px 26px;
    border-top: 1px solid rgba(0,0,0,.06);
    vertical-align: middle;
}

.pricing-table tbody tr {
    transition: background .2s ease;
}

.pricing-table tbody tr:hover {
    background: rgba(139,0,0,.03);
}

/* COLUMNS */
.ticket-name {
    font-weight: 700;
    color: #111827;
}

.ticket-price {
    font-weight: 800;
    color: #8B0000;
}

.ticket-currency {
    font-weight: 600;
    color: #374151;
}

/* EMPTY */
.empty-row {
    padding: 40px;
    text-align: center;
    color: #6b7280;
    font-size: 15px;
}

/* NOTE */
.registration-note {
    margin-top: 26px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

/* MOBILE */
@media (max-width: 640px) {
    .page-header h1 {
        font-size: 34px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 16px;
    }

    .ticket-price {
        color: #8B0000;
    }
}



/* ===============================
   REGISTRATION – MODERN ELEGANT UI
   =============================== */

.page-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
    min-height: 100vh;
}

.page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 90px 20px;
}

/* HEADER */
.page-header {
    text-align: center;
    margin-bottom: 60px;
}
.page-header h1 {
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #111827;
}
.page-header p {
    max-width: 680px;
    margin: 18px auto 0;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
}

/* CARD */
.pricing-card {
    background: rgba(255,255,255,.98);
    border-radius: 26px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 28px 70px rgba(0,0,0,.08);
    overflow: hidden;
}

/* TABLE */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pricing-table thead {
    background: linear-gradient(180deg, #f9fafb, #ffffff);
}

.pricing-table th {
    padding: 22px 26px;
    text-align: left;
    font-weight: 800;
    font-size: 12.5px;
    letter-spacing: .5px;
    color: #374151;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.pricing-table td {
    padding: 24px 26px;
    border-top: 1px solid rgba(0,0,0,.06);
    vertical-align: middle;
}

.pricing-table tbody tr {
    transition: background .25s ease;
}
.pricing-table tbody tr:hover {
    background: rgba(139,0,0,.035);
}

/* TEXT */
.ticket-category {
    font-weight: 700;
    color: #374151;
}
.ticket-name {
    font-weight: 800;
    color: #111827;
}
.ticket-price {
    font-weight: 900;
    color: #8B0000;
    font-size: 15px;
}
.ticket-currency {
    font-weight: 600;
    color: #6b7280;
}

/* BUY FORM */
.ticket-buy form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.ticket-buy input,
.ticket-buy select {
    height: 40px;
    padding: 0 12px;
    font-size: 13.5px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    transition: all .2s ease;
}

.ticket-buy input:focus,
.ticket-buy select:focus {
    outline: none;
    border-color: #8B0000;
    box-shadow: 0 0 0 3px rgba(139,0,0,.12);
}

/* BUTTON */
.ticket-buy button {
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: none;
    background: #8B0000;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    transition: all .25s ease;
}

.ticket-buy button:hover {
    background: #6f0000;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(139,0,0,.25);
}

/* EMPTY */
.empty-row {
    padding: 50px;
    text-align: center;
    color: #6b7280;
    font-size: 15px;
}

/* NOTE */
.registration-note {
    margin-top: 32px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

/* MOBILE */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 36px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 16px;
    }

    .ticket-buy form {
        flex-direction: column;
        align-items: stretch;
    }

    .ticket-buy input,
    .ticket-buy select,
    .ticket-buy button {
        width: 100%;
    }
}


/* ===============================
   WISE PAYMENT – MODERN UI
   =============================== */

.page-shell {
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.page-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 90px 20px;
}

/* HEADER */
.wise-header {
    text-align: center;
    margin-bottom: 40px;
}

.wise-header h1 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #111827;
    margin-bottom: 10px;
}

.wise-header p {
    font-size: 16px;
    color: #6b7280;
}

/* CARD */
.wise-card {
    background: rgba(255,255,255,.98);
    border-radius: 26px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 28px 70px rgba(0,0,0,.08);
    padding: 36px 34px;
}

/* ORDER SUMMARY */
.order-summary {
    background: #f9fafb;
    border-radius: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(0,0,0,.06);
    margin-bottom: 26px;
}

.order-summary p {
    margin: 6px 0;
    font-size: 14.5px;
    color: #374151;
}

.order-summary strong {
    color: #111827;
}

/* SECTION TITLES */
.section-title {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin: 28px 0 12px;
}

/* REFERENCE BOX */
.reference-box {
    background: rgba(139,0,0,.06);
    border: 1px dashed rgba(139,0,0,.35);
    border-radius: 16px;
    padding: 16px 18px;
    text-align: center;
    margin-bottom: 26px;
}

.reference-box span {
    display: block;
    font-size: 12.5px;
    color: #6b7280;
    margin-bottom: 6px;
}

.reference-box strong {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #8B0000;
}

/* PRIMARY ACTION */
.wise-pay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: #8B0000;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 12px 30px rgba(139,0,0,.25);
}

.wise-pay-btn:hover {
    background: #6f0000;
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(139,0,0,.35);
}

/* BANK DETAILS */
.bank-details {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(0,0,0,.06);
    margin-top: 14px;
}

.bank-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bank-details li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0,0,0,.06);
}

.bank-details li:last-child {
    border-bottom: none;
}

.bank-details strong {
    color: #111827;
}

/* FOOT ACTIONS */
.wise-footer {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.back-link {
    font-size: 13.5px;
    font-weight: 700;
    color: #374151;
    text-decoration: none;
}

.back-link:hover {
    color: #8B0000;
}

/* NOTE */
.wise-note {
    margin-top: 26px;
    font-size: 13.5px;
    color: #6b7280;
    text-align: center;
    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 640px) {
    .wise-header h1 {
        font-size: 34px;
    }

    .wise-card {
        padding: 26px 22px;
    }

    .bank-details li {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Reduce space after logo */
.navbar-custom .navbar-brand {
    padding-right: 10px;   /* default is usually ~15px */
    margin-right: 10px;    /* reduce gap before nav links */
}

/* Pull nav links closer to logo */
.navbar-custom .navbar-nav {
    margin-left: 0;
}

/* Reduce horizontal padding of links */
.navbar-custom .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

/* Desktop refinement */
@media (min-width: 768px) {
    .navbar-custom {
        padding-top: 20px; /* slightly tighter than 30px */
    }

    .navbar-custom .navbar-brand {
        padding-right: 6px;
        margin-right: 6px;
    }

    .navbar-custom .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

#site-nav .container {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-custom .navbar-header {
    float: left;
}

.navbar-custom .navbar-brand {
    padding-left: 0;
    margin-left: 0;
    margin-right: 12px;   /* small gap before links */
}

.navbar-custom .navbar-collapse {
    float: left;
}

.navbar-custom .navbar-nav {
    margin-left: 0;
}

.navbar-custom .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .navbar-custom .navbar-nav {
        margin-top: 2px;
    }
}

/* ================================
   HARD FIX FOR LAPTOP NAVBAR
   ================================ */

@media (min-width: 992px) {

    /* Kill Bootstrap floats */
    #site-nav .navbar-header,
    #site-nav .navbar-nav {
        float: none !important;
    }

    /* Make container flex */
    #site-nav .container {
        display: flex;
        align-items: center;
    }

    /* Logo stays left */
    #site-nav .navbar-header {
        flex: 0 0 auto;
        margin-right: 20px;
    }

    /* Nav takes remaining space */
    #site-nav .navbar-collapse {
        flex: 1 1 auto;
        display: flex !important;
        align-items: center;
        overflow: visible;
        padding: 0;
    }

    /* Nav links row */
    #site-nav .navbar-nav {
        display: flex;
        flex-wrap: nowrap; /* prevent pushing Admin out */
        align-items: center;
        width: 100%;
    }

    #site-nav .navbar-nav > li {
        white-space: nowrap;
    }

    /* ADMIN always visible on the right */
    #site-nav .nav-admin {
        margin-left: auto;
    }
}


/* ================= MOBILE ================= */
@media (max-width: 767px) {

    #site-nav .container {
        display: block;
    }

    #site-nav .navbar-header {
        width: 100%;
        justify-content: space-between;
    }

    #site-nav .navbar-collapse {
        display: block !important;
        width: 100%;
    }

    #site-nav .navbar-links {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
    }

    #site-nav .navbar-links > li:last-child {
        margin-left: 0;
    }

    #site-nav .navbar-logo {
        height: 44px;
    }
}

/* ================= TABLET / LAPTOP ================= */
@media (min-width: 768px) and (max-width: 1199px) {

    #site-nav .navbar-logo {
        height: 48px;
    }

    #site-nav .navbar-links {
        flex-wrap: nowrap;
    }
}

/* ================= LARGE DESKTOP ================= */
@media (min-width: 1200px) {

    #site-nav .navbar-logo {
        height: 56px;
    }
}


body {
    padding-top: 70px; /* space for fixed navbar */
}

/* Mobile: navbar must grow in height */
@media (max-width: 767px) {

    #site-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    #site-nav .navbar-collapse {
        position: static !important;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid rgba(0,0,0,.08);
        box-shadow: 0 12px 28px rgba(0,0,0,.08);
    }

    #site-nav .navbar-links {
        padding: 12px 16px 20px;
    }
}



/* =================================================
   MOBILE MENU: FULL-SCREEN PANEL + NO BLEED-THROUGH
   (Bootstrap 3: .navbar-collapse.in = open)
   ================================================= */

@media (max-width: 767px) {

  /* Keep header fixed */
  #site-nav.navbar-fixed-top {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
  }

  /* Header row height (so we can place the panel below it) */
  #site-nav .navbar-header {
    position: relative;
    z-index: 10000; /* always above the panel */
  }

  /* CLOSED state should not reserve space */
  #site-nav .navbar-collapse {
    display: none !important;
  }

  /* OPEN state: full-screen panel below the header */
  #site-nav .navbar-collapse.in {
    display: block !important;

    position: fixed !important;
    top: 70px;              /* adjust if your navbar header is taller */
    left: 0;
    right: 0;
    bottom: 0;

    background: #ffffff;
    z-index: 9998;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);

    padding: 16px 18px 28px;
  }

  /* Stack links cleanly */
  #site-nav .navbar-links {
    display: block !important;
    width: 100%;
    margin: 0;
  }

  #site-nav .navbar-links > li {
    display: block;
    width: 100%;
  }

  #site-nav .navbar-links > li > a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  /* Dropdown menu should be normal flow inside the panel */
  #site-nav .dropdown-menu {
    position: static !important;
    float: none !important;
    box-shadow: none !important;
    border: 0 !important;
    margin: 6px 0 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent !important;
    padding-left: 10px;
  }
}



/* =================================================
   MOBILE MENU — FIXED FULL SCREEN (Bootstrap 3)
   ================================================= */
@media (max-width: 767px){

  /* iOS Safari: backdrop-filter + fixed children = weird clipping */
  #site-nav.navbar-modern{
    backdrop-filter: none !important;
  }

  #site-nav.navbar-fixed-top{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
  }

  /* keep header above the panel */
  #site-nav .navbar-header{
    position: relative;
    z-index: 10001;
  }

  /* IMPORTANT: do NOT override Bootstrap display rules for collapse */
  #site-nav .navbar-collapse{
    position: static !important;
  }

  /* OPEN state: full screen panel */
  #site-nav .navbar-collapse.in{
    position: fixed !important;
    top: 74px;            /* adjust if needed */
    left: 0; right: 0; bottom: 0;

    background: #fff;
    z-index: 10000;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    padding: 14px 18px 28px;
    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
  }

  /* FORCE NORMAL STACKING (kills any flex/float leftovers) */
  #site-nav .navbar-nav,
  #site-nav .navbar-nav > li,
  #site-nav .navbar-nav > li > a{
    float: none !important;
    display: block !important;
    width: 100% !important;
  }

  #site-nav .navbar-nav > li > a{
    padding: 14px 0 !important;
    color: #111 !important;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  /* dropdowns behave inside the panel */
  #site-nav .dropdown-menu{
    position: static !important;
    float: none !important;
    display: none;              /* closed by default */
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    padding: 6px 0 12px 12px;
    margin: 0 !important;
  }

  #site-nav .dropdown.open > .dropdown-menu{
    display: block !important;  /* show when opened */
  }
}



/* =========================================
   FINAL OVERRIDE — UL & LOGO SPACING FIX
   ========================================= */

/* Remove UL left spacing */
#site-nav .navbar-nav {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Reduce space after logo */
#site-nav .navbar-brand {
    margin-right: 6px !important;
    padding-right: 6px !important;
}

/* Tighten link horizontal padding */
#site-nav .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* Desktop only — pull menu closer */
@media (min-width: 992px) {
    #site-nav .navbar-header {
        margin-right: 8px !important;
    }
}

/* ================= FOOTER THEME ================= */
.site-footer{
    background:#383838 !important;
    color:#ffffff !important;
}

.site-footer p,
.site-footer span,
.site-footer strong,
.site-footer li,
.site-footer h5{
    color:#ffffff !important;
}

.site-footer a{
    color:#ffffff !important;
    text-decoration:none;
}

.site-footer a:hover{
    color:#f2f2f2 !important;
}

/* Social icons */
.site-footer .footer-social i{
    color:#ffffff !important;
}

/* Divider line */
.site-footer .row[style*="border-top"]{
    border-top:1px solid rgba(255,255,255,.15) !important;
}
