/* ============================
   WBIS 3rd Edition — Modern Light Theme
   Primary accent: #3CB1AD (WBIS logo teal)
   Loaded after main2.css
   ============================ */

/* -- Design Tokens --
   Background:      #FAFBFB
   Surface:          #FFFFFF
   Surface alt:      #F0F7F7  (faint teal tint)
   Text:             #1B2A4A
   Text secondary:   #6B7280
   Text muted:       #9CA3AF
   Accent:           #3CB1AD
   Accent hover:     #2E9E9A
   Accent subtle:    #E6F5F4
   Border:           #E5E7EB
   Border light:     #F3F4F6
   Shadow sm:        0 1px 2px rgba(0,0,0,.05)
   Shadow md:        0 4px 12px rgba(0,0,0,.06)
   Shadow lg:        0 8px 30px rgba(0,0,0,.08)
*/

/* =====================
   1. BASE
   ===================== */
*::selection {
  color: #fff;
  background-color: #3CB1AD;
}

body {
  color: #1B2A4A;
  background-color: #FAFBFB;
}

body::-webkit-scrollbar-track {
  background-color: #F3F4F6;
}
body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
  background-color: #3CB1AD;
}

h1, h2, h3, h4, h5, h6, p {
  color: #1B2A4A;
}

p, th, td, li, input, textarea, select, label, blockquote, span {
  color: #1B2A4A;
}

a, button {
  color: #1B2A4A;
}
a:hover, button:hover {
  color: #3CB1AD;
}

.accordion-item a:hover {
  color: #3CB1AD;
}

/* =====================
   2. BUTTONS
   ===================== */
.cmn-button {
  color: #fff;
  background-color: #3CB1AD;
  box-shadow: 0 2px 8px rgba(60, 177, 173, .25);
  border-radius: 8px;
}
.cmn-button::before,
.cmn-button::after {
  background-color: #3CB1AD;
  border-radius: 8px 0 0 8px;
}
.cmn-button::after {
  border-radius: 0 8px 8px 0;
}
.cmn-button:hover {
  color: #3CB1AD;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(60, 177, 173, .18);
}
.cmn-button:hover::before,
.cmn-button:hover::after {
  width: 0%;
}

.cmn-button--secondary {
  color: #3CB1AD;
  background-color: #E6F5F4;
  box-shadow: none;
}
.cmn-button--secondary::after,
.cmn-button--secondary::before {
  background-color: #E6F5F4;
}
.cmn-button--secondary:hover {
  color: #fff;
  background-color: #3CB1AD;
}

/* =====================
   3. SCROLL-TO-TOP
   ===================== */
.progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(60, 177, 173, .35);
}
.progress-wrap::after {
  color: #3CB1AD;
}
.progress-wrap::before {
  background: #3CB1AD;
  -webkit-background-clip: text;
  background-clip: text;
}
.progress-wrap svg.progress-circle path {
  stroke: #3CB1AD;
}

/* =====================
   4. FORMS
   ===================== */
.input-single input,
.input-single textarea {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #1B2A4A;
  border-radius: 8px;
}
.input-single input::placeholder,
.input-single textarea::placeholder {
  color: #9CA3AF;
}
.input-single input:focus,
.input-single textarea:focus {
  border-color: #3CB1AD;
  outline: none;
  box-shadow: 0 0 0 3px rgba(60, 177, 173, .12);
}

/* =====================
   5. PRELOADER
   ===================== */
#preloader {
  background: #3CB1AD;
}
.ctn-preloader .animation-preloader .spinner {
  border-color: rgba(255,255,255,.4);
  border-top-color: #fff;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(255,255,255,.4);
}
.ctn-preloader .loader-section {
  background-color: #3CB1AD;
}

/* =====================
   6. TOP BAR
   ===================== */
.top-bar {
  background: #3CB1AD;
  color: #fff;
}
.top-bar-link {
  color: #fff;
}
.top-bar-link:hover {
  color: #E6F5F4;
}

/* =====================
   7. HEADER / NAV
   ===================== */
.header .nav__menu-link {
  color: #fff;
  font-weight: 500;
}
.header .nav__menu-link:hover {
  color: #E6F5F4;
}

.header-active {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
}
.header-active .nav__menu-link {
  color: #1B2A4A;
}
.header-active .nav__menu-link:hover {
  color: #3CB1AD;
}
.header-active .nav__bar .icon-bar {
  background-color: #1B2A4A;
}

