@font-face {
  font-family: "Amazon Ember";
  src: url("../fonts/Ember/AmazonEmber-Regular.ttf");
  src: url("../fonts/Ember/AmazonEmber-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ember/AmazonEmber-Regular.woff2") format("woff2"),
    url("../fonts/Ember/AmazonEmber-Regular.woff") format("woff"),
    url("../fonts/Ember/AmazonEmber-Regular.ttf") format("truetype"),
    url("../fonts/Ember/AmazonEmber-Regular.svg#AmazonEmber-Medium")
      format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Amazon Ember Bold";
  src: url("../fonts/Ember/AmazonEmber-Bold.ttf");
  src: url("../fonts/Ember/AmazonEmber-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ember/AmazonEmber-Bold.woff2") format("woff2"),
    url("../fonts/Ember/AmazonEmber-Bold.woff") format("woff"),
    url("../fonts/Ember/AmazonEmber-Bold.ttf") format("truetype"),
    url("../fonts/Ember/AmazonEmber-Bold.svg#AmazonEmber-Medium") format("svg");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Amazon Ember Medium";
  src: url("../fonts/Ember/AmazonEmber-Medium.ttf");
  src: url("../fonts/Ember/AmazonEmber-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ember/AmazonEmber-Medium.woff2") format("woff2"),
    url("../fonts/Ember/AmazonEmber-Medium.woff") format("woff"),
    url("../fonts/Ember/AmazonEmber-Medium.ttf") format("truetype"),
    url("../fonts/Ember/AmazonEmber-Medium.svg#AmazonEmber-Medium")
      format("svg");
  font-display: swap;
  font-weight: 500;
}

body {
  background: var(--aws-light-blue);
  font-family: "Amazon Ember Medium";
  font-style: normal;
  overflow: hidden;
  font-weight: 500;
  background-image: url("../img/blue-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 100%;
}

a {
  text-decoration: none !important;
}

:root {
  --aws-dark: #232f3e;
  --aws-blue: #2563eb;
  --aws-blue-light: #3b82f6;
  --aws-gradient-start: #3b82f6;
  --aws-gradient-end: #60a5fa;
  --card-bg: #334155;
  --card-bg-light: #475569;
  --purple-box-1: #5549aa;
  --blue-bright: #5fc9f6;
  --squid-link: #222f3e;
  --blue-text-new-1: #499eff;
  --purple-light: #897cff;
  --blue-fade-wide: linear-gradient(80.56deg, #252f3e 3.97%, #627ca4 91.97%);
  --blue-fade-new-1: linear-gradient(135deg, #6a82fb, #fc5c7d);
  --color-purple: #434795;
  --BlueBright: #5fc9f6;
  --BlueNEW1: #6f94fa;
  --BlueTextNEW1: #499eff;
  --CircleBottomRightSide-Left: #4a4eab;
  --CircleBottomRightSide-Right: #6656ff;
  --ColorPurple: #434795;
  --PurpleBox1: #5549aa;
  --PurpleBox2Blueish: #494eaa;
  --PurpleLight: #897cff;
  --PurpleMedium: #434795;
  --Squid: #222f3e;
  --SquidInk: #252f3e;
}

/* Remove the default browser outline for ALL elements */
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Hide focus when clicked with mouse, but show when keyboard user tabs */
*:focus-visible {
  outline: 2px solid #1a9cff;      /* custom focus color */
  outline-offset: 3px;             /* spacing */
}

/* Remove hover outlines for clickable items */
a:hover,
button:hover,
[role="button"]:hover {
  outline: none !important;
  box-shadow: none !important;
}


/* commmon CSS */
.height100vh {
  height: 100vh;
}

.blue-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 100%;
}

.world-map {
  position: relative;
}
/* mainpage */
.main-body-home {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: left !important;
}

.page-one .text-primary {
  font-size: 39px !important;
  color: #222f3e !important;
}
.page-one .main-body-home {
  padding-left: 159px;
  padding-top: 265px;
}
.main-body {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.main-body-k12 {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: center !important;
}
.pt-300
{
  padding-top: 270px;
}
.main-body2 {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.main-body3 {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: center !important;
  padding-top: 160px;
  text-align: center;
}
.height100vh {
  height: 100vh;
}
.main-page {
  min-height: calc(100vh - 0px);
  height: calc(100vh - 0px);
  position: relative;
}
.text-dark {
  color: var(--aws-dark) !important;
}

.text-primary {
  color: var(--aws-primary) !important;
}
.page-one-text {
  padding-left: 159px;
}

.main-bg {
  background-image: url("../img/mainbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 100%;
}

.btn-blue {
  font-family: "Amazon Ember";
  background-color: var(--blue-text-new-1) !important;
  color: #fff;
  border-radius: 30px;
  padding: 12px 62px !important;
  font-weight: 500;
  font-size: 25px !important;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: background-color 0.5s ease;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #2a7cdb;
  color: #fff;
  background-color: var(--purple-box-1) !important;
}

.btn-blue:active {
  transform: translateY(0);
  box-shadow: none;
}

.productivity-image {
  position: relative;
  left: auto;
  right: 0;
  transition: opacity 0.8s ease, right 0.8s ease;
}

h1 {
  font-weight: 500;
  font-size: 70px;
  line-height: 90px;
}
h2 {
  line-height: 1;
  font-size: 55px !important;
}
.page-three h1 {
  font-weight: 500;
  font-size: 78px;
  line-height: 90px;
}

#global-modal-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: translate(-50%, -50%);
  font-size: 26px !important;
  line-height: 40px;
  text-align: center;
}

/* Modal content box (the popup) */
#global-modal-overlay .modal-content {
  background: linear-gradient(to bottom right, #5ca9fb, #65c7f7);
  color: #0b0b0b;
  border-radius: 27px !important;
  padding: 74px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  width: 675px;

  opacity: 1;
}

.modal-body {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#global-modal-overlay .modal-content p {
  padding: 0;
  margin: 0;
  padding-bottom: 48px;
}
.modal-footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border: 0px solid #ffffff !important;
  padding-top: 48px;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-modal {
  border: none;
  border-radius: 25px;
  font-size: 26px;
  line-height: 55px;
  padding: 0 20px;
  transition: 0.2s;
  width: 135px;
  height: 55px;

  border-radius: 27px;
  opacity: 1;
  background: var(--squid-link);
}

.btn-yes {
  background: var(--squid-link) !important;
  color: #fff;
}

.btn-no {
  background: var(--squid-link) !important;
  color: #fff;
}

.btn-modal:hover {
  opacity: 0.8;
  background: #ffffff;
}

/* === HOME BUTTON === */
.home-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #007bff;
  cursor: pointer;
}

/* === ANIMATION === */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.gap-66px {
  padding: 0 66px !important;
}
.institution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-top: 0;
}

.institution-circle {
  width: 237px;
  height: 237px;
  border-radius: 50%;
  background: #222f3e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
  border: 5px solid;
  border-color: rgba(255, 255, 255, 1);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.institution-card:hover .institution-circle {
  box-shadow: 0 25px 70px rgba(59, 141, 234, 0.35);
  border-color: rgba(67, 71, 149, 1);
  background: var(--purple-box-1);
}

.institution-label {
  text-align: center;
  line-height: 1.2;
  transition: color 0.3s ease;
  font-size: 33px !important;
  text-shadow: 0px 4px 4px #00000040;
}
.page-three .institution-label {
  font-size: 36px !important;
  text-shadow: 0px 4px 4px #00000040;
}
.bg3 {
  background: url(../../images/gov-building-black.svg) no-repeat 100% 100%;
}
.shadow-bl {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.institution-card:hover .institution-label {
  color: var(--aws-blue) !important;
}

.progress-footer-navigation ul li {
  list-style: none;
}

.progress-footer-navigation ul li a {
  display: block;
  border-radius: 50%;
  border: 5px solid #ffffff;
}

.progress-footer-navigation ul li a:hover {
  transform: scale(1.15);
}

.progress-footer-navigation img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.main-bottom {
  position: fixed;
  bottom: 117px;
  right: 100px;
}
.home-footer {
  position: absolute;
  bottom: 117px;
  right: 149px;
  /* border: 1px red solid ; */
}
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(59, 141, 234, 0.4);
  transform: scale(0);
  animation: rippleEffect 0.6s ease-out;
  pointer-events: none;
}

@keyframes rippleEffect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.main-page {
  min-height: calc(100vh - 0px);
  height: calc(100vh - 0px);
  position: relative;
}

.page-one {
  background-image: url("../img/mainbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 100%;
}

.page-one h1 {
  font-size: 84px;
  line-height: 90px;
  font-family: "Amazon Ember Medium";
}

.mb-68 {
  margin-bottom: 68px !important;
}
.mb-103 {
  margin-bottom: 103px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-193 {
  margin-bottom: 193px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header */
.aws-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  z-index: 10;
}

.aws-logo {
  height: 50px;
  width: auto;
}

.header-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--aws-dark);
  margin: 0;
}

.header-title-right {
  font-size: 20px !important;
  color: var(--squid-link);
  margin: 0;
  margin-left: auto;
  position: fixed;
  top: 40px;
  right: 82px;
}
.header-title-right2 {
  font-size: 20px !important;
  color: #ffffff;
  margin: 0;
  margin-left: auto;
  position: fixed;
  top: 40px;
  right: 82px;
}
/* K-12 Stats Screen */
.stats-screen {
  background: linear-gradient(
    to right,
    var(--aws-blue) 0%,
    var(--aws-blue) 35%,
    #e0f2fe 35%,
    #e0f2fe 100%
  );
}

.stats-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  color: white;
}

.stats-left h2 {
  font-size: 60px !important;
  margin-bottom: 1rem;
  text-align: left;
  margin-left: 3rem;
}
.stats-left h1 {
  font-size: 77px !important;
  margin-bottom: 1rem;
  text-align: left;
  margin-left: 3rem;
  line-height: 1.2;
}
.stats-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  gap: 2rem;
  position: relative;
}
.ps-page-two .stats-right {
  padding-left: 92px;
}
.ps-page-two .stat-content {
  max-width: 807px;
}
.he-page-two .stats-right {
  padding-left: 92px;
}
.he-page-two .stat-content {
  max-width: 807px;
}
.ps-page-three .col-4 {
  max-width: 530px;
}
.ps-page-three .challenge-card {
  max-height: 615px;
}
.ps-page-six .stats-right {
  padding: 3rem 4rem;
}
.he-page-six .stats-right {
  padding-left: 86px;
}
.res-page-six .stats-right {
  padding-left: 196px;
}
.stats3-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.stats3-left h2 {
  line-height: 1.2;
  font-size: 55px !important;
  padding-bottom: 40px;
  text-align: left;
  line-height: 1.2;
  padding-left: 90px;
  padding-right: 90px;
  color: var(--squid-link);
}
.he-page-ten .stats3-left h2 {
  padding-left: 90px;
}
.stats3-left-text {
  font-size: 30px !important;
  margin-bottom: 1rem;
  text-align: left;
  color: var(--squid-link);
  line-height: 1.2;
  padding-left: 90px;
  padding-right: 90px;
}
.stats3-left-text span {
  color: var(--purple-light);
}

.he-page-ten .stats3-left-text {
  color: var(--squid-link);
  font-family: "Amazon Ember";
  font-weight: 400;
  padding-left: 90px;
}

.he-page-nine .stats3-left h2 {
  margin-left: 90px;
}
.stats3-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 6rem;
  gap: 2rem;
  background-color: var(--squid-link);
  color: #fff;
}
.stats3-right h3 {
  font-family: Amazon Ember;
  font-weight: 500;
  font-size: 45px;
  line-height: 100%;
  color: var(--blue-bright);
}
.stats3-right ul {
  font-size: 30px !important;
  list-style: none;
  color: #fff;
}
.stats3-right ul {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
  font-family: "Amazon Ember";
  font-weight: 400;
}

