/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
button.getstarted
{
  width: 10rem;
}

/* accordion */
.accordion-button::after 
{
  filter: brightness(0) invert(1);
}
/* Prevent change on open */
.accordion-button:not(.collapsed) 
{
  background-color: #359bdb !important;
  color: #fff !important;
  box-shadow: none; /* optional: remove Bootstrap's open state shadow */
}
.accordion-button
{
  background: #359bdb;
  color: white;
  border-radius: 10px!important;
  font-size:1.3rem;
}
.accordion-body p
{
  border: 1px solid #359bdb;
  color: #359bdb;
  padding: 0.4rem;
  border-radius: 10px;
  font-size:1.2rem
}

/* --------- */

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #359bdb
;
  text-decoration: none;
}

a:hover {
  color: #359bdb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #359bdb;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #359bdb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #359bdb
;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*----------------------------------------------------------
*/
.error {
        border: 2px solid red;
    }

    .error-message {
        color: red;
        font-size: 12px;
        margin-top: 5px;
    }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb300;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ffb300;
  font-weight: 600;
  background: #ffb300;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ffb300;
  border: 2px solid #ffb300;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #359bdb
;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}






.error-message {
  margin-top: 5px; /* Space above error message */
  font-size: 0.9em; /* Font size */
  color: red; /* Color for visibility */
}





/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #359bdb;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #359bdb
;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: white;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #359bdb
;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# promo-header Section
--------------------------------------------------------------*/

.promo-section {
  background-image: url('../img/BODY_BACKGROUND_HRPROJECT.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  /* min-height: 100vh;  */
  width: 100vw;                /* Fill viewport width */
  box-sizing: border-box;      /* Prevent overflow from padding */
  padding: 0;                  /* Remove extra padding */
  display: flex;
  align-items: center;         /* Vertically center content */
  justify-content: center;
  font-family: 'Poppins', Arial, sans-serif;
}

.promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;           /* Increase max width for large screens */
  margin-left: 5.5em;
  padding: 48px 5vw;           /* Responsive horizontal padding */
  box-sizing: border-box;
}

.promo-text {
  color: #fff;
}

.promo-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  margin-left: -1.2em;
  color: #fff;
}

.promo-subtitle {
  font-size: 2.55rem;
  font-weight: 400;
  margin-bottom: 24px;
  margin-left:-1.5em;
  color: #fff;
  line-height: 1.3;
}

.promo-subtitle .highlight,
.promo-text .highlight {
  background: #fff94f;
  color: #222;
  font-weight: 700;
  padding: 0 4px;
  border-radius: 4px;
}

.promo-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  color: #ffffff;
}

.promo-bullets li {
  font-size: 1.7rem;
  margin-bottom: 6px;
  padding-left: 1.2em;
  margin-left:-2.7em;

  position: relative;
  color: #fff;
}

.promo-bullets li::before {
  content: "⭐";
  color: #fff94f;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.promo-value {
  font-size: 2rem;
  font-weight: 350;
  margin: 16px 0 4px 0;
  color: #fff;
  margin-left: -1.9em;
}

.value-highlight {
  background: #fff94f;
  color: #222;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}


.promo-cta {
  display: inline-block;
  border:none;
  background: #ffb300;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 32px;
  text-decoration: none;
  margin-top: 8px;
  margin-left: -2.2em;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.promo-cta:hover {
  background: #ffb300;
  color: #222;
}

.promo-image {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 38rem;
  width: 70%;
  min-width: 0;
  border-radius: 16px;
  animation: floatY 2.5s ease-in-out infinite alternate-reverse both;
  box-sizing: border-box;
}

.promo-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 16px;
}


.strikethrough {
  text-decoration: line-through;
  color: #000;
  opacity: 0.8;
  margin-right: 10px;
  font-weight: 600;
}


@media (max-width: 900px) {
  .promo-content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 2vw;
  }
  .promo-title {
    font-size: 3.5rem;
  }
  .promo-subtitle {
    font-size: 1.6rem;
  }
  .promo-bullets li {
    font-size: 1.4rem;
  }
  .promo-value {
    font-size: 1.7rem;
  }
  .promo-cta {
    font-size: 1.5rem;
    padding: 14px 36px;
  }
  .promo-image {
    max-width: 100vw;
    width: 100%;
    min-width: 0;
  }
  .promo-image img {
    max-width: 90vw;
    width: 100%;
  }
}

