* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

.container {
  background: #fff;
  padding: 0px;
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
}

header {
  text-align: center;
  margin-bottom: 20px;
}

header h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}

.content {
  display: flex;
  flex-wrap: wrap;
  /* width: 100%; */
  justify-content: flex-start;
}

.text-box {
  flex: 1;
  padding: 10px;
  /* width: 619px; */
  height: 351px;
  /* top: 121px;
  left: 627px; */
}

.text-box p {
  /* width: 66%; */
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 400;
  line-height: 26.6px;
}

.video-box1 {
  text-align: center;
  background-color: #f8f8f8;
  text-align: left;
  padding: 8px;
  height: 13vh;
}
.video-box {
  text-align: center;
}
.video-box video {
  max-width: 100%;
  height: 351px !important;
}

.video-box1 .highlight {
  color: #2139c2;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.019em;
  text-align: left;
}
.video-box1 p {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.019em;
  display: flex;
  gap: 4px;
}
.video-box1 .desc {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
}

.feature-item {
  padding: 20px;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 400;
  line-height: 26.6px;
  width: 95%;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  background-image: url(../images/accodiaion_uper_img.png);
  background-size: 100% 100%;
  color: white;
  cursor: pointer;
  margin-bottom: 20px;
}

.feature-item h2 {
  margin: 0;
}

.feature-item img.vector {
  transition: transform 0.3s ease;
}

.feature-item.open img.vector {
  transform: rotate(180deg);
}

.content-box {
  display: none;
  background-image: url(../images/accodiaion_bg_img.png);
  background-size: 100% 100%;
  padding: 20px;
  color: white;
  font-family: "Poppins";
  font-size: 16px;
  width: 95%;
  margin-bottom: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  /* text-transform: uppercase; */
  min-height: 183px;
  line-height: 25.2px;
}

.feature-item.open + .content-box {
  display: block;
  border-top: 1px solid grey;
}

.feature-item.open {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.row-div {
  display: flex;
  flex-direction: row;
}
.row-div2 {
  display: block;
  padding: 40px;
  width: 100%;
}

.row-div1 {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  /* width: 100%; */
  padding-left: 45px;
  padding-right: 45px;
  gap: 32px;
}

.feature-item h2 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px;
}
.main-title {
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 600;
  line-height: 59.4px;
  text-align: center;
  color: #282b3a;
}
.feature-item1 h2 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
}
.feature-item1 p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  color: white;
  text-transform: uppercase;
  padding: 20px;
}
.vector {
  width: 24px;
  height: 13px;
}
.vector1 {
  width: 20px;
  height: 38px;
  align-self: center;
  /* padding-right: 50px; */
}
.vector2 {
  width: 20px;
  height: 38px;
  align-self: center;
}
.Shadow {
  width: 100%;
  margin-top: -10px;
  z-index: 99999;
  display: none;
}
.bg-container {
  position: relative; /* Required for positioning the text over the image */
  background-image: url(../images/mainBg.jpeg); /* Set the image as background */
  background-size: 100% 100%; /* Ensures the background covers the entire container */
  width: 100%; /* Adjust to the size you want */
  color: white; /* Make the text color white for visibility */
  /* margin-top: -8%; */
  padding-top: 88px;
  padding-bottom: 88px;
}
.story {
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 600;
  line-height: 59.4px;
  text-align: center;
}
.logo {
  width: 600px;
  height: 340px;
}
.story-div {
  display: flex;
  flex-direction: row;
  padding: 100px;
}

.story-div video{
  height: 287px !important;
}


.bg-container .Unlock {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 47px;
  text-align: left;
  padding-bottom: 10px;
}
.Unlock li {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 400;
  line-height: 26.6px;
  text-align: left;
  padding-bottom: 20px;
}