.header .nav__menu-item--dropdown .nav__dropdown {
  background-color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  border: 1px solid #F3F4F6;
}
.header .nav__menu-item--dropdown .nav__dropdown-item {
  border-bottom: 1px solid #F3F4F6;
  color: #1B2A4A;
}
.header .nav__menu-item--dropdown .nav__dropdown-item:hover {
  color: #3CB1AD;
  border-color: #3CB1AD;
}
.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
  color: #3CB1AD;
}

.header .nav__uncollapsed-inner .cart {
  background-color: #3CB1AD;
}
.header .nav__uncollapsed-inner .cart i {
  color: #fff;
}

.backdrop {
  background-color: rgba(17,24,39,.3);
}

/* =====================
   8. HERO
   ===================== */
.hero {
  background-color: #F0F7F7;
}
.hero .hero__content h5 {
  color: #3CB1AD;
}
.hero .hero__content .hero__content-title,
.hero .hero__content .hero__content-title span {
  color: #fff;
}

.hero .hero__thumb {
  background: rgba(255,255,255,.2);
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  border: 1px solid rgba(255,255,255,.45);
  backdrop-filter: blur(24px);
  border-radius: 24px;
}
.hero .hero__thumb h4,
.hero .hero__thumb h4 span {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.35);
}

.hero .social a:hover {
  color: #3CB1AD;
}

/* =====================
   9. CONFERENCE / ABOUT
   ===================== */
.conference .conference__content h2 span {
  color: #3CB1AD;
}

.conference .conference__thumb::before {
  background: linear-gradient(180deg, #3CB1AD 0%, #2E9E9A 100%);
  border-radius: 60px;
}

.conference .conference__thumb-single {
  background: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  border: 1px solid #E5E7EB;
  border-radius: 60px;
}
.conference .conference__thumb-single h1,
.conference .conference__thumb-single h5,
.conference .conference__thumb-single p {
  color: #1B2A4A;
}
.conference .conference__thumb-date h5::before {
  background-color: #E5E7EB;
}

.conference hr {
  border-color: #E5E7EB;
}

.conference .conference__thumb-location .cmn-button {
  border: 1px solid #E5E7EB;
  color: #1B2A4A;
  background-color: transparent;
}
.conference .conference__thumb-location .cmn-button a {
  color: inherit;
}
.conference .conference__thumb-location .cmn-button:hover {
  color: #fff;
  border-color: transparent;
}
.conference .conference__thumb-location .cmn-button:hover::before,
.conference .conference__thumb-location .cmn-button:hover::after {
  width: 55%;
}

/* =====================
   10. VIDEO SECTION
   ===================== */
.video-modal .video-modal__content::before {
  background: rgba(60, 177, 173, .15);
  border-radius: 16px;
}
.video-modal .video-popup {
  background-color: #3CB1AD;
  color: #fff;
}
.video-overlay {
  background: rgba(60, 177, 173, .12) !important;
}

/* Fix video heading centering — override absolute positioning from main2.css */
.video-heading {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
}

/* =====================
   11. SPEAKERS
   ===================== */
.speaker::before {
  background-image: none;
  background-color: #F0F7F7;
}

.speaker .speaker__single {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.speaker .speaker__single:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.07);
  transform: translateY(-2px);
}

.speaker .speaker__single-content::before {
  background-color: #3CB1AD;
}
.speaker .speaker__single-content h6 {
  color: #1B2A4A;
}
.speaker .speaker__single-content p {
  color: #3CB1AD;
}

.speaker .social a:hover {
  color: #3CB1AD;
}

/* =====================
   12. SCHEDULE / AGENDA
   ===================== */
.schedule {
  background-color: #FAFBFB;
}

.schedule .schedule__tab-btn {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}
.schedule .schedule__tab-btn span {
  color: #1B2A4A;
}
.schedule .schedule__tab-btn:hover {
  background-color: #3CB1AD;
}
.schedule .schedule__tab-btn:hover span {
  color: #fff;
}
.schedule .schedule__tab-btn--active {
  background-color: #3CB1AD;
}
.schedule .schedule__tab-btn--active span {
  color: #fff;
}

.schedule .schedule__single {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  border-radius: 12px;
}
.schedule .schedule__single::before {
  background-color: #3CB1AD;
}
.schedule .schedule__single::after {
  background-color: #3CB1AD;
}
.schedule .schedule__single p:nth-of-type(1) {
  color: #6B7280;
}
.schedule .schedule__single p:nth-of-type(2),
.schedule .schedule__single p:nth-of-type(3) {
  color: #3CB1AD;
}
.schedule .schedule__single h5 {
  color: #1B2A4A;
}