.stats3-right ul li {
  position: relative;
  font-size: 30px !important;
  color: #fff;
  line-height: 1.2;
  padding-left: 80px; /* space for bullet */
  margin-bottom: 25px; /* space between lines */
  padding-top: 105px;
}

/* CUSTOM BULLET */
.stats3-right ul li::before {
  content: "";
  position: absolute;
  top: 105px; /* adjust vertical position */
  left: 0; /* adjust horizontal position */
  width: 35px;
  height: 35px;
  background: url("../img/blue-bullet.png") no-repeat center center;
  background-size: contain;
}

.ps-page-ten .stats3-left-text {
  margin: 0;
}
.ps-page-ten .stats3-right ul {
  margin-left: 75px;
}
.he-page-ten .stats3-right ul {
  margin-left: 75px;
  margin-right: 120px;
}
.res-page-ten .stats3-right ul {
  margin-left: 75px;
  margin-right: 314px;
}

.he-page-ten .stats3-right ul li {
 
  padding-top: 75px;
}

.he-page-ten .stats3-right ul li::before {
  top: 75px; 
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: slideInRight 0.6s ease-out;
}

.stats2-screen {
  background: linear-gradient(
    to right,
    var(--aws-blue) 0%,
    var(--aws-blue) 35%,
    #e0f2fe 35%,
    #e0f2fe 100%
  );
}

.stats2-left {
  width: 61%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  color: white;
  height: 100%;
  position: relative;
}

.stats2-left h2 {
  font-size: 60px !important;
  margin-bottom: 1rem;
}
.appleicon {
  background-image: url("../img/appleicon.png");
  background-repeat: no-repeat;
  min-height: 1080px;
  background-position: bottom right;
  height: 100%;
}
.appleicon2 {
  background-image: url("../../images/appleiconbig2.png");
  background-repeat: no-repeat;
  min-height: 1080px;
  background-position: center center;
  height: 100%;
}
.stats2-right {
  width: 39%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 6rem;
  gap: 2rem;
  min-height: 580px;
  align-items: center;
}
.stats2-right video {
  align-items: center;
  max-height: 825px;
}
.stat2card {
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: slideInRight 0.6s ease-out;
}

.stat2-card:nth-child(2) {
  animation-delay: 0.2s;
}

