body{
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
a:hover {
  text-decoration: none;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
}
}
img {
  max-width: 100%;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.owl-prev {
  left: 10px;
}
.owl-next {
  right: 10px;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 10;
}
.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  top: 12%;
  margin: 4em auto;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}
.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 30px;
    height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: #fff;
}
.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 12px;
}
@media screen and (max-width: 767px) {
  .bts-popup-container {
    top: 35%;
  }
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.slider .owl-stage-outer {
  height: 100vh;
}
.slider-01:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 40%);
  z-index: 1;
  top: 0;
}
/* .slider-02:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  top: 0;
  z-index: 1;
} */
.rain {
  position: relative;
  z-index: 1;
}
.drop {
  position: absolute;
  bottom: 100%;
  width: 10px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }
  75% {
    transform: translateY(90vh);
  }
  100% {
    transform: translateY(90vh);
  }
}

.stem {
  width: 2px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 0.5s linear infinite;
  display: none;
}

.splat {
  display: block;
}

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.slider_particles {
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
height: 100%;
}
canvas {
  width: 100%;
  height: 100%;
}
.navigation-img-wrapper {
  margin-top: 4px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 0;
  right: 0;
}
.navigator_seb img {
  width: 100px;
}
.navigation-img-wrapper .navigator {
  display: inline-block;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.slider_s_title {
  text-align: left;
  margin-right: 10px;
}
.slider_s_title h6 {
  font-size: 14px;
  font-weight: 600;
}
.slider_s_title span {
  font-size: 13px;
}
.navigator_seb {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.navigation-img-wrapper .navigator.active {
  border-bottom: 2px solid #ffbf0c;
}
.slider-penal {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 350px;
  height: 700px;
  margin: auto;
  animation: mover 3s infinite alternate;
}
.slider #mainHeaderVideo {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.slider .owl-nav, .slider .owl-dots {
  display: none;
}
.slider_text {
    position: absolute;
    color: #fff;
    top: 370px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
} 
.slider_text h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  max-width: 62%;
  margin: auto;
}
.slider_text h2 span {
  color: #e5b73b;
}
.slider-02 .slider-image {
  height: 100vh;
}
.slider #my-carousel .owl-dots {
  display: none;
}
.item.slider-02-pc .rei-2024 {
  position: absolute;
  font-size: 18px;
  top: 69%;
  left: 4%;
  text-transform: capitalize;
  background: #fad508;
  padding: 10px 50px;
  color: #000;
  font-weight: 600;
  transition: all 0.2s;
}
.item.slider-02-pc .rei-2024:hover {
  background: #095763;
  color: #fff;
}
@keyframes mover {
  0% { transform: translateX(20px); }
  100% { transform: translateX(-20px); }
}
@media screen and (max-width: 1420px) {
  .slider_text h2 {
    max-width: 69%;
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .slider_s_title {
    margin-right: 5px;
  }
  .navigator_seb {
    padding: 6px;
  }
  .slider_s_title span {
    font-size: 11px;
}
}
@media screen and (max-width: 1067px) {
  .slider_text h2 {
    max-width: 70%;
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .slider #my-carousel .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .slider #my-carousel .owl-dots .owl-dot {
    width: 35px;
    border: none;
    height: 8px;
    margin: 0 4px;
    border-radius: 10px;
  }
  .slider #my-carousel .owl-dots .owl-dot.active {
    background: #e5b73b;
  }
  .navigation-img-wrapper {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .slider-02-pc {
    display: block;
  }
  .slider-02-media {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .slider-02-pc {
    display: none;
  }
  .slider-02-media {
    display: block;
  }
}
/* ---------------------------------- */
/* --------- Service ----------- */
.service {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.service_text {
  z-index: 2;
  position: relative;
}
.service::before,.service::after {
  content: '';
  position: absolute;
  background-image: url(../img/circle-top-right.018e3b.svg);
  height: 70%;
  width: 36vw;
  right: -12%;
  top: -25%;
  background-position: 10% 0;
  background-repeat: no-repeat;
  animation: rotation 5s infinite linear;
  z-index: 1;
}
.service::after {
  left: -12%;
  bottom: -20%;
  top: auto;
  z-index: -1;
}
.service_img video {
  width: 100%;
}
@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}
.service_text span {
    font-size: 1.3em;
    margin-bottom: 20px;
    display: block;
}
.service_text h1 {
  color: #095763;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
  font-weight: 700;
}
.service_text h1 span {
  font-size: 18.2px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #e5b73b;
}
.content p {
    color: #222;
    font-weight: 400;
    line-height: 2em;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
}
.btn {
    background-color: #095763;
    border-radius: 30px;
    color: #ffffff;
    font-size: .9em;
    padding: 15px 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-check:focus+.btn, .btn:focus, .btn:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.image-container {
  height: 70%;
  perspective: 500px;
}
.image {
  transform-style: preserve-3d;
  cursor: grabbing;
}
.reset-pos {
  animation: resetPos 0.3s forwards;
}
@keyframes resetPos {
  form {
    transform: rotateX(var(--transform-x)) rotateY(var(--transform-y));
  }

  to {
    transform: rotateX(0deg) rotateY(0deg);
  }
}
.add-pos {
  animation: addPos 0.3s forwards;
}
@keyframes addPos {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    transform: rotateX(var(--transform-x)) rotateY(var(--transform-y));
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .service_img #myVideo {
    margin-left: -80px;
}
}
@media screen and (max-width: 1199px) {
  .btn {
    padding: 13px 30px;
  }
}
@media screen and (max-width: 991px) {
  .service .container {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .service .container {
    display: block !important;
  }
  .service_text h1 {
    margin-bottom: 10px;
  }
}
/* ------ About Us ------ */
.aboutus {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-position: top;
  position: relative;
  overflow: hidden;
}
.aboutus_text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}
.aboutus_text span {
  color: #e5b73b;
  font-size: 3em;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.aboutus_text h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: capitalize;
}
.aboutus_text .buttons a:hover {
  border-color: #fff;
  color: #fff;
}
.aboutus #myVideo {
  height: 45vh;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aboutus_text span {
    font-size: 2em;
  }
  .aboutus_text h2 {
    font-size: 14px;
  }
}
/* ------ Prismax ------ */
.prismax {
   background: #d7d7d7;
    margin-bottom: 80px;
    
}
.prismax_text {
    padding: 150px 0;
}
.prismax_text h2 {
    margin-bottom: 20px;
    color: #095763;
}
.prismax_text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}
.gt {
  margin-bottom: 80px;
  text-align: center;
}
.gt_img img {
  margin-bottom: 30px;
}
.gt_img h2 {
  margin-bottom: 20px;
}
.gt_img .owl-dots {
  position: absolute;
  bottom: 170px;
  left: 0;
  right: 0;
}
.gt_img .owl-dots button.owl-dot {
  width: 80px;
  height: 4px;
  border: none;
  margin: 0 5px;
  background: #c7c2c2;
  outline: unset;
}
.gt_img .owl-dots button.owl-dot.active {
  background: #000;
}
.prismax video#myVideo {
  width: 99%;
}
@media screen and (max-width: 767px) {
  .prismax_text {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .prismax .container {
    display: block !important;
  }
  .gt_img .owl-dots {
    position: static;
  }
  .gt_img .owl-dots button.owl-dot {
    width: 35px;
    height: 8px;
    border-radius: 10px;
  }
  .gt {
    margin-bottom: 30px;
  }
  .gt h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .prismax_text h2 {
    font-size: 24px;
  }
}
/* ----- Rayzon_in_the_world ----- */
.Rayzon_in_the_world {
  padding: 100px 0 100px;
  position: relative;
}
.Rayzon_in_the_world_text span {
  align-items: baseline;
  color: #e5b73b;
  display: flex;
  font-size: 1.3em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.Rayzon_in_the_world_text h2 {
  color: #095763;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.Rayzon_in_the_world_text p {
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
    color: #444;
    margin-bottom: 30px;
    text-align: justify;
}
.Rayzon_in_the_world_maps {
  position: absolute ;
  opacity: 1;
  transform: translateZ(0);
  right: 0;
  z-index: 0;
  top: 0;
}
.Rayzon_in_the_world_maps #myVideo {
  max-width: 100%;
}
.Rayzon_in_the_world_maps .india h6 {
  position: absolute;
  right: 28.7%;
  top: 39.7%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .india h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Rayzon_in_the_world_maps .india:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .india:before, .Rayzon_in_the_world_maps .india:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  right: 30%;
  top: 44%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .india:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  right: 30.5%;
  top: 44.7%;
  z-index: 0;
}
.Rayzon_in_the_world_maps .usa:before, .Rayzon_in_the_world_maps .usa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 16.5%;
  top: 36.3%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .usa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 17%;
  top: 37%;
}
.Rayzon_in_the_world_maps .usa h6 {
  position: absolute;
  left: 15.4%;
  top: 31.5%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .usa:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .usa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Rayzon_in_the_world_maps .canada:before, .Rayzon_in_the_world_maps .canada:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 18.7%;
  top: 24%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .canada:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 19.2%;
  top: 24.8%;
}
.Rayzon_in_the_world_maps .canada h6 {
  position: absolute;
  left: 16.1%;
  top: 19.5%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .canada:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .canada h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Rayzon_in_the_world_maps .germany:before, .Rayzon_in_the_world_maps .germany:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 48.7%;
  top: 28%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .germany:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 49.2%;
  top: 28.8%;
}
.Rayzon_in_the_world_maps .germany h6 {
  position: absolute;
  left: 45.1%;
  top: 23.5%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .germany:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .germany h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}