.schedule .schedule__single button {
  color: #1B2A4A;
}
.schedule .schedule__single button i {
  color: #1B2A4A;
}
.schedule .schedule__single button:hover,
.schedule .schedule__single button:hover i {
  color: #3CB1AD;
}

/* =====================
   13. EVENT LOCATION
   ===================== */
.evt-location .evt-location__content {
  background: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  border-radius: 12px;
}
.evt-location .evt-location__content h5 {
  color: #3CB1AD;
}
.evt-location .evt-location__content h2,
.evt-location .evt-location__content p {
  color: #1B2A4A;
}
.evt-location .evt-location__content ul li {
  color: #374151;
}
.evt-location .evt-location__content ul li i {
  color: #3CB1AD;
}

/* =====================
   14. FAQ
   ===================== */
.faq .faq__content .accordion-item {
  background: #FFFFFF;
  border-color: #E5E7EB;
  border-radius: 12px;
}
.faq .faq__content .accordion-button {
  background: #FFFFFF;
  box-shadow: none;
  color: #1B2A4A;
  border-radius: 12px;
}
.faq .faq__content .accordion-button::after {
  background: #F3F4F6;
  color: #6B7280;
}
.faq .faq__content .accordion-button:not(.collapsed)::after {
  background-color: #3CB1AD;
  color: #fff;
}
.faq .faq__content .accordion-body {
  background: #FFFFFF;
  border-top: 1px solid #F3F4F6;
}
.faq .faq__content .accordion-body p {
  color: #374151;
}

/* =====================
   15. RESERVE / GET TICKET
   ===================== */
.get-ticket .get-ticket__content {
  background-color: #3CB1AD;
  border-radius: 16px;
}
.get-ticket .get-ticket__content h2 {
  color: #fff;
}
.get-ticket .get-ticket__meta {
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 12px;
}
.get-ticket .get-ticket__meta p {
  color: #fff;
}
.get-ticket .get-ticket__meta p::before {
  background-color: rgba(255,255,255,.4);
}
.get-ticket .get-ticket__meta p i {
  color: #fff;
}

/* =====================
   16. FOOTER / CONTACT
   ===================== */
.contact {
  background-color: #FAFBFB;
  background-image: none;
}
.contact .contact__content h5 {
  color: #3CB1AD;
}
.contact hr {
  border-color: #E5E7EB;
}
.contact ul i {
  background-color: #3CB1AD;
  color: #fff;
}
.contact .social a:hover {
  color: #3CB1AD;
}

.contact .contact__form {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
  border-radius: 16px;
}
.contact .contact__form h3 span {
  color: #3CB1AD;
}
.contact .contact__form .contact__form-checkbox label {
  border: 1px solid #E5E7EB;
  color: #1B2A4A;
  border-radius: 8px;
}
.contact .contact__form .contact__form-checkbox input:checked + label {
  background-color: #3CB1AD;
  border-color: #3CB1AD;
  color: #fff;
}
.contact .contact__form .contact__form-single input,
.contact .contact__form .contact__form-single textarea {
  background: #FAFBFB;
  border: 1px solid #E5E7EB;
  color: #1B2A4A;
  border-radius: 8px;
}
.contact .contact__form .contact__form-single input::placeholder,
.contact .contact__form .contact__form-single textarea::placeholder {
  color: #9CA3AF;
}

.footer__group {
  border-top: 1px solid #E5E7EB;
}
.footer__content p,
.footer__content p a {
  color: #6B7280;
}
.footer__content p a:hover {
  color: #3CB1AD;
}
.footer__links ul a {
  color: #6B7280;
}
.footer__links ul a:hover {
  color: #3CB1AD;
}

/* =====================
   17. SECTION HEADERS (specificity fix)
   ===================== */
/* These match the 2-class specificity from main2.css */
.section__header .section__header-sub-title {
  color: #3CB1AD;
}
.section__header .section__header-title {
  color: #1B2A4A;
}
.section__header .section__header-title span {
  color: #3CB1AD;
}
.section__header .section__header-content {
  color: #6B7280;
}
.section__content h5 {
  color: #3CB1AD;
}
.section__content h2 {
  color: #1B2A4A;
}

