/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* Local Font */
@font-face {
  font-family: "aptos";
  src: url("../fonts/aptos.ttf");
}

@font-face {
  font-family: "aptos-mono";
  src: url("../fonts/aptos-mono.ttf");
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #009980;
  --secondary: #1c3a40;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  font-family: "Funnel Sans", sans-serif;
}

h1,
h2,
h3 {
  font-family: "aptos";
}

h4,
h5,
h6 {
  color: #000;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--secondary);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 20px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding: 0.7em 1.6em;
  border-radius: 50px;
  line-height: normal;
  border: 1px solid var(--primary);
  letter-spacing: 2px;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* mouse animation css  */

/* NAV HEADER CSS */

header {
  margin: 0 auto;
  width: 100%;
  padding: 17px 0 5px 0;
  transition: 0.3s ease-in-out;
  background: #fff;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 230px;
}

.navbar-nav {
  align-items: center;
  gap: 0;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background-color: var(--white);
  }
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  font-family: "aptos-mono";
  position: relative;
}

.navbar-nav .nav-item .nav-link:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.navbar-nav .nav-item .nav-link:after {
  text-align: left;
  content: ".";
  margin: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 1000px;
  display: flex;
  align-items: start;
  justify-content: flex-start;
}

.slideOne {
    padding: 6rem 0 0 14rem;
}

.slideOne h1 {
    width: 80%;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 10px;
  color: #000;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background-color: #bfe5e0;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  bottom: 6%;
  top: initial;
}

.homeSlider .swiper-button-next {
  right: 15rem;
}

.homeSlider .swiper-button-prev {
  left: initial;
  right: 19rem;
}

.homeSlider .swiper-button-prev:after,
.homeSlider .swiper-button-next:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
}

.homeSlider .swiper-button-prev:after {
  content: "\f104";
}

.homeSlider .swiper-button-next:after {
  content: "\f105";
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.main-slider h1,
.inner-banner h1 {
  margin: 0;
  color: #009b81;
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  /* text-align: end; */
  font-family: "aptos";
}

.sfsfsf {
  display: flex;
  justify-content: space-between;
}

/* !MAIN HERO SLIDER CSS */

/* data-center-sec */
.data-center-sec {
  background: url(../images/datacenterbg.webp) no-repeat;
  background-position: right;
  padding: 11rem 0;
}

.datacent-wrap p {
  font-size: 2rem;
  font-weight: 400;
  color: #12333b;
  font-family: "aptos";
  line-height: 1.18;
  margin-bottom: 49px;
}

.datacent-wrap {
  text-align: center;
}

.datacent-wrap .btn-group {
  gap: 1rem;
}

.themeBtn.bdrbtn1 {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

/* data-center-sec */

/* videosec */
section.videosec figure {
  position: relative;
}

section.videosec figure a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(18 51 59 / 30%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: auto;
  color: #fff;
  font-size: 1.5rem;
  backdrop-filter: blur(5px);
}

/* videosec */

/* work-main */
.wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.card-wrapper {
  width: 100%;
  perspective: 500px;
  margin-bottom: 50px;
}

.card-wrapper:last-child {
  margin-bottom: 0;
}

.cards {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

/* .card {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  border: none;
}

.card figure {
  width: 100%;
  position: relative;
}

.card figure img {
  width: 100%;
} */

.card figure a {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  z-index: 11;
  font-size: 3.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-family: "against";
  margin: 0 0 10rem 10rem;
}

section.workMain {
  padding-bottom: 0;
  background: #bfe5e0;
}

.card.gradient-orange {
  display: flex;
}

.card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #1c3a40;
  align-items: center;
  border-radius: 22px;
  padding: 30px;
}

.cardcntnt h3 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  font-family: "Funnel Sans";
  margin: 33px 0 19px 0;
}

.cardcntnt p {
  font-size: 2rem;
  font-weight: 400;
  color: #bfe5e0;
  line-height: 1.1;
  width: 100%;
}

.workMain h2 {
  font-size: 96px;
  font-weight: 400;
  font-family: "aptos";
  text-align: center;
  margin-bottom: 3rem;
}

.workgk {
  text-align: center;
  position: relative;
}

.workgk img {
  width: 530px;
}

/* figure.workgk::before {
  position: absolute;
  content: "";
  background: #0099804f;
  width: 2px;
  height: 220px;
  bottom: -7rem;
  left: 50%;
} */

/* work-main */

/* Power section */

.power {
  height: 1135px;
  padding: 9.375rem 0;
  background-color: #1c3a40;
}

.power_content {
  margin-bottom: 95px;
}

.power_content h3 {
  color: #009980;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.power_content h2 {
  color: #80ccbf;
  font-family: "aptos";
  font-weight: 400;
  font-size: 4rem;
}

.power .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #f8f8f3;
  border: unset;
  border-top: 1px dotted rgba(248 248 248 / 30%);
  border-bottom: 1px dotted rgba(248 248 248 / 30%);
}

