/*
  Theme Name:  Koyta - Personal Portfolio HTML Template
  Author: themetum
  Description: Koyta is a personal portfolio html template.
  Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=Lato:wght@100;300;400;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --clr-heading: #111135;
  --clr-body: #565656;
  --clr-bg: #000;
  --clr-def: #00fcfd;
  --clr-def-2: #d450ff;
  --clr-ftr: #070E27;
  --clr-ftr-2: #666666;
  --clr-ftr-3: #323232;
  --clr-white: #fff;
  --clr-black: #000;
  --font-1: 'Lato', sans-serif;
  --font-2: 'Montserrat', sans-serif;
  --font-3: 'Arimo', sans-serif;
  --rad-1: 4px; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  scroll-behavior: inherit !important; }

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-family: var(--font-1);
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.005em;
  color: var(--clr-body);
  position: relative; }

a {
  color: var(--clr-body); }

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover {
  color: inherit; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: var(--clr-heading);
  margin: 0 0 1.5rem 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: var(--font-2);
  line-height: 1.2; }

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

p { margin-bottom: 1.5rem; }

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto; }

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px; }

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400; }

::selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

/*-------------------------------------------------------
2. Theme Default css
---------------------------------------------------------*/
.ovrflow-hidden { overflow: hidden; }
.text-right { text-align: right; }
.space-between { display: flex; justify-content: space-between; align-items: center; }
.c-pd { padding: 0 7rem; }
.s-pd { padding: 0 12rem; }

/* Preloader */
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-pre-con::after {
  content: '';
  width: 50px;
  height: 50px;
  border: 4px solid #00fcfd;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.h-100 { height: 100%; }
.h-100vh { height: 100vh; }
.bg { background-color: var(--clr-bg); }
.bg-color { background-color: var(--clr-def); }
.bg-white { background-color: var(--clr-white); }

.site-title { margin-top: -1rem; }
  .site-title h2 { font-weight: 700; line-height: 46px; letter-spacing: 0.0025em; }
  .site-title .about-sub-title { font-weight: 500; }

.about-sub-title.def { color: var(--clr-def); }

.site-title.wh p,
.site-title.wh h2 { color: var(--clr-white); }

/* margins paddings */
.pb-140 { padding-bottom: 14rem; }
.pd-50 { padding: 5rem 0; }
.de-padding { padding: 12rem 0; }
.de-pt { padding-top: 12rem; }
.de-pb { padding-bottom: 12rem; }
.pt-0 { padding-top: 0rem; }
.pt-10 { padding-top: 1rem; }
.pt-20 { padding-top: 2rem; }
.pt-30 { padding-top: 3rem; }
.pt-40 { padding-top: 4rem; }
.pt-50 { padding-top: 5rem; }
.pt-60 { padding-top: 6rem; }
.pt-70 { padding-top: 7rem; }
.pt-80 { padding-top: 8rem; }
.pt-90 { padding-top: 9rem; }
.pt-100 { padding-top: 10rem; }
.pb-0 { padding-bottom: 0rem; }
.pb-10 { padding-bottom: 1rem; }
.pb-20 { padding-bottom: 2rem; }
.pb-30 { padding-bottom: 3rem; }
.pb-40 { padding-bottom: 4rem; }
.pb-50 { padding-bottom: 5rem; }
.pb-60 { padding-bottom: 6rem; }
.pb-70 { padding-bottom: 7rem; }
.pb-80 { padding-bottom: 8rem; }
.pb-90 { padding-bottom: 9rem; }
.pb-100 { padding-bottom: 10rem; }
.mt-0 { margin-top: 0; }
.mt-10 { margin-top: 1rem; }
.mt-20 { margin-top: 2rem; }
.mt-30 { margin-top: 3rem; }
.mt-40 { margin-top: 4rem; }
.mt-50 { margin-top: 5rem; }
.mt-60 { margin-top: 6rem; }
.mt-70 { margin-top: 7rem; }
.mt-80 { margin-top: 8rem; }
.mt-90 { margin-top: 9rem; }
.mt-100 { margin-top: 10rem; }
.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 1rem; }
.mb-20 { margin-bottom: 2rem; }
.mb-30 { margin-bottom: 3rem; }
.mb-40 { margin-bottom: 4rem; }
.mb-50 { margin-bottom: 5rem; }
.mb-60 { margin-bottom: 6rem; }
.mb-70 { margin-bottom: 7rem; }
.mb-80 { margin-bottom: 8rem; }
.mb-90 { margin-bottom: 9rem; }
.mb-100 { margin-bottom: 10rem; }
.mr-300 { margin-right: 30rem; }
.ml-300 { margin-left: 30rem; }
.pos-rel { position: relative; z-index: 1; }