.Rayzon_in_the_world_maps .south-africa:before, .Rayzon_in_the_world_maps .south-africa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 53.7%;
  top: auto;
  bottom: 29.1%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .south-africa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 54.2%;
  top: auto;
  bottom: 30%;
}
.Rayzon_in_the_world_maps .south-africa h6 {
  position: absolute;
  left: 48.7%;
  top: auto;
  bottom: 33%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .south-africa:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .south-africa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}



.Rayzon_in_the_world_maps .kenya:before, .Rayzon_in_the_world_maps .kenya:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 57.6%;
  top: auto;
  bottom: 42.2%;
  border-radius: 10px;
  opacity: 0.5;
}
.Rayzon_in_the_world_maps .kenya:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 58.2%;
  top: auto;
  bottom: 43%;
}
.Rayzon_in_the_world_maps .kenya h6 {
  position: absolute;
  left: 55.4%;
  top: auto;
  bottom: 46%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}
.Rayzon_in_the_world_maps .kenya:hover h6 {
  opacity: 1;
}
.Rayzon_in_the_world_maps .kenya h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1320px) {
  .Rayzon_in_the_world_maps {
    top: 170px;
  }
}
@media screen and (max-width: 1199px) {
  .Rayzon_in_the_world {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 991px) {
  .Rayzon_in_the_world_maps {
    position: static;
  }
}
@media screen and (max-width: 575px) {
  .Rayzon_in_the_world {
    padding: 30px 0 50px;
  }
  .Rayzon_in_the_world_maps .canada:after {
    width: 5px;
    height: 5px;
  }
  .Rayzon_in_the_world_maps .canada:before{
    width: 10px;
    height: 10px;
    left: 18.7%;
    top: 24.2%;
  }
  .Rayzon_in_the_world_maps .canada h6 {
    left: 14.6%;
    top: 16.5%;
    font-size: 14px;
  }
  .Rayzon_in_the_world_maps .uk:after {
    width: 5px;
    height: 5px;
    left: 46.2%;
    top: 25.8%;
  }
  .Rayzon_in_the_world_maps .uk:before {
    width: 10px;
    height: 10px;
    left: 45.9%;
    top: 25.3%;
  }
  .Rayzon_in_the_world_maps .uk h6 {
    font-size: 14px;
    left: 43.7%;
    top: 17.5%;
  }
  .Rayzon_in_the_world_maps .india:after,.Rayzon_in_the_world_maps .usa:after {
    width: 5px;
    height: 5px;
  }
  .Rayzon_in_the_world_maps .india:before {
    width: 10px;
    height: 10px;
  }
  .Rayzon_in_the_world_maps .india h6 {
    right: 26.7%;
    top: 35.7%;
    font-size: 14px;
  }
  .Rayzon_in_the_world_maps .usa:before {
    width: 10px;
    height: 10px;
    left: 16.7%;
    top: 36.5%;
  }
  .Rayzon_in_the_world_maps .usa h6 {
    left: 14.6%;
    top: 29%;
    font-size: 14px;
  }
}
/* ----- blog ----- */
.blog_latest_success_story {
  background: #f8f9fa;
  padding: 80px 0;
  overflow: hidden;
}
.blog_latest_success_story h2 {
  color: #095763;
  font-weight: 400;
  text-transform: uppercase;
}
.card_box {
  background-color: #fff;
  border: 0;
  height: 100%;
  box-shadow: 0 2px 8px 0 rgba(99,99,99,.2);
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  z-index: 1;
  position: relative;
  margin: 0 0 10px;
}
.card_img {
  position: relative;
}
.card_img .label-card {
  background-color: #fff!important;
  border-top-right-radius: 20px;
  position: absolute!important;
  left: 0;
  bottom: 0;
}
.card_img {
  position: relative;
  overflow: hidden;
}
.card_box .card_img img {
  filter: grayscale(0.8);
  transition: all 0.2s;
}
.card_box:hover .card_img img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.card_body_text {
  padding: 40px 40px 30px 45px;
  position: relative;
}
.card_body_text h1,.card_body_text h2 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  color: #000;
  text-align: left;
  padding: 0;
}
.card_body_text  .t-yel {
  color: #cecc07;
  font-weight: 700;
  font-size: 12px;
}
.card_body_text p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  white-space: normal;
  color: #000;
}
.card_body_text:before {
  background: #183a62;
  content: "";
  height: 1.2px;
  left: 0;
  position: absolute;
  top: 52px;
  width: 35px;
}
.sucess-info span:first-child {
  font-weight: 700;
}
.sucess-info span:last-child {
  font-size: 13px;
}
.blog_latest_success_story_card {
  position: relative;
}
.blog_latest_success_story_card:before {
  left: -40px;
  top: 30px;
  background-image: url(../img/pattern-point-blue.svg);
}
.blog_latest_success_story_card:after {
  bottom: 17px;
  right: -50px;
  background-image: url(../img/pattern-point-yellow.svg);
}
.blog_latest_success_story_card:before,.blog_latest_success_story_card:after {
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  position: absolute;
  width: 130px;
}
.blog_slider .owl-dots {
  text-align: center;
}
.blog_slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: none;
  margin: 5px;
  background: #dfdfdf;
  border-radius: 50px;
}
.blog_slider .owl-dots .owl-dot.active {
  background: #222;
}
.blog_latest_success_story_card .owl-nav {
  display: none;
}
@media screen and (max-width: 991px) {
  .blog_latest_success_story_card .owl-nav {
    display: block;
  }
  .blog_latest_success_story_card .owl-nav .owl-prev, .blog_latest_success_story_card .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    font-size: 19px;
    background: #095763;
    color: #fff;
    border: none;
}
  .blog_slider .owl-dots {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog_slider .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
  }
}
@media screen and (max-width: 575px) {
  .card_box {
    margin: 0 15px;
  }
  .blog_slider .owl-dots .owl-dot {
    width: 10px;
  }
  .blog_slider .owl-dots .owl-dot.active {
    width: 25px;
  }
  .blog_latest_success_story {
    padding: 40px 0 60px;
  }
}
/* ---- Contact Us ----- */
.contact_us {
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
}
.contact_text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.contact_text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact_us .contact_text a:hover {
  border-color: #fff;
  color: #fff;
}
.contact_us #myVideo {
  
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
/* ---------------------------------------------------- */

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #095763;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 30px;
  bottom: 90px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}