.power .nav-pills .nav-link {
  font-size: 2rem;
  border-radius: 0.25rem;
  border: unset;
  text-align: left;
  background: transparent;
  color: rgba(248 248 248 / 30%);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  outline: unset;
  border-bottom: 1px dotted rgba(248 248 248 / 30%);
}

.power .nav-pills .nav-link:focus {
  border: unset;
  outline: unset;
}

.power .nav-link span {
  transform: rotate(45deg);
  display: grid;
  width: 32px;
  height: 32px;
}

.power .nav-link:nth-child(1) span {
  background-color: #009980;
}

.power .nav-link:nth-child(2) span {
  background-color: #80ccbf;
}

.power .nav-link:nth-child(3) span {
  background-color: #e5f937;
}

.power .tab-content iframe {
  display: block;
  border-radius: 10px;
  width: 100%;
}

.showcaseSlider {
  margin-top: 110px;
}

.showcase_box {
  padding: 48px 40px;
  width: 562px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}

.showcase_box h3 {
  color: #12333b;
  font-size: 1.688rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.showcase_box p+p {
  margin-top: 10px;
}

.showcase_box p {
  color: #12333b;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  /* width: 40%; */
}

.showcase_box a {
  font-size: 1rem;
  font-weight: 500;
  color: #12333b;
  margin-top: 25px;
}

.showcaseSlider .swiper-button-next {
  top: 38%;
}

.showcaseSlider .swiper-button-prev {
  top: 62%;
}

.showcaseSlider .swiper-button-next,
.showcaseSlider .swiper-button-prev {
  right: 0;
  left: auto;
  height: 60px;
  width: 60px;
  border-radius: 20px;
  background-color: #bfe5e0;
}

.showcaseSlider .swiper-button-next::after,
.showcaseSlider .swiper-button-prev::after {
  font-size: 12px;
  color: #12333b;
  font-weight: 800;
}

section.videosec {
  padding: 0;
}

.core {
  padding: 9.375rem 0;
  height: 776px;
  background: url(../images/core.webp) no-repeat right / cover;
}
.core.about{
  padding: 0;
}
.core.about h2{
  line-height: 0.7;
} 
.core h2 {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
  color: #12333b;
}

.core_card {
  background: #f7f7f7;
  padding: 18px 37px 5px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
}

.core_card figure {
  background-color: #4795a3a3;
  height: 70px;
  width: 90px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.core_card h4 {
  font-size: 1.313rem;
  font-weight: 500;
  color: #3b3b33;
  text-transform: capitalize;
  margin-top: 10px;
}

.core_card p {
  color: rgba(59 59 51 / 70%);
  line-height: 1.3;
  font-size: 1.063rem;
  margin-top: 12px;
  text-transform: capitalize;
}

/* Team Section */
.team {
  height: 683px;
  background: url(../images/team.webp) fixed right / cover;
  display: grid;
  place-items: center;
}

.team_content {
  text-align: center;
  height: 100%;
}

.team_content h4 {
  font-size: 2rem;
  color: #12333b;
  margin-bottom: 40px;
  font-family: "aptos";
}

.team_content a {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #fff;
  border-radius: 50px;
  background-color: #009980;
}

/* footer section */
footer {
  background-color: #000;
  padding-top: 5.938rem;
}

.quicklist {
  margin: 20px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.copyRight {
  border-top: 1px solid #008c8c;
  padding: 27px 0;
}

.copyRight p {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--white);
  text-align: start;
}

.team_content a:hover {
  background: #000;
  color: #fff;
}

.themeBtn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.themeBtn.bdrbtn1:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

section.videosec figure a:hover {
  transform: scale(1.09);
  transition: 0.6s ease;
}

.quicklist li a {
  color: var(--white);
  font-size: 1rem;
  text-transform: uppercase;
}

.quicklist li a:hover {
  color: var(--primary);
}

.privacy-terms {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.privacy-terms li a {
    color: #fff;
    text-transform: uppercase;
}
/* Inner Pages Start  */

/* About Page Start */

.about-content h3 {
  color: #12333B;
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.about-content h2 {
  color: #12333B;
  font-size: 3.125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.about-content p {
  color: #12333B;
  margin-bottom: 2.375rem;
}

.about-content-img {
  position: relative;
  width: 100%;
}

.about-content-img img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.about-content-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000020;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}

.our-vision {
  margin-top: 2.5rem;
}

.our-vision h3 {
  margin-bottom: 0.625rem;
}

.core-inner {
  background: 0;
  padding: 0 0 6.25rem;
  height: 600px;
}

.teamInner {
  background: url(../images/gk22.webp) fixed right / cover;
}

.about-content-img1 img {
  height: 718px;
  object-fit: cover;
}

/* About Page end */

/* Projects Page Start */
.our-projects h2 {
  color: #12333B;
  font-size: 3.125rem;
  margin-bottom: 3.125rem;
}

.projects-img {
  position: relative;
  width: fit-content;
}

.projects-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(18, 51, 59, 1) 0%, rgba(18, 51, 59, 0) 100%);
  z-index: 1;
}

.projects-img img {
  width: 456px;
  height: 400px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.projects-img figcaption {
  position: absolute;
  bottom: .5rem;
  padding: 1rem 0 0 3rem;
  z-index: 2;
  /* text upar rahe gradient ke */
}

.projects-img figcaption h3 {
  color: var(--white);
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.projects-img figcaption p {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}

.projects-img2 figcaption {
  text-align: center;
  padding-left: 6rem;
}

.projects-img2 img {
  width: 522px;
  height: 588px;
}

.our-projects .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-projects .our-projects .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-projects .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.8rem;
}

.our-projects .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
}

.our-projects .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: var(--black);
  left: 4rem;
  font-family:
    "Font Awesome 5 Pro";
  width: 60px;
  height: 60px;
  background: #BFE5E0;
  border-radius: 15px;
}

.our-projects .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}