/* Theme Buttons */
.tm-btn-1 {
  padding: 2rem 2.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--clr-white);
  border: 1px solid var(--clr-white);
  position: relative;
  z-index: 5;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--font-2);
  border-radius: 3rem;
  transition: all .5s ease-in-out; }
  .tm-btn-1:hover {
    color: var(--clr-white);
    background-color: var(--clr-def);
    border: 1px solid transparent; }

.tm-btn-2 {
  padding: 2rem 2.5rem;
  background-color: white;
  box-shadow: 0px 3px 20px 0px #f3f3f3;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-2);
  border-radius: 3rem;
  outline: none;
  display: inline-block;
  transition: all .5s ease-in-out;
  color: var(--clr-black); }
  .tm-btn-2:hover {
    color: var(--clr-white);
    background-color: var(--clr-def); }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1185px; } }

/* Grids */
.grid-2 { display: grid; grid-gap: 3rem; grid-template-columns: repeat(2, 1fr); }
.grid-3 { display: grid; grid-gap: 3rem; grid-template-columns: repeat(3, 1fr); }
.grid-4 { display: grid; grid-gap: 3rem; grid-template-columns: repeat(4, 1fr); }
.grid-5 { display: grid; grid-gap: 3rem; grid-template-columns: repeat(5, 1fr); }
.grid-6 { display: grid; grid-gap: 3rem; grid-template-columns: repeat(6, 1fr); }

/* Scroll Top */
#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--clr-def);
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1; }
  #scrtop:hover { background-color: var(--clr-heading); }

/*-------------------------------------------------------
03.Bootstrap Menu css
---------------------------------------------------------*/
.hero-section { margin-top: -9rem; }

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 3rem;
    height: 90px;
    line-height: 90px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--clr-white);
    text-transform: uppercase; }

  .navbar .nav-item:last-child .nav-link { margin-right: 0; }

  .navbar .nav-item:hover .nav-link { color: var(--clr-def); }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999; }

.navbar.fixed-top { background-color: #000; }

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0; }

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit; }

.navbar-brand {
    padding-top: 1rem;
    font-size: 1.25rem;
}

.navbar li a { font-size: 16px !important; }

/* menu-Tab */
.menu-tab {
  cursor: pointer;
  transition: all 0.6s ease-in-out; }

.menu-tab div {
    width: 33px;
    height: 3px;
    background-color: var(--clr-white);
    display: block;
    margin: 5px 0;
    transition: all 0.6s ease-in-out; }

  .menu-tab.active {
    left: 20rem;
    transition: all 600ms ease-in-out; }
    .menu-tab.active #one {
      transform: translateY(9px) rotate(-135deg);
      transition: all 0.6s ease-in-out;
      background-color: var(--clr-def-2); }
    .menu-tab.active #two {
      opacity: 0;
      transition: 0.4s ease; }
    .menu-tab.active #three {
      transform: translateY(-9px) rotate(-45deg);
      transition: all 0.6s ease-in-out;
      background-color: var(--clr-def-2); }

/* menu-hide */
.menu-hide {
  width: 30rem;
  right: -345px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
  padding: 7rem 3rem 0 3rem; }

.menu-hide.show {
  right: 0px;
  transition: all 0.6s ease-in-out;
  background: var(--clr-white);
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
  z-index: -1; }