.rei .modal-dialog-centered {
    max-width: 900px;
}

.qr-container {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.qr-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 20px 15px 10px;
}

.instruction-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.step-number {
  background-color: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .qr-overlay {
    position: relative;
    background: #f8f9fa;
    color: #212529;
    padding: 15px;
  }
}

.color {
    background: #dddddd;
    padding: 16px;
    margin-bottom: 20px;
}

.video-box {
    position: relative;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Thumbnail feel mate soft dark overlay */
.video-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.15)
    );
    pointer-events: none;
}

.play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    z-index: 2;
}
.blog_latest_success_story {
  background:  #d7d7d7;
  
}
 
 
/* Floating Button */
.scroll-video-btn{
  position:fixed;
  bottom:40px;
  left:40px;
  background:#095763;
  color:#fff;
  padding:14px 28px;
  border-radius:40px;
  font-weight:600;
  cursor:pointer;
  z-index:9998;
  opacity:0;
  transform:translateY(80px);
  transition:all 0.4s ease;
  animation:pulse 1.8s infinite;
}

/* Show on scroll */
.scroll-video-btn.show{
  opacity:1;
  transform:translateY(0);
}

/* Pulse */
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(255,0,0,.7); }
  70%{ box-shadow:0 0 0 18px rgba(255,0,0,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,0,0,0); }
}