/* =====================
   18. ACCENT OVERRIDES
   ===================== */
.hero__content-title span {
  color: #3CB1AD;
}
.schedule__single h5 {
  color: #3CB1AD;
}
.section__header-sub-title {
  color: #3CB1AD !important;
}

/* =====================
   18. TICKET MODAL
   ===================== */
.ticket-modal {
  background: rgba(17,24,39,.6);
}
.ticket-modal::-webkit-scrollbar-track {
  background-color: #F3F4F6;
}
.ticket-modal::-webkit-scrollbar-button,
.ticket-modal::-webkit-scrollbar-thumb {
  background-color: #3CB1AD;
}
.ticket-modal .ticket-modal-container {
  background: #FFFFFF;
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
  border-radius: 20px;
}
.ticket-modal .ticket-modal-container .close-ticket {
  background: #3CB1AD;
  border-radius: 0 20px 0 0;
}
.ticket-modal .select-ticket-package {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
}
.ticket-modal .select-ticket-package .checkmark {
  border: 1px solid #3CB1AD;
}
.ticket-modal .select-package input:checked + label .checkmark::before {
  background-color: #3CB1AD;
}
.ticket-modal .input-checkbox .checkbox-check {
  background-color: #F3F4F6;
  border-radius: 6px;
}
.ticket-modal .payment-package label {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
}
.ticket-modal .payment-package .pay-check {
  border: 1px solid #3CB1AD;
}
.ticket-modal .payment-package input:checked + label .pay-check::before {
  background-color: #3CB1AD;
}

/* =====================
   19. RESPONSIVE — MOBILE
   ===================== */
@media only screen and (max-width: 1199px) {
  .header .nav__menu {
    background: #FFFFFF;
    box-shadow: 4px 0 24px rgba(0,0,0,.06);
  }
  .header .nav__menu-logo .nav__menu-close {
    color: #1B2A4A;
  }
  .header .nav__menu-link {
    color: #1B2A4A;
    background-color: #F0F7F7;
    border-radius: 8px;
  }
  .header .nav__menu-link:hover {
    color: #3CB1AD;
    background-color: #E6F5F4;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
    color: #3CB1AD !important;
  }
  .hero .hero__thumb h4 span::before {
    background-color: #fff;
  }
}

/* =====================
   20. BULLET POINTS
   ===================== */
.bullet-point-li {
  color: #1B2A4A;
}
.bullet-point-li strong {
  color: #1B2A4A;
}
.bullet-point-li em {
  color: #374151;
}

/* =====================
   22. GEOMETRIC BACKGROUND DECORATIONS
   ===================== */

/* ---------- HERO ---------- */
/* Orb left + orb bottom-right via ::after + layered bg */
.hero::after {
  content: "";
  position: absolute;
  top: 8%;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(60,177,173,.15) 0%, transparent 60%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.hero .hero__content {
  position: relative;
}
.hero .hero__content::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(255,255,255,.15);
  border-radius: 50%;
  pointer-events: none;
}

/* ---------- CONFERENCE ---------- */
/* Dot grid + two orbs via layered backgrounds */
.conference {
  background-image:
    radial-gradient(circle, rgba(60,177,173,.12) 1.5px, transparent 1.5px),
    radial-gradient(ellipse at 90% 10%, rgba(60,177,173,.12) 0%, transparent 50%),
    radial-gradient(ellipse at 5% 90%, rgba(60,177,173,.08) 0%, transparent 45%);
  background-size: 30px 30px, 100% 100%, 100% 100%;
}
/* Ring top-right */
.conference .conference__content::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -50px;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(60,177,173,.18);
  border-radius: 50%;
  pointer-events: none;
}
.conference .conference__content {
  position: relative;
}
/* Small diamond bottom-left */
.conference .conference__thumb::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -30px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(60,177,173,.15);
  transform: rotate(45deg);
  pointer-events: none;
}

/* ---------- VIDEO SECTION ---------- */
.video-modal {
  position: relative;
}
.video-modal::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 3%;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(60,177,173,.16);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.video-modal::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 4%;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(60,177,173,.12);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 0;
}

/* ---------- SPEAKERS ---------- */
.speaker {
  overflow: hidden;
}
/* Large orb top-right */
.speaker::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(60,177,173,.18) 0%, transparent 60%);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
/* Dot grid + orb bottom-left via layered bg */
.speaker .section__header {
  position: relative;
}
.speaker .section__header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -60px;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(60,177,173,.16);
  border-radius: 50%;
  pointer-events: none;
}
.speaker .section__header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -40px;
  width: 45px;
  height: 45px;
  border: 2px solid rgba(60,177,173,.12);
  transform: rotate(45deg);
  pointer-events: none;
}

