/***********************
    1.FONTS
    2.BASIC
    3.HELPER
    4.NAVIGATION
    5.HEADER
    6.BANNER
    7.ABOUT 
    8.RESUME
    9.SERVICES
    10.COUNTERS
    11.WORKS
    12.BLOG
    13.CONTACT
    14.FOOTER
    15.PRELOADER
************************/

/*======================
        1.FONTS
========================*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/*======================
        2.BASIC
========================*/

@font-face {
  font-family: 'JustSignature-92w7';
  src: url('../JustSignature-92w7.ttf');
}

html,
body {
  scroll-behavior: smooth;
  /* height: 100%; */
  min-height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Outfit', sans-serif;
  line-height: 1.8;
  font-size: 20px;
  background-color: #0d0d0d;
  font-weight: 400;
  overflow-x: hidden;
  color: #fff;
}

@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}


body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}


/* ScrollBar */


/* width */
::-webkit-scrollbar {
  width: 5px;
}


/* Track */
::-webkit-scrollbar-track {
  border-radius: 20px;
}


/* Handle */
::-webkit-scrollbar-thumb {
  background: #00d9ff;
  border-radius: 10px;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00d9ff;
}

@media screen and (max-width: 992px) {
  ::-webkit-scrollbar {
    display: none;
  }
}


/* Typography */

a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  color: #00d9ff;
}

a:focus,
a:active {
  outline: none;
}

p,
span {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee21;
  width: 100%;
}


/*======================
        3.HELPER
========================*/

#particles-js {
  height: 100vh;
  width: 100%;
  position: absolute;
  opacity: 0.3;
  z-index: 2;
  top: 0;
}

#page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: #0d0d0d;
}


/* buttons */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  margin-right: 4px;
  margin-bottom: 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00d9ff;
  border: 2px solid #00d9ff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  margin-right: 4px;
  margin-bottom: 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.btn-primary {
  background: #00d9ff;
  color: #000;
  border: 2px solid #00d9ff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: transparent;
  border-color: #fff !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #00d9ff;
  border: 2px solid #00d9ff;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #00d9ff;
  color: #fff !important;
}

/* Sections */

#featured,
#about,
#blog,
#contact,
#work,
#publications,
#about-section,
#map-section,
#services,
#resume,
#process {
  padding-bottom: 80px;
}

#about {
  margin-bottom: 80px;
  padding-bottom: 80px;
}

#blog,
#work,
#contact,
#publications,
#services,
#resume,
#process {
  padding-top: 80px;
}

.heading {
  margin-bottom: 2em;
}

.heading h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}

.bg-section {
  background: rgba(0, 0, 0, 0.05);
}

.intro-heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #00d9ff;
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

#about .about-content {
  margin-bottom: 5em;
}

#blog .blog {
  margin-bottom: 60px;
}

/* social icons */

.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.social-icons li a i {
  font-size: 20px;
}

.social-icon a {
  padding: 0 5px;
}

.social-icon a i {
  color: #fff;
}

.social-icon a:hover,
.social-icon a:focus {
  text-decoration: none;
}

.social-icon a i:hover {
  color: #000;
}

.social-links {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 20px;
  bottom: 120px;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  align-items: center;
}

.social-links li {
  margin: 0 !important;
  list-style: none;
}

.social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85) !important;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
}

.social-links li a:hover {
  color: #00d9ff !important;
  background: rgba(0, 217, 255, 0.15);
  box-shadow: 0 0 16px rgba(0, 217, 255, 0.45);
  transform: translateY(-2px) scale(1.15);
}

.social-line-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px !important;
  gap: 8px;
  pointer-events: none;
}

.social-vertical-line {
  width: 2px;
  height: 80px;
  background: linear-gradient(to bottom, #00d9ff 0%, rgba(0, 217, 255, 0.6) 80%, rgba(0, 217, 255, 0.2) 100%);
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.8);
  border-radius: 2px;
}

.social-glowing-dot {
  width: 14px;
  height: 14px;
  border: 2px solid #00d9ff;
  border-radius: 50%;
  background: rgba(0, 217, 255, 0.12);
  box-shadow: 0 0 12px rgba(0, 217, 255, 0.85);
  animation: dotGlowPulse 2.5s ease-in-out infinite;
}

@keyframes dotGlowPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 217, 255, 0.7);
    border-color: #00d9ff;
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(0, 217, 255, 1);
    border-color: #ffffff;
  }
}


/* background sections */

.bg-dark {
  background: #070707;
}

.bg-light {
  background-color: #0d0d0d;
}

.bg-dark,
.bg-light,
.bg-section,
#footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bg-dark>*,
.bg-light>*,
.bg-section>*,
#footer>* {
  position: relative;
  z-index: 1;
}

.bg-dark::before,
.bg-light::before,
.bg-section::before,
#footer::before,
.bg-dark::after,
.bg-light::after,
.bg-section::after,
#footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bg-dark::before,
.bg-light::before,
.bg-section::before,
#footer::before {
  background-image:
    linear-gradient(rgba(0, 217, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 217, 255, 0.045) 1px, transparent 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.bg-dark::after,
.bg-light::after,
.bg-section::after,
#footer::after {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.62) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(0, 217, 255, 0.55) 0 1px, transparent 1.5px);
  background-position: 10% 18%, 72% 8%;
  background-size: 124px 124px, 196px 196px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  animation: portfolio-star-drift 22s linear infinite;
}

.bg-dark::before,
.bg-dark::after {
  opacity: 0.56;
}

.bg-light::before,
.bg-light::after {
  opacity: 0.38;
}

.bg-section::before,
.bg-section::after {
  opacity: 0.28;
}

.bg-section.bg-dark::before,
.bg-section.bg-dark::after {
  opacity: 0.48;
}

.bg-section.bg-light::before,
.bg-section.bg-light::after {
  opacity: 0.34;
}

#footer::before,
#footer::after {
  opacity: 0.3;
}

@keyframes portfolio-star-drift {
  to {
    background-position: 10% 118%, 72% 108%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bg-dark::after,
  .bg-light::after,
  .bg-section::after,
  #footer::after {
    animation: none;
  }
}

.bg-dots {
  width: 100%;
  background-image: url(../images/tab-bg-elements.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-dots-black {
  width: 100%;
  background-image: url(../images/bg-dots.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header-page span:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: calc(50% - 7px);
  bottom: 101px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #00d9ff;
}

@media (max-width: 991px) {
  .header-page span:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: calc(50% - 7px);
    bottom: 137px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #00d9ff;
  }
}

.header-page h2:before,
.header-page h2:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  left: calc(50% - 45px);
  bottom: 107px;
  background-color: #00d9ff;
}

@media (max-width: 991px) {

  .header-page h2:before,
  .header-page h2:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    left: calc(50% - 45px);
    bottom: 143px;
    background-color: #00d9ff;
  }
}

.header-page h2:after,
.header-page h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  left: calc(50% + 15px);
  bottom: 107px;
  background-color: #00d9ff;
}

@media (max-width: 991px) {

  .header-page h2:after,
  .header-page h2:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    left: calc(50% + 15px);
    bottom: 143px;
    background-color: #00d9ff;
  }
}