/* Popup */
.video-popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.85);
  z-index:9999;
  justify-content:center;
  align-items:center;
}

.video-popup-inner{
  position:relative;
  width:80%;
  max-width:850px;
}

.video-popup video{
  width:100%;
  border-radius:14px;
}

.close-btn{
  position:absolute;
  top:-40px;
  right:0;
  color:#fff;
  font-size:30px;
  cursor:pointer;
}
 
.navbar .nav-link,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: black !important;
}


.justify-content-center {
    
    justify-content: right!important;
    margin-right: 25px;
}
 
.slider_about_pc video{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-text{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}

.banner-text h2{
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-text p{
  font-size: 18px;
}



.hero-section{
  background-image:url("../img/solar-panel2.jpg");
  background-size:cover;
  background-position:center;
  padding:120px 0;
  position:relative;
}

.hero-section::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:60%;
  height:100%;
  background:#0f5b4f;
clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);


}

.hero-text{
  position:relative;
  color:#fff;
  z-index:2;
}

.hero-text h2{
  font-size:36px;
  font-weight:700;
  margin-bottom:20px;
}

.hero-text p{
  font-size:15px;
  line-height:1.7;
}

.hero-video{
  position:relative;
  z-index:2;
}

.hero-video video{
  width:100%;
  border-radius:4px;
}


