/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header.experiencefragment.aem-GridColumn.aem-GridColumn--default--12 {
    display: none;
}
footer.experiencefragment {  display: none; }
.root.container.responsivegrid {
    max-width: 100% !important;
    padding: 0px 0px !important;
}
main.container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    max-width: 100% !important;
    padding: 0px 0px !important;
}
section.container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    max-width: 100% !important;
    padding: 0px 0px !important;
}

html {
  overscroll-behavior: none;
}
body {
  font-family: "KlavikaWeb";
  line-height: 1.6;
  color: black;
  background-color: #f8f9fa;
}
a {
  text-decoration: none !important;
  letter-spacing: 0 !important;
}
img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 1264px !important;
}

html .header .container,
body .header .container {
  max-width: 1304px !important;
  padding: 0 40px !important;
}
/* button style */

.btn-black-style a {
  border-radius: 5px;
  font-size: 16px;
  display: inline-flex;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-family: "KlavikaWeb";
  margin-top: 3px;
  font-weight: 700;
  transition: color 0.3s, background 0.3s, border 0.3s;
  background-color: #080808;
  color: #00fd92;
  border: 1.5px solid #00a323;
}
.btn-black-style a:hover {
  background: rgba(0, 253, 146, 0.5);
  border: 1.5px solid #00774c;
  color: #080808;
}
.btn-green-style a {
  background-color: #00fd92;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #006616;
  text-transform: uppercase;
  font-family: "KlavikaWeb";
  margin-top: 3px;
  font-weight: 700;
  line-height: 1.5 !important;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.btn-green-style a:hover {
  background: #00774c;
  border: 1.5px solid #080808;
  color: #ffffff;
}

/* Header and Navigation */
.rsac-header.header {
  background-color: #FFF !important;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 1000;
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.rsac-header.header .container {
  justify-content: center;
}
.rsac-header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 14px;
  position: relative;
  height: 80px;
  left: 0;
  top: 0;
  background: transparent;
  overflow-y: hidden;
  width: 100%;
  margin-top: 0 !important;
}
.rsac-header .navbar .nav-brand {
  max-width: 170px;
}
.rsac-header nav::before {
  display: none;
}
.rsac-header .nav-brand h1 {
  color: #00fd92;
  font-size: 1.8rem;
  font-weight: bold;
}

.rsac-header .nav-menu {
  display: flex;
  list-style: none;
  gap: 0rem;
  margin-top: 10px;
  padding-left: 6px;
}

.rsac-header .nav-menu li {
  padding: 0 10px;
}
.rsac-header .nav-link {
  color: #080808;
  text-decoration: none;
  font-weight: 500 !important;
  transition: color 0.3s ease;
  font-family: "KlavikaWeb";
  font-size: 16px !important;
  padding-bottom: 0.5rem;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.rsac-header .nav-link:hover {
  color: #00774C;
}
.rsac-header .nav-link:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #00fd92;
}

.rsac-header .nav-link.active {
  color: #00774C;
}
.rsac-header .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #00fd92;
}

.rsac-header .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.rsac-header .bar {
  width: 25px !important;
  height: 3px !important;
  background-color: #080808 !important;
  margin: 3px 0 !important;
  transition: 0.3s;
}

.rsac-header .btn-wrap a {
  background-color: #00fd92;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  display: inline-flex;
  padding: 11px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #006616;
  text-transform: uppercase;
  font-family: "KlavikaWeb";
  margin-top: 3px;
  font-weight: 700;
  line-height: 1.6 !important;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.rsac-header .btn-wrap a:hover {
  background: #00774c;
  border: 1.5px solid #080808;
  color: #ffffff;
}
/* Hero Section */
.rsac-hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #fff;
  max-height: 821px;
  margin-top: 78px;
}

/* Background Image */
.rsac-hero-banner .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Hero Content */
.rsac-hero-banner .hero-content {
  position: relative;
  z-index: 3;
  max-width: 840px;
  margin-top: 3px;
  /* padding: 0 20px; */ 
}

.rsac-hero-banner .event-logo img {
  width: 430px;
  margin-bottom: 64px;
}

.rsac-hero-banner .line-code {
  margin-bottom: 50px;
}

.rsac-hero-banner .event-title {
  font-size: 100px !important;
  line-height: 85% !important;
  margin-bottom: 25px;
  color: #080808;
  text-transform: uppercase;
}
.rsac-hero-banner .event-details h4 {
  margin: 8px 0;
  color: #080808;
}
.rsac-hero-banner .event-details h4 span {
  color: #FF61F0;
}
.rsac-hero-banner .event-details p {
  font-size: 30px !important;
  margin: 8px 0;
  color: #080808;
  line-height: 32px !important;
  letter-spacing: 0;
}
.rsac-hero-banner .event-details p span {
  font-weight: 300;
  margin: 0 6px;
}
/* CTA Button */
.rsac-hero-banner .event-cta {
  margin-top: 40px;
}

/* rsac-video-section */
.rsac-video-section {
  text-align: center;
  padding: 80px 0;
  position: relative;
  /* background-color: #00fd92; */
}
.rsac-video-section .bg-image {
  /* display: none; */
}
.rsac-video-section .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.rsac-video-section .video-content {
  position: relative;
  z-index: 3;
}
.rsac-video-section .video-content .content-wraps {
  max-width: 866px;
  margin: 0 auto 55px;
}
.rsac-video-section .video-content .content-wraps  .cmp-texticon {
  margin-bottom: 1rem;
}
.rsac-video-section .video-content .content-wraps .cmp-texticon__item-content {
  justify-content: center;
}
.rsac-video-section .video-content .content-wraps p {
  margin: 0;
  text-align: left;
}
.rsac-video-section .outer-wrap {
  display: grid;
  grid-template-columns: 49% 50%;
  gap: 32px;
}
.rsac-video-section .outer-wrap .left-outer-wrap {
  text-align: left;
}
.rsac-video-section .left-outer-wrap .cmp-texticon {
  margin-bottom: 0rem;
}
.rsac-video-section h2 {
  font-size: 56px !important;
  line-height: 58px !important;
  font-weight: 500 !important;
  color: #080808;
  letter-spacing: 0 !important;
  width: fit-content;
  margin: 0 0 24px;
  padding: 0 20px;
  position: relative;
}
.rsac-video-section h2:after {
  content: '';
  height: 30px;
  z-index: -1;
  width: 100%;
  display: block;
  position: absolute;
  background: #FF61F0;
  bottom: -2px;
  left: 0;
}