.heading-meta-sub {
  margin-bottom: 15px;
  display: block;
  font-size: 80px;
  text-transform: uppercase;
  color: #99999908;
  font-weight: 700;
  letter-spacing: 5px;
  position: absolute;
  text-align: center;
  z-index: 0;
  top: -42px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .heading-meta-sub {
    margin-bottom: 15px;
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    color: #99999908;
    font-weight: 700;
    letter-spacing: 5px;
    position: absolute;
    text-align: center;
    z-index: 0;
    top: -40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.mb-1 {
  margin-bottom: 1.5em !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.px-25 {
  padding: 0px 25px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-80 {
  padding-bottom: 80px !important;
}


.no-padding {
  padding: 0;
  margin: 0;
}


.post-entry {
  width: 100%;
  min-height: 700px;
  display: table;
}

@media screen and (max-width: 992px) {
  .post-entry {
    display: block;
    min-height: 400px;
  }
}

.post-entry .post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
}

@media screen and (max-width: 768px) {
  .post-entry .post-image {
    display: block;
    height: 400px;
  }
}

.post-entry .display-tc {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  bottom: -115px;
  left: -30%;
  width: 450px;
  border: 1px solid #00d9ff;
}

@media screen and (max-width: 992px) {
  .post-entry .display-tc {
    display: block;
    vertical-align: none;
    text-align: left;
    height: inherit;
    width: 315px;
    left: 5%;
  }
}

.post-entry .desc {
  padding: 2em;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}

.post-entry .desc h3 {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
}

.post-entry .desc p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.post-entry .desc .date {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .post-entry .desc {
    padding: 1.5em;
  }

  .post-entry .desc h3 {
    font-size: 30px;
  }
}

.skill-item h5 {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.skill-item span {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  float: right;
  font-weight: 400;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: transparent;
  text-align: center;
  background-color: #00d9ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (max-width: 575px) {
  .skill-item {
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

.progress {
  width: 100%;
  overflow: hidden;
  height: 2px;
  margin-bottom: 20px;
  background-color: #ffffff08;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar,
.progress {
  transition: all 4s;
}


.intro-section {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.table .table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .table .table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #00d9ff;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.img-fluid {
  width: 100%;
  height: auto;
}


/* scroll icon */

.scroll-icon {
  position: absolute;
  width: 200px;
  height: 90px;
  padding-right: 3.5rem;
  bottom: 0px;
  right: 25%;
  text-align: right;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.scroll-icon .mouse {
  position: absolute;
  height: 38px;
  width: 25px;
  border: 3px solid #fff;
  border-radius: 12px;
  right: -13px;
  top: 10px;
  display: block;
  text-align: center;
  z-index: 10;
  -webkit-animation: vertical 3s ease infinite;
  animation: vertical 3s ease infinite;
}

.scroll-icon .mouse::before {
  content: "";
  display: block;
  height: 5px;
  width: 3px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -1.5px;
  border-radius: 2px;
}

.scroll-icon .end-top {
  content: "";
  background-color: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -6px;
  right: -4px;
}

.scroll-icon .scroll-text {
  font-size: 10px;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 55px;
  display: block;
}

@-webkit-keyframes vertical {

  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-5px);
  }

  40% {
    -webkit-transform: translateY(20px);
  }
}

@keyframes vertical {

  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-5px);
  }

  40% {
    -webkit-transform: translateY(20px);
  }
}


/* back to top button */

#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #00d9ff;
  background: transparent;
  padding: 5px 10px;
  border: 1px solid #00d9ff;
}

#back-to-top:hover {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #fff;
  background: #00d9ff;
  padding: 5px 10px;
  border: 1px solid #00d9ff;
}


/*===========================
        4.NAVIGATION
=============================*/

.menu-show #page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  padding: 3em 0;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow: hidden !important;
}

#main-nav .nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#main-nav .nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}

#main-nav .nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}

#main-nav .nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

.menu-show #main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#main-nav h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}

#main-nav h1 .logo {
  color: #fff;
}

#main-nav h1 .logo:hover {
  text-decoration: none;
}

#main-nav ul {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #main-nav ul {
    padding: 20px 0 0 0;
  }

  .lightbox .lb-image {
    margin-top: 40% !important;
  }

  .lb-outerContainer {
    margin-top: 40% !important;
  }
}

#main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Quicksand", Arial, sans-serif;
}

#main-nav ul li a {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  #main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}

#main-nav ul li a:hover,
#main-nav ul li a:active,
#main-nav ul li a:focus {
  color: white;
  outline: none;
  color: #00d9ff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #main-nav ul li {
    display: block;
  }
}

#main-nav .social-icon a i {
  /* color: rgba(255, 255, 255, 0.5); */
  color: #fff;
}

#main-nav .social-icon a i:hover {
  /* color: rgba(255, 255, 255, 0.5); */
  color: #00d9ff;
}

.nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}

.nav-toggle.active i::before,
.nav-toggle.active i::after {
  background: #fff;
}

.nav-toggle.dark.active i::before,
.nav-toggle.dark.active i::after {
  background: #fff;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #00d9ff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #00d9ff;
  transition: all .2s ease-out;
}

.menu-show .nav-toggle i {
  background: #fff;
  color: #fff;
}

.nav-toggle i::before,
.nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #00d9ff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-show .nav-toggle i::before,
.menu-show .nav-toggle i::after {
  background: #00d9ff;
}

@media screen and (max-width: 992px) {
  .nav-toggle i {
    background: #00d9ff;
  }

  .nav-toggle i::before,
  .nav-toggle i::after {
    background: #00d9ff;
  }
}

.nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}

.nav-toggle.dark i::before,
.nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  margin-top: -12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav-toggle:hover {
  background: rgba(0, 217, 255, 0.12) !important;
  border-color: rgba(0, 217, 255, 0.4) !important;
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.4);
}

@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    top: 0px;
  }
}


/*===========================
        5.HEADER
=============================*/

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em 0;
  padding-bottom: 0px;
  z-index: 1000;
  transition: 1s;
  will-change: transform;
  transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  header {
    padding: 2em 0;
    padding-bottom: 0;
  }
}

header .navbar-brand {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
}

header .navbar-brand h1 {
  width: 20%;
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 0;
}

header .navbar-brand .logo {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

header .navbar-brand .logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 2px;
  width: 2.5px;
  background: #00d9ff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.85), 0 0 20px rgba(0, 217, 255, 0.4);
}

header .navbar-brand .logo-first {
  color: #fff;
}

header .navbar-brand .logo-second {
  color: #00d9ff;
  text-shadow: 0 0 12px rgba(0, 217, 255, 0.6), 0 0 24px rgba(0, 217, 255, 0.2);
}

header .navbar-brand .logo-dot {
  color: #00d9ff;
  font-size: 22px;
  margin-left: 6px;
  text-shadow: 0 0 12px rgba(0, 217, 255, 0.85), 0 0 24px rgba(0, 217, 255, 0.4);
  vertical-align: middle;
  line-height: 1;
}

header .navbar-brand .logo-tagline {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.2px;
  margin-top: 5px;
  line-height: 1;
  transform: scale(0.5);
  transform-origin: left center;
}

header .navbar-brand .tagline-dot {
  color: #00d9ff;
  text-shadow: 0 0 8px rgba(0, 217, 255, 0.8);
  font-weight: bold;
  margin: 0 2px;
}

header .navbar-brand .logo:hover {
  text-decoration: none !important;
  color: #fff !important;
}

header .navbar-brand .logo:active,
header .navbar-brand .logo:focus {
  outline: none;
  text-decoration: none;
}

header .navbar-brand .logo span {
  font-size: 24px;
}

