@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  box-sizing: border-box;
  font-family: 'poppins', sans-serif !important;
}



.home-bg{
  background-image: url(../images/lecia-rtc360/banner.png);
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-bg h1{
  color: #fff;
  font-size: 80px;
  font-family: "Oswald", sans-serif !important;
}
.home-bg h2{
  color:#FFCE00;
  font-family: "Oswald", sans-serif !important;
}
.home-btns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.home-btns .btn{
  background: #fff;
  color: #000;
  font-size: 18px;
  padding: 10px 20px !important;
  transition: 0.5s ease-in-out;
}
.home-bg .btn:hover{
  background-color: #ffcc00;
}

/* ===Tab section=== */

.tab-section{
  width: 95%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
}
.tab-left-col{
  border: 1px solid #0000001A;
  padding: 20px;
  border-radius: 16px;
  position: sticky;
  top: 130px;
}
.nav-pills{
  width: 100%;
}
.nav-pills .nav-link{
  padding:20px 30px;
  border: none;
  background-color: transparent !important;
  color: #0A1F39 !important;
  border-radius: 16px !important;
  font-size: 18px;
  font-weight: 600;
  width: 100% !important;
}
.nav-pills .nav-link:hover{
  background-color: #fff4c6 !important;
}
.nav-pills .nav-link.active{
  background-color: #E5C025 !important;
}
.tab-pane.fade {
  transition: opacity 0.3s ease-in-out;
}
.tab-pane.fade {
  opacity: 1 !important;
  transition: none !important;
  display: block !important;
}
.tab-container{
  margin-left: 50px;
}
.tab-container h2{
  color: #0A1F39;
  font-size: 50px;
  font-weight: 600;
  font-family: "poppins", sans-serif !important;
}

.tab-container h3{
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif !important;
  color: #0A1F39;
  font-weight: bolder;
}
.tab-container p{
  font-size: 18px;
  color: #0A1F39 !important;
}
.tab-container ul li{
  display: flex;
  align-items: start;
  gap: 10px;
}
.tab-container ul li img{
  margin-top: 5px;
}
.performance-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
}
.table-section{
  padding: 20px;
}
.performance-table th {
  text-align: left;
  width: 200px;
  vertical-align: top;
  padding: 20px !important;
  font-weight: 600;
  background-color: #fff;
}

.performance-table td {
  padding: 20px !important;
  background-color: #fff;
}
.yellow-btn{
  padding:15px 20px !important;
  font-size: 18px !important;
  color: #0A1F39;
  background-color: #FFCE00;
  border-radius: 16px;
  border: 1px solid transparent;
  transition:  0.5s ease-in-out;
}
.yellow-btn:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #ffcc00;
}
.tab-box{
  padding:20px 50px 50px;
  background-color: #F3F3F3;
  margin-bottom: 70px;
  border-radius: 16px;
}
.tab-box img{
  width: 100%;
}

.sol-img img{
  width: 100%;
}
.black-boxes{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.black-box{
  background-color: #242424;
  padding: 10px;
  border-radius: 16px;
  position: relative;
}
.black-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  height: 15px;
  width: 60%;
  background-color: #FFCE00;
  border-radius: 0 0 16px 16px;
}
.black-box > h3, .black-box > p{
  color: #fff !important;
}
.black-box-2{
  margin-top: 40px;
  background-color: #242424;
  padding: 20px;
  border-radius: 16px;
  position: relative;
}
.black-box-2 h3,.black-box-2 p{
  color: #fff !important;
}
.black-box-2 img{
  width: 100%;
}
.black-btns{
  width: 50%;
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  gap: 20px;
  padding: 10px;
  border-radius: 0 16px 0 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.black-btns-left::before {
  content: "";
  position: absolute;
  left:0px; /* Pull it left outside */
  top: -20px;  /* Move it up */
  height: 20px;
  width: 20px;
  background-color: #242424; /* Match with container background */
  border-radius: 0 0 0 16px;
  z-index: -1; /* Put it behind the buttons */
  box-shadow: rgb(255, 255, 255) -9px 1px 0px;
}
.black-btns-left::after {
  content: "";
  position: absolute;
  right:-20px; /* Pull it left outside */
  bottom: 0px;  /* Move it up */
  height: 20px;
  width: 20px;
  background-color: #242424; /* Match with container background */
  border-radius: 0 0 0 16px;
  z-index: -1; /* Put it behind the buttons */
  box-shadow: rgb(255, 255, 255) -9px 1px 0px;
}

.black-btns.text-right{
  margin-top: 20px;
  background-color: #ffffff;
  display: flex;
  gap: 20px;
  padding: 10px;
  border-radius: 16px 0 0 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.black-btns-right::before {
  content: "";
  position: absolute;
  left:-20px; /* Pull it right outside */
  bottom: 0px;  /* Move it up */
  height: 20px;
  width: 20px;
  background-color: #242424; /* Match with container background */
  border-radius: 0 0 16px 0;
  z-index: -1; /* Put it behind the buttons */
  box-shadow: rgb(255, 255, 255) 9px 4px 2px;
}
.black-btns-right::after {
  content: "";
  position: absolute;
  right:0px; /* Pull it right outside */
  top: -20px;  /* Move it up */
  height: 20px;
  width: 20px;
  background-color: #242424; /* Match with container background */
  border-radius: 0 0 16px 0px;
  z-index: -1; /* Put it behind the buttons */
  box-shadow: rgb(255, 255, 255) 9px 4px 2px;
}
.black-btns .btn{
  flex: 1;
}
.gallery-box{
  background-color: #0A1F39;
  padding: 30px;
  border-radius: 16px;
}
.gallery-box h2{
  color: #fff;
}
.gallery-images{
  margin-top: 30px;
}
.gallery-box .main-img img{
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.gallery-box .sub-img img{
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.thumb-img {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border 0.3s ease;
}

.thumb-img.active {
  border: 5px solid #ffcc00; /* Yellow border for highlight */
}

@media screen and (max-width:900px){
  .home-bg{
    min-height: auto;
  }
  .home-btns{
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  .home-btns .btn{
    padding: 10px !important;
  }
  .home-bg h1{
    font-size: 35px;
  }
  .nav-pills .nav-link{
    padding: 20px 2px;
    font-size: 12px;
  }
  .tab-left-col{
    padding: 10px;
  }
  .tab-container{
    margin-left: 0;
  }
  .tab-container h2{
    font-size: 30px;
  }
  .tab-container p{
    font-size: 14px;
  }
  .tab-box{
    padding: 20px;
    margin-bottom: 20px;
  }
  .black-btns.text-right{
    left:0;
  }
  .black-btns{
    width: 100%;
  }
  .black-btns-right::before{
    display: none;
  }
  .black-btns-left::after{
    display: none;
  }
  .gallery-box .main-img img{
    height: 250px;
  }
  .gallery-box .sub-img img{
    height: 100px;
  }
  .gallery-box{
    padding: 10px;
  }
  .black-btns{
    position: static;
    flex-direction: column;
    background-color: transparent;
  }
  .black-btns.text-right{
    position: static;
    flex-direction: column;
  }
  .black-btns-right::before {
    display: none;
  }
  .black-btns-right::after{
    display: none;
  }
  .black-btns-left::before{
    display: none;
  }
  .black-btns-left::after{
    display: none;
  }
  .black-btns.text-right{
    background-color: transparent;
  }
}