.rsac-video-section p {
  font-size: 20px;
  line-height: 26px !important;
  max-width: 950px;
  margin: 0 auto 24px;
  color: #080808;
  letter-spacing: -0.2px;
}

/* Thumbnail */
.rsac-video-section .video-active {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.rsac-video-section .video-active img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 818px;
}

/* Play button overlay */
.rsac-video-section .video-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.rsac-video-section .video-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-33%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #6a6a6a;
  z-index: 2;
  transition: all 0.3s ease;
}
.rsac-video-section .video-active:hover::before {
  border-color: transparent transparent transparent #000000;
}
.rsac-video-section .video-active:hover::after {
  background: rgba(255, 255, 255, 1);
}

/* Modal */
.rsac-video-section .video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  /* display: flex; */
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.rsac-video-section .video-modal .vedio-wrap {
  width: 90%;
  max-width: 900px;
  height: 60%;
  border: none;
  border-radius: 10px;
  position: relative;
}
.rsac-video-section .video-modal iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.rsac-video-section .video-modal .close {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  opacity: 1 !important;
}

/* ====== SECTION STYLING ====== */
.leaders-section {
  text-align: center;
  padding: 80px 20px;
  position: relative;
  background: #004540;
}
.leaders-section .container {
  z-index: 3;
  position: relative;
}
.leaders-section .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.leaders-section h2 {
  font-size: 56px !important;
  margin-bottom: 18px;
  color: white;
  font-weight: 500 !important;
  line-height: 58px !important;
  letter-spacing: 0 !important;
}
.leaders-section h2 span {
  color:#FF61F0;
}

.leaders-section .intro p {
  margin: 10px 0 39px;
  color: white;
  /* font-size: 20px; */
  /* font-style: normal;
  font-weight: 400; */
  /* line-height: 28px !important;
  letter-spacing: -0.4px;
  font-family: "KlavikaWeb"; */
  padding: 0 40px;
}

/* ====== GRID ====== */
.leaders-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  min-height: 383px;
}

.leader-card {
  cursor: default;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 287px;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid transparent;
}
.leader-card .img-wrap {
  overflow: hidden;
}
.leader-card:hover {
  border-bottom: 2px solid #00774c;
}
.leader-card:hover .img-wrap img {
  transform: scale(1.05);
}
.leader-card img {
  width: 100%;
  height: 289px;
  transform: scale(1);
  transition: all 0.3s ease;
  object-fit: cover;
}
.leader-card .content-wrap {
  background: #042724;
  width: 100%;
  padding: 9px 15px;
}
.leader-card h3 {
  color: #fff;
  font-family: "KlavikaWeb";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px !important;
  letter-spacing: -0.22px !important;
}

.leader-card p {
  color: white;
  font-family: "KlavikaWeb";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.36px;
}

.leaders-section .btn-wrap .btn {
  margin-top: 39px;
}

/* Hide the bio content inside cards */
.leader-overlay-content {
  display: none;
}

/* ====== MODAL OVERLAY ====== */
.bio-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.bio-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ====== MODAL CONTENT ====== */
.bio-content {
  background: #fff;
  color: #000;
  width: 90%;
  max-width: 1018px;
  transform: none !important;
  flex-direction: row;
  border-radius: 14px;
  padding: 64px 7px 3px 64px;
  position: relative;
  gap: 30px;
  border-radius: 5px;
  /* Card shadow */
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.15);
  animation: slideUp 0.35s ease forwards;
}
.bio-dynamic-content {
  display: flex;
  justify-content: space-between;
}
@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close Button */
.close-bio {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 32px;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #00fd92;
  transition: color 0.2s ease;
}

.close-bio:hover {
  color: #00fd92;
}

/* ====== LEFT SIDE ====== */
.bio-left {
  width: 34%;
  text-align: center;
  max-width: 288px;
}
.bio-basic {
  text-align: left;
}
.bio-left img {
  width: 100%;
  max-width: 288px;
  margin-bottom: 6px;
}

.bio-basic h3 {
  margin: 10px 0 9px;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: 0 !important;
}

.bio-basic p {
  margin: 8px 0;
  color: black;
  font-family: "KlavikaWeb";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.36px;
}

/* ====== RIGHT SIDE ====== */
.bio-right {
  width: 65%;
  overflow-y: auto;
  max-height: 570px;
  padding-right: 43px;
}
.bio-right p {
  font-family: "KlavikaWeb";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px !important;
  letter-spacing: -0.66px;
  margin-bottom: 20px;
}
.bio-right::-webkit-scrollbar {
  width: 6px;
}

.bio-right::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.bio-right::-webkit-scrollbar-track {
  background: #eee;
}

/* ====== NAVIGATION BUTTONS ====== */
.bio-nav {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: none;
}