.side-social {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .side-social li a i {
    border-radius: 50%;
    background-color: var(--clr-white);
    box-shadow: 0px 5px 20px 0px #f3f3f3;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: var(--clr-black);
    display: inline-block; }

.side-about h5 { margin-bottom: 2rem; }

.side-addr-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  .side-addr-box:last-child { margin-bottom: 0; }
  .side-addr-box .side-addr-icon i {
    border-radius: 50%;
    background-color: var(--clr-white);
    box-shadow: 0px 5px 20px 0px #f3f3f3;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: var(--clr-black);
    display: inline-block; }

.v-card-menu .nav-item.active a { color: var(--clr-def) !important; }

/*-------------------------------------------------------
03. Hero css
---------------------------------------------------------*/
.hero-single-2 {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 20rem;
  min-height: 100vh; }

.hero-single-2 .hero-content-2 {
    padding-top: 7rem;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 4; }

    .hero-single-2 .hero-content-2 .hero-sub-title {
      color: var(--clr-white);
      margin-bottom: 3rem; }
    .hero-single-2 .hero-content-2 .hero-title {
      color: var(--clr-white);
      font-weight: 700;
      margin-bottom: 3rem; }
    .hero-single-2 .hero-content-2 p {
      color: var(--clr-white);
      font-family: var(--font-2);
      font-size: 1.8rem;
      margin-bottom: 3rem;
      padding-right: 10rem; }

.hero-2-img {
  position: relative;
  z-index: 1;
  text-align: right; }
  .hero-2-img::before {
    position: absolute;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    content: '';
    background-image: -webkit-linear-gradient(11deg, #00fcfd 0%, #619a8b 100%);
    background-image: linear-gradient(11deg, #00fcfd 0%, #619a8b 100%);
    z-index: -1;
    transition: all .5s ease-in-out;
    animation: ups-down 5s infinite ease-out;
    pointer-events: none; }
  .hero-2-img::after {
    position: absolute;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    content: '';
    background-color: #5c4827;
    z-index: -2;
    top: -30px;
    right: -15px; }

@keyframes ups-down {
  0% { top: -40px; right: -30px; }
  50% { top: 0; right: 0; }
  100% { top: -40px; right: -30px; } }

.hero-title {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.005em;
  min-height: 8.2rem; /* prevents layout shift when typed text changes */
}

/* Typed span — prevent inline reflow */
.hero-title .typed,
.hero-title .typed-strings {
  display: inline;
}

.hero-sub-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.header-description p { color: #fff !important; font-size: 1.8rem; }
.hero-btn { margin-top: 3rem; }

/*-------------------------------------------------------
60. About css
---------------------------------------------------------*/
.about-left .about-pic img {
  padding: 2rem;
  border-radius: 10px; }

.about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .about-right .about-title { margin-bottom: 3rem; }
  .about-right .about-title-3 { margin-bottom: 3rem; }

.about-sub-title {
  border-bottom: 4px solid var(--clr-bg);
  display: inline-block;
  margin-bottom: 3.5rem; }

.about-sub-title,
.about-title-3 {
  text-transform: uppercase;
  font-weight: 500; }

.about-sub-title.wh { border-bottom: 4px solid var(--clr-white); }

/*-------------------------------------------------------
14. Video/Skills css
---------------------------------------------------------*/
.vid-ov {
  position: relative;
  z-index: 1; }
  .vid-ov::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0; }

.video-area {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat; }

.my-service h5 {
  color: var(--clr-def);
  border-bottom: 4px solid var(--clr-white);
  display: inline-block;
  margin-bottom: 3.5rem;
  font-weight: 400;
  text-transform: uppercase; }
.my-service h4 {
  color: var(--clr-white);
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 3.4rem; }

.progress-box {
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
  padding-left: 3rem; }
  .progress-box::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 1rem;
    width: 1rem;
    background-color: var(--clr-white);
    top: 5px;
    left: 0; }
  .progress-box:last-child { margin-bottom: 0; }
  .progress-box h5 {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: var(--clr-white);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .progress-box .progress {
    height: 5px;
    background-color: #7d7d7d;
    border-radius: 0; }
    .progress-box .progress .progress-bar {
      background-color: var(--clr-def);
      height: 5px; }

/*-------------------------------------------------------
13. Counter css
---------------------------------------------------------*/
.counter-area {
  position: relative;
  z-index: 1; }

.counter-bg-2 {
  background-color: var(--clr-white);
  position: relative;
  z-index: 1; }
  .counter-bg-2::before {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: #fcfcfc;
    right: -123px;
    top: 0;
    height: 100%;
    width: 45%;
    transform: skewX(30deg); }

.fun-fact {
  display: flex;
  align-items: center;
  gap: 3rem; }
  .fun-fact:nth-child(2) { justify-content: center; }
  .fun-fact:last-child { justify-content: flex-end; }
  .fun-fact .fun-fact-icon { display: inline-block; }
  .fun-fact .fun-desc {
    display: flex;
    gap: 3rem;
    align-items: flex-start; }
    .fun-fact .fun-desc .timer {
      position: relative;
      z-index: 1;
      display: inline-block;
      margin-bottom: 0rem;
      font-size: 3.6rem;
      font-family: var(--font-2);
      font-weight: 700;
      color: var(--clr-black);
      padding-right: 3rem; }
    .fun-fact .fun-desc .medium {
      position: relative;
      z-index: 1;
      font-size: 1.6rem;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 0.0015em;
      text-transform: uppercase;
      display: block;
      color: var(--clr-black);
      font-family: var(--font-2); }

/*-------------------------------------------------------
18. Portfolio css
---------------------------------------------------------*/
.portfolio-grid.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr); }

.project-box {
  width: 100%;
  display: block; }
  .project-box .port-pic {
    position: relative;
    z-index: 1; }
    .project-box .port-pic img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .project-box .port-pic .port-overlay {
      position: absolute;
      bottom: 3rem;
      left: 3rem; }

.port-content {
  border-radius: 5px;
  background-color: #1c1c1d;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: 1;
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: .5s ease-in-out; }
  .port-content a {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translate(0, -50%); }
    .port-content a i {
      border-radius: 50%;
      background-color: #464646;
      box-shadow: 0px 5px 20px 0px #1c1c1d;
      width: 44px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      color: var(--clr-def);
      display: inline-block; }
  .port-content h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1; }
  .port-content span {
    font-family: var(--font-2);
    color: var(--clr-def); }