header .navbar-brand .social-icon {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 50px;
}

header .navbar-brand .social-icon a {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  header .navbar-brand .social-icon a i {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 480px) {
  header .navbar-brand .social-icon {
    display: none;
  }
}


/*===========================
        6.BANNER
=============================*/

#banner {
  position: relative;
  width: 100%;
  margin-bottom: 5em;
  min-height: 700px;
  background: #fff url(../images/loader.html) no-repeat center center;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  #banner {
    width: 100%;
  }
}

#banner .btn.btn-primary {
  padding: 14px 30px !important;
}

#banner .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#banner .flexslider .slides {
  position: relative;
}

@media screen and (max-width: 768px) {
  #banner .flexslider .slides {
    overflow: hidden;
  }
}

#banner .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  background-attachment: fixed;
  min-height: 700px;
  position: relative;
  animation: heroBgFloat 16s ease-in-out infinite alternate;
}

#banner .flexslider .slides li:after {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#banner .flexslider .slides .desc h3 {
  color: #00d9ff;
}

#banner .flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 1%;
  right: 0;
}

@media screen and (max-width: 768px) {
  #banner .flexslider .flex-control-nav {
    bottom: 1em;
    width: 1%;
  }
}

#banner .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#banner .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #00d9ff;
}

#banner .flexslider .flex-direction-nav {
  display: none;
}

#banner .flexslider .slider-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  height: 100vh;
  min-height: 700px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #banner .flexslider .slider-text {
    text-align: center;
  }
}

#banner .flexslider .slider-text>.slider-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(../images/Shape.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#banner .flexslider .slider-text>.slider-text-inner h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 10px;
}

#banner .flexslider .slider-text>.slider-text-inner h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #00d9ff;
  text-shadow: 0 0 15px rgba(0, 217, 255, 0.55), 0 0 30px rgba(0, 217, 255, 0.25);
  margin: 0;
}

@media screen and (max-width: 768px) {
  #banner .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 44px;
    letter-spacing: -1px;
  }
  #banner .flexslider .slider-text>.slider-text-inner h3 {
    font-size: 20px;
  }
}

#banner .flexslider .slider-text>.slider-text-inner p {
  color: rgba(255, 255, 255, 0.8);
}

#banner .flexslider .slider-text>.slider-text-inner p .btn:hover {
  color: #fff !important;
}

#banner .flexslider .slider-text>.slider-text-inner span {
  color: #fff;
  font-size: 24px;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

#banner .flexslider .slider-text>.slider-text-inner .lead a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#banner .flexslider .slider-text>.slider-text-inner .lead a:hover {
  text-decoration: none;
}

#banner .flexslider .slider-text>.slider-text-inner .desc {
  padding: 5em;
}

@media screen and (max-width: 992px) {
  #banner .flexslider .slider-text>.slider-text-inner .desc {
    padding: 0;
    background: none;
    -webkit-box-shadow: 0px 10px 30px -13px transparent;
    -moz-box-shadow: 0px 10px 30px -13px transparent;
    box-shadow: 0px 10px 30px -13px transparent;
  }
}

#banner .flex-control-nav li {
  margin: 0px 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#banner .flexslider .flex-control-nav li a {
  background: transparent;
  border: 1px solid #00d9ff;
  border-radius: 50px;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#banner .flexslider:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  overflow: hidden;
  bottom: -10px;
  left: calc(50% - 13px);
  z-index: 2;
  border-top: 10px #00d9ff solid;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: left;
  margin-right: 20px;
}




/*===========================
        7.ABOUT
=============================*/

#about ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

#about ul li {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
}

#about ul li span {
  margin-right: 5px;
  display: block;
  margin-bottom: 0;
  color: #00d9ff;
}

#about .img-box img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  float: left;
  border: 2px solid #00d9ff;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  #about .img-box img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: .9rem 0 0 0;
    float: none;
    border: 2px solid #00d9ff;
    margin-bottom: 40px;
  }
}

#about .about-text {
  text-align: left;
  padding-left: 13rem;
}

@media (max-width: 991px) {
  #about .about-text {
    text-align: left;
    padding-left: 0rem;
  }
}

#about .about-info {
  padding-left: 13rem;
}

@media (max-width: 991px) {
  #about .about-info {
    text-align: left;
    padding-left: 0rem;
  }
}

#about .container .dropdown-menu li{
  margin-bottom: 5px;
}

/*===========================
        8.RESUME
=============================*/

#resume .item .meta {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  margin: 14px 0;
  border: 1px solid #00d9ff;
  display: inline-block;
  color: #00d9ff;
}

#resume .item h5 {
  opacity: .8;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

#resume .item h4 {
  margin: 0;
}

#resume .item {
  position: relative;
  width: 100%;
  display: inline-block;
}

#resume .item .item-icon {
  margin-right: 10px;
}


/* Tabs panel */

#resume .tabbable-panel {
  padding: 10px;
}


/* Default mode */

#resume .tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

#resume .tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

#resume .tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
}

#resume .tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

#resume .tabbable-line>.nav-tabs>li.open,
#resume .tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #00d9ff;
}

#resume .tabbable-line>.nav-tabs>li.open>a,
#resume .tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #fff;
}

#resume .tabbable-line>.nav-tabs>li.open>a>i,
#resume .tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

#resume .tabbable-line>.nav-tabs>li.open .dropdown-menu,
#resume .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

#resume .tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid #00d9ff;
  position: relative;
}

#resume .tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #00d9ff;
}

#resume .tabbable-line>.nav-tabs>li.active>a>i {
  color: #00d9ff;
}

#resume .tabbable-line>.tab-content {
  margin-top: -3px;
  border: 0;
  border-top: 1px solid #eeeeee0d;
  padding: 15px 0;
}

#resume .portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}


/* Below tabs mode */

#resume .tabbable-line.tabs-below>.nav-tabs>li {
  border-top: 4px solid transparent;
}

#resume .tabbable-line.tabs-below>.nav-tabs>li>a {
  margin-top: 0;
}

#resume .tabbable-line.tabs-below>.nav-tabs>li:hover {
  border-bottom: 0;
  border-top: 4px solid #00d9ff;
}

#resume .tabbable-line.tabs-below>.nav-tabs>li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #00d9ff;
}

#resume .tabbable-line.tabs-below>.tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #00d9ff;
  padding-bottom: 15px;
}

#resume .nav-tabs>li.active>a,
#resume .nav-tabs>li.active>a:hover,
#resume .nav-tabs>li.active>a:focus {
  color: #00d9ff;
  background-color: transparent;
  border: 0;
  border-bottom-color: transparent;
  cursor: default;
}

#resume .skill-item h5 {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

#resume .skill-item span {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  float: right;
  font-weight: 400;
}

#resume .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: transparent;
  text-align: center;
  background-color: #00d9ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (max-width: 575px) {
  #resume .skill-item {
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

#resume .progress {
  width: 100%;
  overflow: hidden;
  height: 2px;
  margin-bottom: 20px;
  background-color: #ffffff08;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#resume .progress-bar,
#resume .progress {
  transition: all 4s;
}


/*===========================
        9.SERVICES
=============================*/

#services .service {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
  padding: 30px 0;
  border: 1px solid #00d9ff0f;
}

#services .service:hover {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
  padding: 30px 0;
  background-color: #000;
  border: 1px solid #00d9ff;
  transition: 0.3s;
}

#services .service .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