.hero-text{
  position: relative;
  color:#fff;
  z-index:2;
  opacity:0;
  transform:translateX(-60px);
  animation:slideLeft 1.2s ease forwards;
}

.hero-video{
  position:relative;
  z-index:2;
  opacity:0;
  transform:translateX(60px);
  animation:slideRight 1.2s ease forwards;
  animation-delay:0.3s;
	 
}

.hero-video video{
  width:100%;
  border-radius:6px;
}

/* animation */

@keyframes slideLeft{
  to{
    opacity:1;
    transform:translateX(0);
  }
}

@keyframes slideRight{
  to{
    opacity:1;
    transform:translateX(0);
  }
}


/* DESKTOP SHAPE */

.hero-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 82%;
  height: 100%;
  background: #005c4f;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  z-index: 1;
}


/* MOBILE */

@media (max-width: 767px){

.hero-overlay{
  width: 100%;
  clip-path: none;   /* shape remove */
  background:#005c4f;
}

.hero-section{
  background:none;   /* solar image hide */
}

}



.slider_about_pc{
  
  overflow: hidden;
}

.slider_about_pc video{
  width: 100%;
  height: auto;
  display: block;
}

/* desktop */
.banner-text{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
}

.banner-text h2{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.banner-text p{
  font-size: 18px;
  margin: 0;
}

/* mobile */
@media (max-width: 767px){
  .slider_about_pc{
    min-height: 320px;
  }

  .slider_about_pc video{
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  .banner-text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
  }

  .banner-text h2{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .banner-text p{
    font-size: 14px;
    line-height: 1.5;
  }
}


@media (max-width:768px){

.hero-section::before{
  width:100%;
  clip-path:none;   /* shape remove */
}

}

.manufacturing-hero{
  position: relative;
  min-height: 520px;
  background: url("../img/solar-panel2.jpg") center center / cover no-repeat;
  overflow: hidden;
  animation: bgZoom 12s ease-in-out infinite alternate;
}

/* right green area */
.manufacturing-shape{
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  background: #00584d;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;

  opacity:0;
  transform:translateX(80px);
  animation:shapeIn 1s ease forwards;
}

.manufacturing-wrap{
  position: relative;
  z-index: 2;
  min-height: 520px;
}

/* video exact left-center */
.video-card{
  position: absolute;
  left: 90px;
  top: 85px;
  width: 402px;
  height: 402px;
  background: #fff;
  overflow: hidden;

  opacity:0;
  transform:translateY(40px) scale(.9);
  animation:videoIn 1s ease forwards;
  animation-delay:.3s;
}

.video-card video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:transform .6s ease;
}

.video-card:hover video{
  transform:scale(1.05);
}

/* text right side */
.content-box{
  position: absolute;
  top: 110px;
  right: 110px;
  width: 470px;
  color: #fff;

  opacity:0;
  transform:translateX(60px);
  animation:textIn 1s ease forwards;
  animation-delay:.6s;
}

.content-box h2{
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.content-box p{
  margin: 0 0 34px;
  font-size: 15px;
  line-height: 1.8;
  max-width: 430px;
}

.learn-btn{
  display: inline-block;
  padding: 14px 26px;
  background: #f2c311;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 3px;

  opacity:0;
  transform:translateY(20px);
  animation:btnIn .8s ease forwards;
  animation-delay:.9s;
  transition:transform .3s ease, box-shadow .3s ease;
}

.learn-btn:hover{
  color: #111;
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}

/* animations */

@keyframes shapeIn{
  to{
    opacity:1;
    transform:translateX(0);
  }
}

@keyframes videoIn{
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes textIn{
  to{
    opacity:1;
    transform:translateX(0);
  }
}

@keyframes btnIn{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes bgZoom{
  from{ background-size:100%; }
  to{ background-size:108%; }
}

/* tablet */
@media (max-width: 1199px){
  .video-card{
    left: 40px;
    width: 360px;
    height: 360px;
  }

  .content-box{
    right: 40px;
    width: 400px;
  }
}

/* mobile */
@media (max-width: 767px){
  .manufacturing-hero{
    min-height: auto;
    padding: 40px 0;
    background: none;
    background-color: #00584d;
    animation:none;
  }

  .manufacturing-shape{
    width: 100%;
    clip-path: none;
    animation:none;
    opacity:1;
    transform:none;
  }

  .manufacturing-wrap{
    min-height: auto;
  }

  .video-card,
  .content-box{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    animation:none;
    opacity:1;
    transform:none;
  }

  .video-card{
    height: 240px;
    margin-bottom: 30px;
  }

  .content-box{
    color: #fff;
  }

  .content-box h2{
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .content-box p{
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 100%;
  }

  .learn-btn{
    animation:none;
    opacity:1;
    transform:none;
  }
}

.video-card{
   

  border:6px solid #ffffff;
  box-shadow:0 20px 40px rgba(0,0,0,0.25);
}


 

.solar-app-section{
  background:#00584d;
  padding:80px 0;
  overflow:hidden;
  position:relative;
}

.solar-app-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

/* LEFT SIDE */
.solar-left{
  width:48%;
  color:#fff;
  position:relative;
  z-index:2;
  animation:leftFadeUp 1s ease forwards;
}

.solar-title{
  margin:0 0 45px;
  font-size:42px;
  line-height:1.1;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
  letter-spacing:.5px;
}

.solar-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(180px, 1fr));
  gap:34px 55px;
}

.solar-item{
  opacity:0;
  transform:translateY(25px);
  animation:itemFadeUp .8s ease forwards;
}

.solar-item:nth-child(1){ animation-delay:.2s; }
.solar-item:nth-child(2){ animation-delay:.35s; }
.solar-item:nth-child(3){ animation-delay:.5s; }
.solar-item:nth-child(4){ animation-delay:.65s; }

.solar-icon{
  width:58px;
  height:58px;
  border:2px solid #fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  transition:transform .35s ease, box-shadow .35s ease;
}

.solar-item:hover .solar-icon{
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}

.solar-icon img{
  width:26px;
  height:26px;
  object-fit:contain;
  display:block;
}

.solar-item h4{
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:#fff;
  letter-spacing:1px;
  font-weight:600;
}

/* RIGHT SIDE */
.solar-right{
  width:52%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  position:relative;
  z-index:2;
}

.c-shape-wrap{
  width:560px;
  max-width:100%;
  animation:rightZoomIn 1s ease forwards;
  transform:translateX(50px) scale(.92);
  opacity:0;
}

.c-video-svg{
  width:100%;
  height:auto;
  display:block;
}

.video-foreign{
  width:600px;
  height:500px;
}

.video-foreign video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  animation:videoZoom 12s ease-in-out infinite alternate;
}

/* ANIMATIONS */
@keyframes leftFadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes itemFadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes rightZoomIn{
  to{
    opacity:1;
    transform:translateX(0) scale(1);
  }
}

@keyframes videoZoom{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.08);
  }
}