.bio-nav button {
  background: #00b46e;
  border: none;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.bio-nav button:hover {
  background: #00995a;
}

.bio-nav button:disabled {
  background: #bbb;
  cursor: not-allowed;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .bio-content {
    flex-direction: column;
    padding: 25px;
  }

  .bio-left,
  .bio-right {
    width: 100%;
  }

  .bio-left img {
    max-width: 200px;
  }

  .bio-nav {
    flex-direction: column;
    gap: 15px;
  }

  .bio-nav button {
    width: 100%;
  }
}

/* 
@media (max-width: 500px) {
  .leader-card {
    width: 90%;
  }
} */

/* event Section */
.event-section {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 707px;
  max-height: 900px;
  padding: 0;
}

.event-container {
  display: grid;
  grid-template-columns: 52.5% 47.5%;
  width: 100%;
}

/* ====== LEFT COLUMN ====== */
.event-left {
  position: relative;
  color: #080808;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: end;
}

/* Green overlay */
.event-left .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.event-left .overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Content above overlay */
.event-content {
  padding-top: 9px;
  position: relative;
  z-index: 2;
  max-width: 616px;
  padding-left: 13px;
}
.event-content .btn-green-style {
  margin-top: 42px;
}
.event-content h2 {
  color: #080808;
  margin-bottom: 16px;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
  letter-spacing: 0 !important;
}

.event-info {
  list-style: none;
  margin-bottom: 39px;
  padding: 0;
}

.event-info li {
  margin: 8px 0;
  display: flex;
}
.event-info li:last-child img {
  width: 12px;
  margin-right: 14px;
  position: relative;
  left: 4px;
}
.event-info li::before {
  display: none;
}
.event-info li img {
  margin-right: 8px;
  width: 18px;
}
.event-info li span {
  font-family: "KlavikaWeb";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
}
.event-content h3 {
  margin: 45px 0 10px;
  color:  #080808;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px !important;
  letter-spacing: -0.22px !important;
  font-family: "KlavikaWeb";
}

.event-content p {
  margin-bottom: 16px;
  color:  #080808;
  font-family: "KlavikaWeb";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.36px;
}

/* Sponsors logos */
.sponsors {
  display: flex;
  gap: 16px;
  margin: 16px 0;
  align-items: center;
}

.sponsors img {
  max-height: 100px;
  max-width: 180px;
}

/* CTA button */
/* .cta-button {
  display: inline-block;
  background: #080808;
  padding: 14px 30px;
  text-decoration: none;
  color: #00a323;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
  border-radius: 5px;
  border: 1.5px solid #00a323;
}

.cta-button:hover {
  background: #00e676;
  color: #080808;
} */

/* ====== RIGHT COLUMN ====== */
.event-right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.event-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ====== Responsive ====== */
@media (max-width: 1024px) {
  .event-section {
    min-height: 100%;
    max-height: 100%;
  }
  .event-container {
    grid-template-columns: 100%;
  }
  .event-left,
  .event-right {
    width: 100%;
    min-height: auto;
  }
  .event-left {
    padding: 40px 20px;
    min-height: auto;
    justify-content: left;
  }
  .event-right img {
    width: 100%;
    height: 100%;
    max-height: 400px;
  }
}

@media (max-width: 600px) {
  .sponsors {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .event-content {
    max-width: 100% !important;
  }
  /* .cta-button {
    width: 100%;
    text-align: center;
  } */
}

/* Leaders-section.cyberattacks */
.leaders-section.cyberattacks {
  background: transparent;
}
.leaders-section.cyberattacks .intro {
  max-width: 1070px;
  margin: 0 auto;
}
.leaders-section.cyberattacks h3 {
  color: #FFF;
  font-family: "KlavikaWeb";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px !important;
  letter-spacing: -0.22px !important;
}
.leaders-section.cyberattacks h3 span {
  margin: 0 7px;
}
.leaders-section.cyberattacks h2 {
  color: #080808;
}
.leaders-section.cyberattacks .intro p {
  color: #080808;
  /* font-family: "KlavikaWeb";
  font-size: 20px;
  font-style: normal;
  font-weight: 400; 
  line-height: 26px !important;
  letter-spacing: -0.4px; */
  padding: 0;
  margin-bottom: 20px;
}
.leaders-section.cyberattacks .leader-card .content-wrap {
  background: #004540;
}
.leaders-section.cyberattacks .leader-card p {
  color: #FFF;
}

/* ===== Giveaway Section ===== */
.giveaway-section {
  width: 100%;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #00FD92;
}
.giveaway-section.mature{
  background: none;
}

.giveaway-section .container {
  z-index: 3;
  position: relative;
}
.giveaway-section .bg-image {
  display: none;
}
.giveaway-section.mature .bg-image{
  display: block;
}
.giveaway-section .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.giveaway-container {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  gap: 32px;
}

/* ===== Left Column ===== */
.giveaway-left {
  position: relative;
  z-index: 2;
  /* padding-left: 22px; */
}

.giveaway-heading img {
  max-width: 507px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

/* Subtitle */
.giveaway-section.entertowin .giveaway-left .content-wrap {
  padding-left: 40px;
  padding-right: 150px;
}
.giveaway-left .content-wrap h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
}
.giveaway-subtitle {
  color: #080808;
  margin-bottom: 8px;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
  letter-spacing: 0 !important;
}
.giveaway-left .content-wrap .btn-black-style {
  margin-top: 30px;
}
.giveaway-subtitle span {
  text-transform: uppercase;
}

/* CTA Button */
/* .cta-btn {
  display: inline-block;
  background: #080808;
  color: #fff;
  padding: 14px 30px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-bottom: 30px;
}

.cta-btn:hover {
  background: #222;
} */
/* Disclaimer */
.disclaimer {
  color: #080808;
  font-family: "KlavikaWeb";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important;
  letter-spacing: -0.32px;
  margin-top: 94px;
  padding-left: 22px;
}

/* ===== Right Column ===== */
.giveaway-right {
  text-align: right;
  position: relative;
  max-width: 667px;
  height: 463px;
  right: 60px;
}

.giveaway-right img {
  height: 100%;
  transform: scale(1);
  transition: transform 0.4s ease;
  object-fit: cover;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .giveaway-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .giveaway-left {
    order: 1;
  }

  .giveaway-right {
    order: 2;
    text-align: center;
    margin: 20px auto 0;
    right: 0;
    height: 100%;
  }
  .disclaimer {
    margin-top: 30px;
    padding-left: 0;
  }
  .giveaway-subtitle .content-wrap {
    padding-left: 0;
  }
  .giveaway-subtitle {
    margin-bottom: 20px;
    font-size: 40px !important;
    line-height: 42px !important;
  }

  .giveaway-heading img {
    margin: 0 auto 20px;
    max-width: 350px;
  }
  .giveaway-section {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  .giveaway-right img {
    max-width: 100%;
  }
}

/* ====== BOOTH MAP SECTION ====== */
.booth-map-section {
  /* background: linear-gradient(180deg, #009e60 0%, #00fd92 100%); */
  color: #080808;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.booth-map-section .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.booth-map-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ====== TOP INTRO TEXT ====== */
.booth-intro {
  margin-bottom: 20px;
}

.booth-title {
  margin-bottom: 6px;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
  color: #080808;
  letter-spacing: 0 !important;
}
.booth-title span { 
  color: #ff61f0;
}
.booth-subtitle {
  color: #080808;
  max-width: 760px;
  margin: 0 auto;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
  letter-spacing: 0 !important;
}

/* ====== MAP IMAGE ====== */
.booth-map-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.booth-map-image {
  width: 100%;
  max-width: 920px;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .booth-title {
    font-size: 2rem;
  }
  .booth-subtitle {
    font-size: 0.95rem;
  }
}
/* ====== Resources Section ====== */
.resources-section {
  padding: 100px 20px;
  color: #080808;
}

/* ====== Two Column Layout ====== */
.resources-grid {
  display: grid;
  grid-template-columns: 23.5% 74.2%;
  align-items: flex-start;
  gap: 27px;
  min-height: 322px;
}

/* ====== Left Column ====== */
.resources-left {
  position: relative;
}

.resources-title {
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
  color: #080808;
  letter-spacing: 0 !important;
}

.resources-section .underline {
  width: 213px;
  height: 10px;
  background: #FF61F0; /* pink line */
  margin-top: 7px;
}

/* ====== Right Column (3 Grid Cards) ====== */
.resources-right {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr);
  gap: 26px; */
}

.resources-section .resource-card {
  background: #F0F3F4;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
  width: 285px;
  margin: 0 13px 26px;
}
.resources-section .resource-card > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -99999px;
}
/* .resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
} */

/* ====== Card Image ====== */
.resources-section .card-image {
  position: relative;
  width: 100%;
  height: 120px;
}
.resources-section .card-image .img-wrap {
  height: 100%;
  width: 100%;
}
.resources-section .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all 0.3s ease;
}

.resources-section .badges {
  position: absolute;
  bottom: -28px;
  left: 0;
  background: #FF61F0;
  font-family: "KlavikaWeb";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  color: black;
  padding: 10px 20px 8px;
}
.resources-section .badges:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 6px;
  height: 7px;
  background: url("images/Polygon.svg") no-repeat center/contain;
}
/* ====== Card Content ====== */
.resources-section .card-content {
  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.resources-section .card-content h4 {
  color: #080808;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 2.2px !important;
}
.wow {
  visibility: hidden;
}
.resources-section .card-content p {
  color: #080808;
  margin-bottom: 16px;
  font-family: "KlavikaWeb";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px !important;
  letter-spacing: -0.18px;
}
.resources-section .btn-wrap {
  align-self: flex-end;
  display: inline-block;
  margin-top: auto;
}

.resources-section .btn-wrap span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: url(images/arrow-button.svg);
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.resources-section .resource-card:hover .btn-wrap span::after {
  background-image: url(images/hover-arrow-button.svg);
  background-size: cover;
  width: 42px;
}
.resources-section .resource-card:hover .card-image img {
  transform: scale(1.05);
}
.resources-section .resource-card:hover {
  border-bottom: 2px solid #009E60;
  transition: all 0.3s ease;
}

.resources-right {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
  overflow: hidden;
}

.resources-right.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.resources-right:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
}