#services .service .icon i {
  display: table-cell;
  vertical-align: middle;
  color: #00d9ff;
  font-size: 40px;
  height: 100px;
}

@media screen and (max-width: 1200px) {
  #services .service .icon i {
    font-size: 40px;
  }
}

#services .service .text {
  padding-left: 120px;
  width: 100%;
}

#services .service .text h2,
#services .service .text h3 {
  margin: 0;
  padding: 0;
}

#services .service .text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #00d9ff;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#services .service.service-sm .text {
  margin-top: 30px;
}

#services .service.service-sm .icon i {
  color: #00d9ff;
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  #services .service.service-sm .icon i {
    font-size: 28px;
  }
}

#services .service-lg .text h2,
#services .service-lg .text h3 {
  margin: 0;
  padding: 0;
}

#services .service-lg .text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

#services .service .box-num {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 32px;
}

#services .service .box-num h2 {
  font-weight: 700;
  color: #afafaf12;
}


/*===========================
        10.COUNTERS
=============================*/

.counters {
  padding: 3em 0;
  background: #000;
}

.counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}

.counters .counter {
  font-size: 40px;
  display: block;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}

.counters .counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
  font-weight: 400;
}


/*===========================
        11.WORK
=============================*/

#work .work-filter {
  list-style: none;
  z-index: 10;
  background: transparent;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #eeeeee0d;
  list-style: none;
  z-index: 10;
  background: transparent;
  padding: 0;
}

#work .work-filter:after {
  content: '';
  position: absolute;
  border: 1px solid #00d9ff0f;
  position: absolute;
  background-size: 144px 166px;
  background-repeat: no-repeat;
  bottom: -80px;
  left: 1px;
  z-index: -1;
  content: '';
  height: 172px;
  width: 160px;
  background: #0d0d0d;
}

#work .work-filter li.active {
  color: #00d9ff !important;
  border-bottom: 4px solid #00d9ff;
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
}

#work .work-filter li:hover {
  color: #00d9ff !important;
  border-bottom: 4px solid #00d9ff;
  position: relative;
}

#work .work-filter li {
  display: inline-block !important;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 14px;
}

#work .work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 280px;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
}

#work .work img.img-fluid,
#work .work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

#work .work.is-featured {
  box-shadow: 0 0 0 1px rgba(0, 217, 255, 0.42), 0 0 24px rgba(0, 217, 255, 0.2);
}

#work .work .featured-ribbon,
#blog .blog .featured-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 24px);
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.96), rgba(0, 106, 255, 0.92));
  box-shadow: 0 0 18px rgba(0, 217, 255, 0.55), 0 10px 24px rgba(0, 0, 0, 0.35);
  color: #041018;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
}

#work .work .featured-ribbon i,
#blog .blog .featured-ribbon i {
  font-size: 10px;
}

#work .work .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#work .work .desc .con {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
}

#work .work .desc .con span {
  display: inline-block;
  padding-right: 5px;
  line-height: 12px;
}

#work .work .desc .con span a {
  color: #cccccc;
  padding: 5px;
  background: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#work .work .desc h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}

#work .work .desc h3 a {
  display: inline-block;
  color: #00d9ff;
  border-left: 2px solid #00d9ff;
  padding: 10px;
}

#work .work .desc span {
  display: block;
  color: #999999;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

#work .work .desc span a {
  color: #000;
}

@media screen and (max-width: 768px) {
  #work .work .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }

  #work .work .desc h3 {
    /* font-size: 28px; */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
  }

  #work .work .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 300px) {
  #work .work .desc h3 {
    font-size: 10px;
  }

  #work .work .desc .con h3 {
    margin: 0;
  }

  #work .work .desc .con span {
    font-size: 8px;
  }
}

#work .work:hover .desc {
  opacity: 1;
}

#work .work:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#work .work:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#work .work-desc h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#work .work-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px;
}

#work .work-desc span a {
  color: #666666;
}


/*===========================
        12.BLOG
=============================*/

#blog .blog>a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#blog .blog>a img {
  width: 100%;
}

#blog .blog {
  position: relative;
}

#blog .blog.is-featured {
  box-shadow: 0 0 0 1px rgba(0, 217, 255, 0.35), 0 0 24px rgba(0, 217, 255, 0.16);
}

#blog .blog.is-featured .blog-text {
  border-bottom-color: #00d9ff;
}

@media screen and (max-width: 768px) {
  #blog .blog {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

#blog .blog .blog-text p {
  text-align: justify;
}

#blog .blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: #000;
  border-bottom: 2px solid #00d9ff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#blog .blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

#blog .blog .blog-text span.posted_on {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
}

#blog .blog .blog-text h3 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}

#blog .blog .blog-text h3 a {
  color: white;
}

#blog .blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}

#blog .blog .blog-text:hover h3 a {
  text-decoration: none;
}


/*===========================
        13.CONTACT
=============================*/

#contact .contact-info {
  margin-bottom: 4em;
  padding: 0;
}

#contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-size: 18px;
}

#contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #fff;
}

#contact .contact-info li a {
  color: #fff;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #00d9ff;
}

.form-control:focus,
.form-control:active {
  box-shadow: none;
  border-bottom: 1px solid #00d9ff;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}


/*===========================
        14.FOOTER
=============================*/

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em 0;
  background: #000;
}

#footer .section-title {
  font-size: 24px;
  font-weight: 400;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}

#footer ul li a {
  color: #fff;
}

#footer .footer-logo {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

#footer .footer-logo span {
  font-size: 24px;
  color: #00d9ff;
}

#footer .float {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  #footer .float {
    width: 100%;
  }
}

#footer .copy-right {
  padding-top: 4em;
}

#footer a {
  color: white;
}

#footer a:hover,
#footer a:focus {
  text-decoration: none;
  color: #00d9ff;
}

#footer .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#footer .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border: none;
}

#footer #header-subscribe #email {
  padding-right: 4em;
}

#footer #header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #00d9ff;
  border: none;
}

#footer #header-subscribe button i {
  color: #fff;
  font-size: 25px;
}

#footer:before {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  overflow: hidden;
  margin-top: -42px;
  left: calc(50% - 13px);
  z-index: 2;
  border-top: 10px #00d9ff solid;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
}

@media screen and (max-width: 992px) {
  #footer:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    overflow: hidden;
    margin-top: -28px;
    left: calc(50% - 13px);
    z-index: 2;
    border-top: 10px #00d9ff solid;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
  }
}


/*===========================
        15.PRELOADER
=============================*/

#preloader {
  position: fixed;
  inset: 0;
  --chakra-size: clamp(240px, 60vmin, 560px);
  --shlok-progress: 0;
  --mouse-x: 50%;
  --mouse-y: 50%;
  overflow: hidden;
  background: #030508;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), filter 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-ambient-glow {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle 450px at var(--mouse-x) var(--mouse-y), rgba(0, 217, 255, 0.09) 0%, rgba(108, 99, 255, 0.05) 50%, transparent 100%),
    radial-gradient(circle 350px at 50% 50%, rgba(255, 112, 85, 0.06) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.preloader-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: center center;
  mask-image: radial-gradient(circle at var(--mouse-x) var(--mouse-y), black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at var(--mouse-x) var(--mouse-y), black 20%, transparent 80%);
  pointer-events: none;
  z-index: 2;
}

.preloader-scanline {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 217, 255, 0.02) 50%,
    rgba(0, 217, 255, 0.02) 100%
  );
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 3;
}