.our-story li {
  font-family: "Poppins";
  font-size: 13px;
}
ul {
  padding-left: 25px;
}
.feature-item1 li {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  padding-bottom: 20px;
  color: #fff;
}
.watch {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
  text-align: left;
  padding-left: 100px;
}
.mini-logo {
  /* width: 92%;
  height: 52%; */
  box-shadow: 0px 16.6px 21.52px 3.07px #00000080;

}
.watch-video {
  font-size: 19px;
  font-weight: 600;
  line-height: 26.6px;
  text-align: left;
  font-family: "Poppins";
  margin-bottom: 6px;
}
.watch-info {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  line-height: 26.6px;
  text-align: left;
  /* width: 92%; */
  margin-top: 16px;
}

.watch-info br{
  display: none;
}
.seperate-div {
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  height: 100%;
  /* margin: 0 10px; */
}
.layout-container {
  display: flex;
  flex-direction: column;
}

.header-title {
  margin-top: 50px;
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 600;
  line-height: 59.4px;
  text-align: center;
  color: #282b3a;
}

.main-content {
  display: flex;
  align-items: flex-start;
  padding: 15px;
}
.main-content1 {
  display: flex;
  /* align-items: flex-start; */
  padding: 20px;
  /* padding-left: 9%; */
}

.text-content {
  width: 56%;
  min-height: 808px;
}
.text-content1 {
  width: 53%;
}
.section-intro {
  margin-bottom: 20px;
}

.intro-text p {
  font-family: "Poppins";
  font-size: 19px;
  line-height: 26.6px;
  font-weight: 400;
  padding-right: 20px;
  color: #2D3041;
}

.image-container {
  /* width: 39%; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: 547px;
}

.main-image {
  /* width: 100%; */ 
  /* height: 100%; */
}
.vision-container {
  position: relative; /* Required for positioning the text over the image */
  background-image: url("../images/image\ 245.png"); /* Set the image as background */
  background-size: cover; /* Ensures the background covers the entire container */
  width: 100%; /* Adjust to the size you want */
  color: white; /* Make the text color white for visibility */
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* position: relative; */
  /* top: -107px; */

}
.vision-container .journey {
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0.5px;
}
.vision-container .journeyInfo {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.5px;
  text-align: left;
  padding-top: 20px;
}


.learn-more-schedule {
  position: relative; /* Required for positioning the text over the image */
  background-image: url(../images/frame_1261155727.png); /* Set the image as background */
  background-size: cover; /* Ensures the background covers the entire container */
  width: 100%; /* Adjust to the size you want */
  color: white; /* Make the text color white for visibility */
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* position: relative; */
  /* top: -107px; */

}
.learn-more-schedule .learn-journey {
  font-family: "Poppins";
  font-size: 46.11px;
  font-weight: 600;
  line-height: 69.17px;
}
.learn-more-schedule .learnjourneyInfo {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.5px;
  text-align: left;
  padding-top: 20px;
}