/*-------------------------------------------------------
28. Contact US css
---------------------------------------------------------*/
.contact-area {
  position: relative;
  z-index: 1; }

.contact-addr-box {
  text-align: center;
  padding: 0 7rem; }
  .contact-addr-box .contact-addr-icon { margin-bottom: 2rem; }
    .contact-addr-box .contact-addr-icon i {
      border-radius: 50%;
      background-color: var(--clr-white);
      box-shadow: 0px 5px 20px 0px #f3f3f3;
      width: 44px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      color: var(--clr-black);
      display: inline-block; }
  .contact-addr-box .contact-addr-desc h4 { font-weight: 700; }
  .contact-addr-box .contact-addr-desc span { font-family: var(--font-3); }

/*-------------------------------------------------------
21. Footer css
---------------------------------------------------------*/
footer {
  background-color: var(--clr-black);
  padding: 8rem 0; }

.copyright p {
  color: #e8e8e8;
  text-transform: uppercase;
  margin-bottom: 0; }

.footer-menu {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 1rem; }

.footer-menu li a {
    color: #d5d5d5;
    padding: 2px 15px;
    font-size: 1.6rem;
    text-transform: uppercase; }

/*-------------------------------------------------------
2. Scrollbar css
---------------------------------------------------------*/
.scroll-style { scrollbar-width: thin; }
  .scroll-style::-webkit-scrollbar { width: 11px; }
  .scroll-style::-webkit-scrollbar-track { background: #90A4AE; border-radius: 6px; }
  .scroll-style::-webkit-scrollbar-thumb {
    background-color: var(--clr-def);
    border-radius: 6px;
    border: 3px solid var(--clr-def); }

/*-------------------------------------------------------
Typed.js color
---------------------------------------------------------*/
.type_color { color: var(--clr-def); }

/* video-mask */
.video-mask {
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
}

/* SLN Badge image area */
.video-box.fl-wrap.pl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}

/*-------------------------------------------------------
 Portfolio Background Orbs
---------------------------------------------------------*/
.pf-orbs-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.pf-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  mix-blend-mode: screen;
}

.pf-orb-1 {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle at center, #00fcfd 0%, #0050ff 100%);
  animation: pf-orb-float-1 14s infinite ease-in-out alternate;
}

.pf-orb-2 {
  width: 450px;
  height: 450px;
  top: 150px;
  right: 150px;
  background: radial-gradient(circle at center, #d450ff 0%, #4a00e0 100%);
  animation: pf-orb-float-2 18s infinite ease-in-out alternate-reverse;
}

@keyframes pf-orb-float-1 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(80px) hue-rotate(0deg);
  }
  50% {
    transform: translate(-100px, 100px) scale(1.1) rotate(45deg);
  }
  100% {
    transform: translate(-180px, -40px) scale(0.95) rotate(90deg);
    filter: blur(100px) hue-rotate(50deg);
  }
}

@keyframes pf-orb-float-2 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    filter: blur(80px) hue-rotate(0deg);
  }
  50% {
    transform: translate(80px, -150px) scale(1.15) rotate(-45deg);
  }
  100% {
    transform: translate(-80px, -200px) scale(0.9) rotate(-90deg);
    filter: blur(90px) hue-rotate(-50deg);
  }
}

