/******** PLEASE USE THIS FILE FOR CSS *******/

html {
  scroll-behavior: auto !important;
}

.cs-content {
  /* padding-top: 48px; */
}

.cs-content .grid-container.modul {
  margin-top: 60px;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 40em) {
.cs-content .grid-container {
  padding: 0;
}
}

.cs-content .section .image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 10px;
}

.cs-content .section .image-wrapper .section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-content .section .caption-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cs-content .section .caption-wrapper .image-caption {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.cs-content .hero-lr {
  position: relative;
  display: block;
  margin-top: 70px;
  height: 100vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}


.cs-content blockquote {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}


.cs-content h5 {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-left: 30px;
  padding-left: 40px;
  position: relative;
  font-size: 1em;
  font-style: italic;
  line-height: 1.5;
  font-weight: 200;
  max-width: 300px;
}

.cs-content h5:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    border-left: 5px solid #308AD0;
  }

.cs-content blockquote p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
.cs-content h3 {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
}

@media print, screen and (max-width: 40em) {
  .cs-content blockquote p {
    font-size: 1.4rem;
  }
  .cs-content h3 {
    font-size: 1em;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.cs-content p,
.cs-content li {
  /* font-size: 0.8em; */
  font-size: inherit;
  margin-bottom: 0.8em;
  text-align: left;
}
.cs-content li {
  margin-bottom: 0.2em;
}
.cs-content .hero-lr-content p {
  font-size: inherit;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cs-content .hero-lr-content h3:first-of-type {
  margin-bottom: 30px;
}
.cs-content .image-caption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px 20px;
  max-width: 300px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 8px;
  margin: auto;
}
.cs-content blockquote {
  position: relative;
  margin-bottom: 65px;
  margin-top: 50px;
}

.cs-content blockquote p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.cs-content blockquote pre {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.cs-content blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  height: 1px;
  width: 80px;
  /* or 100px */
  border-bottom: 5px solid #308AD0;
}

.cs-content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  height: 1px;
  width: 80px;
  /* or 100px */
  border-bottom: 5px solid #308AD0;
}

@media print, screen and (max-width: 39.99875em) {
  .cs-content blockquote:before {
    left: 38px;
  }
  .cs-content blockquote:after {
    left: 38px;
    bottom: -35px;
  }
  .cs-content blockquote {
    padding: 20px 0 0 0;
  }
  .cs-content blockquote p {
    font-size: 2rem;
  }
}

#myVideo {
  right: 0;
  bottom: 0;
  max-width: 100%;
}

.video-caption {
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Hero Section */
.hero-lr {
  position: relative;
  display: block;
  margin-top: 70px;
  height: 100vh; /* Full viewport height */
  background-size: cover; /* Fit the image inside the viewport */
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
}

/* Medium breakpoint */
@media print, screen and (min-width: 40em) and (max-width: 64em) {
  .hero-lr {
    background-attachment: fixed; /* Keeps the background fixed */
    margin-bottom: 100px;
  }
}

.hero-lr .hero-lr-content-box {
  position: absolute;
  top: 60vh; /* Adjust as per design */
  left: 50%;
  transform: translateX(-50%);
  background: #000; /* Completely black background */
  padding: 20px 30px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  color: white;
  z-index: 3;
  transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth animations */
}

/* Small breakpoint */
@media print, screen and (max-width: 40em) {
  .hero-lr .hero-lr-content-box {
    font-size: 2rem;
    top: 40vh; /* Adjust as per design */
  }
}

.hero-lr .hero-lr-content-box h1 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero-lr .hero-lr-content-box .hero-lr-content {
  font-size: 1rem;
  line-height: 1.6;
}

.hero-lr.is-sticky .hero-lr-content-box {
  position: fixed;
  top: 10%; /* Stick near the top */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  opacity: 1;
}

/* Typography */

.cs-content h1,
.cs-content h2,
.cs-content h4,
.cs-content p {
  text-align: left;
}

.cs-content h1 {
 font-weight: 900;
}

.cs-content .section .image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 10px;
}

.cs-content .section .image-wrapper .section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-content .section .caption-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cs-content .section .caption-wrapper .image-caption {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
}

/* Category page */

.card {
  border: none !important;
}

.card a {
  text-decoration: none;
}

.card .card-section {
  padding: 30px 20px;
}

.card .card-section h2 {
  font-weight: 900;
  font-size: 28px;
}

/* Featured card */
.card.featured .card-section {
  padding: 30px 20px;
}

.card.featured .card-section h2 {
  font-weight: 900;
  font-size: 42px;
}

/* Article card */
.card .card-section h2 {
  font-weight: 900;
  font-size: 32px;
}

/* Small breakpoint */
@media print, screen and (max-width: 40em) {
  .card .card-section h2 {
    font-size: 24px !important;
  }
}

/* Medium breakpoint */
@media print, screen and (min-width: 40em) and (max-width: 64em) {
  .card .card-section h2 {
    font-size: 28px !important;
  }
}

/* Gsap Animation */
header.header {
  position: relative;
}

.content {
  padding-top: 0 !important;
}
.pin-spacer {
  width: 100% !important;
}
.cs-gsap-container-2 {
  height: 100vh;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;

  max-height: 100vh !important;
  height: 100vh !important;
}

.cs-gsap-container-3 .inner-image {
  height: 100vh;
  position: absolute;
  top: 0;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  transition: background-image 0.8s ease-in-out;
}

.cs-gsap-content-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100vh !important;
  padding-bottom: 100vh !important;
}
.cs-gsap-content-3 .gsap-multiple-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100vh !important;
  padding-bottom: 100vh !important;
}

.my-video-section {
  overflow: hidden;
}

/*  Hero Banner */
.cs-gsap-container-1 {
  height: auto !important;
  margin-top: 0 !important;
}

.cs-gsap-container-1 .inner-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  height: auto;
  object-position: top;
  background-position: top;
  max-height: 100vh;
}

.cs-gsap-container-1 .hero-lr-content-box {
  position: relative !important;
  bottom: 0 !important;
  top: 0vh !important;
}

.cs-gsap-container-1 .cs-gsap-content-1 {
  background-repeat: no-repeat !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0vh !important;
  margin-top: -30vh !important;
  padding-bottom: 0vh !important;
}

/* Css for repeadted image section */
.gsap-repeated-container {
  height: 100vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;

  transition: background-image 0.8s ease-in-out;
}

.gsap-repeated-container .inner-image {
  height: 100vh;
  position: absolute;
  top: 0;
  background-size: contain;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.8s ease-in-out;
}

.gsap-repeated-content .gsap-multiple-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100vh !important;
  padding-bottom: 100vh !important;
}
.gsap-repeated-container .image-caption,
.cs-gsap-container-2 .image-caption {
  max-width: 300px;
  background: #000;
  color: #fff;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

/*  */
video#myVideo {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cs-gsap-container-1 .cs-gsap-content-1 {
    margin-top: 0 !important;
  }
  .gsap-repeated-container .inner-image,
  .cs-gsap-container-2 {
    background-size: cover;
  }
}