/* TABLET */
@media (max-width: 1199px){
  .solar-title{
    font-size:36px;
  }

  .solar-grid{
    gap:28px 35px;
  }

  .c-shape-wrap{
    width:480px;
  }
}

/* MOBILE */
@media (max-width: 991px){
  .solar-app-wrap{
    flex-direction:column;
    align-items:flex-start;
  }

  .solar-left,
  .solar-right{
    width:100%;
  }

  .solar-right{
    justify-content:center;
    margin-top:25px;
  }

  .solar-title{
    margin-bottom:30px;
  }
}

@media (max-width: 767px){
  .solar-app-section{
    padding:55px 0;
  }

  .solar-title{
    font-size:28px;
  }

  .solar-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .solar-item h4{
    font-size:14px;
    line-height:1.5;
  }

  .c-shape-wrap{
    width:340px;
    margin:0 auto;
  }
}


.hero-video video{
  width: 100%;
  border: 6px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
}

.hero-video img{
  width: 100%;
  border: 6px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
}




.team-page-section{
  
  background: #f7f9fc;
}
 

.group-title{
  margin-bottom: 30px;
  text-align: center;
}

.group-title h2{
  font-size: 36px;
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.group-title h2::after{
  content: "";
  width: 70px;
  height: 4px;
  background: #0f766e;
  display: block;
  margin: 12px auto 0;
  border-radius: 50px;
}

.team-box{
  background: #fff;
  border-radius: 22px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  height: 100%;
  transition: all 0.35s ease;
  border: 1px solid #edf2f7;
}

.team-box:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.team-head{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.team-img{
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
  background: #e9eef5;
}

.team-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-short h3{
  font-size: 24px;
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 8px;
}

.team-short h5{
  font-size: 16px;
  font-weight: 600;
  color: #0f766e;
  margin-bottom: 0;
  line-height: 1.5;
}

.team-bio p{
  font-size: 15px;
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 0;
  text-align: justify;
}

@media (max-width: 767px){
  .team-head{
    flex-direction: column;
    align-items: flex-start;
  }

  .team-img{
    width: 100%;
    height: auto;
    max-width: 220px;
  }

  .group-title h2{
    font-size: 28px;
  }

  .team-short h3{
    font-size: 21px;
  }
}




.slider_about{
  position: relative;
  overflow: hidden;
}

 



.investor-section {
  padding: 40px 0;
}

.left-tab-menu {
  border: 1px solid #004b3f;
  border-bottom: none;
  background: #fff;
}

.left-tab-menu .tab-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 20px;
  border: none;
  border-bottom: 1px solid #004b3f;
  background: #fff;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.35;
  transition: all 0.3s ease;
}

.left-tab-menu .tab-link:hover {
  transform: translateX(6px);
  color: #004b3f;
}

.left-tab-menu .tab-link.active {
  background: #004b3f;
  color: #fff;
  box-shadow: inset 4px 0 0 #002d26;
}

.tab-panel-wrap {
  display: block;
  margin-top: 0;
  background: transparent;
  border: none;
  padding: 0;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.35s ease;
}

.tab-panel.active {
  display: block;
}

.tab-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.accordion-item {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #f3f3f3;
  overflow: hidden;
  transition: all .3s ease;
}

.accordion-item:hover{
  border-color:#004b3f;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 16px;
  color: #222;
}

.accordion-header-title {
  padding-right: 15px;
}

.accordion-icon {
  font-size: 26px;
  font-weight: 600;
  color: #004b3f;
  min-width: 22px;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
}

.accordion-content {
  display: none;
  padding: 0 18px 14px;
  background: #f3f3f3;
}

.accordion-item.open .accordion-content {
  display: block;
  animation: fadeIn 0.3s ease;
}

.pdf-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #333;
  text-decoration: none;
  font-size: 17px;
  padding: 14px 12px 18px;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s ease;
}