.stat2-card:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.stat-icon {
  width: 179px;
  height: 195px;
  background: var(--aws-dark);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-icon-b {
  width: 179px;
  height: 230px;
  background: var(--aws-dark);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-icon i {
  font-size: 3.5rem;
  color: white;
}

.stat-content {
  background: var(--blue-fade-wide);
  border-radius: 20px;
  padding: 20px 3rem;
  flex: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.stat-percentage {
  font-size: 89px !important;
  color: var(--blue-text-new-1);
  line-height: 110px;
  margin-bottom: 5px;
}

.stat-description {
  font-size: 41px !important;
  color: white;
  line-height: 1;
}
.stat-description-small {
  font-size: 23px !important;
  color: white;
  font-weight: 500;
}
/* Footer */
.footer {
  padding: 0;
}
.footer-nav {
  display: flex;
  gap: 1rem;
  z-index: 999;
}
.nav-controls {
  display: flex;
  z-index: 999;
}
.nav-controls-left {
  position: fixed;
  bottom: 40px;
  left: 80px;
  display: flex;
  z-index: 999;
}
.nav-controls-right {
  position: fixed;
  bottom: 40px;
  right: 80px;
  display: flex;
  z-index: 999;
}
.footer-nav ul {
  display: flex;
}

.footer-nav ul li {
  width: 59px;
  height: 59px;
  margin-right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1.5rem;
  font-size: 1.5rem;
}

.footer-nav ul li a {
  border-radius: 50%;
  background: var(--purple-box-1);
  border: 2px solid white;
  color: white;
  font-size: 1.5rem;
  width: 49px;
  height: 49px;
  padding: 5px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}

.footer-nav ul li a:hover {
  background: #4f46e5;
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* =============================
   BOTTOM CENTER BUTTON GROUP
============================= */
.nav-controls-center {
  position: fixed;
  bottom: 40px; /* adjust for perfect alignment */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 999; /* Ensure above content */
}



.home-btn {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: var(--purple-box-1);
  border: 4px solid white;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}

.home-btn:hover {
  background: #4f46e5;
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-footer {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: var(--purple-box-1);
  border: 4px solid white;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}

.btn-footer:hover {
  background: var(--aws-blue-light);
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.btn-home-img {
  top: -2px;
  max-height: 38px;
  height: auto !important;
  position: relative !important;
  vertical-align: middle;
}
.btn-footer-img {
  max-height: 38px;
  height: auto !important;
  position: relative !important;
  vertical-align: middle;
}
.nav-btn {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: var(--purple-box-1);
  border: 4px solid white;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-left: 22px;
}
.nav-btn-last {
  position: relative;
  right: 81px;
  top: 0;
}
.nav-btn-img {
  max-height: 38px;
  height: auto !important;
  position: relative !important;
  vertical-align: middle;
}
.nav-btn:hover {
  background: var(--aws-blue-light);
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
/* Individual round buttons */
.center-btn {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: var(--purple-box-1);
  border: 4px solid white;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: 0 36px;
}

.center-btn:hover {
  background: var(--aws-blue-light);
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.center-btn img {
  max-height: 38px;
  height: auto !important;
  position: relative !important;
  vertical-align: middle;
}
.progress-footer-navigation ul {
  display: flex;
  align-items: center;
  margin: 0px;
  list-style: none;
  padding: 0px;
  justify-content: center;
}
.progress-footer-navigation ul li {
  padding: 0px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.progress-footer-navigation li a {
  display: block;
  height: 60px;
  width: 60px;
  background-color: #09386f;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.1s ease-out, background-color 0.1s ease-out;
}
.progress-footer-navigation li a:hover {
  background: #4f46e5;
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.progress-footer-navigation li a:active {
  transform: scale(0.9); /* Shrinks the button slightly when pressed */
  background-color: rgba(0, 0, 0, 0.1); /* Optional: Darker background flash */
}
/* Ripple Effect */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.4);
  transform: scale(0);
  animation: rippleEffect 0.6s ease-out;
  pointer-events: none;
}

@keyframes rippleEffect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.blue-fade-new-1-gradient {
  background: linear-gradient(152.46deg, #348dfa 25.8%, #96f1ee 103.54%);
}

.blue-fade-new-2-gradient {
  background: linear-gradient(152.46deg, #348dfa 25.8%, #96f1ee 103.54%);
}
.challenge-box {
  display: flex;
}
.challenges-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1900px;
  margin: 0 auto;
  min-width: 1750px;
}
.res-page-three .challenges-container {
  min-width: 1663px;
}
.res-page-four .challenges-container {
  min-width: 1723px;
}
.hlth-page-two .challenges-container {
  min-width: 1400px;
}
.challenge-box-icon {
  background: black;
  border-radius: 25px;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  padding: 5px;
}
.challenge-box-text {
  color: #ffffff;
  font-size: 30px;
}
.challenge-card {
  background: linear-gradient(157.12deg, #252f3e 30.54%, #627ca4 128.96%);
  border-radius: 27px;
  padding: 0;
  min-height: 580px;
  position: relative;
  height: 100%;
}

.challenges-header-big {
  /* background: linear-gradient(157.12deg, #252f3e 30.54%, #627ca4 128.96%); */
  background: linear-gradient(
    176.83deg,
    rgba(37, 47, 62, 0.9) 39.51%,
    rgba(98, 124, 164, 0.9) 101.45%
  );
  border-radius: 27px;
  padding: 0;
  min-height: 580px;
  position: relative;
  height: 100%;
}
.challenge-box-5-1 {
  background: linear-gradient(157.12deg, #252f3e 30.54%, #627ca4 128.96%);
  border-radius: 27px;
  padding: 0;
  min-height: 580px;
  position: relative;
  height: 100%;
  font-family: "Amazon Ember Medium";
}

.card-header-custom {
  border-radius: 100px;
  text-align: center;
  background: linear-gradient(90deg, #6890ff 0%, #3e71fe 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 48px;
  top: 0;
  box-shadow: 8px 8px 8px 0px #0000008c;
  padding: 20px 10px;
}

.card-header-custom h3 {
  color: white;
  font-size: 30px;
  line-height: 100%;
  margin: 0;
}

.challenges-badge {
  border-radius: 100px;
  text-align: center;
  background: linear-gradient(90deg, #6890ff 0%, #3e71fe 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(40% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 48px;
  top: 0;
  box-shadow: 8px 8px 8px 0px #0000008c;
  padding: 20px 10px;
}

.challenges-badge h3 {
  color: white;
  font-size: 41px;
  line-height: 100%;
  margin: 0;
}

.challenges-bg {
  min-height: 580px;
  height: 100%;
  position: relative;
}

.challenges-bg-image {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.challenges-bg-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.challenges-bg .row {
  position: relative;
  z-index: 1;
}
.challenges-grid-ps {
  padding: 4rem 10rem 1rem 10rem;
}
.challenges-grid-res {
  padding: 6rem 10rem 3rem 10rem;
 
}
.question-bg {
  background-image: url("../../images/question.svg");
  background-repeat: no-repeat;
  min-height: 580px;
  background-position: center center;
  height: 100%;
}
.challenges-he-bg {

  min-height: 580px;
  height: 100%;
}
.padr-0 {
  padding-right: 0 !important;
}
.trans-challenges-bg {
  background-image: url("../img/LowSalaryIcon2.png");
  background-repeat: no-repeat;
  min-height: 580px;
  background-position: center center;
  height: 100%;
}
.health-chlg-bg {
  background-image: url("../img/hlth-chl-bg.png");
  background-repeat: no-repeat;
  min-height: 580px;
  background-position: center center;
  height: 100%;
}
.card-body-custom {
  padding-left: 40px;
  padding-top: 60px;
  padding-right: 10px;
  color: white;
}
.he-page-three .card-body-custom {
  padding-top: 110px;
}
.card-body-custom ul {
  list-style: none;
  padding: 15px;
  margin: 0;
  font-family: "Amazon Ember";
  font-weight: 400;
}

.card-body-custom ul li {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 32px;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-body-custom ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: white;
  font-size: 24px;
}

.card-body-custom ul li:last-child {
  margin-bottom: 0;
}

/* Screen 7 - Staff Assistant / Q&A Bot */
.assistant-container {
  padding: 40px;
  height: calc(1080px - 85px);
}

.bot-message p {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.bot-message p:last-child {
  margin-bottom: 0;
}

.chat-input-container {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.chat-input {
  flex: 1;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  color: #666;
}

.chat-input:focus {
  outline: none;
  border-color: #5b8dee;
}

.send-btn {
  background: #e8f0fe;
  color: #5b8dee;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.send-btn:hover {
  background: #5b8dee;
  color: white;
}

.chat-bottom-icons {
  display: flex;
  gap: 15px;
}

.icon-btn {
  width: 50px;
  height: 50px;
  background: #5b69a6;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
}

.icon-btn:hover {
  background: #4a5687;
  transform: scale(1.1);
}

.assistant-panel {
  background: #1a1a2e;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.assistant-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.assistant-timeline {
  position: relative;
}

.assistant-timeline:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #3a3a5a;
}

.timeline-item {
  position: relative;
  padding-left: 50px;
  padding-bottom: 40px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #3a3a5a;
  background: #1a1a2e;
}

.timeline-dot.active {
  border-color: #5b8dee;
  background: #5b8dee;
}

.timeline-label {
  color: #aaa;
  font-size: 1.1rem;
  line-height: 1.5;
}

.timeline-item.active .timeline-label {
  color: white;
  font-weight: 600;
}

.evolution-highlight {
  color: var(--blue-text-new-1);
}

.aws-logo {
  width: 120px;
  height: auto;
}

.title-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-title {
  font-size: 7rem;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  text-align: center;
}

.bottom-icons {
  display: flex;
  gap: 20px;
}

.icon-btn {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.icon-btn svg {
  width: 35px;
  height: 35px;
  fill: white;
}

.header-text {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 1.1rem;
  color: #232f3e;
  font-weight: 500;
}

.benefits-grid {
  height: 100%;
  display: flex;
  align-items: center;
}

.benefit-card {
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  min-height: 320px;

  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.benefit-card:hover {
  transform: translateY(-8px);
}

.benefit-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.benefit-title {
  font-size: 40px;
  line-height: 1.2;
  color: #232f3e;
  padding: 0 10px;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  /* min-height: 95px; */
  color: var(--squid-link);
}
.benefit-box {
  display: flex;
  align-items: flex-start;
  gap: 0px;
}

.benefit-icon {
  width: 91px;
  height: 93px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-list {
  padding: 0;
  margin: 0;
  color: var(--squid-link);
  margin-left: 30px;
  margin-top: 15px;
  list-style: disc;
}
.benefit-list ul {
  padding-top: 5px;
  font-family: "Amazon Ember";
  font-weight: 400;
  padding-left: 10px;
}
.benefit-list li {
  font-size: 26px;
  line-height: 1.2;
  color: #232f3e;
  padding: 0px 10px;
  flex: 1;
  font-family: "Amazon Ember";
  font-weight: 400;
}
.data-foundation-container {
  background: linear-gradient(157.12deg, #252f3e 30.54%, #627ca4 128.96%);
  border-radius: 27px;
  padding: 2rem;
  min-height: 580px;
  position: relative;
  height: 100%;
}

.data-panel {
  min-height: 630px;
  height: 100%;
  padding: 4rem 6rem 0rem 6rem;
}
.data-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 2rem 0;
}

.data-icon {
  width: 50px;
  height: 51px;
  flex-shrink: 0;
}
.data-title {
  color: var(--blue-bright);
  font-size: 33px;
  line-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.data-list {
  padding-left: 30px;
  margin-top: 10px;
  font-family: "Amazon Ember";
  font-weight: 400;
}

.data-list li {
  font-family: "Amazon Ember";
  font-weight: 400;
  color: #ffffff;
  padding-top: 7px;
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 27px;
  line-height: 1;
}
.ps-page-seven .data-foundation-container
{
    padding: 0 8rem;
    min-height: 640px;
}
.res-page-seven .data-foundation-container
{
    padding: 0 ;
    min-height: 640px;
}
.he-page-seven .data-foundation-container
{
    padding: 51px 1rem 0rem 1rem;
    min-height: 608px;
}
.ps-page-seven .data-list {
  margin-top: 10px;
}

.ps-page-seven .data-list li {
  padding-top: 5px;
}
.ps-page-seven .data-box {
  padding: 1rem 0 1rem 0;
}
.res-page-seven .data-box {
  padding: 1rem 0 1rem 0;
}
.ps-page-seven .data-panel {
  padding: 0;
  height: 100%;
}
.he-page-seven .data-panel {
  padding: 0rem 5rem 0rem 5rem;
   min-height: 608px;
}
.res-page-seven .data-panel {
  padding: 0rem 5rem 0rem 5rem;
   min-height: 640px;
}
.data-panel-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.data-panel-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.he-page-seven .data-list li {
  padding-top: 7px;
  padding-left: 0;
  margin-bottom: 3px;
  line-height: 30px;
}

.checkmark {
  width: 35px;
  height: 35px;
}

.checkmark path {
  fill: none;
  stroke: #5b8dee;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evolution-left {
  padding-left: 98px;
  font-size: 52px !important;
  color: var(--squid-link);
}
.evolution-title {
  font-size: 52px !important;
  font-family: "Amazon Ember Medium";
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
.evolution-list {
  padding-top: 67px;
  font-size: 35px !important;
  line-height: 45px;
}
.evolution-icon-bg {
  padding-top: 67px;
}

/* General styling for the section background */
.challenges-section {
  background-color: #2e354a;
  background-image: linear-gradient(135deg, #2e354a 0%, #1a1e2b 100%);
  padding: 80px 0;
  position: relative;
  color: #ffffff;
  border-radius: 15px;
  margin: 20px auto;
  max-width: 1200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Header Wrapper for positioning title and count */
.challenges-header-wrapper {
  position: relative;
  width: fit-content;
  margin: -100px auto 40px auto;
  z-index: 10;
}

/* LEARN MORE CSS */
.qr-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0 105px;
}
.he-learn-more .qr-section {
  gap: 0 55px;
}
#def-10-17 .qr-section {
  gap: 0 35px;
}
.qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 1.5rem; */
  width: 310px;
}
.ps-learn-more .qr-box {
  width: 378px;
}
.qr-container {
  background: #434795;
  padding: 23px;
  border-radius: 0;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
}

.qr-code {
  background: white;
  padding: 23px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 256px;
}

.qr-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-label {
  font-size: 30px !important;
  font-weight: 700;
  color: var(--squid-link);
  text-align: center;
  margin-top: 3rem;
  line-height: 1.2;
}

.qr-sublabel {
  font-size: 30px !important;
  font-weight: 700;
  color: var(--color-purple);
  text-align: center;
  margin-top: 3rem;
  line-height: 1.2;
}
.ps-learn-more h1, .res-learn-more h1, .he-learn-more h1
{
  font-size: 55px;
}
.challenges-grid {
  padding: 3rem;
}
.he-page-four .challenges-grid {
  padding: 75px 3rem 0 3rem;
}
/* Individual Challenge Item */
.challenge-item {
  display: flex;
  text-align: center;
  padding: 20px;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.challenge-icon {
  width: 79px;
  height: 79px;
  margin-bottom: 15px;
  justify-content: center;
  background: #000000;
  border-radius: 10px;
  padding: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.challenge-icon img {
  max-width: 100%;
  max-height: 100%;
}

.challenge-text {
  font-family: "Amazon Ember";
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 0;
  color: #ffffff;
  padding: 0 10px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.three-list {
  max-width: 1800px;
  list-style: none;
}
.three-list li {
  min-width: 440px;
  list-style: none;
}
.five-list {
  max-width: 1800px;
  list-style: none;
}
.five-list li {
  min-width: 340px;
  list-style: none;
}
/* Applications List Box (Left Content) */
.applications-list-box {
  border-radius: 27px;
  color: #e0e0e0;
  height: 100%;
  min-height: 680px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    188.19deg,
    rgba(37, 47, 62, 0.9) 49.77%,
    rgba(98, 124, 164, 0.9) 118.14%
  );
  padding: 102px 90px 92px 90px;
}
.ps-page-eight .applications-list-box {
  padding: 102px 90px 92px 90px;
}
.he-page-eight .applications-list-box {
  padding: 102px 90px 92px 90px;
}
.res-page-eight .applications-list-box {
  padding: 102px 90px 92px 90px;
}
/* Individual Application Item (Icon + Text) */
.application-item {
  line-height: 1.4;
  padding-bottom: 13px;
}
.ps-page-eight .application-item {
  padding-bottom: 13px;
}
.he-page-eight .application-item {
  padding-bottom: 13px;
}
.application-icon {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-icon img {
  max-width: 100%;
  height: auto;
}

.application-text {
  font-size: 27px !important;
  color: var(--blue-bright);
  line-height: 1.2;
}

.transition-page {
  position: relative;
  background-image: url("Assets/img/blurred-classroom.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

/* Background Overlay for the dark, blurred effect */
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: -1;
}
.aws-enables {
  display: flex;
  height: 100%;
}
/* Ensure header and footer text is white on this dark background */
.transition-page .header-text,
.transition-page .nav-icon img,
.transition-page .nav-arrow img {
  color: #fff;
  filter: invert(1);
  background-color: rgba(255, 255, 255, 0.1);
}

.transition-page .header-text {
  color: #ccc;
}
.laptop-bg {
  background-image: url("../../images/laptop-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.halflaptop-bg {
  background-image: url("../../images/half-lap.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 100%;
}
.student-bg1 {
  background-image: url("../../images/student-bg1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.student-bg2 {
  background-image: url("../../images/student-bg2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.student-bg3 {
  background-image: url("../../images/student-bg3.svg");
  background-repeat: no-repeat;
  background-position: right 105%;
  height: 100%;
}
.car-bg {
  background-image: url("../../images/car-bg.svg");
  background-repeat: no-repeat;
  background-position: -230px 100%;
  height: 100%;
}
.health-bg {
  background-image: url("../../images/healthHeart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.justice-bg {
  background-image: url("../../images/justice-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.finance-bg {
  background-image: url("../../images/IconFinanceGraphUpBlack.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.res-aws-enables {
  background-image: url("../../images/res-aws-enables.svg");
  background-repeat: no-repeat;
  background-position: right 105%;
  height: 100%;
}
.research-bg2 {
  background-image: url("../../images/researchbg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.airplane-bg {
  background-image: url("../img/airplane-big.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.safetybadge-bg {
  background-image: url("../img/safetybadge-big.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.laborworkforce-bg {
  background-image: url("../img/LaborWorkforce-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.appleicon-bg-image {
  position: absolute;
  bottom: 0;
  right: 00;
  z-index: 0;
}

.appleicon-bg-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.evolving-bg-image {
  position: absolute;
  bottom: 0;
  right: 00;
  z-index: 0;
}

.evolving-bg-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.evolving-bg-image2 {
  position: absolute;
  bottom: 0;
  left: 38%;
  z-index: 0;
}

.evolving-bg-image2 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.appleicon-bg .row {
  position: relative;
  z-index: 1;
}

.worldmap-bg-image {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 0;
  pointer-events: none;
}

.worldmap-bg-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.halflaptop-bg-image {
  position: absolute;
  bottom: 0;
  right: 00;
  z-index: 0;
}

.halflaptop-bg-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.highericon {
  background-image: url("../../images/highericon.svg");
  background-repeat: no-repeat;
  min-height: 1080px;
  background-position: 110% 110%;
  height: 100%;
}
.laborworkforce {
  background-image: url("../img/LaborWorkforce-bg2.png");
  background-repeat: no-repeat;
  min-height: 1080px;
  background-position: right bottom;
  height: 100%;
}
.agentic-icon {
  position: absolute;
  height: 100%;
  opacity: 8%;
  right: 0;
  bottom: 0;
}
.research-black-bg {
  background-image: url("../../images/icon-researchblack.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  
}
/* Styling for the main text box */
.transition-text-box {
  padding: 12px 30px !important;
  color: var(--squid-link);
}
.transition-text-box span {
  color: var(--purple-light);
}
.transition-title {
  font-size: 30px !important;
  margin: 0;
  color: var(--squid-link);
  line-height: 100%;
}
.transition-title span {
  color: var(--purple-light);
}
.revolutionizing-title {
  font-size: 40px;
  line-height: 100%;
  padding-top: 25px;
  text-align: center;
  color:var(--squid-link);
  line-height: 1.2;
}
.revolutionizing-title span{
 
   color:var(--squid-link);
}
h4 {
  font-family: "Amazon Ember Bold";
  font-weight: 700;
  font-size: 36px !important  ;
  line-height: 100%;
  text-align: center;
}

.continue-next-step h4 {
  color: #fff;
  font-size: 30px !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-display: swap !important;
  margin-bottom: 0px !important;
  margin-right: 40px !important;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
}
.page-four-text.video-section-common .custom-container .video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}
.page-four-text.video-section-common .custom-container .video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.progress-bar-container {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: #5fc9f6;
  border-radius: 3px;
  width: 0%;
  position: relative;
}

.progress-bar::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.controls-left,
.controls-center,
.controls-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.control-btn {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.control-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.play-btn svg {
  width: 32px;
  height: 32px;
}

.time-display {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
}

.volume-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.volume-slider {
  width: 80px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.cc-toggle-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s;
}

.cc-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

.cc-toggle-btn.active {
  background: #5fc9f6;
  border-color: #5fc9f6;
}

.speed-selector {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: none;
}

.speed-selector option {
  background: #1a1a2e;
  color: #fff;
}

.progress-tracker-bottom-line {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
  bottom: 8px;
  margin-left: 84px;
}

.ps-explore-demo1 .progress-tracker li {
  height: 70px;
}
.ps-explore-demo2 .progress-tracker li {
  height: 70px;
}

.he-explore-demo2 .progress-tracker li {
  height: 75px;
}

.custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 40px 20px 15px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.video-container:hover .custom-controls,
.custom-controls:hover {
  opacity: 1;
}

.progress-bar-container {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: #5fc9f6;
  border-radius: 3px;
  width: 0%;
  position: relative;
}

.controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* (Other control styles omitted for brevity, assume they are correct) */

.cc-toggle-btn.active {
  background: #5fc9f6;
  border-color: #5fc9f6;
}

.video-column {
  margin: 0;
  padding: 0;
  background: #11161e;
  flex: 1;
  min-width: 1100px;
  border-radius: 23px 0 0 23px;
  overflow: hidden;
  border: 6px solid var(--blue-bright);
  border-color: var(--blue-bright);
}
.progress-tracker-column {
  background: #11161e;
  height: 100%;
  min-width: 396px;
  width: 396px;
  border-radius: 0 23px 23px 0;
  overflow: hidden;
  border: 6px solid;
  border-color: var(--blue-bright);
  border-left: none;
  border-left: 0;
}

/* --- Progress Tracker (Right Column Video List) Styling --- */

.progress-tracker {
  overflow: auto;
  scrollbar-width: none !important;
  max-height: 800px;
}

.progress-tracker h2 {
  margin-top: 70px;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 24px;
  font-family: Amazon Ember Medium;
  font-weight: 500;
  font-size: 25px !important;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.progress-tracker ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 50px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 55px;
  height: auto;
  margin-left: 33px;
}

.progress-tracker ul::after {
  background-image: url("../img/Progress-Tracker-left2.png");
  height: 42px;
  width: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 2px;
  top: -28px;
  bottom: 0;
}

.progress-tracker ul::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 12px;
  bottom: 0;
  width: 2px;
  background-color: #fff;
  height: auto;
}

.progress-tracker li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;

  color: #ffffff;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 17px !important;
  line-height: 100%;
  padding-top: 6px;
  height: 70px;
  line-height: 22px;
}

.progress-tracker li a {
  color: #ffffff;
  opacity: 0.4;
}

.progress-tracker li.active::after {
  background: #5fc9f6; /* Blue line when active */
}

/* Default ::before style for inactive markers (smaller gray dot) */
.progress-tracker li::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333; /* Dark gray solid dot for inactive */
  border: none;
  z-index: 1;
}

.progress-tracker li.seen a {
  color: #fff !important;
  opacity: 1 !important;
}

.progress-tracker li.active a {
  color: #5fc9f6 !important;
  opacity: 1 !important;
}

.progress-tracker li.active .video-link {
  color: #5fc9f6; /* Blue text for active video link */
  font-weight: bold;
}

.video-link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s;
}

.video-link:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 16px;
}

/* --- Timestamps Section Styling (UL > LI structure with Timeline) --- */

.timestamp-link {
  display: flex;
  align-items: center;

  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;

  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s;
}

.timestamps-section li.active .timestamp-link {
  background: rgba(76, 175, 80, 0.3);
  border-left: 3px solid #5fc9f6;
  color: #5fc9f6;
  font-weight: bold;
}

.timestamps-section li.active .timestamp-time {
  color: #5fc9f6;
}

/* --- Final Timeline Styling for Timestamps (Matching Images) --- */

.timestamps-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timestamps-section li {
  /* 1. Set position context and padding */
  position: relative;
  /* Increased padding for the larger first/active marker */
  padding-left: 25px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

/* --- ::BEFORE: The Marker Dot/Ring --- */

/* --- Link Styling Adjustments --- */

.timestamp-link {
  /* ... existing styles ... */
  /* Remove any left border set previously if it interferes with the new timeline */
  border-left: none !important;
}

/* Ensure the link text remains blue when active */
.timestamps-section li.active .timestamp-link {
  background: none; /* No background fill on the link */
}

.timestamps-section li.active .timestamp-label {
  color: #007bff; /* Blue text for active label */
}

/* Timestamps Section Styling (Corrected for UL > LI structure) */
.timestamps-section {
  padding: 0;
}

.timestamps-section h3 {
  margin-bottom: 15px;
  color: #5fc9f6;
  font-size: 18px;
}

/* Hide default list bullet for timestamps */
.timestamps-section li::before {
  display: none;
}

.timestamp-time {
  font-weight: bold;
  color: #5fc9f6;
  margin-right: 15px;
  min-width: 60px;
}

.timestamp-label {
  flex: 1;
  font-size: 14px;
}
/* --- Timestamp List Timeline Styling --- */

/* 1. Base style for LI: Set position context and padding for the marker */
.timestamps-section li {
  position: relative;
  padding-left: 20px; /* Make space for the ::before marker */
  /* Keep other existing styles (margin-bottom: 8px; padding: 0;) */
}

/* 4. Active State: Highlight the marker and line */
.timestamps-section li.active::before {
  background: #5fc9f6; /* Active green color */
  box-shadow: 0 0 5px #5fc9f6;
}

.timestamps-section li.active::after {
  background: #5fc9f6; /* Active green line color */
}

.timestamps-section {
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 40px;
}

.timestamps-section h3 {
  margin-bottom: 15px;
  color: #5fc9f6;
  font-size: 18px;
}

.timestamps-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Base LI style for Timeline */
.timestamps-section li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0;
}
li button.timestamp-btn {
  background: transparent;
  border: none;
  padding: 11px 10px 11px 40px;
  color: #ffffff;
  display: block;
  text-align: left;
  z-index: 11111;
  opacity: 0.4;
}
li.active button.timestamp-btn {
  opacity: 1 !important;
  color: #5fc9f6;
}

/* 2. Default (Inactive) ::before: Small solid black dot */
.timestamps-section li::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 10px;
  border-radius: 50%;
  background: #333; /* Dark gray/black solid dot */
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  z-index: 2;
  display: block;
}
.progress-tracker li:first-child::before {
  left: 27px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff; /* The white outer ring */
  box-sizing: border-box;
}
.progress-tracker li.active {
  color: #5fc9f6;
  opacity: 1 !important;
}

.progress-tracker li:first-child::before {
  left: 27px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff; /* The white outer ring */

  box-sizing: border-box;
}
.progress-tracker li.active::before {
  background: #5fc9f6; /* Solid blue dot for the active item */
  border: none;
  box-shadow: none;
  border: 2px solid #fff; /* The white outer ring */
}
.timestamps-section li.active::before {
  left: 27px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
}
.timestamps-section li:last-child::after {
  display: none;
}

.timestamp-link {
  display: flex;
  align-items: center;
  padding: 30px 10px 30px 45px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  border-left: none !important; /* Ensure no conflicting left border */
}

.timestamp-link:hover {
  color: #fff;
}

.timestamp-time {
  font-weight: bold;
  color: #5fc9f6;
  margin-right: 15px;
  min-width: 60px;
}

.timestamps-section li.active .timestamp-time {
  color: #5fc9f6; /* Blue time color when active */
}

.timestamp-label {
  flex: 1;
  font-size: 14px;
}

.timestamps-section li.active .timestamp-label {
  color: #5fc9f6; /* Blue label color when active */
}
/* --- Slide 4_6 Specific Styles --- */

/* The main container for the content (Dark Box + Image) */
.ai-container-wrapper {
  /* Using a flex container to manage the side-by-side layout on larger screens */
  display: flex;
  gap: 20px;
  padding: 2rem 0;
}

/* The dark list box on the left */
.ai-list-box {
  background-color: #2c3e50; /* Dark blue/gray background */
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  flex: 1; /* Take up available space */
  min-height: 450px;
}

/* The list styling */
.ai-application-list {
  list-style: none;
  padding: 0;
}

.ai-application-list li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

/* Custom Checkmark Icon Styling (Using Bootstrap Icons) */
.ai-application-list .bi-check-lg {
  color: #6a89cc; /* Blue color for the checkmark */
  margin-right: 10px;
  font-size: 1.2rem;
  flex-shrink: 0; /* Prevents the icon from shrinking */
}

/* The Image/Graphic container on the right */
.ai-image-container {
  flex: 1; /* Take up available space, similar to the list box */

  overflow: hidden; /* Ensures the image respects the border radius */
}

.ai-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the container */
}

.btn-circle {
  width: 237px;
  height: 237px;
  border-color: #fff;
  border-style: solid;
  box-shadow: 10px 10px 10px 0px #00000040;
  transition: background-color 0.5s ease;
}
.btn-circle:hover {
  background-color: #434795 !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.border-5 {
  border-width: 5px !important;
}
.explore-demo-text {
  font-size: 33px !important;
  line-height: 100%;
  text-align: center;
  color: var(--squid-link);
}
.explore-demo-text a {
  color: var(--squid-link);
}
.explore-demo button {
  border: 4px solid #ffffff;
  border-radius: 25px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(0deg, #252525, #252525),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.explore-demo button img {
  border-radius: 25px;
  background: #ffffff;
     height: 170px;
    width: 272px;
}
.play-vid {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}
.vdemo-thumb
{
  border-radius: 25px;
  background: #ffffff;
     height: 170px;
    width: 272px;
}
/* Research Tags Container */
.research-tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px 130px;
  z-index: 2;
  position: relative;
}

/* Global Badge */
.global-badge {
  color: white;
  padding: 20px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 500;
  background: linear-gradient(90deg, #6890ff 0%, #3e71fe 100%);
  font-family: Amazon Ember;
  font-weight: 500;
  font-size: 30px !important;
  line-height: 100%;
  text-align: center;
}



/* Tag Rows */
.tag-row {
  display: flex;
  gap: 80px 130px;
  justify-content: center;
  flex-wrap: wrap;
}

.research-tag {
  background: linear-gradient(157.12deg, #252f3e 30.54%, #627ca4 128.96%);
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-family: Amazon Ember;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  font-size: 27px !important;
  cursor: default;
  width: 327px;
}



.link-btn {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

/**** Video ***/

.video-section-common {
  padding: 20px;
  max-height: calc(100vh - 218px);
  min-height: 800px;
  height: calc(100vh - 218px);
}

.video-section-common .custom-container {
  height: 100%;
  margin: 0;
  padding: 0s;
}
.video-container {
  margin: 0;
  padding: 0;
  position: relative;
  background: #11161e;
  border-radius: 0;
  overflow: hidden;
  border-color: #ffffff;
}

.video-section-common .custom-container .video-container {
  height: 800px;
  width: 1423px;
  min-height: 800px;
  min-width: 1423px;
}

.video-section-common .custom-container .video-container video {
  width: 100%;
  border-radius: 12px;
  border-radius: 12px 12px 0 0;
  height: 100%;
  width: 100%;
}

.video-player {
  width: 100%;
  height: auto;
  display: block;
}

.cc-container {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  pointer-events: none;
}

.cc-text {
  display: inline-block;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.4;
  max-width: 90%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 40px 20px 15px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.video-container:hover .custom-controls,
.custom-controls:hover {
  opacity: 1;
}

.progress-bar-container {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: #5fc9f6;
  border-radius: 3px;
  width: 0%;
  position: relative;
}

.progress-bar::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.controls-left,
.controls-center,
.controls-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.control-btn {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.control-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.play-btn svg {
  width: 32px;
  height: 32px;
}

.time-display {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
}

.volume-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.volume-slider {
  width: 80px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.cc-toggle-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s;
}

.cc-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

.cc-toggle-btn.active {
  background: #5fc9f6;
  border-color: #5fc9f6;
}

.speed-selector {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: none;
}

.speed-selector option {
  background: #1a1a2e;
  color: #fff;
}

.progress-tracker-column {
  flex: 0 0 350px;
}

.video-link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s;
}

.video-link:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 16px;
}

.progress-tracker li.active .video-link {
  color: #5fc9f6;
  font-weight: bold;
}

/* Classroom Image (Right Content) */
.classroom-image-wrapper {
  position: relative;
}

.classroom-image-wrapper img {
  vertical-align: top;
}

.stock-videos-10 {
  max-height: 767px;
}
.stock-videos-10 video {
  max-height: 767px;
}
.stock-videos-7 {
  max-height: 492px;
}
.stock-videos-7 video {
  max-height: 492px;
}

.stock-videos-4 video {
  width: 560px;
  object-fit: cover;
  border-radius: 27x;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  text-align: center;
}

.video-thumb-btn {
  border: none;
  background: transparent;
  padding: 0;
}

.video-thumb-wrapper {
  position: relative;
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

.video-thumb-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.85; /* Slight transparent look like right side */
}

/* Transparent overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Circular play button */
.play-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
}

.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* ---------------------------
   PDF MODAL STYLING
----------------------------*/
.pdf-modal-content {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.pdf-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #6c2bd9;
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 35px;
  cursor: pointer;
  z-index: 9999;
  border: 2px solid #ffffff;
  box-shadow: 6px 6px 6px 0px #00000040;
}

.pdf-body {
  width: 100%;
  height: 800px;
}

.pdf-body iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: none;
}

.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.fullscreen-content {
  position: relative;
  width: 95%;
  height: 95%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.fullscreen-modal {
  display: none;
}
/* Show modal */
.fullscreen-modal.active {
  display: flex !important; /* applied ONLY when opened */
}

#fullscreenFrame {
  width: 100%;
  height: 100%;
  border: none;
}

.close-fullscreen {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: #5e3fd6;
  color: #fff;
  border: none;
  font-size: 28px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999999;
}



.halflaptop-bg-image {
  position: absolute;
  bottom: 0;
  right: 00;
  z-index: 0;
}

.halflaptop-bg-image img {
  height: auto;
  position: relative;
  right: -84px;
  width: 90%;
}
.laptop-bg-image  {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.laptop-bg-image img {
    width: 100%;
    height: auto;
    display: block;
}

.appleicon2-bg-image  {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
      text-align: center;
}

.appleicon2-bg-image img {
     width: 82%;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.screen-10-bg
{
  background: linear-gradient(152.46deg, #348DFA 25.8%, #96F1EE 103.54%)  ;
}



.tran-page-five .stats-right {
    padding-left: 196px;
}

.jps-page-five .stats-right {
    padding-left: 196px;
}

.fna-page-five .stats-right {
    padding-left: 196px;
}

.hlth-page-five .stats-right {
    padding-left: 196px;
}

.lnw-page-five .stats-right {
    padding-left: 196px;
}


.qr-subtext
{
  font-family: "Amazon Ember Bold";
font-weight: 400;
font-style: italic ;
font-size: 24px;
line-height: 1.2;
text-align: center;
padding-top:30px;

}
.jps-page-seven .applications-list-box {
    min-height: 580px;
    padding: 60px 50px 40px 60px;
}
.jps-page-seven .data-box {
    padding: 1rem 0;
}
.jps-page-seven .data-title {
    font-size: 24px;
}
.jps-page-seven .data-list li {
    font-size: 21px;
}

.jps-page-six .data-panel {
    min-height: 580px;
    padding: 2rem 1rem 0rem 4rem;
}

.fna-page-six .data-panel {
    min-height: 580px;
       padding: 1rem 16rem 0rem 16rem;
}

.stats2-right video
{
  border-radius: 27px;
     width: auto;
}
.classroom-image-wrapper video {
  border-radius: 27px;
     height: auto;
}
.stock-videos-10 video{
  border-radius: 27px;
     height: auto;
}

.res-page-ten .stats3-right ul li::before {
  top: 110px; 
}


/* FIXED SIZE POPUP */
.image-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 1080px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: none;
    overflow: hidden;
}

/* SCROLLABLE AREA — NO VERTICAL PADDING */
.image-popup-content {
    width: 95%;
    height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 40px;
    box-sizing: border-box;

    /* FIX: Remove transform centering */
    position: relative;
    margin: auto;                /* correct centering */

    background: #FFFFFF;
    border-radius: 25px;

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

/* WRAPPER TO CENTER SMALLER IMAGES */
.image-center-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-top: 20px;    /* small safe gap instead of 40px */
}

/* IMAGE (no restrictions) */
#popupImage {
    /* max-width: 95%; */
    height: auto;
    max-height: none;
    display: block;
    width: 100%;
}
/* Close button */
.popup-close-btn {
    position: absolute;
    bottom: 70px;
    right: 110px;
    font-size: 45px;
    color: white;
    background: #FF0000;
    border: none;
    cursor: pointer;
    z-index: 1000;
	width: 59px;
    height: 59px;
    border-radius: 50%;
    background: var(--purple-box-1);
    border: 4px solid white;
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
    
}
.image-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* AWS-style Scrollbar (Matches screenshot) */
.image-popup-content::-webkit-scrollbar {
    width: 22px;                   /* Thin scrollbar */
}

.image-popup-content::-webkit-scrollbar-thumb {
    background: #333333;           /* Light grey thumb */
    border-radius: 12px;           /* Rounded */
}

.image-popup-content::-webkit-scrollbar-track {
    background: #CCCCCC;           /* Very light track */
    border-radius: 12px;
}



/* TIMESTAMPS SCROLLABLE SECTION */
.pg-scroller .timestamps-section {
    max-height: 620px;          /* Adjust height depending on your design */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;        /* So text doesn’t overlap scrollbar */
    padding-top: 30px;
    margin-left: 60px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

/* OPTIONAL – Nice scrollbar styling */
.pg-scroller .timestamps-section::-webkit-scrollbar {
    width: 8px;
}
.pg-scroller .timestamps-section::-webkit-scrollbar-thumb {
    background: rgba(120, 150, 200, 0.7);
    border-radius: 8px;
}
.pg-scroller .timestamps-section::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pg-scroller .progress-tracker ul::before {
    bottom: -10px;
}
.pg-scroller .progress-tracker-bottom-line {

    bottom: 0;
}
.pg-scroller .progress-tracker h2
{
  margin-bottom: 30px;
}
.he-explore-demo2 .progress-tracker li {

  height: 87px;
}
.res-explore-demo1 .progress-tracker li {

  height: 110px;
}
.res-explore-demo2 .progress-tracker li {

  height: 64px;
}


/* TIMESTAMPS SCROLLABLE SECTION */
.pg-scroller .timestamps-section {
    max-height: 620px;          /* Adjust height depending on your design */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;        /* So text doesn’t overlap scrollbar */
    padding-top: 30px;
    margin-left: 60px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

/* OPTIONAL – Nice scrollbar styling */
.pg-scroller .timestamps-section::-webkit-scrollbar {
    width: 8px;
}
.pg-scroller .timestamps-section::-webkit-scrollbar-thumb {
    background: rgba(120, 150, 200, 0.7);
    border-radius: 8px;
}
.pg-scroller .timestamps-section::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pg-scroller .progress-tracker ul::before {
    bottom: -10px;
}
.pg-scroller .progress-tracker-bottom-line {

    bottom: 0;
}
.pg-scroller .progress-tracker h2
{
  margin-bottom: 30px;
}

/* ---------------------------------------------------------
FADE-IN / FADE-OUT ANIMATIONS
---------------------------------------------------------- */

/* Base hidden/visible */
.screen.hide {
display: none; /* hide element from layout */
pointer-events: none;
}

/* Fade-in */
.screen.fade-in {
display: block;
animation: fadeIn 0.5s ease forwards;
}

/* Fade-out */
.screen.fade-out {
display: block;
animation: fadeOut 0.5s ease forwards;
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
from { opacity: 1; transform: translateY(0); }
to   { opacity: 0; transform: translateY(-20px); }
}


.screen-10-bg
{
  background: linear-gradient(152.46deg, #348DFA 25.8%, #96F1EE 103.54%)  ;
}



/* Prevent timestamp flicker on load */
.timestamps-section {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in;
}
/* Show timestamps when loaded */
.timestamps-section.loaded {
    opacity: 1;
    visibility: visible;
}

/* Optional: Add a subtle loading state for the progress tracker */
.progress-tracker:not(:has(.timestamp-item)) .timestamps-section::before {
    content: "Loading...";
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    font-size: 14px;
}

/* ===================================
   TIMESTAMP FLICKER FIX
   =================================== */

/* Hide timestamps section on initial load */
.timestamps-section {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

/* Prevent the decorative line/circles from showing before data loads */
.progress-tracker-column .timestamps-section::before,
.progress-tracker-column .timestamps-section::after {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

/* Show everything once loaded */
.timestamps-section[style*="opacity: 1"] {
    opacity: 1 !important;
    visibility: visible !important;
}

.timestamps-section[style*="opacity: 1"]::before,
.timestamps-section[style*="opacity: 1"]::after {
    opacity: 1;
}

.progress-tracker {
width: 100%;
}


.he-learn-more .qr-box {
  width: 350px;
}
.res-learn-more .qr-box {
  width: 378px;
}
.challenge-text {
 
  line-height: 1.2;
}
.ps-page-four .challenge-text {
 
  line-height: 1.2;
  margin-top: 5px;
}
.he-page-four .challenge-text {
 
  line-height: 1.2;
  margin-top: 5px;
}

/* TIMESTAMPS SCROLLABLE SECTION */
.he-explore-demo1 .pg-scroller .timestamps-section {

    margin-left: 40px;
}

.he-explore-demo1 .progress-tracker-bottom-line {
    margin-left: 64px;
}