@font-face {
  font-family: Action-BAL;
  src: url('../fonts/bal/Action-BAL.ttf');
}

@font-face {
  font-family: Schwager;
  src: url('../fonts/Schwager/SchwagerSansLight.otf');
}

@font-face {
  font-family: Schwager-Bold;
  src: url('../fonts/Schwager/SchwagerSansBold.otf');
}

@font-face {
  font-family: Arial;
  src: url('../fonts/arial/arial.ttf');
}

:root {
  --text-dark: #1e4488;
  --dark: #1e4488;
  --primary: #fdb927;
  --primary-blue: #0060f5;
  --white: white;
  --primary-light-bg: #fffafe;
  --primary-light: #ff80ed4d;
  --container-grey: #ebe9e9;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --light-gray: #f9f9fa;
  --primary-30: #ff80ed4d;
  --white-50: #ffffff80;
  --gray: #e9e9e9;
  --paragraph-gray: #535353;
}


body {
  font-family: Schwager;
  font-size: 18px;
  color: #444;
  line-height: 26px;
  letter-spacing: normal;
  font-style: normal;
  text-indent: 0px;
  background: #fff;
}

a {
  color: #034ea2;
}

a:hover {
  text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.text-white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.text-yellow {
  color: #fdb927 !important;
}

.bg-yellow {
  background: #fdb927 !important;
}

.bg-black {
  background: #000 !important;
}

.text-black {
  color: #000 !important;
}

.bg-blue {
  background: #1e4488 !important;
}

.text-blue {
  color: #1e4488 !important;
}

.bg-green {
  background: #008347 !important;
}

.text-green {
  color: #008347 !important;
}

.bg-red {
  background: #c7202f !important;
}

.text-red {
  color: #c7202f !important;
}

.bg-gray {
  background: #f4f8fe !important;
}

.font-bal {
  font-family: Action-BAL !important;
  letter-spacing: 1.5px;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: Schwager-Bold;
}

p,
.paragraph-large,
ul li,
ol li {
  font-size: 18px;
  font-family: Schwager;
  letter-spacing: normal;
}

strong,
b {
  font-family: Schwager-Bold !important;
}

.nav-menu-wrapper .logo-white {
  width: 200px;
  background-color:

}

.w-webflow-badge {
  display: none !important;
}

.home-banner-section {
  /*  background-image: linear-gradient(to bottom, #0000, var(--text-dark)), url("../img/summit2.jpeg");*/
  background-image: url("../img/bg.jpg");
  background-position:
    0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.nav-item-title,
.link-header,
.header-button,
.nav-button {
  font-size: 30px;
  font-family: Action-BAL;
}

.header-button {
  font-family: Action-BAL;
}

.banner-top-right {
  background-image: url("../img/BG-01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  height: 100vh;
}

.button-white {
  font-size: 30px;
  font-family: Action-BAL;
}

.home-card-wrap {
  background: transparent;
}

.home-1-wrapper {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.event-title-large,
.event-title-large:hover {
  transition: none;
  color: #fff;
  font-family: Action-BAL;
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}

h4.event-title {
  font-size: 30px;
}

.event-date {
  font-size: 25px
}

.decider {
  border-bottom: 1px solid #fff;
}

.latest-events-wrap {
  margin-top: 0
}

.latest-event-item-image-wrap {
  bottom: 0;
  /*  position: absolute;*/
  width: 100%;
}

.latest-events-title-wrap {
  text-align: center;
}

.latest-event-item-image-wrap .latest-event-item-image {
  height: auto;
}

.latest-events-title-wrap .stat_circle {
  width: 200px;
  height: 200px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 100%;
  background: #fdb927 !important;
}

.latest-events-title-wrap .stat_circle h4 {
  font-size: 40px;
}

.latest-events-title-wrap .date-title {
  font-size: 20px;
  font-family: Schwager-Bold;
}

.section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.title-we-plan-event {
  font-size: 60px;
  font-family: Action-BAL;
}

.we-plan-event-top-right {
  top: 0px;
}

.title-last-events-wrap .title-latest-events {
  font-family: Action-BAL;
  line-height: 1;
}

.section-title {
  font-family: Action-BAL;
  line-height: 1;
}

.speaker-image-wrap {
  height: auto;
}

.speaker-image-wrap .card-title {
  height: auto;
}

.speaker-image-wrap .card-title .title-card {
  font-family: Action-BAL;
  line-height: 1;
}

.why_attend {
  padding: 50px 15px;
  background-image: url("../img/BG-01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.who_attend {
  width: 50%;
  margin-top: 0;
  background-image: url("../img/banner3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px;
}

.attend .second-event-item {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.who_attend ul,
.why_attend ul {
  list-style: disc;
  padding-left: 20px;
}

.who_attend li,
.why_attend li {
  color: var(--text-dark);
  background-image: none;
  margin-bottom: 10px;
  padding-left: 0;
}

.who_attend ul li strong,
.why_attend ul li strong {
  font-family: Schwager !important;
}

.who_attend li {
  color: #fff
}

.section.quote {
  padding-bottom: 80px
}

blockquote {
  font-family: Action-BAL;
  line-height: 1;
  font-size: 40px;
}

.section.section-shadow {
  box-shadow: none;
}

.event-tab-link {
  color: var(--text-dark);
  border: 1px solid var(--primary);
  background-color: var(--white);
  padding: 20px 50px;
  font-family: Schwager-Bold;
}

.event-tab-link.w--current {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.program .date-title {
  font-size: 20px;
  text-transform: none;
}

.program .latest-event-item-3 {
  width: 100%;
  border: none;
}

.program .latest-event-list-home-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.program .prog-time {
  padding-top: 15px;
}

.program .prog-time h6 {
  letter-spacing: normal;
  margin-bottom: 0;
}

.program .prog-title {
  padding: 15px;
  border-left: 1px solid #fdb927;
}

.program .prog-title .date-title,
.program .prog-title .date-title:hover {
  color: var(--text-dark);
  margin-bottom: 0;
}

.program .latest-event-title-wrap-horisontal {
  width: 100%;
  border-bottom: 1px solid #fdb927;
  padding: 0;
  /*background-image: url("../img/Stripe-01.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;*/
}

.prog-hr {
  border-top: solid 1px var(--text-dark);
  border-bottom: none;
}

.section_one_mc {
  margin-top: 75px;
}

.register-form {
  color: #333;
  width: 100%;
  padding: 30px;
  background: #fff;
  width: 60%;
}

.register-form .form-group {
  padding-bottom: 8px;
}

.register-form .validate {
  /*  display: none;*/
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.register-form .help-block,
.register-form .help-block ul {
  margin: 0;
}

.register-form .help-block ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: red;
  font-weight: 400;
  font-size: 12px;
}

.register-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.register-form .error-message br+br {
  margin-top: 25px;
}

.register-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.register-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.register-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.register-form .form-group {
  margin-bottom: 5px;
}

.register-form label {
  padding-bottom: 8px;
  color: #444444;
  font-size: 14px;
  margin: .6em 0 0;
  font-weight: 300;
  text-align: left !important;
}

.register-form label span {
  color: red;
}

.separator-line {
  border-top: 1px solid #cdcdcd;
}

.register-form input,
.register-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.register-form a {
  color: #034ea2;
  font-family: Schwager;
  font-size: 16px;
  text-transform: none;
}

.register-form input:focus,
.register-form textarea:focus,
.register-form select:focus,
.select2-container--default .select2-selection--single:focus,
.register-form input:hover,
.register-form textarea:hover,
.register-form select:hover,
.select2-container--default .select2-selection--single:hover {
  border-color: #008347;
}

.register-form input {
  /*height: 44px;*/
}

.register-form textarea {
  padding: 10px 12px;
  min-height: 60px;
}

.register-form button[type="submit"] {
  background: #1e4488;
  border: 0;
  padding: 5px 35px;
  color: #fff;
  transition: 0.4s;
}

.register-form button[type="submit"]:hover {
  background: #fdb927;
}

.register-form button[type="submit"]:disabled {
  background-color: #fdb927;
  border-color: #fdb927;
  cursor: not-allowed;
  opacity: .5;
}

.register-form .form-control,
.select2-container--default .select2-selection--single {
  border: 1px solid #e4e6e8;
  border-radius: 0px;
  height: 35px !important;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100% !important;
}

.iti {
  width: 100%;
}

.select2-results__option {
  text-align: left;
  color: #333;
}

.register-form .form-control[disabled] {
  background-color: #eee;
  cursor: not-allowed;
}

.register-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.register-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* checkbox
=============================== */
.checkbox-mc {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px !important;
  cursor: pointer;
}

.checkbox-mc a,
.checkbox-mc a:hover {
  color: #f7ad18;
}

.checkbox-mc input[type=checkbox] {
  visibility: hidden;
}

.geekmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #333;
}

.checkbox-mc:hover input~.geekmark {
  border: 1px solid #0b8048;
}

.checkbox-mc input:active~.geekmark {
  background-color: #0b8048;
  border: 1px solid #0b8048;
}

.checkbox-mc input:checked~.geekmark {
  background-color: #0b8048;
  border: 1px solid #0b8048;
}

.geekmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-mc input:checked~.geekmark:after {
  display: block;
}

.checkbox-mc .geekmark:after {
  left: 8px;
  bottom: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Custom radio button*/
.radio-mc {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300 !important;
  /*  text-align: left;*/
}

/* Hide the browser's default radio button */
.radio-mc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: hsla(15, 28%, 89%, .05);
  border: 1px solid #444444;
  border-radius: 50% !important;
}

/* On mouse-over, add a grey background color */
/*.radio-mc:hover {
  color: #f6b024;
}
.radio-mc:hover input ~ .checkmark {
  background-color: #f6b024;
}*/

/* When the radio button is checked, add a blue background */
.radio-mc input:checked~.checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-mc input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-mc .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fdb927;
}

.modal-body p {
  color: #6a6a6a;
  font-size: 16px;
  text-align: justify;
}

.modal-content {
  background: #1d341d;
  border-radius: 7px !important;
  transition: 0.3s;
}

.modal-content p {
  color: #fff;
}

.modal-content p b {
  font-size: 20px;
  line-height: 1.2;
}

.modal-content button {
  background: rgb(0, 47, 43);
  padding: 5px 10px;
  border-radius: 4px !important;
  float: right;
  display: block;
}

.modal-body {
  padding: 20px;
}

.speaker-image {
  height: auto;
  object-fit: fill;
}

.accordion-item {
  background-image: url("../img/Stripe-01.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.landing-customers-content-left {
  align-items: center;
  justify-content: center;
}

.paragraph-benefits-lp-2,
.landing-paragraph-style-2 {
  font-family: Schwager-Bold;
  color: var(--text-dark)
}

.footer-copyright {
  font-family: Schwager;
}

.second-event-image-top-wrapper {
  min-height: 100px;
}

@media(max-width: 991px) {
  .home-banner-section {
    padding-top: 0px;
  }

  .banner-top-right {
    width: 100%;
  }

  .banner-top-title-left {
    display: none;
  }

  .event-title-large,
  .event-title-large:hover {
    font-size: 50px
  }

  .title-we-plan-event {
    font-size: 40px;
  }

  .who_attend,
  .why_attend {
    width: 100%
  }

  .latest-event-title-wrap-horisontal {
    padding: 5px
  }

  .register-form {
    width: 100%
  }

  .hidden-xs {
    display: none !important;
  }

  .program .prog-title {
    padding-top: 0
  }
}

@media(max-width: 900px) {}

@media(max-width: 800px) {}

@media (max-width:768px) {}

/*Joy*/
.full-box-image-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  /* Adjust height as needed */
  overflow: hidden;
  font-family: Action-BAL;
  font-size: 30px;
}

.full-box-image-wrap img.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-family: Schwager;
  font-size: 30px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  /* Optional: dark overlay for readability */
  text-align: center;
  font-family: Action-BAL;
  font-size: 30px;
}

.image-title {
  color: #fff;
  font-size: 40px;

  margin: 0;
  padding: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  font-family: Action-BAL;
}

@media (max-width: 768px) {
  .full-box-image-wrap {
    height: 200px;
  }

  .image-title {
    font-size: 1.2rem;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .full-box-image-wrap {
    height: 180px;
  }

  .image-title {
    font-size: 1rem;
    padding: 6px;
  }
}

.speaker-grid-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  /* Default: 5 columns */
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

/* Large tablets and below: 3 columns */
@media (max-width: 1024px) {
  .speaker-grid-details {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Small tablets and phones: 2 columns */
@media (max-width: 768px) {
  .speaker-grid-details {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Phones: 1 column */
@media (max-width: 480px) {
  .speaker-grid-details {
    grid-template-columns: 1fr !important;
  }
}

.media-card-section {
  background: #f9f9f9;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* SECTION WRAPPER */
.media-card-section {
  background: #f9f9f9;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;  /* ✅ Fix for iOS Safari */
}

/* HORIZONTAL FLEX ROW */
.media-card-row {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
  white-space: nowrap;  /* ✅ Ensures items stay in one line */
}

/* SPACE BETWEEN MULTIPLE ROWS */
.media-card-row + .media-card-row {
  margin-top: 26px;
}

/* INDIVIDUAL CARD BOX */
.media-card-box {
  position: relative;
  flex: 0 0 auto;         /* ✅ Tells Safari not to shrink/grow the box */
  min-width: 280px;
  height: 350px;
  min-height: 350px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

  -webkit-transform: translateZ(0); /* ✅ Triggers GPU layer in Safari */
}



.media-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Play button positioned in center of image */
.play-link-button {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  width: 40px;
  /* a bit bigger for visibility */
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: 3px solid white;
  z-index: 10;
  /* ensure above the image */
}

.play-link-button:hover {
  background-color: var(--primary);
}

.play-link-button::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid white;
}


.media-card-title {
  font-size: 25px !important;
  margin: 12px 0 0;
  font-family: Action-BAL;
}

.media-card-button,
.media-card-link {
  display: inline-block;
  margin: 12px auto 16px;
  padding: 8px 20px;
  background-color: var(--text-dark);
  color: var(--white);
  border: none;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.media-card-button:hover,
.media-card-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

/* Fullscreen Video Overlay */
.media-card-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.media-card-video-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.media-card-video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* Close Button */
.media-card-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .media-card-row {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 100%;
  }

  .media-card-box {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    height: 390px;

  }

  .media-card-img {
    height: auto;
  }

  .media-card-video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 0 10px;
  }
}


.ai-home-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../img/section-three.JPG');
  /* Replace with your own image */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.ai-home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Black filter */
  z-index: 1;
}

.ai-home-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ai-home-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  color: #fff;
  animation: ai-home-fadeInLeft 1.5s ease forwards;
  opacity: 0;
}

.ai-home-title {
  font-size: 1.2rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.ai-home-subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.ai-home-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.ai-home-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ai-home-date {
  font-weight: bold;
  color: #ccc;
}

.ai-home-btn {
  background-color: #ffd700;
  color: #000;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.ai-home-btn:hover {
  background-color: #e6c200;
}

@keyframes ai-home-fadeInLeft {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .ai-home-subtitle {
    font-size: 2rem;
  }

  .ai-home-description {
    font-size: 0.95rem;
  }

  .ai-home-container {
    padding: 30px 20px;
  }

  .ai-home-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}