@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
main {
  overflow-x: hidden;
}

.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 54vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(66.87% 109.12% at 22.6% 36.03%, #D86E28 0%, #15395D 47.13%);
  z-index: 1;
  opacity: 0.5;
}
.home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(63.49% 181.86% at 50.87% 35.81%, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.home-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .bg-wrapper {
  position: absolute;
  top: 54%;
  left: 65px;
  transform: translateY(-50%);
  width: 100%;
  max-width: 93%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-wrapper {
    left: 40px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-wrapper {
    bottom: 8%;
    left: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper {
    top: inherit;
    bottom: -20%;
    max-width: 90%;
    left: 20px;
  }
}
.home-banner .bg-wrapper .heading {
  width: 100%;
  max-width: 650px;
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-wrapper .heading {
    margin: 0 auto;
    max-width: 469px;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper .heading {
    text-align: center;
  }
}
.home-banner .bg-wrapper .heading p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: var(--white);
  margin-top: 15px;
  line-height: 1.3;
  opacity: 0.8;
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-wrapper .heading p {
    margin-top: 10px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper .heading p {
    margin-top: 0;
  }
}
.home-banner .bg-wrapper .heading h1 {
  margin: 15px 0 20px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-wrapper .heading h1 {
    margin: 10px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-wrapper .heading h1 {
    margin: 4px 0;
  }
}
.home-banner .bg-wrapper .heading h1 span {
  font-size: inherit;
  font-weight: inherit;
  font-style: italic;
  color: var(--primary);
}
.home-banner .bg-wrapper .heading h1 span:last-child {
  color: var(--white);
}
.home-banner .bg-wrapper .heading h1 img {
  width: 56px;
  height: 60px;
  display: inline-block;
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-wrapper .heading h1 img {
    width: 40px;
    height: 44px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper .heading h1 img {
    width: 30px;
    height: 34px;
    margin-left: 15px;
  }
}
.home-banner .bg-wrapper .heading .btn-group {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-wrapper .heading .btn-group {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-wrapper .heading .btn-group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper .heading .btn-group .btn-fill {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper .heading .btn-group .btn-fill span {
    margin: 0 auto;
  }
}
.home-banner .bg-wrapper .heading .btn-group .btn-fill:first-child {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.home-banner .bg-wrapper .heading .btn-group .btn-fill:first-child span {
  color: var(--white);
}
.home-banner .bg-wrapper .heading .btn-group .btn-fill:last-child {
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  margin-left: 20px;
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-wrapper .heading .btn-group .btn-fill:last-child {
    margin-left: 0;
  }
}

.home-secA {
  padding: 70px 0;
  position: relative;
  z-index: 1;
  background-color: #f8f9fa;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: 40px 0;
  }
}
.home-secA .grid:not(.counter-wrapper .grid) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
  border-bottom: 1px solid rgb(200, 200, 200);
}
@media only screen and (max-width: 991px) {
  .home-secA .grid:not(.counter-wrapper .grid) {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    border: none;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid:not(.counter-wrapper .grid) {
    gap: 15px;
  }
}
.home-secA .item-content p {
  margin-top: 14px;
}
@media only screen and (max-width: 991px) {
  .home-secA .item-content p {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .item-content p {
    margin-top: 10px;
  }
}
.home-secA .item-content p strong {
  font-weight: 700;
  color: var(--black);
}
.home-secA .item-content .counter-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 530px;
}
@media only screen and (max-width: 991px) {
  .home-secA .item-content .counter-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.home-secA .item-content .counter-wrapper .counter {
  display: flex;
  gap: 4rem;
  padding-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .home-secA .item-content .counter-wrapper .counter {
    gap: 3rem;
    padding-bottom: 20px;
    justify-content: center;
  }
}
.home-secA .item-content .counter-wrapper .counter .count {
  text-align: center;
  border-bottom: 1px solid rgba(177, 177, 177, 0.3);
  padding: 0 35px 10px 0;
}
@media only screen and (max-width: 768px) {
  .home-secA .item-content .counter-wrapper .counter .count {
    padding: 0 20px 10px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .item-content .counter-wrapper .counter .count {
    padding: 0 15px 10px 0;
    flex: 1;
    min-width: calc(50% - 1rem);
  }
}
.home-secA .item-content .counter-wrapper .counter .count h4 span {
  font-weight: inherit;
  color: var(--primary);
}
.home-secA .item-content .counter-wrapper .counter .count p {
  margin-top: 5px;
  font-size: 12px;
}
.home-secA .item-content .counter-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 12px;
}
@media only screen and (max-width: 540px) {
  .home-secA .item-content .counter-wrapper .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.home-secA .item-content .counter-wrapper .grid .item {
  display: flex;
  align-items: flex-start;
  height: 100%;
  gap: 12px;
  background: var(--gray);
  padding: 15px;
  border-radius: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secA .item-content .counter-wrapper .grid .item {
    padding: 12px;
  }
}
.home-secA .item-content .counter-wrapper .grid .item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.home-secA .item-content .counter-wrapper .grid .item .item-content h6 {
  font-size: 16px;
  margin-bottom: 2px;
}
.home-secA .item-content .counter-wrapper .grid .item .item-content p {
  font-size: 13px;
  margin-top: 0;
}
.home-secA .item-media {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .home-secA .item-media {
    flex-direction: column;
    align-items: center;
  }
}
.home-secA .item-media .btn-fill {
  position: absolute;
  bottom: -16px;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .home-secA .item-media .btn-fill {
    position: static;
    margin-top: 20px;
  }
}
.home-secA .item-media .masks-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 45px;
}
@media only screen and (max-width: 540px) {
  .home-secA .item-media .masks-wrapper {
    padding-bottom: 30px;
  }
}
.home-secA .item-media .masks-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  mask-image: url("../../images/home/mask-img.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../images/home/mask-img.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.home-secA .item-media .masks-wrapper video:hover {
  transform: scale(1.02);
}

.home-secB {
  background: var(--black);
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 40px 0;
  }
}
.home-secB::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../icon/noise.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
}
.home-secB .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .home-secB .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.home-secB .grid .item {
  background: #2c2c2c;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--border);
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .home-secB .grid .item {
    padding: 18px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .item {
    padding: 16px;
    text-align: center;
  }
}
.home-secB .grid .item p {
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(158, 158, 158);
  font-weight: 600;
}
.home-secB .grid .item .icon {
  background: var(--black);
  display: inline-flex;
  padding: 12px;
  margin: 15px 0 25px;
  border-radius: 15px;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .item .icon {
    margin: 12px 0 20px;
    padding: 10px;
  }
}
.home-secB .grid .item .content h5 {
  font-style: italic;
  color: var(--primary);
}
.home-secB .grid .item .content span {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  display: inline-block;
  margin: 5px 0 18px;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .item .content span {
    margin: 5px 0 12px;
  }
}
.home-secB .grid .item .content p {
  font-size: 13px;
}

.home-secC {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 40px 0;
  }
}
.home-secC .heading {
  width: 100%;
  max-width: 558px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secC .heading {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .heading {
    padding: 0;
  }
}
.home-secC .heading h6 {
  font-weight: 600;
  font-size: 16px;
}
.home-secC .heading h3 {
  display: flex;
  flex-direction: column;
  margin: 10px 0 20px;
}
.home-secC .heading h3 span {
  order: -1;
}
.home-secC .swiper-wrap {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .home-secC .swiper-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .swiper-wrap {
    margin-top: 40px;
  }
}
.home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgb(177, 177, 177);
  padding-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card {
    padding-bottom: 15px;
  }
}
.home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card img, .home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card svg {
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 540px) {
  .home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card img, .home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card svg {
    width: 35px;
    height: 35px;
  }
}
.home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card h6 {
  margin: 20px 0 15px;
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .home-secC .swiper-wrap .commanSwipper .swiper-wrapper .card h6 {
    margin: 15px 0 12px;
  }
}

.home-secD {
  position: relative;
  min-height: 100vh;
  padding: 70px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secD {
    min-height: auto;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 40px 0;
  }
}
.home-secD::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(55, 67, 94, 0) 0%, #000000 100%);
  z-index: 1;
}
.home-secD img:not(.item > img),
.home-secD video:not(.item > img) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.home-secD .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  .home-secD .content {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .content {
    padding: 0 20px;
  }
}
.home-secD .subheading {
  max-width: 600px;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secD .subheading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .subheading {
    margin-bottom: 2rem;
  }
}
.home-secD .subheading p {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-secD .subheading p {
    text-align: center;
  }
}
.home-secD .subheading h3 {
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secD .subheading h3 {
    text-align: center;
  }
}
.home-secD .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secD .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.home-secD .item {
  position: relative;
  padding: 28px;
  border-radius: 12px;
  background: linear-gradient(103.9deg, rgba(87, 121, 182, 0.5) 4.92%, rgba(216, 161, 124, 0.5) 56.07%, rgba(217, 217, 217, 0.5) 95.84%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 768px) {
  .home-secD .item {
    padding: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .item {
    padding: 18px;
  }
}
.home-secD .item img,
.home-secD .item svg {
  width: 24px;
  height: 24px;
}
.home-secD .item h6 {
  margin: 14px 0;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secD .item h6 {
    margin: 10px 0;
  }
}
.home-secD .item p {
  color: var(--white);
  opacity: 0.7;
  line-height: 1.6;
}
.home-secD .item:hover {
  transform: translateY(-4px);
}

.home-secE {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 40px 0;
  }
}
.home-secE .heading {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgb(200, 200, 200);
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .home-secE .heading {
    max-width: 100%;
    padding: 0 20px 25px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .heading {
    padding-bottom: 20px;
  }
}
.home-secE .heading h3 span:last-child {
  color: var(--black);
  -webkit-text-fill-color: var(--black);
  margin: 0;
}
.home-secE .heading p {
  color: var(--black);
}
.home-secE .tab-nav {
  display: flex;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  margin-top: 2rem;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 991px) {
  .home-secE .tab-nav {
    max-width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav {
    margin-top: 1.5rem;
    gap: 8px;
    padding: 0;
  }
}
.home-secE .tab-nav li {
  background: var(--black);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-wrap: nowrap;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .home-secE .tab-nav li {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav li {
    padding: 8px 12px;
    flex: 1;
    min-width: calc(50% - 8px);
    text-align: center;
  }
}
.home-secE .tab-nav li.active {
  background: var(--primary);
}
.home-secE .tab-nav-content {
  margin-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .home-secE .tab-nav-content {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content {
    margin-top: 1.5rem;
  }
}
.home-secE .tab-nav-content .tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 45px;
  background: var(--gray);
  border-radius: 30px;
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .home-secE .tab-nav-content .tabs {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs {
    padding: 25px;
    gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .tab-nav-content .tabs .item-content {
    order: 1;
  }
}
.home-secE .tab-nav-content .tabs .item-content .header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .header {
    gap: 15px;
    justify-content: center;
  }
}
.home-secE .tab-nav-content .tabs .item-content .header .icon {
  background: radial-gradient(33.6% 97.83% at 82.14% 68.15%, #263856 0%, #10213D 96.15%);
  padding: 10px;
  border-radius: 15px;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .header .icon {
    padding: 8px;
  }
}
.home-secE .tab-nav-content .tabs .item-content .header .icon img, .home-secE .tab-nav-content .tabs .item-content .header .icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.home-secE .tab-nav-content .tabs .item-content .header > div p {
  margin-bottom: 2px;
}
.home-secE .tab-nav-content .tabs .item-content .header > div h5 {
  text-transform: capitalize;
}
.home-secE .tab-nav-content .tabs .item-content .inner-content {
  padding: 30px 0 45px;
}
@media only screen and (max-width: 768px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content {
    padding: 25px 0 35px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content {
    padding: 20px 0 0;
    text-align: center;
  }
}
.home-secE .tab-nav-content .tabs .item-content .inner-content h6 {
  font-size: 18px;
  margin-bottom: 8px;
}
.home-secE .tab-nav-content .tabs .item-content .inner-content p {
  opacity: 0.8;
}
.home-secE .tab-nav-content .tabs .item-content .inner-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 35px 0 60px;
}
@media only screen and (max-width: 768px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content ul {
    gap: 15px;
    margin: 25px 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content ul {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 20px 0 30px;
  }
}
.home-secE .tab-nav-content .tabs .item-content .inner-content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--third);
  padding: 12px 20px;
  border-radius: 12px;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content ul li {
    padding: 10px 15px;
    gap: 10px;
  }
}
.home-secE .tab-nav-content .tabs .item-content .inner-content ul li p {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  opacity: 1;
}
.home-secE .tab-nav-content .tabs .item-content .inner-content .btn-group {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content .btn-group {
    flex-direction: column;
    gap: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content .btn-group .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav-content .tabs .item-content .inner-content .btn-group .btn span {
    margin: 0 auto;
  }
}

.home-secF {
  padding: 70px 0;
  background: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .home-secF {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF {
    padding: 40px 0;
  }
}

.solar-calculator {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  background: linear-gradient(90.19deg, #D86E28 26.22%, #A14E17 102.13%);
  border-radius: 20px;
  padding: 45px 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .solar-calculator {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 540px) {
  .solar-calculator {
    padding: 25px 20px;
    gap: 25px;
    border-radius: 15px;
  }
}

.calc-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calc-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
}
@media only screen and (max-width: 540px) {
  .calc-right {
    gap: 12px;
  }
}

.calc-header {
  margin-bottom: 35px;
}
@media only screen and (max-width: 540px) {
  .calc-header {
    margin-bottom: 25px;
  }
}
.calc-header .calc-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  display: block;
}
.calc-header h3 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.calc-header h3 span {
  color: #fff8e1;
}
.calc-header .calc-subtitle {
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
}

.calc-body .input-label {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 14px;
  display: block;
}
@media only screen and (max-width: 540px) {
  .calc-body .input-label {
    margin-bottom: 10px;
  }
}
.calc-body .range-wrapper {
  padding: 10px 0 0;
}
.calc-body input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #BA6333 0%, #9C491B 100%) !important;
  border-radius: 10px;
  cursor: pointer;
}
.calc-body input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: var(--secondary);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.calc-body input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.calc-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .calc-results {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 15px;
  }
}

.result-card {
  position: relative;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #06142e 0%, #1f2e48 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .result-card {
    padding: 15px;
    border-radius: 18px;
  }
}
.result-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #06142e 0%, #1f2e48 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 0;
}
.result-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 60%);
  pointer-events: none;
}
.result-card > * {
  position: relative;
  z-index: 1;
}
.result-card .result-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
@media only screen and (max-width: 540px) {
  .result-card .result-label {
    padding: 0 5px;
  }
}
.result-card .result-value {
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding: 0 10px;
}
@media only screen and (max-width: 540px) {
  .result-card .result-value {
    padding: 0 5px;
  }
}

.calc-footer .payback-info {
  background: rgb(239, 133, 63);
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .calc-footer .payback-info {
    padding: 15px;
    border-radius: 8px;
  }
}
.calc-footer .payback-info strong {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

.home-secG {
  position: relative;
  min-height: 100vh;
  padding: 70px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secG {
    min-height: auto;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG {
    padding: 40px 0;
  }
}
.home-secG::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(55, 67, 94, 0) 0%, #000000 87.02%);
  z-index: 1;
}
.home-secG img:not(.item > img),
.home-secG video:not(.item > img) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.home-secG .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  .home-secG .content {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .content {
    padding: 0 20px;
  }
}
.home-secG .subheading {
  max-width: 600px;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secG .subheading {
    margin-bottom: 3rem;
    text-align: center;
    margin: auto auto 3rem auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .subheading {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.home-secG .subheading p:not(:last-child) {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-secG .subheading h3 {
  color: var(--white);
  margin: 14px 0 20px;
}
@media only screen and (max-width: 540px) {
  .home-secG .subheading h3 {
    margin: 10px 0 15px;
  }
}
.home-secG .subheading p {
  color: var(--white);
  opacity: 0.7;
}
.home-secG .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 750px;
}
@media only screen and (max-width: 991px) {
  .home-secG .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.home-secG .grid .item {
  position: relative;
  padding: 28px;
  border-radius: 12px;
  background: linear-gradient(103.9deg, rgba(87, 121, 182, 0.5) 4.92%, rgba(216, 161, 124, 0.5) 56.07%, rgba(217, 217, 217, 0.5) 95.84%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  .home-secG .grid .item {
    padding: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .grid .item {
    padding: 18px;
    text-align: center;
  }
}
.home-secG .grid .item img,
.home-secG .grid .item svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secG .grid .item img,
  .home-secG .grid .item svg {
    width: 24px;
    height: 24px;
  }
}
.home-secG .grid .item h6 {
  margin: 6px 0 4px;
  color: var(--white);
}
.home-secG .grid .item p {
  color: var(--white);
  opacity: 0.7;
  line-height: 1.6;
}

.home-secH {
  padding: 70px 0;
  background: var(--gray);
}
@media only screen and (max-width: 991px) {
  .home-secH {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH {
    padding: 40px 0;
  }
}
.home-secH .swiper-wrap {
  margin-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .home-secH .swiper-wrap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .swiper-wrap {
    margin-top: 1.5rem;
  }
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card {
  overflow: hidden;
  border-radius: 40px;
  background: var(--white);
  display: block;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .home-secH .swiper-wrap .deploySlider .swiper-wrapper .card {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .swiper-wrap .deploySlider .swiper-wrapper .card {
    border-radius: 20px;
  }
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card:hover .card-img img {
  transform: scale(1.02);
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-img {
  overflow: hidden;
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-img img {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-content {
  padding: 25px 30px 30px 30px;
}
@media only screen and (max-width: 768px) {
  .home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-content {
    padding: 20px 25px 25px 25px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-content {
    padding: 18px 20px 20px 20px;
  }
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-content p {
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-content h6 {
  margin-bottom: 2px;
}
.home-secH .swiper-wrap .deploySlider .swiper-wrapper .card .card-content span {
  color: var(--text);
}

.home-secI {
  padding: 70px 0;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .home-secI {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secI {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI {
    padding: 30px 0;
  }
}
.home-secI .heading {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secI .heading {
    padding: 0 20px;
  }
}
.home-secI .heading p {
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
}
.home-secI .row {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .home-secI .row {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .row {
    margin-top: 25px;
  }
}
.home-secI .row .swiperD .swiper-wrapper {
  transition-timing-function: linear;
}
.home-secI .row .swiperD .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.home-secI .row .swiperD .swiper-wrapper .swiper-slide .col img {
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=home.css.map */