/* Custom styles for the landing page */

/* Hero Section */
.hero-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-section .lead {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

/* Navigation */
.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .hero-section {
    text-align: center;
  }

  .hero-section img {
    margin-top: 2rem;
  }
}

body {
  font-family: "Open Sans", Arial, sans-serif;
}

.main-title-parallax {
  position: relative;
  background-image: url("../images/about_png_bck@2x.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-title-parallax .container {
  position: relative;
  z-index: 2;
}

.parallax-overlay {
  pointer-events: none;
}

@media (max-width: 768px) {
  .main-title-parallax {
    background-attachment: scroll;
    min-height: 320px;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .main-title-parallax h1 {
    font-size: 2.2rem !important;
  }
}

.blue-section-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-title-blue {
  position: relative;
  background: #23306e;
  min-height: 600px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -20px;
  z-index: 1;
}
.valuediv {
  background: #23306e;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.valuebotdiv {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.main-title-blue .container {
  position: relative;
  z-index: 2;
}

#blueBandCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .main-title-blue {
    position: relative;
    min-height: 320px;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -50px;
  }
  .main-title-blue h1 {
    font-size: 2.2rem !important;
  }
  .valuediv {
    margin-top: -30px;
  }
  .valuebotdiv {
    margin-top: -30px;
  }
}



@media only screen 
  and (min-width: 820px) 
  and (max-width: 1140px) 
    {
  .main-title-blue {
    position: relative;
  
    margin-top: -40px;
  }
  .pebbleimg {
    display: none;
  }
  .valuediv {
    margin-top: -40px;
  }
  .valuebotdiv {
    margin-top: -40px;
  }
  .welcome-intro-heading {
    font-size: 2.5rem !important;
  }

  .leader{
  font-size: 1rem;
  font-weight: 600;
}
.leadertext {
  font-size: .8rem;
}

.intro {
  padding-left:0 !important;
  padding-right: 0 !important;

}
  
}








.leader{
  font-size: 1.5rem;
  font-weight: 600;
}
.leadertext {
  font-size: 1.2rem;
}
.headline-outline {
  color: transparent;
  -webkit-text-stroke: 2.5px #fff;
  text-stroke: 2.5px #fff;
  font-weight: 700;
}
.headline-outline span {
  color: #f2c14e;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.intro {
  padding-left:9%; 
  padding-right: 9%;
}

.carousel-img-bg {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .carousel-img-bg {
    aspect-ratio: 16 / 9;
    min-height: 160px;
  }
}

.video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 0.3em 0.45em;
  transition: background 0.2s, transform 0.2s;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.play-icon::before,
.play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5em;
  height: 3.5em;
  background: rgba(35, 48, 110, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: inkwell-pulse 2.2s infinite;
}
.play-icon::after {
  animation-delay: 1.1s;
}
@keyframes inkwell-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.1);
    opacity: 0;
  }
}
.video-placeholder:hover .play-icon {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.08);
}
@media (max-width: 768px) {
  .video-placeholder {
    min-height: 180px;
  }
  .play-icon {
    font-size: 2.2rem;
  }
}

.cta-btn {
  border-radius: 999px !important;
  padding-left: 2.2em;
  padding-right: 2.2em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  font-weight: 700;
  font-size: 1.15rem;
}
.cta-btn + .cta-btn {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .cta-btn + .cta-btn {
    margin-top: 0;
    margin-left: 1.7rem;
  }
}

.core-step-line {
  left: 50%;
  width: 4px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 0;
  height: calc(100% - 36px);
  top: 18px;
}
.core-step-icon {
  background: #23306e;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.core-step-block {
  text-align: left;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.core-step-block.animate {
  opacity: 1;
  transform: translateY(0);
}

.core-step-block:nth-child(2) {
  transition-delay: 0.2s;
}

.core-step-block:nth-child(3) {
  transition-delay: 0.4s;
}

.core-step-block:nth-child(4) {
  transition-delay: 0.6s;
}

.core-step-block h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .core-step-block {
    text-align: center;
  }
  .core-step-icon {
    margin: 0 auto 1.2rem auto;
  }
  .core-step-line {
    display: none;
  }
}

.welcome-intro-left {
  text-align: right;
}
@media (max-width: 768px) {
  .welcome-intro-left {
    text-align: center;
  }
}

.welcome-intro-heading {
  font-size: 3.3rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.welcome-intro-heading.animate {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .welcome-intro-heading {
    font-size: 2rem;
  }
  .pebbleimg {
    display: none;
  }
}

.myths-faqs-container {
  padding-left: 29%;
  padding-right: 29%;
  background-color: #f2c14e;
  border-radius: 3rem;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 75px;
  padding-left: 75px;
}
@media (max-width: 1200px) {
  .myths-faqs-container {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .myths-faqs-container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 28px;
    padding-bottom: 28px;
    border-radius: 1.2rem;
  }
}

.footer-section {
  background: #23306e;
  color: #fff;
  padding: 2rem 0;
}

.footer-address {
  font-weight: 600;
  text-transform: uppercase;
  text-align: end;
}

@media (max-width: 768px) {
  .footer-section .container .row .col-md-6 {
    text-align: center !important;
    margin-bottom: 1rem;
  }
  .footer-address {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer-section .container .row .col-md-6:first-child {
    text-align: start;
  }
  .footer-section .container .row .col-md-6:last-child {
    text-align: end;
  }
}

.main-title-blue .container h1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.main-title-blue .container h1.animate {
  opacity: 1;
  transform: translateY(0);
}

.main-title-blue .container h1:nth-child(1) {
  transition-delay: 0.2s;
}

.main-title-blue .container h1:nth-child(2) {
  transition-delay: 0.4s;
}

.header-logo {
  height: 140px; 
  max-width: 95vw; 
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.header-logo.loaded {
  opacity: 1;
  transform: translateY(0);
}

header .pebbleimg {
  /* Existing pebbleimg styles */
}