.pre-container {
  position: relative;
  width: var(--chakra-size);
  height: var(--chakra-size);
  display: grid;
  place-items: center;
  z-index: 4;
  font-family: "Mangal", "Noto Serif Devanagari", "Kokila", serif;
}

.svg-chakra-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 35px rgba(0, 217, 255, 0.28));
}

.chakra-layer-inner {
  transform-origin: center;
  animation: spinCW 28s linear infinite;
}

.chakra-layer-middle {
  transform-origin: center;
  animation: spinCCW 36s linear infinite;
}

.chakra-layer-outer {
  transform-origin: center;
  animation: spinCW 52s linear infinite;
}

.chakra-pulse-glow {
  transform-origin: center;
  animation: auraPulse 3.5s ease-in-out infinite;
}

@keyframes spinCW {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spinCCW {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes auraPulse {
  0%, 100% { opacity: 0.4; transform: scale(0.96); }
  50% { opacity: 0.85; transform: scale(1.04); }
}

.shlok-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--chakra-size) * 0.68);
  max-width: calc(var(--chakra-size) * 0.68);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f8fcff;
  font-size: clamp(0.72rem, calc(var(--chakra-size) * 0.038), 1.05rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  pointer-events: none;
  z-index: 5;
  padding: 6px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
}

.shlok-loader::before {
  display: none;
}

.shlok-loader__line {
  position: relative;
  display: block;
  width: 100%;
  min-height: 3.2em;
  padding: 0;
  text-shadow: 
    0 0 10px rgba(0, 217, 255, 0.85),
    0 0 22px rgba(108, 99, 255, 0.45),
    0 2px 8px rgba(0, 0, 0, 0.95);
}

.shlok-loader__line::before {
  display: none;
}

.shlok-loader__text {
  position: relative;
  display: inline;
  padding-right: 3px;
  border-right: 2px solid #00d9ff;
  animation: shlokCaret 0.8s steps(2, end) infinite;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.shlok-loader__bar {
  width: 65%;
  max-width: 180px;
  height: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.shlok-loader__bar::after {
  content: '';
  display: block;
  width: calc(var(--shlok-progress) * 1%);
  height: 100%;
  background: linear-gradient(90deg, #00d9ff, #6c63ff, #ff715b);
  box-shadow: 0 0 14px rgba(0, 217, 255, 0.95);
  transition: width 0.1s cubic-bezier(0.1, 0.8, 0.2, 1);
}

@keyframes shlokCaret {
  0%, 100% { border-color: #00d9ff; }
  50% { border-color: transparent; }
}

#preloader.preloader--hidden {
  opacity: 0;
  transform: scale(1.08);
  filter: blur(10px);
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 600px) {
  #preloader {
    --chakra-size: clamp(220px, 78vw, 340px);
  }
  .shlok-loader {
    padding: 4px;
  }
  .shlok-loader__line {
    padding: 0;
  }
}

@media (max-height: 560px) {
  #preloader {
    --chakra-size: clamp(180px, 55vmin, 300px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chakra-layer-inner, .chakra-layer-middle, .chakra-layer-outer {
    animation-duration: 90s;
  }
  .chakra-pulse-glow {
    animation: none;
  }
}

/*============================
        16.CHAT WIDGET
==============================*/

/* Floating Button */
#chatButton {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom));
  left: calc(20px + env(safe-area-inset-left));
  z-index: 1001;
  /* higher than header */
  background: black;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  cursor: pointer;
  box-shadow: 0 0 0 5px black;
  transition: all 0.3s ease;
  will-change: transform;
  transform: translateZ(0);
  /* fix for Safari jump */
}

#chatButton.hide {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

#chatButton:hover {
  /* box-shadow: 0 0 3px 1px #00d9ff; */
  color: #00d9ff;
  border: 2px solid #00d9ff;
  transform: scale(1.1);
}

/* Tooltip message */
#chatHint {
  position: absolute;
  bottom: 60px;
  /* button ke upar */
  left: 100%;
  margin-left: 10px;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Tooltip arrow */
#chatHint::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 6dvh;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}

/* Visible state */
#chatHint.show {
  opacity: 1;
  transform: translate(-50%, -5px);
}

/* Chat Popup */
#chatPopup {
  position: fixed;
  bottom: 80px;
  left: 2vw;
  width: 320px;
  max-width: 90vw;
  /* responsive width */
  max-height: 70vh;
  /* responsive height */
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: all 0.5s ease;
  display: none;
  /* fallback */
  border: 2px solid #00d9ff;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
  font-family: "Quicksand", Arial, sans-serif;
}

/* Show animation */
#chatPopup.show {
  display: flex;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Header */
#chatHeader {
  background: #00d9ff;
  color: white;
  height: 5vh;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
}

span#chatTitle {
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  margin-bottom: 0px;
  color: black;
  font-weight: bolder;
}

#chatMessages::-webkit-scrollbar {
  width: 6px;
}

#chatMessages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* Messages container */
#chatMessages {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 300px;
  /* fixed height */
  padding: 0.5rem;
  overflow-y: auto;
  /* scroll when content exceeds height */
  font-size: clamp(2rem, 2vw, 3rem);
  /* responsive font */
  line-height: 1.4;
  word-wrap: break-word;
  /* background: #0e0e0eec; */
  /* optional: slightly transparent background */
  /* 🔹 Animated GIF background */
  background: url("../../images/eye.gif") no-repeat top center;
  background-size: cover;
  /* full width of div */
  border-bottom: 1px solid #323232ec;
}

/* Common message style */
.chat-message {
  padding: 8px 12px;
  margin: 6px 10px;
  border-radius: 12px;
  max-width: 80%;
  word-wrap: break-word;
  font-size: clamp(0.8rem, 1.8vw, 1rem);
}

/* Messages from user */
.chat-message.you {
  background-color: #0e0e0eec;
  color: #fff;
  box-shadow: 0px 0px 0px 1.5px #00d9ff inset;
  align-self: flex-end;
}

/* Messages from bot */
.chat-message.bot {
  background-color: #0e0e0eec;
  /* neon blue */
  color: #fff;
  box-shadow: 0px 0px 0px 1.5px #00d9ff inset;
  align-self: flex-start;

}

#chatMessages .chat-message p {
  margin-bottom: 0px;
  color: white;
}

/* Input area */
#chatInput {
  display: flex;
  border-top: 1px solid #0e0e0eec;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.50rem;
  background: #0e0e0eec;
}

#chatInput input {
  color: #fff;
  background: transparent;
  flex: 1;
  border: none;
  padding-left: 1.5rem;
  height: auto;
  font-size: clamp(2rem, 1vw, 3rem);
}

#closeChat {
  background: rgba(165, 17, 17, 0.744);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 5px;
  height: auto;
  line-height: normal;
}

#chatInput input:focus {
  outline: none;
}

#chatInput button {
  background: transparent;
  color: #fff;
  border: none;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
}

/* Scrollbar styling (optional) */
#chatMessages::-webkit-scrollbar {
  width: 6px;
}

#chatMessages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* Media queries for smaller devices */
@media (max-width: 480px) {
  #chatPopup {
    width: 90vw;
    bottom: 70px;
    left: 5vw;
    max-height: 60vh;
  }

  #chatButton {
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
  }

  #chatInput input,
  #chatInput button {
    font-size: 1.5rem;
    padding: 0.2rem;
  }

  #chatMessages {
    font-size: 1.5rem;
  }
}