.resources-right.ready {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}

/* When not initialized, show as a normal flex row */
.resources-right.no-slick {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: inherit;
}

/* Keep equal height for static cards too */
.resources-right.no-slick .resource-card {
  flex: 1 1 calc(33.333% - 26px);
  max-width: calc(33.333% - 26px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* ---- ARROWS ABOVE ---- */
.resources-section .resources-arrows {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin-bottom: 26px;
}

.resources-right .slick-track {
  display: flex !important;
}

.resources-right .slick-slide {
  height: inherit !important;
  display: flex !important;
}
.resources-section .arrow-btn {
  background: transparent;
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Slick reset: remove default arrows */
.resources-section .slick-prev,
.resources-section .slick-next {
  display: none !important;
}
.resources-arrows button {
  background: transparent;
  border: none;
  color: #000;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.resources-arrows .resource-prev {
  transform: rotate(180deg);
}
.resources-arrows button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(images/black-arrow-button.svg);
  background-size: cover;
  width: 42px;
  height: 42px;
  transition: all 0.3s ease;
  opacity: 1;
}
.resources-arrows button:hover:after {
  opacity: 1;
}
/* Disabled state (when at end/start) */
.resources-arrows button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ====== Responsive ====== */
@media (max-width: 1024px) {
  .resources-grid {
    grid-template-columns: 100%;
  }
  .resources-arrows {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
  }
  /* .resources-right {
    grid-template-columns: 1fr 1fr;
  } */
}
@media (max-width: 991px) {
  .resources-right.no-slick .resource-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px 10px;
  }
}
@media (max-width: 768px) {
  /* .resources-right {
    grid-template-columns: 1fr;
  } */
  .resources-right.no-slick .resource-card {
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px 10px;
  }
  .resources-title {
    font-size: 2rem;
  }
  .resources-left.no-slick .resources-title {
    text-align: center;
  }

  .resources-section .resources-left.no-slick .underline {
    margin: 0 auto;
  }
  .resources-section .resources-left .underline {
    margin: inherit;
  }
  .resources-left.no-slick {
    text-align: center;
  }
}

/* ===== CTA Module Section ===== */
.cta-module {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 80px 0;
  overflow: hidden;
  /* background-color: #004540; */
}
.cta-module .bg-image {
  display: none;
}
.cta-module .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cta-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

/* Title */
.cta-title {
  color: #FFF;
  margin-bottom: 9px;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
  letter-spacing: 0 !important;
}
.cta-title span, .cta-subtitle span {
  color: #FF61F0;
}
/* Subtitle */
.cta-subtitle {
  color: #FFF;
  max-width: 760px;
  margin: 0 auto;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: 0 !important;
}
.cta-container .btn-wrap {
  margin-top: 34px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .cta-title {
    font-size: 2.2rem;
  }

  .cta-subtitle {
    font-size: 1.2rem;
  }

}

@media (max-width: 480px) {
  .cta-title {
    font-size: 1.8rem;
  }

  .cta-subtitle {
    font-size: 1rem;
  }
}

/* ====== Footer ====== */
.site-footer {
  background: #161c22;
  padding: 50px 0 20px;
  font-size: 0.95rem;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ====== Top Row: Logo ====== */
.footer-top {
  display: flex;
  justify-content: flex-start;
}

.footer-logo img {
  width: 142px;
}

/* ====== Bottom Row ====== */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left p {
  color: white;
  font-family: "KlavikaWeb";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px !important;
  letter-spacing: -0.6px;
}

/* ====== Right Links ====== */
.footer-right {
  display: flex;
}

.footer-links {
  list-style: none;
  display: flex;
  gap: 27px;
  margin: 0;
  padding: 0;
}

.footer-links li a {
  color: white;
  font-family: "KlavikaWeb";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px !important;
  letter-spacing: -0.6px;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #00fd92;
}

.site-footer .footer__container .footer-bottom .footer-right .footer-links li:last-child a {
  cursor: default;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .footer-links {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .footer-logo img {
    height: 28px;
  }

  .footer-links {
    gap: 15px;
  }

}

.gradient-section {
  padding: 19px 0;
  /* background: linear-gradient(107deg, #00dd68 -25.12%, #f90 101.2%); */
  background-color: #004540;
}
.gradient-section h2 {
  text-align: center;
  font-weight: 500 !important;
  font-size: 38px !important;
  letter-spacing: 0 !important;
  color: #00fd92;
}
/* ====== Agenda Section ====== */
.agenda-section {
  padding: 0;
  color: #fff;
  overflow: hidden;
}

/* ====== Top Pink Header ====== */
.agenda-header {
  background: #004540;
  text-align: center;
  padding: 82px 20px 160px;
  position: relative;
  z-index: 1;
}

.agenda-title {
  font-size: 56px !important;
  margin-bottom: 9px;
  color: white;
  font-weight: 500 !important;
  line-height: 58px !important;
  letter-spacing: 0 !important;
}
.agenda-title span {
  color: #FF61F0;
}

.agenda-subtitle {
  color: white;
  font-size: 30px;
  line-height: 1 !important;
  letter-spacing: 0;
}

/* ====== Schedule Container ====== */
.agenda-schedule {
  padding: 0 40px 40px;
  max-width: 1304px;
  margin: -120px auto 0; /* pull it slightly under pink header */
  border-radius: 8px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.agenda-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.agenda-outer {
  position: relative;
  padding-bottom: 80px;
  background: #F0F3F4;
}
.agenda-outer .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
/* ====== Day Header ====== */
.agenda-day {
  margin-bottom: 16px;
  /* background: #00774c; */
  overflow: hidden;
  position: relative;
}
.agenda-day:last-child {
  margin-bottom: 0;
}
.agenda-day-title {
  background: #00FD92;
  padding: 14px 40px;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #080808;
  font-family: "KlavikaWebCondensed";
  letter-spacing: 0 !important;
}

/* ====== Agenda Items ====== */
.agenda-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 17px 40px 15px;
  background: #FFF;
  position: relative;
}
.agenda-item:after {
  bottom: 0;
  left: 40px;
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 1px;
  background: #00FD92;
}
.agenda-item:last-child:after {
  display: none;
}
.agenda-item:last-child {
  border-bottom: none;
}

.agenda-item .time {
  width: 26%;
  color: #080808;
  display: flex;
  align-items: center;
  min-width: 228px;
}
.agenda-item .time span {
  font-family: "KlavikaWeb";
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: -0.2px;
  color: #080808;
}
.agenda-item .time img {
  max-width: 18px;
  margin-right: 8px;
  filter: invert(1);
}

.agenda-item .details {
  width: 74%;
}
.agenda-item .details .btn-wrap {
  margin-top: 8px;
}
.agenda-item .details h4 {
  margin: 0 0 5px;
  color: #080808;
  font-family: "KlavikaWeb";
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

.agenda-item .details p {
  color: #080808;
  font-family: "KlavikaWeb";
  font-size: 20px !important;
  font-weight: 400 !important;
  display: flex;
}
.agenda-item .details p img {
  margin-right: 7px;
  max-width: 12px;
  filter: invert(1);
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .agenda-title {
    font-size: 2rem;
  }
  .agenda-item {
    flex-direction: column;
    gap: 8px;
  }
  .agenda-item .time,
  .agenda-item .details {
    width: 100%;
  }
  .agenda-schedule {
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .agenda-title {
    font-size: 1.8rem;
  }
  .agenda-subtitle {
    font-size: 1rem;
  }
}

/* Responsive Design */
html .header .container,
body .header .container {
  max-width: 1304px !important;
  padding: 0 40px !important;
}
@media screen and (max-width: 1400px) {
  html .header .container,
  body .header .container {
    padding: 0 20px !important;
  }
  .event-left {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .btn-green-style a {
    font-size: 14px;
    padding: 10px 24px;
    margin-top: 0;
  }
  .btn-black-style a {
    font-size: 14px;
    padding: 10px 24px;
    margin-top: 0;
  }

  .rsac-hero-banner {
    max-height: 700px;
  }
  .leader-card h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .leaders-section .btn-wrap .btn {
    margin-top: 35px;
  }
  .site-footer {
    padding: 60px 0;
  }
  .cta-module {
    padding: 60px 0;
  }
  .cta-container .btn-wrap {
    margin-top: 25px;
  }
  .cta-subtitle {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  .cta-title {
    font-size: 46px !important;
    line-height: 48px !important;
  }
  .resources-section .underline {
    width: 165px;
    height: 7px;
    margin-top: 4px;
  }
  .resources-title {
    font-size: 46px !important;
    line-height: 48px !important;
  }
  .resources-section .resource-card:hover .btn-wrap span::after {
    width: 30px;
  }
  .resources-section .btn-wrap span::after {
    width: 30px;
    height: 30px;
  }
  .resources-section .card-content p {
    font-size: 16px;
    line-height: 22px !important;
  }
  .resources-section .card-content h4 {
    font-size: 18px !important;
    line-height: 16px !important;
  }
  .resources-section .badges {
    bottom: -24px;
    font-size: 12px;
  }
  .resources-section {
    padding: 60px 0;
  }
  .booth-map-section {
    padding: 60px 0;
  }
  .booth-subtitle {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .booth-title {
    font-size: 46px !important;
    line-height: 48px !important;
  }
  .event-content h2 {
    font-size: 46px !important;
    line-height: 48px !important;
  }
  .event-content {
    padding-top: 0;
    max-width: 80%;
    padding-left: 0;
  }
  .event-info {
    margin-bottom: 35px;
  }
  .sponsors img {
    max-width: 125px;
  }
  .event-content .btn-green-style {
    margin-top: 35px;
  }
  .rsac-hero-banner .event-title {
    font-size: 80px !important;
    margin-bottom: 35px;
  }
  .rsac-video-section h2 {
    font-size: 46px !important;
    line-height: 48px !important;
  }
  .rsac-hero-banner .event-details p {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .rsac-video-section p {
    font-size: 20px;
    line-height: 26px !important;
  }
  .rsac-video-section .video-active::before {
    border-width: 8px 0 8px 16px;
  }
  .rsac-video-section .video-active::after {
    width: 60px;
    height: 60px;
  }
  .rsac-video-section {
    padding: 60px 0;
  }
  .gradient-section h2 {
    font-size: 34px !important;
  }
  .agenda-title {
    font-size: 46px !important;
    line-height: 48px !important;
  }
  .agenda-subtitle {
    font-size: 30px;
  }
  .agenda-header {
    padding: 62px 20px 95px;
  }
  .agenda-schedule {
    padding: 30px;
    margin: -69px 20px 0;
  }
  .agenda-day-title {
    padding: 16px 30px;
    font-size: 24px !important;
  }
  .agenda-item {
    padding: 17px 30px 15px;
  }
  .agenda-item .time span {
    font-size: 16px !important;
  }
  .agenda-item:after {
    left: 30px;
    width: calc(100% - 60px);
  }
  .agenda-item .details h4 {
    font-size: 18px !important;
  }
  .agenda-item .details p {
    font-size: 16px !important;
  }
  .agenda-item .time img {
    max-width: 16px;
  }
  .agenda-outer {
    padding-bottom: 60px;
  }
  .leaders-section {
    padding: 60px 0;
  }
  .leaders-section h2 {
    font-size: 46px !important;
    margin-bottom: 10px;
    line-height: 48px !important;
  }
  .leaders-section .intro p {
    margin: 10px 0 28px;
    font-size: 20px;
    line-height: 26px !important;
    padding: 0 20px;
  }
  .leaders-section.cyberattacks h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .leaders-section.cyberattacks .intro p {
    font-size: 18px;
    line-height: 24px !important;
  }
  .leaders-grid {
    min-height: auto;
  }
  .giveaway-left {
    padding-left: 0;
  }
  .rsac-hero-banner .event-logo img {
    width: 350px;
    margin-bottom: 35px;
  }
  .rsac-hero-banner .event-cta {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .bio-right {
    width: 70%;
    padding-right: 30px;
  }
  .bio-left {
    width: 26%;
    max-width: 250px;
  }
  .bio-basic h3 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .bio-content {
    padding: 40px 20px 3px 40px;
    min-height: 500px;
  }
  .bio-right p {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .rsac-header .nav-menu {
    gap: 0.5rem;
    margin-top: 1px;
  }
  .rsac-header .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rsac-header .nav-menu li {
    padding: 0 4px;
  }
  .giveaway-section.entertowin .giveaway-left .content-wrap {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rsac-header .nav-brand {
    max-width: 150px;
  }
  .btn-green-style a {
    font-size: 14px;
    padding: 10px 24px;
    margin-top: 0;
  }
  .btn-black-style a {
    font-size: 14px;
    padding: 10px 24px;
    margin-top: 0;
  }
  .rsac-hero-banner .hero-content {
    margin-top: 0;
    padding: 0;
  }
  .rsac-hero-banner {
    max-height: 415px;
  }
  .rsac-hero-banner .line-code {
    margin-bottom: 20px;
  }
  .leader-card h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .leader-card p {
    font-size: 16px;
    line-height: 22px !important;
  }
  .leaders-section .btn-wrap .btn {
    margin-top: 30px;
  }
  .site-footer {
    padding: 40px 0;
  }
  .cta-module {
    padding: 40px 0;
  }
  .cta-container .btn-wrap {
    margin-top: 20px;
  }
  .cta-subtitle {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .cta-title {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .resources-section .underline {
    width: 145px;
    height: 6px;
    margin-top: 3px;
  }
  .resources-title {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .resources-section .resource-card:hover .btn-wrap span::after {
    width: 30px;
  }
  .resources-section .btn-wrap span::after {
    width: 30px;
    height: 30px;
  }
  .resources-section .card-content p {
    font-size: 16px;
    line-height: 22px !important;
  }
  .resources-section .card-content h4 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .resources-section .badges {
    bottom: -24px;
    font-size: 12px;
  }
  .resources-section {
    padding: 40px 0;
  }
  .booth-map-section {
    padding: 40px 0;
  }
  .booth-subtitle {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  .booth-title {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .event-content h2 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .event-content {
    padding-top: 0;
    max-width: 80%;
    padding-left: 0;
  }
  .event-info {
    margin-bottom: 30px;
  }
  .sponsors img {
    max-width: 125px;
  }
  .event-content .btn-green-style {
    margin-top: 30px;
  }
  .rsac-hero-banner .event-title {
    font-size: 42px !important;
    margin-bottom: 20px;
  }
  .rsac-video-section h2 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .rsac-hero-banner .event-details p {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .rsac-hero-banner .event-details h4 {
    margin: 0;
  }
  .rsac-video-section p {
    font-size: 18px;
    line-height: 24px !important;
  }
  .rsac-video-section .video-active::before {
    border-width: 8px 0 8px 16px;
  }
  .rsac-video-section .video-active::after {
    width: 50px;
    height: 50px;
  }
  .rsac-video-section {
    padding: 40px 0;
  }
  .gradient-section h2 {
    font-size: 28px !important;
  }
  .agenda-title {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .agenda-subtitle {
    font-size: 24px;
  }
  .agenda-header {
    padding: 42px 20px 95px;
  }
  .agenda-schedule {
    padding: 5px;
    margin: -69px 20px 0;
  }
  .agenda-day-title {
    padding: 16px 20px;
    font-size: 24px !important;
  }
  .agenda-item {
    padding: 17px 20px 15px;
  }
  .agenda-item:after {
    left: 20px;
    width: calc(100% - 40px);
  }
  .agenda-item .time span {
    font-size: 16px !important;
  }
  .agenda-item .details h4 {
    font-size: 18px !important;
  }
  .agenda-item .details p {
    font-size: 16px !important;
  }
  .agenda-item .time img {
    max-width: 16px;
  }
  .agenda-outer {
    padding-bottom: 40px;
  }
  .agenda-item .details .btn-wrap {
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .leaders-section {
    padding: 40px 0;
  }
  .leaders-section h2 {
    font-size: 40px !important;
    margin-bottom: 8px;
    line-height: 42px !important;
  }
  .leaders-section .intro p {
    margin: 10px 0 28px;
    font-size: 18px;
    line-height: 24px !important;
    padding: 0 20px;
  }
  .leaders-section.cyberattacks h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .leaders-section.cyberattacks .intro p {
    font-size: 16px;
    line-height: 22px !important;
  }
  .leaders-grid {
    min-height: auto;
  }
  .giveaway-left {
    padding-left: 0;
  }
  .rsac-hero-banner .event-logo img {
    width: 250px;
    margin-bottom: 30px;
  }
  .rsac-hero-banner .event-cta {
    margin-top: 30px;
  }
  .rsac-header .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: #FFF;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
  }
  .rsac-header .navbar {
    padding: 28px 0 !important;
  }
  .rsac-header .nav-menu {
    margin-top: 10px;
    gap: 2rem;
  }
  .navbar.active .nav-menu {
    left: 0;
  }

  .rsac-header .hamburger {
    display: flex !important;
  }
  .rsac-header .btn-wrap {
    display: none;
  }
  .rsac-header .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .rsac-header .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .rsac-header .hamburger.active .bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .features {
    grid-template-columns: 1fr;
  }
  .giveaway-section.entertowin  .giveaway-left .content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .close-bio {
    top: -30px;
    max-width: 30px;
    right: 0;
  }
  .bio-content {
    padding: 30px 20px 3px 30px;
    min-height: auto;
  }
  .bio-basic {
    text-align: center;
  }
  .bio-left {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .bio-right {
    width: 100%;
    padding-right: 10px;
    overflow: hidden;
    max-height: fit-content;
  }
  .bio-basic p {
    font-size: 16px;
    line-height: 16px !important;
  }
  .bio-dynamic-content {
    display: block;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
  .rsac-hero-banner .event-title {
    font-size: 47px !important;
  }
  .rsac-hero-banner .bg-image img {
    object-position: left;
  }
}


.cmp-texticon__item-icon img {
  width: 50px;
  max-width: 50px;
}


/* Activities */

.cmp-blogs-lists .cmp-blogs-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.cmp-blogs-lists .cmp-blogs-list__container > div {
  margin-bottom: 30px;
}
.cmp-blogs-lists .cmp-blogs-list__container .no-result {
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.15);
  height: 435px;
}
@media (min-width: 1800px) {
  .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card {
    height: 505px;
  }
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card:hover .list-grid-card__content {
  max-height: 100%;
  height: auto;
  padding-bottom: 90px;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card:hover .list-grid-card__content .author {
  opacity: 0;
  visibility: hidden;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card:hover .button a::after {
  background: url(../../../etc.clientlibs/cohesity/clientlibs/clientlib-site/resources/images/square-arrow-hover.svg) no-repeat;
  background-size: cover;
  margin-left: 12px;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image {
  position: relative;
  overflow: hidden;
  height: 190px;
}
@media (min-width: 1800px) {
  .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image {
    height: 250px;
  }
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image .blog-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image .play-icon {
  background-image: url(../../../etc.clientlibs/cohesity/clientlibs/clientlib-site/resources/images/play-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 64px;
  height: 64px;
  right: 30px;
  top: 30px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image .play-icon:hover {
  background-image: url(../../../etc.clientlibs/cohesity/clientlibs/clientlib-site/resources/images/play-icon-hover.svg);
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content {
  cursor: pointer;
  padding: 30px 30px;
  z-index: 1;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 245px;
  max-height: 245px;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}
@media (min-width: 1800px) {
  .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content {
    min-height: 255px;
    max-height: 255px;
  }
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .cta-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .empty-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
  text-indent: -99999px;
  cursor: pointer;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .eyebrow {
  color: #3E4C5A;
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .eyebrow.date {
  float: right;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--font-size-p-xl);
  line-height: var(--line-height-p-xl);
  font-weight: var(--font-weight-medium);
  letter-spacing: calc(var(--font-size-p-xl) * -0.03);
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .hover-content {
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .hover-content .p-lg {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--font-size-p-lg);
  line-height: var(--line-height-p-lg);
  font-weight: var(--font-weight-regular);
  letter-spacing: calc(var(--font-size-p-lg) * -0.02);
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .hover-content .btn-wrap {
  position: absolute;
  bottom: 30px;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .hover-content .btn-wrap .button {
  margin-bottom: 0;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .hover-content .btn-wrap .button a {
  color: #080808;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .author {
  display: grid;
  grid-template-columns: 48px calc(100% - 56px);
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .author img {
  min-width: 48px;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .author .p-xs {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--font-size-p-xs);
  line-height: var(--line-height-p-xs);
  font-weight: var(--font-weight-medium);
  letter-spacing: calc(var(--font-size-p-xs) * -0.03);
}
.cmp-blogs-lists .cmp-blogs-list__container .list-grid-card:hover .button a::after {
  background: url('https://www.cohesity.com/etc.clientlibs/cohesity/clientlibs/clientlib-site/resources/images/square-arrow-hover.svg') no-repeat;
  background-size: cover;
  margin-left: 12px;
}


.activities {
  background: #004540;
  position: relative;
  display: block;
}
.activities .cmp-blogs-lists .intro-wrap {
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
  display: block;
  width: 100%;
}
.activities .cmp-blogs-lists .intro-wrap h2 {
  color: #FFF;
}
.activities .cmp-blogs-lists .intro-wrap h2 span {
  color: #FF61F0;
}
.activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card {
  height: 370px;
}
.activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image {
  height: 130px;
}
.activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image .blog-image {
  object-fit: cover;
}
.activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content {
  padding: 16px 24px 24px;
  min-height: 240px;
  max-height: 240px;
  transition: none;
}

.activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content p {
  padding: 12px 0 0;
  -webkit-line-clamp: 4;
  font-size: var(--font-size-p-sm);
  line-height: var(--line-height-p-sm);
  font-weight: var(--font-weight-regular);
  letter-spacing: calc(var(--font-size-p-sm) * -0.03);
}
.activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content .btn-wrap {
  position: absolute;
  bottom: 1px;
}
.activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card:hover .list-grid-card__content {
  padding-bottom: 0; 
  height: 240px;
}

@media (min-width: 1800px) {
  .activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content {
    min-height: 330px;
    max-height: 330px;
  }
  .activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card {
    height: 430px;
  }
  .activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__image {
    height: 170px;
  }
}

@media (max-width: 1024px) {
  .activities .cmp-blogs-lists .cmp-blogs-list__container .list-grid-card__content {
    min-height: 250px;
    max-height: 250px;
  }
  .rsac-video-section .outer-wrap {
    grid-template-columns: 1fr;
  }
  .rsac-video-section .outer-wrap .left-outer-wrap .cmp-texticon__item-content p {
    margin-bottom: 0;
  }
  .rsac-video-section .left-outer-wrap .cmp-texticon {
    margin-bottom: 2rem;
  }
  .rsac-video-section .outer-wrap .left-outer-wrap .style-icon-left .cmp-texticon .cmp-texticon__item {
    align-items: center;
  }
  .rsac-video-section .outer-wrap .left-outer-wrap p {
    max-width: 100%;
  }
}


.cta-module {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.cta-module > * {
  position: relative;
  z-index: 3;
}

.cta-module::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #063b36; 
}

/* 
.cta-module .grad-a,
.cta-module .grad-b,
.cta-module .grad-c {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: 300% 300%;
  will-change: opacity, transform;
  transform: translateZ(0); 
  opacity: 0;
}

.cta-module .grad-a {
  background: linear-gradient(120deg, #063b36 0%, #0b5f55 60%, #06443f 100%);
  animation: fadeA 30s ease-in-out infinite;
  background-position: 0% 50%;
  animation-name: fadeA, panA;
  animation-duration: 30s, 24s;
  animation-iteration-count: infinite, infinite;
  animation-timing-function: ease-in-out, linear;
}

.cta-module .grad-b {
  background: linear-gradient(120deg, #ff8a7a 0%, #ffb347 45%, #f6c945 100%);
  animation: fadeB 30s ease-in-out infinite;
  background-position: 50% 50%;
  animation-name: fadeB, panB;
  animation-duration: 30s, 26s;
  animation-iteration-count: infinite, infinite;
  animation-timing-function: ease-in-out, linear;
}

.cta-module .grad-c {
  background: linear-gradient(120deg, #ff7ac7 0%, #ff9ff3 40%, #8f5f8f 100%);
  animation: fadeC 30s ease-in-out infinite;
  background-position: 100% 50%;
  animation-name: fadeC, panC;
  animation-duration: 30s, 28s;
  animation-iteration-count: infinite, infinite;
  animation-timing-function: ease-in-out, linear;
}

@keyframes panA {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 30% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes panB {
  0%   { background-position: 50% 50%; }
  50%  { background-position: 70% 50%; }
  100% { background-position: 50% 50%; }
}
@keyframes panC {
  0%   { background-position: 100% 50%; }
  50%  { background-position: 70% 50%; }
  100% { background-position: 100% 50%; }
}


@keyframes fadeA {
  0%   { opacity: 1; }   
  22%  { opacity: 1; }
  30%  { opacity: 0; }   
  66%  { opacity: 0; }
  74%  { opacity: 1; }  
  100% { opacity: 1; }
}
@keyframes fadeB {
  0%   { opacity: 0; }
  25%  { opacity: 0.05; }  
  32%  { opacity: 1; }   
  58%  { opacity: 1; }
  66%  { opacity: 0; }  
  100% { opacity: 0; }
}
@keyframes fadeC {
  0%   { opacity: 0; }
  58%  { opacity: 0.05; } 
  66%  { opacity: 1; }    
  92%  { opacity: 1; }
  100% { opacity: 0.0; } 
}

@media (prefers-reduced-motion: reduce) {
  .cta-module .grad-a,
  .cta-module .grad-b,
  .cta-module .grad-c {
    animation: none;
    opacity: 1;
  }
  .cta-module::before { display: none; } 
}

@media (max-width: 768px) {
  .cta-module .grad-a,
  .cta-module .grad-b,
  .cta-module .grad-c {
    animation-duration: 40s;
  }
} */

#lottie-animation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#drift-frame-controller {
  display: none !important;
}

.scroll-top-btn .icon--hover {
  display: none;
}

.scroll-top-btn:hover .icon--idle {
  display: none;
}

.scroll-top-btn:hover .icon--hover {
  display: inline-block;
}

.scroll-top-btn {
  transition: transform 0.2s ease;
  background: transparent !important;
}

.scroll-top-btn:hover {
  transform: translateY(-2px);
}