.pdf-link span {
  padding-right: 15px;
}

.pdf-link i {
  color: #004b3f;
  font-size: 20px;
  transition: transform 0.3s ease;
  margin-left: 15px;
  flex-shrink: 0;
}

.pdf-link:hover {
  color: #004b3f;
}

.pdf-link:hover i {
  transform: scale(1.12);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .right-content {
    margin-top: 20px;
  }

  .left-tab-menu .tab-link {
    font-size: 15px;
    padding: 12px 16px;
  }

  .accordion-header {
    padding: 14px 16px;
    font-size: 15px;
  }

  .pdf-link {
    padding: 14px 8px 16px;
    font-size: 15px;
  }
	
/* UNIQUE TAB STYLE */

.left-tab-menu {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.left-tab-menu .tab-link {
  position: relative;
  border-bottom: 1px solid #eee;
}

.left-tab-menu .tab-link::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:4px;
  height:100%;
  background:#004b3f;
  transform:scaleY(0);
  transition:.3s;
}

.left-tab-menu .tab-link:hover::before{
  transform:scaleY(1);
}

.left-tab-menu .tab-link.active{
  background:#004b3f;
  color:#fff;
}

.left-tab-menu .tab-link.active::before{
  transform:scaleY(1);
  background:#00a884;
}


/* UNIQUE ACCORDION CARD */

.accordion-item{
  background:#fff;
  border:none;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:.3s;
}

.accordion-item:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 35px rgba(0,0,0,0.12);
}