/* Links inside bot messages */
.chat-message.bot a {
  color: #00d9ff;
  text-decoration: none;
  font-weight: 500;
}

.chat-message.bot a:hover {
  text-decoration: underline;
}

/* Lists inside bot messages */
.chat-message.bot ul {
  margin: 6px 0;
  padding-left: 18px;
}

.chat-message.bot li {
  margin: 4px 0;
  list-style-type: "🔥 ";
}

/* Paragraph spacing */
.chat-message.bot p {
  margin: 6px 0;
}

/* Typing indicator for bot */
.typing-indicator {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}

.typing-indicator span {
  height: 8px;
  width: 8px;
  background-color: #00d9ff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  animation: typing-bounce 1.4s infinite ease-in-out both;
}

.typing-indicator span:nth-child(1) {
  animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes typing-bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1.0); }
}

/* Assistant AI visual refresh */
#chatButton {
  width: 64px;
  height: 64px;
  z-index: 1011;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9) 0 8%, transparent 9%),
    linear-gradient(145deg, #06121a 0%, #0b2735 48%, #021016 100%);
  border: 1px solid rgba(0, 217, 255, 0.9);
  box-shadow:
    0 0 0 4px rgba(0, 0, 0, 0.9),
    0 0 22px rgba(0, 217, 255, 0.48),
    inset 0 0 16px rgba(0, 217, 255, 0.18);
  isolation: isolate;
}

#chatButton::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f8fcff;
  box-shadow:
    -12px 7px 0 rgba(0, 217, 255, 0.92),
    -4px 19px 0 rgba(117, 239, 255, 0.72);
  opacity: 0.86;
  animation: assistant-sparkle 2.8s ease-in-out infinite;
}

#chatButton::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(0, 217, 255, 0.32);
  border-radius: inherit;
  opacity: 0.8;
  animation: assistant-pulse 2.4s ease-in-out infinite;
  z-index: -1;
}

#chatButton:hover,
#chatButton:focus-visible {
  border-color: #75efff;
  box-shadow:
    0 0 0 4px rgba(0, 0, 0, 0.9),
    0 0 30px rgba(0, 217, 255, 0.68),
    inset 0 0 18px rgba(0, 217, 255, 0.28);
  outline: none;
  transform: translateY(-2px) scale(1.06);
}

.assistant-bot-icon {
  position: relative;
  width: 34px;
  height: 27px;
  margin: 0;
  border: 2px solid #d9fbff;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(244, 253, 255, 0.95), rgba(84, 233, 255, 0.92) 42%, rgba(0, 147, 255, 0.96));
  box-shadow:
    inset 0 -5px 0 rgba(0, 0, 0, 0.18),
    0 0 15px rgba(0, 217, 255, 0.65);
  animation: assistant-bot-float 3.2s ease-in-out infinite;
  transform-origin: 50% 80%;
}

.assistant-bot-icon,
.assistant-bot-icon span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.assistant-bot-icon::before,
.assistant-bot-icon::after {
  display: none;
}

.assistant-bot-icon::before {
  left: -4px;
  animation: assistant-ear-wiggle 3.2s ease-in-out infinite;
}

.assistant-bot-icon::after {
  right: -4px;
  animation: assistant-ear-wiggle 3.2s ease-in-out infinite 0.18s;
}

.assistant-bot-antenna {
  position: absolute;
  left: 50%;
  top: -6px;
  width: 2px;
  height: 6px;
  background: #75efff;
  transform: translateX(-50%);
  transform-origin: bottom center;
  animation: assistant-antenna-sway 2.6s ease-in-out infinite;
}

.assistant-bot-antenna::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00d9ff;
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.9);
  transform: translateX(-50%);
  animation: assistant-antenna-glow 1.8s ease-in-out infinite;
}

.assistant-bot-eye {
  position: absolute;
  top: 9px;
  width: 5px;
  height: 7px;
  border-radius: 999px;
  background: #001016;
  transform-origin: center;
  animation: assistant-blink 4.2s infinite;
}

.assistant-bot-eye-left {
  left: 9px;
}

.assistant-bot-eye-right {
  right: 9px;
}

.assistant-bot-smile {
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 13px;
  height: 6px;
  border-bottom: 2px solid #001016;
  border-radius: 0 0 14px 14px;
  transform: translateX(-50%);
  overflow: hidden;
}

.assistant-bot-smile::after {
  content: "";
  position: absolute;
  left: -40%;
  bottom: -1px;
  width: 40%;
  height: 2px;
  background: rgba(248, 252, 255, 0.9);
  box-shadow: 0 0 6px rgba(248, 252, 255, 0.9);
  animation: assistant-smile-scan 2.2s ease-in-out infinite;
}

#chatHint {
  bottom: 72px;
  left: 16px;
  transform: translateX(0);
  background: rgba(3, 14, 20, 0.92);
  border: 1px solid rgba(0, 217, 255, 0.45);
  color: #f5fdff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32), 0 0 18px rgba(0, 217, 255, 0.25);
  font-weight: 700;
}

#chatHint::after {
  left: 22px;
  border-color: rgba(3, 14, 20, 0.92) transparent transparent transparent;
}

#chatHint.show {
  transform: translateY(-5px);
}

#chatPopup {
  width: min(380px, calc(100vw - 28px));
  max-height: min(680px, calc(100vh - 110px));
  z-index: 1010;
  left: calc(18px + env(safe-area-inset-left));
  bottom: calc(92px + env(safe-area-inset-bottom));
  border: 1px solid rgba(0, 217, 255, 0.78);
  border-radius: 18px;
  background:
    radial-gradient(circle at 24% 0%, rgba(0, 217, 255, 0.24), transparent 33%),
    linear-gradient(180deg, rgba(7, 15, 23, 0.98), rgba(2, 10, 15, 0.98));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.55),
    0 0 36px rgba(0, 217, 255, 0.24);
}

#chatPopup.show {
  display: flex !important;
}

@supports ((-webkit-backdrop-filter: blur(16px)) or (backdrop-filter: blur(16px))) {
  #chatPopup {
    background:
      radial-gradient(circle at 24% 0%, rgba(0, 217, 255, 0.24), transparent 33%),
      rgba(4, 12, 18, 0.96);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }
}

#chatHeader {
  min-height: 52px;
  height: auto;
  background: rgba(4, 12, 18, 0.98);
  color: #fff;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(0, 217, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-avatar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(0, 217, 255, 0.12);
  border: 1px solid rgba(0, 217, 255, 0.35);
  color: #00d9ff;
  font-size: 13px;
}

span#chatTitle {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
}

.chat-status-pill {
  font-size: 9px;
  font-weight: 700;
  color: #00d9ff;
  border: 1px solid rgba(0, 217, 255, 0.5);
  padding: 1px 7px;
  border-radius: 99px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: rgba(0, 217, 255, 0.04);
}

#closeChat {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #effcff;
  border-radius: 50%;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}

#closeChat:hover,
#closeChat:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
  transform: rotate(90deg);
}

/* Quick reply buttons inside chat */
.chat-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(3, 12, 18, 0.98);
  border-top: 1px solid rgba(0, 217, 255, 0.15);
  justify-content: flex-start;
}