.our-projects .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: var(--black);
  right: 4rem;
  width: 60px;
  height: 60px;
  background: #BFE5E0;
  border-radius: 15px;
}

/* Projects Page end */

/* Contact Page Start */
.contact {
    padding: 3rem 0;
}
.contact-head-cont h2 {
  color: #12333B;
  font-size: 3.125rem;
  margin-bottom: 1.9375rem;
}

.contact-head-cont p {
  color: #12333B;
  font-size: 1.125rem;
  margin-bottom: 4rem;
}

.contact-serv {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3.15625rem;
}

.contact-serv-icon {
  width: 66.11px;
  height: 66.11px;
  display: grid;
  place-content: center;
  border: 2px solid #BFE5E0;
  border-radius: 10px;
  transform: rotate(45deg);
}

.contact-serv-icon i {
  color: #BFE5E0;
  transform: rotate(-44deg);
  font-size: 1.5rem;
}

.contact-serv-right h4 {
  color: #828282;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.contact-serv-right h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

.contact-form {
  padding: 2rem;
  background: #12333B;
  border-radius: 7px;
}

.contact-form label {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.contact-form :is(input, textarea) {
  width: 100%;
  padding: .8rem;
  border: 0;
  border-radius: 5px;
  outline: none;
  margin-bottom: 1.375rem;
}

.contact-form button {
  background: #BFE5E0;
  color: var(--black);
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  text-transform: capitalize;
}

/* Contact Page end */

/* Power and land Start */

.power-and-land {
  background: #12333B;
}

.power-and-land h4 {
  color: #80CCBF;
  font-size: 1.5rem;
  font-weight: 400;
}

.power-and-land h2 {
  color: #80CCBF;
  font-size: 4rem;
}

.sdsdsd {
  font-weight: 800;
  font-size: 75px;
  text-transform: uppercase;
  color: #1c3b40;
}

/* Power and land end */

/* Inner Pages end  */

/* Custom Power CTA Section */
.custom-power-cta {
  background: #0a1f25;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid rgba(128, 204, 191, 0.2);
}

.custom-power-cta h2 {
  color: #009980;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.custom-power-cta p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.custom-power-cta .themeBtn {
  margin: 0 10px;
}


/* ===== LAND & POWER PORTFOLIO SECTION ===== */
.portfolio-grid-sec {
  background: #0c1e24;
  padding: 80px 0;
}

.portfolio-grid-sec .port-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.portfolio-grid-sec .port-header-left span {
  color: #80CCBF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.portfolio-grid-sec .port-header-left h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.port-filter-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.port-filter-tabs .filter-icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin-right: 4px;
}

.port-filter-tabs .tab-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
}

.port-filter-tabs .tab-btn:hover {
  border-color: #80CCBF;
  color: #80CCBF;
}

.port-filter-tabs .tab-btn.active {
  background: #1a5c70;
  border-color: #1a5c70;
  color: #ffffff;
  font-weight: 600;
}

.port-card {
  background: #12333B;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid rgba(128, 204, 191, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.port-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.port-card-img {
  position: relative;
  overflow: hidden;
}

.port-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.port-card:hover .port-card-img img {
  transform: scale(1.04);
}

.port-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}

.port-badge.available {
  background: #22c55e;
  color: #fff;
}

.port-badge.coming-soon {
  background: #f59e0b;
  color: #fff;
}

.port-card-body {
  padding: 20px;
}

.port-cat-dot {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}

.port-cat-dot span.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #80CCBF;
  display: inline-block;
  flex-shrink: 0;
}