/* ACCORDION HEADER */

.accordion-header{
  border-left:4px solid #004b3f;
  background:#fafafa;
  transition:.3s;
}

.accordion-item.open .accordion-header{
  background:#004b3f;
  color:#fff;
}

.accordion-item.open .accordion-icon{
  color:#fff;
}


/* PDF LINK STYLE */

.pdf-link{
  background:#fff;
  border-radius:6px;
}

.pdf-link:hover{
  background:#f6fbfa;
  padding-left:18px;
}

.pdf-link i{
  background:#004b3f;
  color:#fff;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:14px;
}


/* PANEL ANIMATION */

.tab-panel{
  animation:slideFade .4s ease;
}

@keyframes slideFade{
  from{
    opacity:0;
    transform:translateX(20px);
  }
  to{
    opacity:1;
    transform:translateX(0);
  }
}	
	
 	
}



.mission-vision{
background:#dcdcdc;
padding:90px 20px;
}

.mv-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
flex-wrap:wrap;
}

.mv-text{
flex:1;
}

.mv-box{
margin-bottom:40px;
padding:20px 25px;
border-left:5px solid #1c5c63;
transition:all .4s ease;
background:white;
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.mv-box:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.mv-box h2{
font-size:32px;
color:#1c5c63;
margin-bottom:10px;
letter-spacing:1px;
}

.mv-box p{
font-size:16px;
color:#444;
line-height:1.7;
}

.mv-image{
flex:1;
text-align:center;
}

.mv-image img{
max-width:100%;
transition:transform .5s ease;
}

.mv-image img:hover{
transform:scale(1.05) rotate(1deg);
}

/* Mobile */

@media(max-width:768px){

.mv-container{
flex-direction:column;
text-align:center;
}

.mv-box{
border-left:none;
border-top:5px solid #1c5c63;
}

}

