html,
body {
  overflow-x: hidden;
}

.container-fluid{
  max-width: 1180px;
  margin: 0 auto;
}
.section-white{
  padding:40px 0px;
}
.section-white .row.text-center {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.events-hero {
  background-color: #FFF;
  background-image: radial-gradient(50% 44.7% at 50% 111.2%, rgba(242, 228, 0, 0.20) 0%, rgba(242, 228, 0, 0.00) 100%),
    radial-gradient(50% 45.9% at 50% -16.72%, rgba(242, 228, 0, 0.20) 0%, rgba(242, 228, 0, 0.00) 100%),
    url('bacgkround-events.png');
  background-position: right center;
  background-size: min(42%, 520px);
  background-repeat: no-repeat;
  display: block;
  padding: 100px 0px;
  margin-top: 100px;
  overflow: hidden;
}
.events-hero h1{
  font-family: header-font;
  font-size: 56px;
  line-height: 1.04;
  margin: 0;
  max-width: 720px;
}
.events-hero .row {
  row-gap: 34px;
}
 
.events-hero p {
  max-width: 640px;
}

.feature-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 2rem;
}
.slide p{
  color:#FFF;
}
.verification-solutions h2{
  font-family: header-font;
}
.feature-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: #E6F7EE;
  padding: 10px 12px;
  font-size: .78rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
  min-width: 0;
  width: auto;
      border: 2px solid #00AB52;
}

.feature-badge svg {
  flex: 0 0 52px;
  width: 52px;
  height: auto;
}

.feature-badge p {
  line-height: 1.22;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.feature-badge p b {
  font-size: 18px;
}

.feature-badge i {
  color: #000;
  font-size: 1rem;
}

.slider-wrap {
  margin: 60px auto;
  position: relative;
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
}

.slider-viewport {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform .5s ease;
}

.slide {
  flex: 0 0 100%;
  padding: 0 8px;
  box-sizing: border-box;
}

.t-card {
  display: flex;
  align-items: stretch;
  border-radius: 48px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0 44px 124px -88px #0047bb52;
  overflow: hidden;
  min-height: 220px;
  width: 100%;
}

.t-photo {
  position: relative;
  border-radius: 16px 0px 0px 16px;
  flex: 0 1 320px;
  background-size: cover;
  background-position: center;
  height: 300px;
  min-width: 220px;
}

.t-photo-overlay {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 15.385px;
  background: rgba(255, 255, 255, 0.80);
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  width: min(240px, calc(100% - 28px));
}

.t-photo-overlay .name {
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.2;
}

.t-photo-overlay .title {
  font-size: .75rem;
  opacity: .85;
}

.t-body {
  flex: 1 1 auto;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.t-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #222;
  font-size: .95rem;
  margin-bottom: 10px;
}

.t-logo img {
  max-width: 190px;
  height: auto;
}

.t-logo .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #222;
  display: inline-block;
}

.t-quote {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.45;
  margin-bottom: 8px;
}

.t-subtext {
  color: #000;
  font-size: .82rem;
  line-height: 1.4;
}

.t-stat {
  flex: 0 1 300px;
  margin: 14px;
  border-radius: 32px;
  background: linear-gradient(128deg, var(--Global-Colors-Green-300, #00AB52) 50.07%, var(--Global-Colors-Green-900, #003C1D) 100.07%);
  backdrop-filter: blur(18px);
  color: #fff;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-width: 220px;
}

.t-stat .eyebrow {
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: right;
}

.t-stat .eyebrow p {
  border-radius: 8px;
  border: 1.333px solid rgba(255, 255, 255, 0.10);
  background: radial-gradient(529.09% 137.34% at 98.6% 4.39%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.02) 100%);
  padding: 4px 20px;
  display: inline-block;
}

.t-stat .big-num {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}

.t-stat .unit {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.t-stat .caption {
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.slider-arrow:hover {
  background: #f4f4f4;
}

.slider-arrow.prev {
  left: 0;
}

.slider-arrow.next {
  right: 0;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #c9d0cc;
  padding: 0;
}

.slider-dots button.active {
  background: #1c8a5c;
  width: 22px;
  border-radius: 5px;
  transition: width .25s ease;
}

.hero-right-event p {
  border-radius: 8px;
  background: linear-gradient(90deg, #00AA53 0%, #42C381 100%);
  display: inline-block;
  padding: 4px 10px;
}

.client-logos .client-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 20px;
}

.client-logos .client-img img {
  width: 100%;
  max-width: 100px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 1199.98px) {
  .events-hero h1 {
    font-size: 48px;
  }

  .feature-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .t-photo {
    flex-basis: 280px;
  }

  .t-stat {
    flex-basis: 250px;
  }

  .t-quote {
    font-size: 1.15rem;
  }

  .t-stat .big-num {
    font-size: 3.25rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggle {
    cursor: pointer;
  }

  .main-menu .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .main-menu .navbar-collapse.collapse.show {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1000;
  }

  .events-hero {
    background-position: right 96px;
    background-size: 360px auto;
    padding-top: 120px;
  }

  .events-hero h1 {
    font-size: 42px;
  }

  .calendly-inline-widget {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100%;
  }

  .slider-wrap {
    padding: 0 42px;
  }

  .t-card {
    flex-direction: column;
    border-radius: 28px;
  }

  .t-photo {
    flex: 0 0 240px;
    width: 100%;
    min-width: 0;
    border-radius: 28px 28px 0 0;
  }

  .t-stat {
    flex: 0 0 auto;
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .container-fluid {
    width: min(100% - 28px, 1180px);
  }

  .events-hero {
    background-position: right 88px;
    background-size: 300px auto;
    padding: 120px 0px;
     background-image: radial-gradient(50% 44.7% at 50% 111.2%, rgba(242, 228, 0, 0.20) 0%, rgba(242, 228, 0, 0.00) 100%),
    radial-gradient(50% 45.9% at 50% -16.72%, rgba(242, 228, 0, 0.20) 0%, rgba(242, 228, 0, 0.00) 100%);
    margin-top: -20px;
  }

  .events-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .feature-badge p{
    font-size: 14px;
  }
  .feature-badge p b {
    font-size: 16px;
}
  .feature-badges {
    grid-template-columns: 1fr;
    gap: 12px;
    display: flex;
  }.events-hero .row {
    row-gap: 10px;
}

  .feature-badge {
    padding: 4px !important;
    justify-content: center;
    width: 100%;
        margin: 0 auto;
        gap: 2px;
  }

  .section-white {
    padding: 30px 0;
  }

  .verification-solutions h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .slider-wrap {
    margin: 34px auto 44px;
    padding: 0 0 48px;
  }

  .slider-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    width: 38px;
    height: 38px;
  }

  .slider-arrow.prev {
    left: calc(50% - 52px);
  }

  .slider-arrow.next {
    right: calc(50% - 52px);
  }

  .t-card {
    border-radius: 22px;
  }

  .t-photo {
    flex-basis: 360px;
    border-radius: 22px 22px 0 0;
  }

  .t-body {
    padding: 20px;
  }

  .t-quote {
    font-size: 1.05rem;
  }

  .t-stat {
    margin: 0 12px 12px;
    border-radius: 20px;
    min-height: 170px;
  }

  .t-stat .big-num {
    font-size: 2.75rem;
  }
  .hero-right-event{
        margin-bottom: 16px;
  }
}

@media (max-width: 380px) {
  .events-hero h1 {
    font-size: 32px;
  }

  .feature-badge svg {
    flex-basis: 46px;
    width: 46px;
  }

  .t-body {
    padding: 18px;
  }
}