/*-------------------------------------------------------
 Portfolio Section Cards
---------------------------------------------------------*/
.portfolio-section {
  background-color: var(--clr-bg);
}

.pf-grid {
  display: grid;
  gap: 3rem;
}
.pf-grid.grid-1 { grid-template-columns: 1fr; }
.pf-grid.grid-2 { grid-template-columns: repeat(2, 1fr); }
.pf-grid.grid-3 { grid-template-columns: repeat(3, 1fr); }

.pf-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid var(--clr-def);
  border-radius: 8px;
  padding: 3.5rem 3rem;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pf-card-header,
.pf-desc,
.pf-stats {
  position: relative;
  z-index: 2;
}

/* Inner card orbs */
.pf-card-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}
.pf-card-orbs .pf-orb {
  opacity: 0.15;
  filter: blur(50px);
}
.pf-card-orbs .pf-orb-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation: pf-orb-float-1 12s infinite ease-in-out alternate;
}
.pf-card-orbs .pf-orb-2 {
  width: 250px;
  height: 250px;
  bottom: -100px;
  left: -50px;
  animation: pf-orb-float-2 16s infinite ease-in-out alternate-reverse;
}
.pf-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(0,252,253,0.35);
  border-top-color: var(--clr-def);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,252,253,0.07);
}

.pf-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  margin-bottom: 2rem;
}

.pf-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(0,252,253,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pf-icon i {
  font-size: 2rem;
  color: var(--clr-def);
}

.pf-title {
  color: var(--clr-white);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  letter-spacing: 0;
}

.pf-period {
  font-family: var(--font-2);
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--clr-def);
  opacity: 0.75;
}

.pf-desc {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 2.5rem;
}

.pf-stats {
  display: grid;
  gap: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 2rem;
}
.pf-stats.grid-2 { grid-template-columns: repeat(2, 1fr); }
.pf-stats.grid-3 { grid-template-columns: repeat(3, 1fr); }

.pf-stat {
  text-align: center;
}

.pf-num {
  display: block;
  font-family: var(--font-2);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--clr-white);
  line-height: 1.1;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}

.pf-label {
  display: block;
  font-family: var(--font-2);
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
}

/* Counter grid-3 override (existing counter uses grid-3 class) */
.counter-wpr.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

/*-------------------------------------------------------
 Credibility Badges & Services
---------------------------------------------------------*/
.cred-badge {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--clr-def);
  opacity: 1;
  border: 1px solid rgba(0,252,253,0.3);
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  background: rgba(0,252,253,0.08);
  box-shadow: 0 4px 15px rgba(0,252,253,0.1);
  transition: all 0.3s ease;
  cursor: default;
}
.cred-badge:hover {
  background: rgba(0,252,253,0.15);
  box-shadow: 0 6px 20px rgba(0,252,253,0.25);
  transform: translateY(-2px);
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.service-card {
  width: calc(33.333% - 20px);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid var(--clr-def);
  border-radius: 8px;
  padding: 3rem 2rem;
  transition: all 0.35s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(0,252,253,0.35);
  box-shadow: 0 16px 48px rgba(0,252,253,0.07);
}
.service-card i {
  font-size: 2.5rem;
  color: var(--clr-def);
  margin-bottom: 1.5rem;
}
.service-card h5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.service-card p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  margin: 0;
}

.contact-minimal {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.contact-link {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.3s;
}
.contact-link:hover {
  color: var(--clr-def);
}
.contact-sep {
  color: rgba(255,255,255,0.3);
  margin: 0 1.5rem;
}

/*-------------------------------------------------------
 Responsive: Portfolio Cards & Services
---------------------------------------------------------*/
@media (max-width: 991px) {
  .pf-grid.grid-2,
  .pf-grid.grid-3 { grid-template-columns: 1fr; }
  .counter-wpr.grid-3 { grid-template-columns: repeat(2, 1fr); }
  .service-card { width: calc(50% - 15px); }
}
@media (max-width: 575px) {
  .counter-wpr.grid-3 { grid-template-columns: 1fr; }
  .pf-num { font-size: 2rem; }
  .service-card { width: 100%; }
  .contact-sep { display: none; }
  .contact-link { display: block; margin-bottom: 15px; }
}