.quick-reply-btn {
  background: transparent;
  border: 1px solid rgba(0, 217, 255, 0.25);
  color: #75efff;
  padding: 5px 12px;
  border-radius: 99px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.quick-reply-btn:hover {
  background: rgba(0, 217, 255, 0.08);
  border-color: #00d9ff;
  color: #fff;
}

/* Chat match compatibility card styling */
.chat-match-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.chat-match-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-match-ring {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid var(--score-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #effcff;
}

.chat-match-verdict {
  font-size: 14px;
  font-weight: 700;
  color: #effcff;
}

.chat-match-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.chat-match-section h5 {
  font-size: 12px;
  margin: 0;
  color: #8b949e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.chat-match-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.chat-match-tag {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
}

.chat-match-tag.yes {
  background: rgba(0, 217, 255, 0.1);
  border: 1px solid rgba(0, 217, 255, 0.3);
  color: #00d9ff;
}

.chat-match-tag.gap {
  background: rgba(255, 68, 68, 0.1);
  border: 1px solid rgba(255, 68, 68, 0.3);
  color: #ff4444;
}

/* Copy button for cover letter in chat */
.chat-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 217, 255, 0.1);
  border: 1px solid rgba(0, 217, 255, 0.3);
  color: #00d9ff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 8px;
  transition: all 0.2s ease;
}

.chat-copy-btn:hover {
  background: rgba(0, 217, 255, 0.2);
  border-color: #00d9ff;
  color: #fff;
}

#chatMessages {
  height: min(420px, 52vh);
  padding: 1rem 0.8rem;
  gap: 0.15rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at top left, rgba(0, 217, 255, 0.13), transparent 34%),
    #040b10;
  background-size: 22px 22px, 22px 22px, auto, auto;
  border-bottom: 1px solid rgba(0, 217, 255, 0.2);
  font-size: 15px;
}

#chatMessages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 217, 255, 0.45);
}

.chat-message {
  position: relative;
  max-width: 86%;
  margin: 5px 8px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.chat-message.you {
  background:
    linear-gradient(135deg, rgba(0, 123, 255, 0.95), rgba(0, 217, 255, 0.82));
  color: #001016;
  box-shadow: 0 8px 22px rgba(0, 217, 255, 0.2);
  border-bottom-right-radius: 5px;
}

.chat-message.bot {
  background: rgba(9, 21, 31, 0.98);
  color: #effcff;
  border: 1px solid rgba(0, 217, 255, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  border-bottom-left-radius: 5px;
}

#chatMessages .chat-message.you p,
#chatMessages .chat-message.you strong,
#chatMessages .chat-message.you b {
  color: #001016;
}

#chatMessages .chat-message p {
  color: inherit;
}

#chatInput {
  gap: 0.6rem;
  align-items: center;
  padding: 0.8rem;
  background: rgba(3, 12, 18, 0.98);
  border-top: 1px solid rgba(0, 217, 255, 0.16);
}

#chatInput input {
  min-width: 0;
  min-height: 44px;
  padding: 0.25rem 0.95rem;
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f8fdff;
  font-size: 15px;
}

#chatInput input::placeholder {
  color: rgba(248, 253, 255, 0.58);
}

#chatInput input:focus {
  border-color: rgba(0, 217, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.14);
}

#sendBtn {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d9ff, #007bff);
  color: #001016;
  font-size: 16px;
  box-shadow: 0 0 18px rgba(0, 217, 255, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#sendBtn:hover,
#sendBtn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(0, 217, 255, 0.52);
  outline: none;
}

#sendBtn:disabled,
#chatInput input:disabled {
  cursor: wait;
  opacity: 0.65;
}

.chat-message.bot li {
  list-style-type: disc;
}

.chat-message.bot ul {
  padding-left: 1.1rem;
}

.chat-message.bot li::marker {
  color: #00d9ff;
}

.typing-indicator {
  gap: 4px;
  padding: 4px 2px;
}

@keyframes assistant-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.62;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.12;
  }
}

@keyframes assistant-bot-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  45% {
    transform: translateY(-3px) rotate(-2deg);
  }
  70% {
    transform: translateY(1px) rotate(1.5deg);
  }
}

@keyframes assistant-blink {
  0%,
  7%,
  11%,
  100% {
    transform: scaleY(1);
  }
  9% {
    transform: scaleY(0.12);
  }
}

@-webkit-keyframes assistant-title-blink {
  0%,
  7%,
  11%,
  100% {
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
  }
  9% {
    -webkit-transform: translateY(-50%) scaleY(0.12);
    transform: translateY(-50%) scaleY(0.12);
  }
}

@keyframes assistant-title-blink {
  0%,
  7%,
  11%,
  100% {
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
  }
  9% {
    -webkit-transform: translateY(-50%) scaleY(0.12);
    transform: translateY(-50%) scaleY(0.12);
  }
}

@keyframes assistant-antenna-sway {
  0%,
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(8deg);
  }
}

@keyframes assistant-antenna-glow {
  0%,
  100% {
    opacity: 0.75;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.75);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 18px rgba(0, 217, 255, 1);
  }
}

@keyframes assistant-ear-wiggle {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes assistant-smile-scan {
  0%,
  35% {
    left: -45%;
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  82%,
  100% {
    left: 105%;
    opacity: 0;
  }
}

@keyframes assistant-sparkle {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.56;
  }
  45% {
    transform: translateY(-3px) scale(0.78);
    opacity: 1;
  }
  70% {
    transform: translateY(1px) scale(1.1);
    opacity: 0.75;
  }
}

@media (max-width: 480px) {
  #chatButton {
    width: 58px;
    height: 58px;
    left: calc(14px + env(safe-area-inset-left));
    bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .assistant-bot-icon {
    width: 31px;
    height: 25px;
    margin: 0;
  }

  .assistant-bot-eye {
    top: 8px;
  }

  .assistant-bot-eye-left {
    left: 8px;
  }

  .assistant-bot-eye-right {
    right: 8px;
  }

  .assistant-bot-smile {
    bottom: 5px;
  }

  #chatPopup {
    width: calc(100vw - 24px);
    left: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    max-height: calc(100vh - 102px);
  }

  #chatMessages {
    height: min(390px, 54vh);
    font-size: 14px;
  }

  .chat-message {
    max-width: 90%;
    font-size: 14px;
  }

  #chatInput input,
  #chatInput button {
    font-size: 14px;
  }
}

/*===========================
        17.SWIPER
=============================*/

.mySwiper {
  scroll-behavior: smooth;
}

/* Move navigation buttons outside badges */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  /* white arrows */
  /* background: rgba(0, 0, 0, 0.5); */
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 50%;
  /* vertical center */
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  /* disable clicks when hidden */
}

.swiper-button-prev {
  left: -10px;
}

.swiper-button-next {
  right: -10px;
}

/* Show buttons only when hovering slider */
.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
  pointer-events: auto;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  /* background: rgba(255, 255, 255, 0.2); */
  transform: scale(1.1) translateY(-50%);
}

/* Default bullets */
/* inactive bullet color */
/* .swiper-pagination-bullet {
   background: #888;  
   opacity: 0.6;
   transition: background 0.3s ease, transform 0.3s ease;
} */

/* Active bullet */
.swiper-pagination-bullet-active {
  background: #00d9ff !important;
  /* active bullet color */
  opacity: 1;
  transform: scale(1.2);
  /* make it slightly bigger */
}

/* Click animation */
@keyframes click-left {
  0% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(-10px);
  }

  100% {
    transform: translateY(-50%) translateX(0);
  }
}

