/* ------------- Custumozided Style For HOMEPAGE ------------------
# Make sure to import style-homepages-default.css first
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Classes
--------------------------------------------------------------*/
.hero {
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.hero .btn:hover {
  opacity: 1 !important;
}

.hero .btn-get-started {
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  background-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.hero .btn-get-started:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
  background-color: color-mix(in srgb, var(--accent-color), transparent 50%);
}

@media (max-width: 767px) {

  .hero .btn-get-started {
      background-color: color-mix(in srgb, var(--accent-color), transparent 70%);
      min-height: 64px;
      font-size: 16px;
      text-transform: uppercase;
  }

}

/* Hero layout fixes */
.hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 5rem;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero .row {
  min-height: calc(100vh - 160px);
}

.hero .text-start {
  max-width: 680px;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero p.lead {
  max-width: 44rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
}

.hero .btn-sun {
  min-width: 170px;
}

.hero-bg-section {
  padding: 10rem 0 6rem;
  min-height: calc(100vh - 120px);
  background-position: center center;
  background-size: cover;
}

.hero-bg-section::before {
  top: -8%;
  right: -4%;
  width: 34vw;
  height: 34vw;
  max-width: 520px;
  max-height: 520px;
}

/*--------------------------------------------------------------
# Mission Section
--------------------------------------------------------------*/
#mission h3 {
  display: inline-block;
  margin: 0;
  padding: 24px 0;
}

#mission h3::before,
#mission h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 56px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3) 50%, transparent);
}

#mission h3::after {
  margin: 56px 0 0;
}

/*--------------------------------------------------------------
# Digital Tools Section
--------------------------------------------------------------*/
.digital-tools ul {
  list-style-type: none;
  padding: 0 !important;
}

.digital-tools .nav-tabs {
  border: 0;
}

.digital-tools .nav-link {
  background: color-mix(in srgb, black, transparent 85%);
  color: var(--heading-color);
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 16px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}

.digital-tools .nav-link i {
  padding-right: 15px;
  font-size: 48px;
  transition: 0.3s;
}

.digital-tools .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.digital-tools .nav-link:hover {
  color: var(--ws-yellow);
  border-color: rgba(255, 197, 61, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.digital-tools .nav-link.active {
  background: linear-gradient(135deg, var(--ws-yellow), var(--ws-yellow-deep));
  color: var(--ws-dark-blue);
  border-color: var(--ws-yellow);
}

.digital-tools .nav-link.active i,
.digital-tools .nav-link.active h4 {
  color: var(--ws-dark-blue);
}

@media (max-width: 768px) {
  .digital-tools .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .digital-tools .nav-link {
    padding: 15px;
  }

  .digital-tools .nav-link i {
    font-size: 24px;
  }
}

.digital-tools .tab-content {
  margin-top: 30px;
}

.digital-tools .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 26px;
}

.digital-tools .tab-pane ul {
  list-style: none;
  padding: 0;
}

.digital-tools .tab-pane ul li {
  padding-bottom: 10px;
}

.digital-tools .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.digital-tools .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

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

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

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

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/*--------------------------------------------------------------
# Why Choosing Us Section
--------------------------------------------------------------*/
.why-choosing-us .why-choosing-us-item {
  background-color: color-mix(in srgb, black, transparent 85%);
  text-align: center;
  border-radius: 16px;
  border: none;
  padding: 56px 24px;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.why-choosing-us .why-choosing-us-item .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--ws-yellow), var(--ws-yellow-deep));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: 0.3s;
}

.why-choosing-us .why-choosing-us-item .icon i {
  color: var(--ws-dark-blue);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.why-choosing-us .why-choosing-us-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: 0.3s;
}

.why-choosing-us .why-choosing-us-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.why-choosing-us .why-choosing-us-item:hover {
  transform: translateY(-6px);
  background-color: color-mix(in srgb, black, transparent 80%);
}

.why-choosing-us .why-choosing-us-item:hover .icon {
  transform: scale(1.08) rotate(-4deg);
}