.port-cat-dot span.cat-label {
  color: #80CCBF;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.port-card-body h3 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.port-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}

.port-card-meta span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.port-card-meta span i {
  color: #80CCBF;
  font-size: 0.75rem;
}

/* ===== PROJECTS NEW SECTION ===== */
.projects-new-sec {
  background: #0c1e24;
  padding: 80px 0;
}

.projects-new-sec .proj-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.proj-count {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.proj-filter-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.proj-filter-tabs .filter-icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin-right: 4px;
}

.proj-filter-tabs .ptab-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
}

.proj-filter-tabs .ptab-btn:hover {
  border-color: #80CCBF;
  color: #80CCBF;
}

.proj-filter-tabs .ptab-btn.active {
  background: #1a5c70;
  border-color: #1a5c70;
  color: #ffffff;
  font-weight: 600;
}

.proj-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.proj-card-img {
  position: relative;
  overflow: hidden;
}

.proj-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.proj-card:hover .proj-card-img img {
  transform: scale(1.04);
}

.proj-status-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}

.proj-status-badge.active {
  background: #22c55e;
  color: #fff;
}

.proj-status-badge.in-progress {
  background: #3b82f6;
  color: #fff;
}

.proj-card-body {
  padding: 20px;
  border-top: none;
}

.proj-cat-tag {
  display: inline-block;
  background: #eff6ff;
  color: #3b82f6;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
  width: fit-content;
  height: auto;
}

.proj-cat-tag.bitcoin {
  background: #f0fdf4;
  color: #22c55e;
}

.proj-cat-tag.ai {
  background: #faf5ff;
  color: #a855f7;
}

.proj-cat-tag.power {
  background: #fff7ed;
  color: #f97316;
}

.proj-card-body h3 {
  color: #111827;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.proj-card-body p {
  color: #6b7280;
  font-size: 0.88rem;
  margin-bottom: 16px;
  line-height: 1.6;
}

.proj-card-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin-bottom: 14px;
}

.proj-card-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.proj-card-meta span {
  color: #6b7280;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.proj-card-meta span i {
  color: #9ca3af;
  font-size: 0.75rem;
}

.inner-banner {
  background-color: #000;
  height: 260px;
}

.blog-wrap h2 {
  font-size: 2rem;
  font-weight: bold;
}

.blog-wrap ul li {
  margin-bottom: 8px;
  list-style: disc;
}

.blog-wrap ul {
  padding-left: 1rem;
}

.privacywrap h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.privacywrap h3 {
  font-size: 1.8rem;
}

.privacywrap ul li {
  list-style: disc;
  color: #828282;
  margin-bottom: 1rem;
}

.privacywrap ul {
  padding-left: 1rem;
  margin-bottom: 10px;
}


/* Faq Sec Css Start */

.faq-wrapper p {
  font-size: 1.5rem;
  color: #43474E;
  line-height: 1.5;
  margin: 1.25rem 0 2.25rem 0;
}

.faq-sec .card-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}


.faq-sec #accordion {
  border: 0;
  border-radius: 0;
}

.faq-sec .img-wrapper {
  height: 446px;
}


.faq-sec #accordion .card1 {
  background: #fff;
  border: 1px solid rgb(195 198 207 / 30%);
  padding: 0;
  border-radius: 50px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.faq-sec #accordion .card1 .btn-link {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1C1B1B;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  padding: 1.075rem 2.25rem 0 1.25rem;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  font-family: 'Inter';
}

.faq-sec #accordion .card1 .btn-link i {
  font-size: 1rem;
  transition: transform 0.3s ease;
  font-weight: 500;
}

.faq-sec #accordion .card1 .btn-link i::before {
  content: "\f068";
}

.faq-sec #accordion .card1 .btn-link.collapsed i::before {
  content: "\f067";
}

.faq-sec #accordion .card1 .btn-link.collapsed {
  background-color: #fff;
  color: #000;
}


.faq-sec #accordion .card1 .btn-link[aria-expanded="true"] i {
  color: #fff;
}

.faq-sec #accordion .card1 .card-body p {
  margin: 0;
  color: #43474E;
  line-height: 1.8;
  font-size: 1.255rem;
}

.faq-sec #accordion .card1+.card1 {
  margin: 1.375rem 0 0 0;
}

.faq-sec #accordion .collapse {
  transition: height 0.4s ease;
  overflow: hidden;
}

.faq-sec .card1 h5 {
  margin: 0;
}

/* Faq Sec Css End  */

.main-slider-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.contact-serv-right h3 a {
  color: #000;
  font-size: 1.5rem;
}

a.navbar-brand h4 {
  font-size: 1rem;
}

section.inner-banner.abtinner {
  background: #000;
}

figure.powerlandimg1 img {
  width: 610px;
  height: 410px;
  object-fit: cover;
}