@keyframes click-right {
  0% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(10px);
  }

  100% {
    transform: translateY(-50%) translateX(0);
  }
}

.clicked-left {
  animation: click-left 0.3s ease;
}

.clicked-right {
  animation: click-right 0.3s ease;
}

/*===========================
        18.Certificates ZOOM IMAGE
=============================*/

.zoom-icon {
  font-size: clamp(2rem, 1vw, 3rem);
  cursor: pointer;
  color: #00d9ff;
  text-align: center;
  margin-bottom: 0vw;
  transition: transform 0.2s;
}

.zoom-icon:hover {
  transform: scale(1.2);
}

/* Modal background */
.zoom-modal {
  display: none;
  position: fixed;
  place-content: center;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
}

/* Fullscreen image */
.zoomed-img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  /* keep proportions */
  animation: zoomIn 0.3s ease-in-out;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10000;
}

.close-btn:hover {
  color: #00d9ff;
}

/*===========================
        19.GALLERY MEDIA
=============================*/

/* Ensure images and iframes are fully responsive */
.gallery-media {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.instagram-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* keep it square */
  background: #000;
  border-radius: 6px;
  overflow: hidden;
}

.share-buttons {
  margin-top: 8px;
  font-size: 14px;
}

.share-buttons a {
  margin: 0 5px;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

.share-buttons a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.loading-spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #ff7e5f;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Small screens: add spacing between stacked items */
@media screen and (max-width: 770px) {
  .work {
    margin-bottom: 20px;
  }

  #work .work-gallery .iframe-div {
    width: 100%;
  }
}

/*===========================
        20. STICKY SIDEBAR
=============================*/

.sticky-sidebar {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 100px; /* Adjust based on your header height */
  will-change: transform; /* Performance improvement */
}

@media (max-width: 991px) {
  .sticky-sidebar {
    position: static; /* Disable sticky on smaller screens */
    top: auto;
  }
}

/*===========================
        21. HERO PARTICLES
=============================*/

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.particle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #38BDF8;
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.4), inset 0 0 10px rgba(56, 189, 248, 0.3);
  filter: blur(1px);
  pointer-events: none;
  opacity: 0.8;
  will-change: transform, opacity;
  animation: floatPulse 5s ease-in-out infinite;
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0) scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-10px) scale(1.1);
    opacity: 0.9;
  }
}

.p-top-left {
  top: 15%;
  left: 15%;
  width: 14px;
  height: 14px;
  animation-duration: 4.5s;
  animation-delay: 0s;
}

.p-top-middle {
  top: 15%;
  left: 27.5%;
  width: 16px;
  height: 16px;
  animation-duration: 5.5s;
  animation-delay: 1.2s;
}

.p-top-right {
  top: 15%;
  left: 40%;
  width: 12px;
  height: 12px;
  animation-duration: 4.8s;
  animation-delay: 0.6s;
}

.p-middle-left {
  top: 50%;
  left: 15%;
  width: 15px;
  height: 15px;
  animation-duration: 5.2s;
  animation-delay: 0.3s;
}

.p-bottom-left {
  bottom: 15%;
  left: 15%;
  width: 14px;
  height: 14px;
  animation-duration: 5.0s;
  animation-delay: 0.8s;
}

.p-bottom-middle {
  bottom: 15%;
  left: 27.5%;
  width: 16px;
  height: 16px;
  animation-duration: 6.0s;
  animation-delay: 2s;
}

.p-bottom-right {
  bottom: 15%;
  left: 40%;
  width: 13px;
  height: 13px;
  animation-duration: 4.2s;
  animation-delay: 1.5s;
}

/*=========================================
        HERO LAYOUT & PHOTO ENHANCEMENTS
===========================================*/

#banner {
  position: relative;
  overflow: hidden;
  background: #030508 !important;
}

.hero-aurora-glow {
  position: absolute;
  width: min(600px, 90vw);
  height: min(600px, 90vw);
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.14;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 1;
}

.cyan-aurora {
  background: #00d9ff;
  top: -10%;
  left: -5%;
  animation: auroraMove1 24s infinite alternate ease-in-out;
}

.purple-aurora {
  background: #6c63ff;
  bottom: -15%;
  right: -5%;
  animation: auroraMove2 28s infinite alternate ease-in-out;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 55px 55px;
  background-position: center center;
  pointer-events: none;
  z-index: 2;
}

.hero-mouse-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 350px at var(--hero-mouse-x, 50%) var(--hero-mouse-y, 50%), rgba(0, 217, 255, 0.07), transparent 80%);
  pointer-events: none;
  z-index: 3;
}

.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.hero-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 217, 255, 0.3);
  animation: floatParticle 8s infinite linear;
}

/* Viewport glow frame overlay */
.hero-glow-outline {
  position: absolute;
  inset: clamp(10px, 3vmin, 30px);
  border: 1.5px solid rgba(0, 217, 255, 0.22);
  box-shadow: 0 0 25px rgba(0, 217, 255, 0.12), inset 0 0 25px rgba(0, 217, 255, 0.08);
  pointer-events: none;
  z-index: 10;
  border-radius: 20px;
}

/* Rim light overlay in background */
.hero-rim-light {
  position: absolute;
  top: 15%;
  left: 5%;
  width: min(500px, 80vw);
  height: min(500px, 80vw);
  background: radial-gradient(circle, rgba(0, 217, 255, 0.15), transparent 70%);
  filter: blur(50px);
  z-index: 3;
  pointer-events: none;
}

/* Typing roles style */
.roles-typer {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}

.role-static {
  color: #00d9ff !important;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0, 217, 255, 0.55), 0 0 30px rgba(0, 217, 255, 0.25);
}

.role-dynamic {
  color: #00d9ff !important;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0, 217, 255, 0.55), 0 0 30px rgba(0, 217, 255, 0.25);
}

@keyframes auroraMove1 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(80px, 60px) scale(1.15); }
}

@keyframes auroraMove2 {
  0% { transform: translate(0, 0) scale(1.15); }
  100% { transform: translate(-80px, -50px) scale(0.9); }
}

@keyframes floatParticle {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  50% { opacity: 0.7; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}

@keyframes heroBgFloat {
  0% { background-position: center 23%; }
  100% { background-position: center 27%; }
}

@media (max-width: 768px) {
  .roles-typer {
    font-size: 18px;
  }
}

/* Three glowing dots under 'I am' text */
.hero-glowing-dots {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  justify-content: flex-start;
  align-items: center;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 217, 255, 0.15);
  border: 1.5px solid #00d9ff;
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.7);
  animation: heroDotPulse 2s infinite ease-in-out;
}

/* Three dots of different sizes and delay for sequential wave/glow effect */
.hero-dot:nth-child(1) {
  width: 12px;
  height: 12px;
  animation-delay: 0s;
}

.hero-dot:nth-child(2) {
  width: 10px;
  height: 10px;
  animation-delay: 0.3s;
}

.hero-dot:nth-child(3) {
  width: 8px;
  height: 8px;
  animation-delay: 0.6s;
}

@keyframes heroDotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.6);
    border-color: #00d9ff;
    background: rgba(0, 217, 255, 0.15);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 18px rgba(0, 217, 255, 1), 0 0 25px rgba(0, 217, 255, 0.4);
    border-color: #ffffff;
    background: rgba(0, 217, 255, 0.5);
  }
}

@media (max-width: 768px) {
  .hero-glowing-dots {
    justify-content: center;
    margin-top: 20px;
  }
}