.connect {
  width: 338px;
  height: 64px;
  border-radius: 42.96px;
  background: linear-gradient(90deg, #2638BB 0%, #111955 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}

.connect p {
  font-family: "Poppins";
  font-size: 22.1px;
  font-weight: 600;
  line-height: 22.1px;
  color: #fff;
}

.learn-connect {
  width: 338px;
  height: 64px;
  border-radius: 42.96px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}

.learn-connect p {
  font-family: "Poppins";
  font-size: 22.1px;
  font-weight: 600;
  line-height: 22.1px;
  color: #2638bb;
}

.Reports-title {
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
  color: #2d3041;
  letter-spacing: 0.5px;
  margin-top: 60px;
}
.reportInfo {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #2d3041;
  padding: 20px;
  margin-left: 150px;
  margin-right: 150px;
}
.report-container {
  background: #fff;
  padding: 90px;
}
.tab-bar {
  background-color: #eff1f8;
  /* width: 82%; */
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.tab-bar-align {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-round {
  width: 55px;
  height: 55px;
}
.tab-items.active {
  background-color: #2638bb;
  color: white;
  /* height: 63px; */
}
.report-types {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 300;
  line-height: 30.8px;
  text-align: left;
  padding-left: 15px;
  align-self: center;
}
.tab-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  border-radius: 35px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.report-title {
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #2d3041;
}
.report-desc {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #2d3041;
  padding-top: 30px;
}
.summary {
  width: 100%;
  height: 100%;
}
.tab-items1 {
  display: flex;
  flex-direction: row;
  padding: 40px;
}
.out-container {
  position: relative; /* Required for positioning the text over the image */
  background-image: url(../images/blueBg.png); /* Set the image as background */
  background-size: cover; /* Ensures the background covers the entire container */
  width: 100%; /* Adjust to the size you want */
  color: white;
  padding: 90px;
}
.out-info {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 400;
  line-height: 26.6px;
  text-align: center;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
}
.out-img {
  width: 410px;
  /* height: 30%; */
  border-radius: 8px;
}
.out-item1 {
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 400;
  line-height: 26.6px;
  width: 60%;
  margin-left: 30px;
}
.out-item1 h2 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 30px;
}
.out-item1 p {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #ffffff;
}
.hr {
  margin-bottom: 40px;
  margin-top: 38px;
}
.transform-container {
  background: #fff;
  padding: 90px;
}
.transform-title {
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 600;
  line-height: 59.4px;
  color: #2d3041;
  text-align: center;
}

.lance {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lanceInfo {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 400;
  line-height: 26.6px;
  text-align: center;
  color: #2d3041;
  padding: 20px;
}
.tab-bar1 {
  background-color: #eff1f8;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 30px;
}
.lance-title {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  line-height: 31px;
}
.highlight1 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.5px;
}
.highlight2 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.5px;
}
.lance-li {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.5px;
}


.parallaxbanner ul{
  padding: 0;
  margin: 0;
}

.maincontent ul li, .parallaxbanner ul li {
  padding: 3px 5px 16px 25px;
  line-height: 26.6px;
  font-size: 19px;
  font-family: 'Poppins';
  font-weight: 300;
}

.outerparallaxbanner.accordion{
  padding-bottom: 0px;
}

.contenttabs .resp-tab-content{
  padding: 60px 32px 0;
}

.contenttabs .tabsbutton .tabbuttontitle {
  padding: 7px !important;
  font-weight: 500;
  padding: 7px !important;
  font-family: 'Poppins';
  font-size: 22px;
  line-height: 30.8px;
}

.parallaxcontentwrap {
    padding: 20px 25px !important;
}

.parallaxcontent .blockcontent.full, .parallaxcontent.imageright .blockcontent.full{
	/* margin-top:60px; */
}

.parallaxbanner.accordion .titlebox {
    margin-top: 60px;
}
.contentcontainer { padding:0px !important; width:1238px; max-width:100%; margin: auto; box-sizing: border-box; }

.swiper {
  width: 100%;
  height: 100%;
  padding: 20px 60px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 38px;
  color: #ffffff;
  background: transparent;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 38px;
}

/* Add styling for videos inside seperate-div to match mini-logo */
.seperate-div video {
  width: 92%;
  height: auto;
  max-height: 52%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Video modal styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 900px;
}

.modal-content video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 0;
}

.close-modal:hover {
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
}

/* Video container and overlay */
.video-container {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.video-thumbnail {
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}

.thumbnail-overlay:hover{
  transform: scale(1.5) !important;
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.video-container:hover .play-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.play-icon {
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
  background-color: rgba(28, 41, 141, 0.7);
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.video-container:hover .play-icon {
  transform: scale(1.1);
  background-color: rgba(28, 41, 141, 0.9);
}

.thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  /* background-color: #1c298d; */
}

.thumbnail-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: white;
  padding: 15px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: transform .5s ease-in-out !important;
}