@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-24px);
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  color: #359bdb;
}

.section-title h2{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ffb300;
}

.section-title h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #359bdb;
}

.section-title h2::before, .section-title h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after, .section-title h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ffb300;
;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title h5 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #359bdb;
}

.section-title h5::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #359bdb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Who
--------------------------------------------------------------*/
.who-section {
  width: 100vw;
  min-width: 100vw;
  margin: 0;
  padding: 40px 22px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  font-family: 'Poppins', Arial, sans-serif;
  /* background and wave will be added by you */
}

.who-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  /* gap: 48px;
  padding: 48px 5vw; */
  box-sizing: border-box;
  gap:2rem;
}

.who-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.who-title {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #222;
}

.who-blue {
  color: #2196f3;
  white-space: nowrap;
}

.who-desc {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 20px;
  font-weight: 400;
}

.who-illustration {
  margin-top: 16px;
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
}

.who-illustration img {
  max-width: 450px;
  width: 100%;
  height: auto;
  animation: floatY 2.5s ease-in-out infinite alternate-reverse both;
  /* Add drop-shadow or position as needed */
}

/* Right Panel */
.who-right {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.who-panel {
  background-image: url('../img/TABLE_BACKGROUND.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  border-radius: 18px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
  padding: 28px 24px 32px 24px;
  width: 90%;
  margin-top:3em;
  /* margin-right:-4em; */
  /* max-width: 36vw; */
  border: 3px solid #222;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

.who-panel-header {
  font-size: 3rem;
  font-weight: 900;
  color: white;
  text-align: center;
  margin: 0;
  /* padding: 40px 20px; */
  line-height: 1.2;

  /* Black stroke effect */
  text-shadow:
    -3px -3px 0 #000,
    -2px -3px 0 #000,
    -1px -3px 0 #000,
     0px -3px 0 #000,
     1px -3px 0 #000,
     2px -3px 0 #000,
     3px -3px 0 #000,

    -3px -2px 0 #000,
    -3px -1px 0 #000,
    -3px  0px 0 #000,
    -3px  1px 0 #000,
    -3px  2px 0 #000,
    -3px  3px 0 #000,

     3px -2px 0 #000,
     3px -1px 0 #000,
     3px  0px 0 #000,
     3px  1px 0 #000,
     3px  2px 0 #000,
     3px  3px 0 #000,

    -2px  3px 0 #000,
    -1px  3px 0 #000,
     0px  3px 0 #000,
     1px  3px 0 #000,
     2px  3px 0 #000,
     3px  3px 0 #000;

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

.lightning-sprite {
  position: absolute;
  width: 90px;
  height: 150px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Optional: add a drop shadow for pop effect */
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
}

.lightning-sprite-left {
  top: -50px;
  left: -50px;
  background-image: url('../img/OBJECT_FLASHLEFT_HRPROJECT.png');
}

.lightning-sprite-right {
  top: -50px;
  right: -50px;
  background-image: url('../img/OBJECT_FLASHRIGHT_HRPROJECT.png');
}

.who-panel-boxes {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.who-panel-box {
  background: #fff;
  border: 2px solid #222;
  border-radius: 12px;
  padding: 18px 16px;
  font-size: 1.1rem;
  color: #222;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}

@keyframes floatY {
  from { transform: translateY(0); }
  to   { transform: translateY(-24px); }
}

@media (max-width: 900px) {
  .who-content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 2vw;
  }
  .who-title {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
# What will you learn and Benefit
--------------------------------------------------------------*/
.learn-section,
.benefit-section {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', Arial, sans-serif;
  box-sizing: border-box;
  padding: 40px 0;
}

@media (min-width:665px)
{
  .learn-section
  {
    background-image: url('../img/BODY_BACKGROUND_WAVE_HRPROJECT.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .benefit-section
  {
    background-image: url('../img/BODY_BACKGROUND_BLUEOVERHEAD_HRPROJECT.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
  }
}

.learn-content {
  min-height:65vh;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top:5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.learn-title,
.benefit-title {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-text-stroke: 2px #000;
  display: inline-block;       
}

.learn-title {
  font-size: 4rem;
  text-align: center;
  color: white;
  font-weight: 900;
  font-family: 'Fredoka', sans-serif;
  text-shadow:
    0 0 2px #000,
    0 0 3px #000,
    0 0 4px #000,
    0 0 5px #000,
    2px 2px 2px #000,
    -2px -2px 2px #000,
    2px -2px 2px #000,
    -2px 2px 2px #000;
  margin-left: 0.5em;
}


.benefit-cards {
  display: flex;
  gap: 18px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.learn-cards {
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
}


.learn-card {
  width: 300px;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 2.5px solid #e0c200;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: Top Center;
}

.learn-card-1 {
  background-image: url('../img/OBJECT_INTRODUCTION_HRPROJECT.png'); 
}
.learn-card-2 {
  background-image: url('../img/OBJECT_DIGITALMARKETINGSTRATEGY_HRPROJECT.png');
}
.learn-card-3 {
  background-image: url('../img/OBJECT_SOCIALMEDIA_HRPROJECT.png');
}
.learn-card-4 {
  background-image: url('../img/OBJECT_STUDYGROUP_HRPROJECT.png');
}

.learn-card-content {
  background: transparent; /* Let the yellow from the image show through */
  padding: 140px 18px 22px 18px;  /* Top padding pushes text below the image/dot/line area */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.learn-card-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
  margin-top: 3.3em;
  margin-bottom: 8px;
  line-height: 1.25;
}

.learn-card-title h3
{
  font-size:1.5rem!important;
}

.learn-card-desc {
  font-size: 1.01rem;
  color: #222;
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.35;
}

.benefit-title{
  font-size: 4rem;
  text-align: center;
  color: white;
  font-weight: 900;
  font-family: 'Fredoka', sans-serif;
  text-shadow:
    0 0 2px #000,
    0 0 3px #000,
    0 0 4px #000,
    0 0 5px #000,
    2px 2px 2px #000,
    -2px -2px 2px #000,
    2px -2px 2px #000,
    -2px 2px 2px #000;
  margin-left: 0.5em;
}

.benefits-card-title h3
{
  font-size:1.5rem!important;
}

.benefit-cards {
  display: flex;
  gap: 28px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 226px;
  min-height: 310px;
  background: none;
  padding: 0 10px;
  margin-left: 2em;
  margin-right: 2em;
  /* margin-bottom: -3em; */
}

.benefit-card-image {
  min-width: 200px;
  min-height: 200px;
  background: #ffe066;
  border-radius: 50%;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sprite classes for each benefit */
.benefit-sprite-certificate {
  background-image: url('../img/OBJECT_CERTIFICATE_HRPROJECT.png');
}
.benefit-sprite-portfolio {
  background-image: url('../img/OBJECT_PORTOFOLIO_HRPROJECT.png');
}
.benefit-sprite-mentoring {
  background-image: url('../img/OBJECT_MENTORING_HRPROJECT.png');
}
.benefit-sprite-fasttrack {
  background-image: url('../img/OBJECT_FASTTRACK_HRPROJECT.png');
}

.benefit-card-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222;
  text-align: center;
  background: #ffe066;
  border-radius: 6px;
  padding: 3px 10px;
  display: inline-block;
}

.benefit-card-title.yellow {
  color: #222;
  background: #ffe066;
  font-weight: 700;
  text-shadow: none;
}

.benefit-card-desc {
  font-size: 1.15rem;
  color: #222;
  text-align: center;
  font-weight: 400;
  margin-top: 8px;
}

/* Responsive */
/* @media (max-width: 900px) {
  .benefit-cards {
    gap: 14px;
  }
  .benefit-card {
    width: 44vw;
    min-width: 180px;
    max-width: 300px;
  }
  .benefit-card-image {
    width: 64px;
    height: 64px;
    background-size: 60% 60%;
  }
} */

/* @media (max-width: 900px) {
  .learn-cards {
    gap: 14px;
  }
  .learn-card {
    width: 90vw;
    max-width: 98vw;
    min-width: 180px;
  }
  .learn-card-content {
    padding: 110px 12px 18px 12px;
  }
} */

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #359bdb;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #359bdb
;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #359bdb;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# how-we-work
--------------------------------------------------------------*/
.how-we-work .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.how-we-work .icon-box .icon {
  margin-bottom: 10px;
}

.how-we-work .icon-box .icon i {
  color: #359bdb
;
  font-size: 36px;
  transition: 0.3s;
}

.how-we-work .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.how-we-work .icon-box h4 a {
  color: #359bdb;
  transition: ease-in-out 0.3s;
}

.how-we-work .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.how-we-work .icon-box:hover {
  transform: translateY(-10px);
}

.how-we-work .icon-box:hover h4 a {
  color: #359bdb
;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #359bdb
;
  border: 2px solid #359bdb
;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #359bdb
;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #359bdb
;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #359bdb
;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #359bdb
;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.services .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.services .member .pic img {
  transition: ease-in-out 0.3s;
}

.services .member:hover {
  transform: translateY(-10px);
}

.services .member .member-info {
  padding-left: 30px;
}

.services .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #359bdb;
}

.services .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.services .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.services .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.services .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.services .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.services .member .social a i {
  color: #359bdb;
  font-size: 16px;
  margin: 0 2px;
}

.services .member .social a:hover {
  background: #359bdb
;
}

.services .member .social a:hover i {
  color: #fff;
}

.services .member .social a+a {
  margin-left: 8px;
}

.services_btn
{
  text-align:center;
}

.carousel-inner 
{
  color: #359bdb;
  font-weight: 500;
}

/* transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 1.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.2s;
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/
.how-it-works-section {
  background: #2b9bdb;
  padding: 5px 0 0px 0;
}

.work-title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-family: 'Fredoka', sans-serif;
  text-shadow:
    0 0 2px #000,
    0 0 3px #000,
    0 0 4px #000,
    0 0 5px #000,
    2px 2px 2px #000,
    -2px -2px 2px #000,
    2px -2px 2px #000,
    -2px 2px 2px #000;
  margin-bottom: 36px;
}

.work-title h2
{
  font-size: 4.3rem;
}

.how-it-works-steps {
  display: flex;
  justify-content: center;
  /* gap: 32px; */
  flex-wrap: wrap;
}

.how-step {
  /* background: #fff;
  border-radius: 18px;
  border: 4px solid #e3eaf2;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08); */
  color:white;
  width: 280px;
  /* min-height: 340px; */
  max-height: 340px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 18px 28px 18px;
  position: relative;
}

.how-step-img-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-step-img {
  max-width: 15rem;
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
}

.how-step-number {
  position: absolute;
  left: -16px;
  top: -16px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  border: 4px solid #fff;
}

.step1, .step3 {
  background: #ffe066;
  color: #222;
  border-color: #ffe066;
}
.step2, .step4 {
  background: #d2e7fa;
  color: #2196f3;
  border-color: #d2e7fa;
}

.how-step-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 8px;
  text-align: center;
}

.how-step-desc {
  font-size: 1.05rem;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
  max-width: 15rem;
}

/* Responsive styles */
@media (max-width: 900px) {
  .how-it-works-steps {
    /* gap: 16px; */
  }
  .how-step {
    width: 90vw;
    max-width: 340px;
    min-width: 180px;
    padding: 20px 10px 20px 10px;
  }
  .how-step-number {
    font-size: 1.7rem;
    width: 34px;
    height: 34px;
    left: -10px;
    top: -10px;
    border-radius: 10px;
  }
  .work-title {
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
/* .faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #359bdb
;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #359bdb;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #359bdb
;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
} */

.faq .faq-list a.synced-collapsed {
  background: #000;
  color: #fff;
  border-radius: 32px 32px 32px 32px;
}

.faq{
  background-color:#f9f9f9;
}

.faq .faq-list {
  padding: 0 0;
  margin-top: -10px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 32px;
}

.faq .faq-list li {
  padding: 0;
  background: none;
  border-radius: 0;
  position: relative;
}

.faq .faq-list a {
  display: block;
  background: #000;
  color: #fff;
  border-radius: 32px 32px 32px 32px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding: 20px 36px 20px 36px;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: border-radius 0.3s cubic-bezier(.77,0,.175,1), background-color 0.3s cubic-bezier(.77,0,.175,1);;
}



.faq .faq-list .collapse.show {
  display: block;
}

.faq .faq-list .collapse {
  background: #cfe2ff;
  color: #222;
  border-radius: 0px 0px 32px 32px;
  padding: 24px 36px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  will-change: height;
  transition: height 0.3s cubic-bezier(.77,0,.175,1);

}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 0;
}

.faq .faq-list .icon-help {
  display: none; /* Hide the icon if not needed */
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  float: right;
  margin-left: 12px;
  font-size: 24px;
  transition: transform 0.2s;
}

.faq .faq-list .collapsing {
  background: #cfe2ff;
  color: #222;
  border-radius: 0px 0px 32px 32px;
  padding: 24px 36px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(.77,0,.175,1);
}

.faq .faq-list a.collapsed .icon-show {
  display: none !important;

}

.faq .faq-list a.collapsed .icon-close {
  display: none !important;
}

.faq .faq-list a:not(.collapsed) {
  transition: 
    border-radius 0.3s ease-out 0.05s, /* 50ms delay to sync with collapse */
    background-color 0.3s ease-out;
  border-radius: 32px 32px 0 0;
}

.faq-register {
  text-align: center;
  margin: 64px 0 0 0;
}

.faq-register h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color:#000;
}

.faq-register button {
  background: #fff94f;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  border: none;
  border-radius: 32px;
  padding: 20px 56px;
  margin-top: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  cursor: pointer;
}
.faq-register button:hover {
  background: #ffe92e;
}

@media (max-width: 600px) {
  .faq .faq-list a,
  .faq .faq-list .collapse {
    font-size: 16px;
    padding: 16px 18px;
    border-radius: 24px 24px 0 0;
  }
  .faq .faq-list .collapse {
    border-radius: 0 0 24px 24px;
  }
}

/*--------------------------------------------------------------
# Contact-US
--------------------------------------------------------------*/
.contact-us-belajar-digital {
  width: 100%;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
  margin-top:3rem;
}

.contact-us-belajar-digital h1 {
  color: white;
  font-size: 3rem;
  font-weight: 800;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-container {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.contact-form-description {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
}

.contact-form-control {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: #E8E8E8;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.form-control:focus {
  background-color: #DADADA;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
}

.form-control::placeholder {
  color: #999;
  font-style: italic;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.submit-button-container {
  text-align: center;
  margin-top: 35px;
}

.submit-button {
  background: #ffb300;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
}

.submit-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .contact-us-belajar-digital {
    padding: 40px 20px;
  }

  .contact-us-belajar-digital h1 {
    font-size: 2rem;
    text-align: center;
    padding-left: 0;
    margin-top: 30px
  }

  .contact-form-container {
    padding: 25px;
  }

  .submit-button {
    padding: 12px 40px;
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #359bdb
;
  border-bottom: 3px solid #359bdb
;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #359bdb
;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #359bdb;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #359bdb
;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #359bdb
;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #ffb300
;
  border-bottom: 3px solid #ffb300
;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #359bdb
;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ffb300
;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------------------
 # Thankyou Section
 --------------------------------------------------------------*/

 :root {
  --primary-bg: #359bdb; 
  --text-white: #ffffff;
  --dark-gray: #374151;
  --darker-blue: #1f2937;
  --medium-gray: #6b7280;
  --light-gray: #059669;
}

.thankyou {
  font-family: 'Inter', sans-serif;
  background-color: var(--primary-bg);
  color: var(--text-white);
  min-height: 100vh;
  padding: 10px; 
}

.thankyou .main-container {
  background-color: #ffffff; 
  border-radius: 20px; 
  padding: 30px; 
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  max-width: 95%; 
  margin: 0 auto; 
  width: 100%; 
}

.thankyou .header h1 {
  font-weight: 900; 
  font-size: 3rem; 
  text-align: center; 
  margin-bottom: 20px; 
}

.thankyou .message-box {
  font-size: 1.2rem; 
  text-align: center; 
  margin-bottom: 30px; 
}

.thankyou .schedule-title {
  text-align: center;
  font-weight: 600;
  font-style: italic;
  margin: 40px 0 20px 0;
}

.thankyou .schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; 
}

.thankyou .schedule-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0; 
  border-radius: 8px; 
  padding: 16px; 
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; 
}

.thankyou .schedule-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2); 
}

.thankyou .schedule-card .day {
  font-weight: 700;
  color: var(--dark-gray);
  text-align: left; 
}

.thankyou .schedule-card .date {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--darker-blue);
  text-align: left; 
}

.thankyou .schedule-card .materi-label {
  font-weight: 700;
  color: var(--medium-gray);
  margin-top: 10px; 
}

.thankyou .schedule-card .materi-topic,
.thankyou .schedule-card .delivery-mode {
  color: var(--dark-gray);
  text-align: left; 
  font-size: 0.7rem; 
}

.thankyou .schedule-card .delivery-mode {
  font-style: italic;
  color: var(--light-gray);
}

@media (max-width: 1200px) {
  .thankyou .schedule-grid {
      grid-template-columns: repeat(3, 1fr); 
  }
}

@media (max-width: 991px) {
  .thankyou .schedule-grid {
      grid-template-columns: repeat(2, 1fr); 
  }
  
  .thankyou .main-container {
      padding: 30px;
  }
  
  .thankyou .header h1 {
      font-size: 2.5rem;
  }
}


@media (max-width: 768px) {
  .thankyou {
      padding: 5px; 
  }
  
  .thankyou .main-container {
      padding: 15px; 
      border-radius: 15px;
      max-width: 98%; 
  }
  
  .thankyou .header h1 {
      font-size: 2rem;
  }
  
  .thankyou .message-box {
      font-size: 1rem;
  }
  
  .thankyou .schedule-grid {
      grid-template-columns: 1fr; 
      gap: 15px; 
  }

  .thankyou .schedule-card {
      padding: 20px; 
  }
}


@media (max-width: 480px) {
  .thankyou {
      padding: 2px; 
  }
  
  .thankyou .main-container {
      padding: 10px; 
      border-radius: 10px;
      max-width: 99%; 
  }
  
  .thankyou .header h1 {
      font-size: 1.8rem;
  }
  
  .thankyou .schedule-card {
      padding: 15px;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #359bdb;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
Thankyou-Contact
---------------------------------------------------------------*/

body {
  margin: 0;
}

.top-spacer {
  background-color: #2B9BDB;
  height: 120px;
  width: 100%;
}

.site-header { 
  background-color: #2B9BDB; 
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box; 
  position: relative; 
  z-index: 1000; 
}

.thankyou-contact-content {
  background-color: #ffffff; 
  color: #333; 
  min-height: calc(90vh - 100px); 
  width: 100%; 
  box-sizing: border-box; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  padding: 40px 20px 20px 20px; 
  overflow-x: hidden;
}


.thankyou-contact-container {
  max-width: 600px; 
  width: 100%; 
  text-align: center; 
}

.thankyou-contact-title {
  font-size: 2.5em;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.thankyou-contact-message {
 
}

.thankyou-image-logo {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  height: auto;
}

.thankyou-contact-followup1 {
  font-size: 1.1em;
  color: #555555;
  margin-top: 20px;
  margin-bottom: 25px;
}

.thankyou-contact-followup {
  font-size: 1em;
  font-weight: bold;
  color: #444444;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 25px; 
  position: relative; 
  white-space: nowrap; 
}

.thankyou-contact-followup::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 50%; 
  width: 100vw; 
  margin-left: -50vw;
  height: 2px; 
  background-color: #e0e0e0; 
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .thankyou-contact-followup {
      white-space: normal; 
  }
  
  .top-spacer {
    height: 100px; 
  }
  
  .thankyou-contact-content {
    min-height: calc(100vh - 100px); 
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer_contact_us
{
  background: #ffb300;
  border-radius: 20px;
  width: 8.6rem;
  padding: 0.5rem;
  border: 1px solid #ffb300;
  color: white;
}
.custom-footer {
  background: #2b9bdb;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 0.9rem;
  padding: 24px 0 18px 0;
}

.footer-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  gap: 24px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.copyright {
  flex: 2;
  font-size: 1.05rem;
  line-height: 1.4;
  white-space: nowrap; 
  overflow: hidden;    
  text-overflow: ellipsis; 
}

.footer-label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
}

.footer-icon img {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 6px;
  padding: 4px;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}

.footer-icon img:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.contact .footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 2px;
}

a.fw-bold.mb-2 {
  color: #ffffff; 
}

a.fw-bold.mb-2:hover {
  color: #0056b3; /
}

@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 18px;
  }
  .footer-col {
    width: 100%;
    margin-bottom: 12px;
  }
}

.jumbotron
{
  text-align:center;
}

@media (max-width: 1215px) 
{
  /* .learn-content
  {
    margin-top:5rem!important;
  } */
  .learn-title
  {
    font-size:3.5rem;
  }
}

/*doom guy*/
@media (max-width: 900px) 
{
  .promo-image
  {
    display:none!important;
  }

  .who-section
  {
    padding:0px 38px;
  }
}

@media (max-width: 1243px) 
{
  .benefit-section
  {
    margin-bottom:0rem;
  }
}

@media (max-width: 1200px) 
{
  .who-right
  {
    margin-top:0em!important;
    margin:0 auto!important
  }
  .who-content
  {
    flex-direction: column;
  }
  .who-illustration
  {
    display: none!important;
  }
  .who-panel
  {
    margin-top:0em!important;
    width:100%!important;
    max-width: 38rem;

  }
  .who-panel-header 
  {
    font-size: 3rem;
  }

  .learn-section, .benefit-section
  {
    padding: 88px 0!important;
  }

  /* .learn-content
  {
    margin-top:2rem!important;
  } */

  .learn-title
  {
    font-size:2.5rem;
  }
}

@media (max-width: 1180px) 
{
  .benefit-content
  {
    margin-top:-3rem;
  }
}

@media (max-width:664px)
{
  .learn-section
  {
    background:#2b9bdb;
    padding: 30px 0 !important;
  }
  .learn-content
  {
    margin-top:0;
  }
}

@media (max-width: 408px) 
{
  .lightning-sprite-left
  {
    left:-19px;
    width:4rem;
  }
  .lightning-sprite-right
  {
    right:-19px;
    width:4rem;
  }
  .who-section 
  {
    padding: 0px 4px;
  }
  .who-desc
  {
      text-align: center!important;
  }
}