/* ---------- SCHEDULE / AGENDA ---------- */
.schedule {
  position: relative;
  overflow: hidden;
  background-image:
    repeating-linear-gradient(
      135deg,
      transparent,
      transparent 40px,
      rgba(60,177,173,.08) 40px,
      rgba(60,177,173,.08) 41px
    ),
    radial-gradient(ellipse at 85% 80%, rgba(60,177,173,.1) 0%, transparent 45%),
    radial-gradient(ellipse at 10% 20%, rgba(60,177,173,.08) 0%, transparent 40%);
}
/* Ring cluster top-right */
.schedule::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 3%;
  width: 120px;
  height: 120px;
  border: 2.5px solid rgba(60,177,173,.18);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.schedule::after {
  content: "";
  position: absolute;
  top: 80px;
  right: 6%;
  width: 55px;
  height: 55px;
  border: 2px solid rgba(60,177,173,.13);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
/* Diamond bottom-left via inner element */
.schedule .schedule__tab-btns {
  position: relative;
}
.schedule .schedule__tab-btns::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 2%;
  width: 55px;
  height: 55px;
  border: 2px solid rgba(60,177,173,.14);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 0;
}

/* ---------- EVENT LOCATION ---------- */
/* Dot pattern overlay */
.evt-location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle, rgba(60,177,173,.12) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(60,177,173,.12) 1.2px, transparent 1.2px);
  background-size: 34px 34px;
  background-position: 0 0, 17px 17px;
  pointer-events: none;
  z-index: 0;
}

/* ---------- FAQ ---------- */
.faq {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse at 95% 5%, rgba(60,177,173,.1) 0%, transparent 40%);
}
/* Rings bottom-left */
.faq::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 280px;
  height: 280px;
  border: 2.5px solid rgba(60,177,173,.2);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.faq::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 170px;
  height: 170px;
  border: 2.5px solid rgba(60,177,173,.14);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
/* Diamond top-right via inner element */
.faq .faq__content {
  position: relative;
}
.faq .faq__content::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(60,177,173,.14);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 0;
}

/* ---------- RESERVE / GET TICKET ---------- */
.get-ticket .get-ticket__content {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse at top right, rgba(255,255,255,.3) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(0,0,0,.08) 0%, transparent 40%);
}
.get-ticket .get-ticket__content::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border: 2.5px solid rgba(255,255,255,.2);
  border-radius: 50%;
  pointer-events: none;
}
.get-ticket .get-ticket__content::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -25px;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 50%;
  pointer-events: none;
}

/* ---------- CONTACT / FOOTER ---------- */
.contact {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse at 8% 30%, rgba(60,177,173,.08) 0%, transparent 40%),
    radial-gradient(circle, rgba(60,177,173,.1) 1px, transparent 1px);
  background-size: 100% 100%, 28px 28px;
}
/* Diamonds right side */
.contact::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 3%;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(60,177,173,.2);
  transform: rotate(45deg);
  z-index: 0;
  pointer-events: none;
}
.contact::after {
  content: "";
  position: absolute;
  top: 110px;
  right: 6%;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(60,177,173,.15);
  transform: rotate(45deg);
  z-index: 0;
  pointer-events: none;
}
/* Ring left side via inner element */
.footer__group {
  position: relative;
}
.footer__group::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -40px;
  width: 130px;
  height: 130px;
  border: 2px solid rgba(60,177,173,.12);
  border-radius: 50%;
  pointer-events: none;
}

/* ---------- HIDE DECORATIONS ON SMALL SCREENS ---------- */
@media only screen and (max-width: 767px) {
  .hero::after,
  .hero .hero__content::before,
  .conference .conference__content::before,
  .conference .conference__thumb::after,
  .video-modal::before,
  .video-modal::after,
  .speaker .section__header::before,
  .speaker .section__header::after,
  .schedule::before,
  .schedule::after,
  .schedule .schedule__tab-btns::before,
  .faq .faq__content::before,
  .get-ticket .get-ticket__content::before,
  .get-ticket .get-ticket__content::after,
  .contact::before,
  .contact::after,
  .footer__group::before {
    display: none;
  }
}
