/*============================================ 
# Template Name: Protfolily
# Version: 1.0
# Date: 25-10-2023
# Author: 
# Author URI: 
# Description: Protfolily -Personal Protfolily HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
============================================*/
@import "../css/bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

:root {
  --p1: 82, 113, 255;
  --p2: 217, 236, 227;
  --n1: 255, 255, 255;
  --n11: 255, 255, 255;
  --n2: 250, 250, 250;
  --n3: 143, 143, 143;
  --n4: 79, 79, 79;
  --n41: 79, 79, 79;
  --n42: 79, 79, 79;
  --n5: 41, 41, 41;
  --n51: 41, 41, 41;
  --y1: 255, 172, 39;
  --bg1: 120, 171, 168;
  --bg2: 255, 145, 251;
  --bg3: 253, 187, 46;
  --bg4: 82, 113, 255;
  --bg5: 0, 255, 255;
  --bg6: 84, 182, 137;
  --box-shadow-p1: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  --box-shadow-p2: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
}

/* Portfolio Section Styles */
.project-card {
  background: rgba(var(--n2), 1);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-p1);
}

.project-card-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tech-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tech-tag {
  background: rgba(var(--p1), 0.1);
  color: rgba(var(--p1), 1);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}

.project-description {
  flex: 1;
}

.project-title {
  margin-bottom: 1rem;
}

.project-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
}

.project-buttons a {
  text-decoration: none;
  white-space: nowrap;
}

/* Tab styles for portfolio */
.tabs {
  border-bottom: 1px solid rgba(var(--n3), 0.3);
}

.tab {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab:hover {
  color: rgba(var(--p1), 1) !important;
}

.tab.active {
  color: rgba(var(--p1), 1) !important;
}

.tab.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(var(--p1), 1);
}

.dark {
  --p2: 84, 182, 137;
  --n1: 41, 41, 41;
  --n11: 255, 255, 255;
  --n2: 79, 79, 79;
  --n3: 143, 143, 143;
  --n4: 250, 250, 250;
  --n41: 255, 255, 255;
  --n42: 255, 255, 255;
  --n5: 255, 255, 255;
  --n51: 79, 79, 79;
  --y1: 255, 172, 39;
}

.display-one {
  font-size: 80px;
  line-height: 120%;
}

.display-two {
  font-size: 72px;
  line-height: 120%;
}

.display-three {
  font-size: 64px;
  line-height: 120%;
}

.display-four {
  font-size: 56px;
  line-height: 120%;
}

.fs-one,
h1,
h1 > a {
  font-size: 48px;
  line-height: 120%;
}

.fs-two,
h2,
h2 > a {
  font-size: 40px;
  line-height: 120%;
}

.fs-three,
h3,
h3 > a {
  font-size: 32px;
  line-height: 120%;
}

.fs-four,
h4,
h4 > a {
  font-size: 28px;
  line-height: 120%;
}

.fs-five,
h5,
h5 > a {
  font-size: 24px;
  line-height: 120%;
}

.fs-six,
h6,
h6 > a {
  font-size: 20px;
  line-height: 120%;
}

.fs-seven {
  font-size: 18px;
  line-height: 130%;
}

.fs-eight {
  font-size: 16px;
  line-height: 130%;
}

.fs-nine {
  font-size: 14px;
  line-height: 130%;
}

.fs-ten {
  font-size: 12px;
  line-height: 130%;
}

.fs-eleven {
  font-size: 10px;
  line-height: 130%;
}

table thead tr th {
  font-size: 16px;
  line-height: 130%;
}

a,
p,
button,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1399px) {
  .display-nine {
    font-size: 150px;
    line-height: 100%;
  }
}
@media (max-width: 1199px) {
  .display-nine {
    font-size: 120px;
    line-height: 100%;
  }
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 120%;
  }
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 120%;
  }
  .preloader {
    background-size: 30%;
  }
}
.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .display-nine {
    font-size: 100px;
    line-height: 100%;
  }
  .display-one {
    font-size: 72px;
    line-height: 120%;
  }
  .display-two {
    font-size: 64px;
    line-height: 120%;
  }
  .display-three {
    font-size: 56px;
    line-height: 120%;
  }
  .display-four {
    font-size: 48px;
    line-height: 120%;
  }
  .display-five {
    font-size: 40px;
    line-height: 120%;
  }
  .display-six {
    font-size: 32px;
    line-height: 120%;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 120%;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 120%;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 28px;
    line-height: 130%;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 24px;
    line-height: 130%;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 130%;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 18px;
    line-height: 130%;
  }
  .fs-seven {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-ten {
    font-size: 16px;
    line-height: 130%;
  }
  table thead tr th {
    font-size: 16px;
    line-height: 130%;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 16px;
    line-height: 22px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .banner-content {
    padding: 80px 0 90px;
  }
}
@media (max-width: 575px) {
  .display-nine {
    font-size: 80px;
    line-height: 100%;
  }
  .display-one {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-two {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-three {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-four {
    font-size: 32px;
    line-height: 38.4px;
  }
  .display-five {
    font-size: 24px;
    line-height: 31.2px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 32px;
    line-height: 120%;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 28px;
    line-height: 120%;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 26px;
    line-height: 130%;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 22px;
    line-height: 130%;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 20px;
    line-height: 130%;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-seven {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-nine {
    font-size: 11px;
    line-height: 130%;
  }
  table thead tr th {
    font-size: 14px;
    line-height: 130%;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
}
html {
  scroll-behavior: initial;
}

body {
  max-width: 1920px;
  margin: auto;
  background-color: rgba(var(--n1), 1);
  font-size: 16px;
  line-height: 130%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

a,
p,
button,
label,
li {
  margin: 0;
  color: rgba(var(--d1), 1);
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-zero,
.display-one,
.display-two,
.display-three,
.display-four,
.display-five,
.display-six,
.heading {
  color: rgba(var(--d1), 1);
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-zero span,
.display-one span,
.display-two span,
.display-three span,
.display-four span,
.display-five span,
.display-six span,
.heading span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 130%;
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
  outline-color: transparent;
  border-radius: 10px;
  background-color: transparent;
  outline: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8396b5;
  font-size: 18px;
}
input::placeholder,
textarea::placeholder {
  color: #8396b5;
  font-size: 18px;
}
input:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 16px;
  border: none;
  cursor: pointer;
  outline: none;
}

.max-auto {
  max-width: 100%;
}

.max-un {
  max-width: unset;
}

@media (min-width: 1400px) {
  .max-xxl-un {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .max-xl-un {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .max-lg-un {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .max-md-un {
    max-width: unset;
  }
}
.d-rtl {
  direction: rtl;
}

.collapsing {
  transition: var(--transition);
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.ml-316 {
  margin-left: 316px;
}
@media (max-width: 991px) {
  .ml-316 {
    margin-left: 12px;
  }
}

.alt-color a,
.alt-color p,
.alt-color span,
.alt-color h1,
.alt-color h2,
.alt-color h3,
.alt-color h4,
.alt-color h5,
.alt-color h6,
.alt-color i,
.alt-color select,
.alt-color button {
  color: rgba(var(--n5), 1);
}

.p1-color {
  color: rgba(var(--p1), 1);
}

.p2-color {
  color: rgba(var(--p2), 1);
}

.n1-color {
  color: rgba(var(--n1), 1);
}

.n11-color {
  color: rgba(var(--n11), 1);
}

.n2-color {
  color: rgba(var(--n2), 1);
}

.n3-color {
  color: rgba(var(--n3), 1);
}

.n4-color {
  color: rgba(var(--n4), 1);
}

.n41-color {
  color: rgba(var(--n41), 1);
}

.n42-color {
  color: rgba(var(--n42), 0.8);
}

.n5-color {
  color: rgba(var(--n5), 1);
}

.n51-color {
  color: rgba(var(--n51), 1);
}

.y1-color {
  color: rgba(var(--y1), 1);
}

.bg1-color {
  background-color: rgba(var(--p1), 1);
}

.bg2-color {
  background-color: rgba(var(--p2), 1);
}

.bgn1-color {
  background-color: rgba(var(--n1), 1);
}

.bgn11-color {
  background-color: rgba(var(--n11), 1);
}

.bgn2-color {
  background-color: rgba(var(--n2), 1);
}

.bgn3-color {
  background-color: rgba(var(--n3), 1);
}

.bgn4-color {
  background-color: rgba(var(--n4), 1);
}

.bgn41-color {
  background-color: rgba(var(--n41), 1);
}

.bgn5-color {
  background-color: rgba(var(--n5), 1);
}

.bgn51-color {
  background-color: rgba(var(--n51), 1);
}

.bgy1-color {
  background-color: rgba(var(--y1), 1);
}

.bg-color1 {
  background-color: rgba(var(--bg1), 1);
}

.bg-color2 {
  background-color: rgba(var(--bg2), 1);
}

.bg-color3 {
  background-color: rgba(var(--bg3), 1);
}

.bg-color4 {
  background-color: rgba(var(--bg4), 1);
}

.bg-color5 {
  background-color: rgba(var(--bg5), 1);
}

.bg-color6 {
  background-color: rgba(var(--bg6), 1);
}

.br1 {
  border: 1px solid rgba(var(--p1), 1);
}

.br1-left {
  border-left: 1px solid rgba(var(--p1), 1);
}

.br2 {
  border: 1px solid rgba(var(--p2), 1);
}

.brn3 {
  border: 1px solid rgba(var(--n3), 1);
}

.brn4 {
  border: 1px solid rgba(var(--n4), 0.08);
}

.br-left-n4 {
  border-left: 1px solid rgba(var(--n4), 0.08);
}

.brn4-y {
  border-top: 2px solid rgba(var(--n4), 0.08);
  border-bottom: 2px solid rgba(var(--n4), 0.08);
}

.br-bottom-n3 {
  border-bottom: 1px solid rgba(var(--n4), 0.08);
}

.br-left-p1 {
  border-left: 2px solid rgba(var(--p1), 1);
}

.br-left-n3 {
  border-left: 1px solid rgba(var(--n3), 1);
}

.brn5 {
  border: 1px solid rgba(var(--n5), 0.1);
}

.br-top-n5 {
  border-top: 1px solid rgba(var(--n5), 0.1);
}

.br-bottom-n5 {
  border-bottom: 1px solid rgba(var(--n5), 0.1);
}

.box-shadow1 {
  box-shadow: var(--box-shadow-p1);
}

.box-shadow2 {
  box-shadow: var(--box-shadow-p2);
}

.rounded-item {
  border-radius: 50%;
}

.rounded-item2 {
  border-radius: 42%;
}

.rounded-20 {
  border-radius: 20px;
}

.fw_500 {
  font-weight: 500;
}

.mx-ch {
  max-width: 60ch;
}

.none_two {
  display: none !important;
}

.fadeInUp {
  animation-duration: var(--animate-duration);
  animation-delay: var(--animate-delay);
}

.tabcontents {
  position: relative;
}

.cpoint {
  cursor: pointer;
}

.v-border {
  background: rgba(var(--y1), 0.2);
  width: 1px;
  height: 25px;
}

.v-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgb(var(--p7));
}
.v-line.lg::before {
  height: 15px;
}
.v-line.lgx::before {
  height: 110px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.v-line.lg2::before {
  height: 17px;
  padding: 1px;
  background-color: rgba(var(--s2), 1) !important;
}
.v-line.xl::before {
  background-color: rgb(var(--p7)) !important;
  height: 15px;
}
.v-line.sm::before {
  height: 25px;
}
.v-line.smx::before {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.v-line.dashed::before {
  border-right: 1px dashed rgb(var(--n5));
  background: transparent;
}

.cus-border {
  border-color: rgba(var(--p8), 1) !important;
}
.cus-border.second {
  border-color: rgba(var(--p5), 0.2) !important;
}
.cus-border.third {
  border-color: rgb(var(--y1)) !important;
}
.cus-border.four {
  border-color: rgb(var(--p5), 0.1) !important;
}
.cus-border.border-five {
  border-color: #98c1ff !important;
}
.cus-border.border-six {
  border-color: rgb(var(--g1)) !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed transparent;
}

.ul-dots li {
  list-style: disc;
}

.ul-decimal li {
  list-style: decimal;
}

span {
  display: inline-block;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.h-700 {
  height: 700px;
}

.counter_arrow {
  width: 167px;
  height: 174px;
}

.top-5 {
  top: 20px;
}

.rotate-90 {
  transform: rotate(90deg);
}

.max-h-0 {
  max-height: 0px;
}

.h-screen {
  height: 100vh;
}

.btn_hover {
  transition: 0.5s ease-in-out;
}
.btn_hover:hover {
  background-color: #2573fb;
}

@media (max-width: 576px) {
  .counter_arrow {
    width: 100px;
    height: 124px;
  }
}
/* ------------scrollbar style  Start ----------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 100px;
}
.cus-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.cus-scrollbar::-webkit-scrollbar-button, .cus-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  box-shadow: inset 0 0 5px grey;
}
.cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(var(--p1, 1));
  height: 10px;
  overflow: visible;
}
.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(var(--w2), 1);
}
.cus-scrollbar:hover::-webkit-scrollbar-button, .cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

/* ------------scrollbar style  End ----------------*/
.service_slider,
.swiper-wrapper {
  transition-timing-function: linear !important;
}

.clients_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.w-full {
  width: 100%;
}

.line {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--d3), 0.5);
}

.wider {
  letter-spacing: 4px;
}

@media (max-width: 576px) {
  .btn,
  .btn-outline {
    width: 130px;
    height: 40px;
  }
  .btn span,
  .btn-outline span {
    font-size: 16px;
  }
  .btn2 {
    width: 160px;
    height: 40px;
  }
  .btn2 span {
    font-size: 16px;
  }
}
.outline-none {
  outline: none !important;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(var(--n5), 0.1);
  transition: all 0.3s ease-in-out;
}
.social-icon:hover {
  background-color: rgba(var(--p1), 1);
}
.social-icon:hover i {
  color: rgba(var(--n11), 1);
}

.side-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.side-icon svg {
  display: block !important;
}

.line-divider {
  height: 1px;
  width: 100%;
  background-color: rgba(var(--n5), 0.1);
}

.section-heading {
  width: 732px;
}

.title-line {
  width: 4px;
  height: 67px;
  background-color: rgba(var(--p1));
}

.title-line2 {
  width: 4px;
  height: 38px;
  background-color: rgba(var(--p1));
}

.page-heading {
  width: 856px;
  margin: auto;
}
.page-heading .page-title {
  width: 664px;
  margin: auto;
}

/* Loader Styles start here */
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: rgba(var(--p1), 0.8);
  --outer-line-color: #597f08;
  --middle-line-color: #045b2e;
  --inner-line-color: #f1faee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius: 100%;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

.loader:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius: 100%;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius: 100%;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--curtain-color);
  width: 51%;
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.h-120 {
  height: 120px;
}

.h-400 {
  height: 400px;
}

.checkbox-size {
  height: 122px;
  width: 122px;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.p-btn {
  display: inline-block;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
  color: white;
  z-index: 1;
}

.p-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.p-btn:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: rgba(var(--p1), 0.5);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.p-btn:hover {
  color: #ffffff;
}

.p-btn:hover:before {
  top: -35%;
  background-color: rgba(var(--p1), 0.5);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.p-btn:hover:after {
  top: -45%;
  background-color: rgba(var(--p1), 0.5);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.primary-btn {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.7s linear;
  background: rgba(var(--p1));
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.primary-btn span.primary-btnSpan {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-radius: 100rem;
  background: rgba(var(--n51));
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: width 0.7s ease, height 0.7s ease, top 0.7s ease, left 0.7s ease;
}

.primary-btn:hover span.primary-btnSpan {
  width: 75rem;
  height: 75rem;
}

.primary-btn:hover {
  color: white;
}

.primary-btn2 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.7s linear;
  background: rgba(var(--n51));
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.primary-btn2 span.primary-btn2Span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-radius: 100rem;
  background: rgba(var(--p1));
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: width 0.7s ease, height 0.7s ease, top 0.7s ease, left 0.7s ease;
}

.primary-btn2:hover span.primary-btn2Span {
  width: 75rem;
  height: 75rem;
}

.primary-btn2:hover {
  color: white;
}


input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: rgba(var(--p1), 1);
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(var(--n1)) inset !important;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}

@media (max-width: 1199px) {
  .page-heading {
    width: 100%;
    margin: auto;
    padding: 0 12px;
  }
  .page-heading .page-title {
    width: 100%;
    margin: auto;
  }
  .section-heading {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title-line {
    height: 50px;
  }
  .p-btn {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .title-line {
    height: 40px;
  }
}
.side-menu {
  width: 240px;
  height: 100vh;
  background-color: rgba(var(--n2), 1);
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.side-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.side-menu .close-btn i {
  font-size: 24px;
}
.side-menu .side-menu-right {
  width: 100%;
  height: 100vh;
}
.side-menu .side-menu-right .sidebar-profile .profile-img1 {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(var(--p1), 1);
}
.side-menu .side-menu-right .sidebar-profile .thumb {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(var(--n1), 1);
  position: absolute;
  top: 50px;
  right: 60px;
}
.side-menu .side-menu-right .menu-list ul li {
  transition: all 0.3s ease-in-out;
}
.side-menu .side-menu-right .menu-list ul li div {
  transition: all 0.3s ease-in-out;
}
.side-menu .side-menu-right .menu-list ul li:hover {
  background-color: rgba(var(--p1), 1);
}
.side-menu .side-menu-right .menu-list ul li:hover a {
  color: rgba(var(--n11), 1);
}
.side-menu .side-menu-right .menu-list ul li:hover a div {
  color: rgba(var(--n11), 1);
}

.main-content {
  margin-left: 240px;
  transition: margin-left 0.5s ease-in-out;
  overflow-x: hidden;
  position: relative;
}

.dark-mode-toggle {
  top: 20px;
  right: 30px;
  z-index: 998;
}


/* Mobile Menu Backdrop */
.menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.menu-backdrop.active {
  display: block;
  opacity: 1;
}

@media (max-width: 991px) {
  .side-menu {
    left: auto;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  }
  .side-menu.active {
    transform: translateX(0);
  }
  .side-menu .side-menu-right {
    background-color: transparent !important;
  }
  .side-menu .bgn2-color {
    background-color: transparent !important;
  }
  .side-menu .social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  .side-menu .social-icon i {
    font-size: 1.1rem;
  }
  .side-menu .social-icon:hover {
    background: rgba(var(--p1), 0.9);
    border-color: rgba(var(--p1), 1);
    box-shadow: 0 0 20px rgba(var(--p1), 0.5);
    transform: translateY(-2px);
  }
  .main-content {
    margin-left: 0;
  }
}
.banner-content {
  width: 478px;
}
.banner-content .typing-text {
  color: rgba(var(--p1), 1);
}
.banner-content .typing-text::after {
  content: "|";
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.user-bg {
  width: 325px;
  height: 407px;
  background-color: rgba(var(--p1), 1);
  animation: rotatedBg 10s infinite linear;
}

@keyframes rotatedBg {
  0%, 100% {
    transform: rotate(11.163deg);
  }
  50% {
    transform: rotate(-11.163deg);
  }
}
.user-img {
  position: absolute;
  top: 0px;
  width: 325px;
  height: 407px;
}

.line {
  width: 1px;
  height: 38px;
  background-color: rgba(var(--n5), 1);
}

.banner-counter {
  width: 636px;
}

.service-card {
  background-color: rgba(var(--n2), 1);
  border: 1px solid rgba(143, 143, 143, 0.25);
  transition: all 0.3s ease-in-out;
}
.service-card:hover {
  background-color: rgba(var(--n1), 1);
  border: 1px solid rgba(var(--p1), 1);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.16);
}

.next-project {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.next-project .next-project-content {
  width: 636px;
}

.project-card .thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--n1), 1);
  transition: all 0.5s ease-in-out;
}
.project-card .thumb .post-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
}
.project-card .thumb .post-thumb :nth-child(2) {
  transition: all 0.5s ease-in-out;
}
.project-card .thumb .post-thumb:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.project-card .thumb .post-thumb:first-child img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.project-card .thumb:hover {
  border: 1px solid rgba(var(--p1), 1);
}
.project-card .thumb:hover .post-thumb:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.project-card .thumb:hover .post-thumb:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.project-card .project-title {
  transition: all 0.5s ease-in-out;
}
.project-card .project-title:hover {
  color: rgba(var(--p1), 1);
}
.project-card .project-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--n4), 0.2);
  transition: all 0.5s ease-in-out;
}
.project-card .project-link i {
  transition: all 0.5s ease-in-out;
}
.project-card .project-link:hover {
  background-color: rgba(var(--p1), 1);
}
.project-card .project-link:hover i {
  color: rgba(var(--n1), 1);
  transform: rotate(45deg);
}

.product-card .thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--n3), 0.5);
  transition: all 0.5s ease-in-out;
}
.product-card .thumb .post-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
}
.product-card .thumb .post-thumb :nth-child(2) {
  transition: all 0.5s ease-in-out;
}
.product-card .thumb .post-thumb:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.product-card .thumb .post-thumb:first-child img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.product-card .thumb:hover {
  border: 1px solid rgba(var(--p1), 1);
}
.product-card .thumb:hover .post-thumb:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.product-card .thumb:hover .post-thumb:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.product-card .project-title {
  transition: all 0.5s ease-in-out;
}
.product-card .project-title:hover {
  color: rgba(var(--p1), 1);
}
.product-card .project-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--n4), 0.2);
  transition: all 0.5s ease-in-out;
}
.product-card .project-link i {
  transition: all 0.5s ease-in-out;
}
.product-card .project-link:hover {
  background-color: rgba(var(--p1), 1);
}
.product-card .project-link:hover i {
  color: rgba(var(--n1), 1);
  transform: rotate(45deg);
}
.product-card .product-img {
  width: 100%;
  height: 230px;
}

.product-details-img {
  width: 500px;
  height: 360px;
  border: 1px solid rgba(var(--n3), 0.5);
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}
.product-details-img:hover {
  transform: scale(1.02);
}

.details-description {
  width: 60%;
  margin: 0 auto;
}


.slide-card {
  transition: all 0.5s ease-in-out;
}
.slide-card:hover {
  background-color: rgba(var(--w1));
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.08);
}

.testimonial_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper-custom-bullet {
  height: 12px;
  width: 12px;
  border-radius: 30px;
  background-color: #ececef;
}

.swiper-custom-bullet.swiper-custom-bullet-active {
  transition: all 0.5s ease-in-out;
  background-color: rgba(var(--p1), 1);
}

.blog-card .blog-img {
  position: relative;
}
.blog-card .blog-img:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  background-color: rgba(var(--p1), 0.3);
  transition: all 0.5s ease-in-out;
}
.blog-card .blog-title {
  transition: all 0.5s ease-in-out;
}
.blog-card:hover .blog-img:before {
  width: 100%;
}
.blog-card:hover .blog-title {
  color: rgba(var(--p1), 1);
}

[data-tab-content] {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  transform: translateY(-100px);
}

.active[data-tab-content] {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transform: translateY(0px);
  height: auto;
}

.tab.active {
  color: rgba(var(--p1), 1);
  border-bottom: 2px solid rgba(var(--p1), 1);
}

.project-details-content .portfolio-details-img {
  transition: all 0.5s ease-in-out;
}
.project-details-content .portfolio-details-img:hover {
  transform: scale(1.04);
}
.project-details-content ul li {
  list-style: disc;
  list-style-position: inside;
}

.pricing-card {
  transition: all 0.5s ease-in-out;
}
.pricing-card .popular-price {
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(var(--p1), 1);
  border-radius: 0px 1000px 1000px 0px;
  position: absolute;
  top: 32px;
  right: -20px;
  transform: rotate(90deg);
}
.pricing-card:hover {
  transform: scale(1.05);
  border: 1px solid rgba(var(--p1), 1);
}

.hire-content {
  width: 636px;
  margin: auto;
}

/* -----frequently asked question start----- */
.accordion-section .accordion-single {
  border: 1px solid rgba(var(--n3));
}
.accordion-section .header-area {
  cursor: pointer;
}
.accordion-section .header-area .accordion-btn {
  text-align: start;
}
.accordion-section .faq_icon_width {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(var(--n3), 1);
}
.accordion-section .header-area button::after {
  content: "add";
  font-family: "Material Icons";
  z-index: 1;
  position: absolute;
  right: 0px;
  font-size: 28px;
  background-image: none;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.accordion-section .content-area {
  display: none;
}
.accordion-section .active.accordion-single {
  border: 1px solid rgba(var(--p1));
}
.accordion-section .accordion-single.active .faq_icon_width {
  background-color: rgba(var(--p1), 1);
}
.accordion-section .active .header-area button::after {
  content: "remove";
  transform: rotate(180deg);
}
.accordion-section .active .header-area .accordion-btn {
  color: rgba(var(--p1));
}

.faq-light {
  height: 550px;
  width: auto;
}

/*--frequently asked question end ---*/
.pagination-countainer {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pagination-countainer:hover {
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--n11), 1);
}

.pagination-active {
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--n11), 1);
}

.resume-profile {
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(var(--p1), 1);
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.resume-section ul li {
  list-style: disc;
}

.resume-icon .social-icon {
  transition: all 0.3s ease-in-out;
}
.resume-icon .social-icon i {
  transition: all 0.3s ease-in-out;
}
.resume-icon:hover .social-icon {
  background-color: rgba(var(--p1), 1);
}
.resume-icon:hover .social-icon i {
  color: rgba(var(--n11), 1);
}

.resume-section .n5-color.fs-six.fw-medium,
.resume-section a.n5-color.fs-six.fw-medium {
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.resume-section .n5-color.fs-six.fw-medium:hover,
.resume-section a.n5-color.fs-six.fw-medium:hover {
  color: rgba(var(--p1), 1);
  transform: translateX(4px);
  text-decoration: none;
}

.blog-details-section ul li {
  list-style: disc;
  list-style-position: inside;
}
.blog-details-section .blog-details-img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.blog-details-section .blog-details-img:hover {
  transform: scale(1.04);
}
.blog-details-section .line3 {
  width: 72px;
  height: 1px;
  background-color: rgba(var(--n3), 1);
}
.blog-details-section .blog-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.blog-details-section .blog-social-icon:hover {
  background-color: rgba(var(--p1), 1);
}
.blog-details-section .blog-social-icon:hover i {
  color: rgba(var(--n11), 1);
}
.blog-details-section .prev-img {
  width: 220px;
  height: 123px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .cmnt-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .reply-section {
  width: 636px;
}
.blog-details-section .prev-card img,
.blog-details-section .next-card img {
  transition: all 0.5s ease-in-out;
}
.blog-details-section .prev-card:hover,
.blog-details-section .next-card:hover {
  border: 1px solid rgba(var(--p1), 1);
}
.blog-details-section .prev-card:hover img,
.blog-details-section .next-card:hover img {
  transform: scale(1.05);
}
.blog-details-section .reply-container {
  position: relative;
}
.blog-details-section .reply-container .reply-answer {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
.blog-details-section .reply-container .reply-answer.show {
  visibility: visible;
  max-height: 500px;
  opacity: 1;
}
.blog-details-section .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.blog-details-section .video-btn i {
  color: rgba(var(--n11), 1);
  animation: wave 1.5s infinite ease-in-out;
}

.radioBtn.active {
  background-color: rgba(var(--n2));
}

.radio-content {
  display: none;
}

.radioBtn.active + .radio-content {
  display: block;
  background-color: rgba(var(--n2));
}

.radioBtn.active {
  background-color: rgba(var(--n2));
}

.select-box {
  display: flex;
  flex-direction: column;
  position: relative;
}

.select-box .options-container {
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px rgba(var(--n4), 0.08);
  background-color: rgba(var(--n1));
  order: 1;
  position: absolute;
  z-index: 99;
  top: 54px;
}

.selected {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(var(--n4), 0.08);
  order: 0;
}

.selected::after {
  content: "keyboard_arrow_down";
  font-family: "Material Icons";
  font-size: 24px;
  color: rgba(var(--n5));
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: transform 0.5s;
  transform: translateY(-50%);
}

.selected span,
.select-box label span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(var(--n5));
}

.select-box .options-container.active {
  max-height: 200px;
  opacity: 1;
  overflow-y: auto;
}

.select-box .options-container.active + .selected::after {
  transform: translateY(-50%) rotateX(180deg);
}

.select-box .option,
.selected {
  padding: 12px;
  cursor: pointer;
}

.select-box .option:hover {
  background: rgba(var(--n2), 1);
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}


@media (max-width: 1399px) {
  .blog-details-section .blog-details-img {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .banner-content {
    width: 100%;
  }
  .profile-img {
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-counter {
    width: 100%;
  }
  .hire-content {
    width: 100%;
  }
  .details-description {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .banner-content {
    width: 100%;
  }
  .pricing-card .popular-price {
    top: 24px;
  }
  .product-details-img {
    height: 320px;
    border: 1px solid rgba(var(--n3), 0.5);
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .resume-profile {
    width: 120px;
    height: 120px;
  }
  .blog-details-section .blog-details-img {
    height: 300px;
  }
  .blog-details-section .cmnt-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-details-section .reply-section {
    width: 100%;
  }
  .user-bg {
    width: 280px;
    height: 350px;
  }
  .user-img {
    width: 280px;
    height: 350px;
  }
  .faq-light {
    height: 500px;
    width: auto;
  }
  .product-card .product-img {
    width: 100%;
    height: 200px;
  }
  .product-details-img {
    width: 100%;
    height: 260px;
    border: 1px solid rgba(var(--n3), 0.5);
    border-radius: 4px;
  }
}
@media (max-width: 575px) {
  .project-card .project-link {
    width: 40px;
    height: 40px;
  }
  .faq-light {
    height: 400px;
    width: auto;
  }
  .product-details-img {
    width: 100%;
    height: 220px;
    border: 1px solid rgba(var(--n3), 0.5);
    border-radius: 4px;
  }
  .details-description {
    width: 100%;
    margin: 0 auto;
  }
}

/* Technology Stack Tags Styling */
.tech-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.tech-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tech-tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Programming Languages */
.tech-python { background: #6b9fd4; }
.tech-javascript { background: #fae970; color: #323330; }
.tech-sql { background: #6695ba; }

/* Databases */
.tech-postgresql { background: #6695ba; }
.tech-mysql { background: #73a0c4; }
.tech-mongodb { background: #7dd16f; }

/* Frameworks & Libraries */
.tech-django { background: #72d4b0; }
.tech-flask { background: #6b6b6b; }
.tech-fastapi { background: #4dbeaf; }
.tech-react { background: #8fe8fc; color: #21232a; }
.tech-vue { background: #7dd9b5; }
.tech-angular { background: #eb5568; }

/* Data Analysis & ML */
.tech-pandas { background: #9a53a8; }
.tech-numpy { background: #7dc9e3; }
.tech-scikit-learn { background: #faba5e; }
.tech-tensorflow { background: #ffa04d; }
.tech-pytorch { background: #f38066; }
.tech-matplotlib { background: #5888ab; }
.tech-seaborn { background: #7a9dd4; }
.tech-plotly { background: #6d7fa0; }

/* Data Engineering */
.tech-apache-spark { background: #eb8a5e; }
.tech-apache-kafka { background: #5e5a5b; }
.tech-apache-airflow { background: #4daaf5; }
.tech-docker { background: #5fb4f2; }
.tech-kubernetes { background: #6599ec; }

/* Cloud Platforms */
.tech-aws { background: #ffc04d; }
.tech-gcp { background: #75abf7; }
.tech-azure { background: #4da7e3; }

/* BI & Visualization Tools */
.tech-tableau { background: #efa361; }
.tech-powerbi { background: #f6d756; color: #323330; }
.tech-metabase { background: #7fc0eb; }
.tech-looker { background: #75abf7; }

/* Web Technologies */
.tech-html { background: #eb8066; }
.tech-css { background: #5aa0d9; }
.tech-bootstrap { background: #a381d6; }

/* Other Tools */
.tech-git { background: #f58066; }
.tech-github { background: #6b6b6b; }
.tech-vs-code { background: #4da7e3; }
.tech-jupyter { background: #f8a361; }

/* Specific tools mentioned in your portfolio */
.tech-sqlalchemy { background: #e65f4d; }
.tech-alembic { background: #9b5bc8; }
.tech-loguru { background: #4d9e92; }
.tech-polygonio { background: #5aa5e3; }
.tech-yfinance { background: #ad5bc8; }
.tech-randomforest { background: #68ba70; }

/* General categories */
.tech-datavis { background: #ff8a61; }
.tech-storytelling { background: #c561d6; }
.tech-kpi { background: #ffc04d; }
.tech-bi { background: #7281d9; }
.tech-datacleaning { background: #8faab5; }
.tech-exploratory { background: #a38580; }
.tech-aggregation { background: #4dbeaf; }
.tech-normalisation { background: #9a6bd9; }

/* Project Card Improvements */
.project-card {
  background: rgba(var(--n1));
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}

.project-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 12px 40px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(var(--p1), 0.15);
  border: 1px solid rgba(var(--p1), 0.2);
}

.project-card .post-thumb {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  margin-bottom: 0;
}

.project-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-description {
  flex-grow: 1;
  margin-bottom: 16px;
}


.project-title {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.project-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.project-buttons .primary-btn {
  flex: 1;
  min-width: 100px;
  justify-content: center;
}

.project-buttons a:not(.primary-btn) {
  flex: 1;
  min-width: 100px;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(var(--n3), 0.3);
}

/* Portfolio Grid Improvements */
.row.g-6.g-md-8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row.g-6.g-md-8 > [class*="col-"] {
  display: flex;
  margin-bottom: 2rem;
  justify-content: center;
}

.row.g-6.g-md-8 > [class*="col-"] > .project-card {
  max-width: 500px;
  width: 100%;
}

/* Post thumb improvements */
.post-thumb-inner {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card:hover .post-thumb-inner {
  transform: scale(1.05);
  filter: brightness(1.08);
}

/* Typography improvements */
.project-title {
  color: rgba(var(--n5)) !important;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card:hover .project-title {
  color: rgba(var(--p1)) !important;
}

/* Project preview image improvements */
.project-preview-image {
  position: relative;
}

.project-preview-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(var(--n1), 0.9));
  pointer-events: none;
}

.project-preview-image img {
  opacity: 1 !important;
}

/* Button improvements */
.project-buttons a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}

.project-buttons a:hover {
  transform: translateY(-2px) scale(1.05);
}

.project-card:hover .project-buttons a {
  transform: translateY(0);
}

.project-card:hover .project-buttons a:hover {
  transform: translateY(-2px) scale(1.05);
}

/* Responsive adjustments for tech tags */
@media (max-width: 768px) {
  .tech-tag {
    font-size: 10px;
    padding: 3px 8px;
  }

  .tech-tags-container {
    gap: 4px;
    margin-bottom: 12px;
  }

  .project-card-content {
    padding: 16px;
  }

  /* 2x2 Grid for stats section on mobile */
  .banner-counter {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    row-gap: 2rem;
    position: relative;
  }

  .banner-counter > div {
    flex-direction: column !important;
    text-align: center;
    gap: 0.5rem !important;
    position: relative;
    padding: 1rem;
  }

  /* Vertical divider between left and right columns */
  .banner-counter > div:nth-child(odd)::after {
    content: '';
    position: absolute;
    right: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: rgba(var(--n3), 0.2);
  }

  /* Horizontal divider between top and bottom rows */
  .banner-counter > div:nth-child(1)::before,
  .banner-counter > div:nth-child(2)::before {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: rgba(var(--n3), 0.2);
  }

  .banner-counter .line {
    display: none;
  }

  /* Labels below numbers */
  .banner-counter > div > span {
    font-size: 0.875rem;
  }

  .banner-counter h2 {
    font-size: 2rem;
    line-height: 1;
  }

  /* Remove gap between number and symbols */
  .banner-counter h2.d-flex {
    gap: 0 !important;
  }

  .banner-counter h2 > * {
    margin: 0 !important;
  }

  /* Make symbols (+, M+, %) same size as numbers */
  .banner-counter h2 {
    font-size: 2rem !important;
  }

  .banner-counter h2 .counter {
    font-size: inherit;
  }
}

/* Desktop improvements */
@media (min-width: 1200px) {
  .row.g-6.g-md-8 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  
  .row.g-6.g-md-8 > [class*="col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Enhanced Service Cards for Skills Section */
.service-card {
  background: rgba(var(--n1));
  border-radius: 16px;
  border: 1px solid rgba(var(--n3), 0.1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  animation: serviceCardFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* Staggered animation delays for each card */
.service-card:nth-child(1) {
  animation-delay: 0.1s;
}

.service-card:nth-child(2) {
  animation-delay: 0.2s;
}

.service-card:nth-child(3) {
  animation-delay: 0.3s;
}

.service-card:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes serviceCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: var(--card-gradient);
  opacity: 1;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.service-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: var(--card-border-hover);
}

/* Individual card color themes */
.service-card:nth-child(1)::before {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.03), rgba(139, 92, 246, 0.02));
}

.service-card:nth-child(1):hover {
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(99, 102, 241, 0.3),
    0 12px 40px rgba(99, 102, 241, 0.4);
}

.service-card:nth-child(1) .service-icon-wrapper {
  background: rgba(99, 102, 241, 0.06);
}

.service-card:nth-child(1):hover .service-icon-wrapper {
  background: rgba(99, 102, 241, 0.1);
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.15);
  animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-8px); }
  50% { transform: translateY(-4px); }
  75% { transform: translateY(-6px); }
}

.service-card:nth-child(1) .skill-tech-tag {
  background: rgba(99, 102, 241, 0.05);
  color: rgb(99, 102, 241);
  border-color: rgba(99, 102, 241, 0.1);
}

.service-card:nth-child(1) .skill-tech-tag:hover {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.2);
}

.service-card:nth-child(2)::before {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.03), rgba(244, 114, 182, 0.02));
}

.service-card:nth-child(2):hover {
  border-color: rgba(236, 72, 153, 0.4);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(236, 72, 153, 0.3),
    0 12px 40px rgba(236, 72, 153, 0.4);
}

.service-card:nth-child(2) .service-icon-wrapper {
  background: rgba(236, 72, 153, 0.06);
}

.service-card:nth-child(2):hover .service-icon-wrapper {
  background: rgba(236, 72, 153, 0.1);
  box-shadow: 0 6px 16px rgba(236, 72, 153, 0.15);
  animation: iconBounce 0.6s ease;
}

.service-card:nth-child(2) .skill-tech-tag {
  background: rgba(236, 72, 153, 0.05);
  color: rgb(236, 72, 153);
  border-color: rgba(236, 72, 153, 0.1);
}

.service-card:nth-child(2) .skill-tech-tag:hover {
  background: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.2);
}

.service-card:nth-child(3)::before {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.03), rgba(74, 222, 128, 0.02));
}

.service-card:nth-child(3):hover {
  border-color: rgba(34, 197, 94, 0.4);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(34, 197, 94, 0.3),
    0 12px 40px rgba(34, 197, 94, 0.4);
}

.service-card:nth-child(3) .service-icon-wrapper {
  background: rgba(34, 197, 94, 0.06);
}

.service-card:nth-child(3):hover .service-icon-wrapper {
  background: rgba(34, 197, 94, 0.1);
  box-shadow: 0 6px 16px rgba(34, 197, 94, 0.15);
  animation: iconBounce 0.6s ease;
}

.service-card:nth-child(3) .skill-tech-tag {
  background: rgba(34, 197, 94, 0.05);
  color: rgb(34, 197, 94);
  border-color: rgba(34, 197, 94, 0.1);
}

.service-card:nth-child(3) .skill-tech-tag:hover {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.2);
}

.service-card:nth-child(4)::before {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.03), rgba(251, 146, 60, 0.02));
}

.service-card:nth-child(4):hover {
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(249, 115, 22, 0.3),
    0 12px 40px rgba(249, 115, 22, 0.4);
}

.service-card:nth-child(4) .service-icon-wrapper {
  background: rgba(249, 115, 22, 0.06);
}

.service-card:nth-child(4):hover .service-icon-wrapper {
  background: rgba(249, 115, 22, 0.1);
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.15);
  animation: iconBounce 0.6s ease;
}

.service-card:nth-child(4) .skill-tech-tag {
  background: rgba(249, 115, 22, 0.05);
  color: rgb(249, 115, 22);
  border-color: rgba(249, 115, 22, 0.1);
}

.service-card:nth-child(4) .skill-tech-tag:hover {
  background: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.2);
}

.service-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.service-icon-wrapper i {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .service-icon-wrapper {
  transform: translateY(-3px);
}

.service-card:hover .service-icon-wrapper i {
  transform: scale(1.05);
}

.service-card h4 {
  min-height: 3.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service-card:hover h4 {
  color: rgba(var(--p1), 1);
  transform: translateX(2px);
}

.service-card p {
  flex-grow: 1;
  margin-bottom: 1.25rem;
  line-height: 1.7;
  color: rgba(var(--n4), 0.9);
  font-size: 0.875rem;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  min-height: 5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service-card:hover p {
  color: rgba(var(--n4), 1);
}

/* Tech Stack Tags in Service Cards */
.skill-tech-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(var(--n3), 0.08);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  min-height: 5.5rem;
}

.skill-tech-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.skill-tech-tag:hover {
  transform: translateY(-3px) scale(1.05);
}

/* Staggered animation for tech tags on card hover */
.service-card:hover .skill-tech-tag:nth-child(1) {
  animation: tagSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.05s both;
}

.service-card:hover .skill-tech-tag:nth-child(2) {
  animation: tagSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

.service-card:hover .skill-tech-tag:nth-child(3) {
  animation: tagSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s both;
}

.service-card:hover .skill-tech-tag:nth-child(4) {
  animation: tagSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

@keyframes tagSlideIn {
  from {
    opacity: 0.7;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ensure equal heights for service cards */
.row.g-4.g-md-8 > [class*="col-"] {
  display: flex;
  margin-bottom: 1rem;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .service-card h4 {
    min-height: auto;
  }

  .service-card p {
    min-height: auto;
  }

  .skill-tech-stack {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .service-icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .service-icon-wrapper i {
    font-size: 1.5rem !important;
  }

  .service-card {
    padding: 1.5rem !important;
  }

  .service-card h4 {
    min-height: auto;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }

  .service-card p {
    font-size: 0.825rem;
    min-height: auto;
    margin-bottom: 1rem;
  }

  .skill-tech-tag {
    font-size: 0.65rem;
    padding: 0.4rem 0.6rem;
  }

  .skill-tech-stack {
    gap: 0.4rem;
    padding-top: 1rem;
    min-height: auto;
  }
}

/* Hero Visual Element Styles */
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Central Graphic */
.central-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graphic-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(var(--p1), 0.15);
  animation: pulse-ring 3s ease-in-out infinite;
}

.ring-1 {
  width: 200px;
  height: 200px;
  animation-delay: 0s;
}

.ring-2 {
  width: 250px;
  height: 250px;
  animation-delay: 0.5s;
}

.ring-3 {
  width: 300px;
  height: 300px;
  animation-delay: 1s;
}

.graphic-core {
  position: relative;
  z-index: 10;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(var(--p1), 0.15), rgba(var(--bg1), 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(var(--p1), 0.2);
  animation: rotate-slow 20s linear infinite;
}

.graphic-core i {
  font-size: 3.5rem;
  color: rgba(var(--p1), 1);
  animation: pulse-icon 2s ease-in-out infinite;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  background: rgba(var(--n1), 1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(var(--n3), 0.1);
  animation: float 3s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.floating-icon::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100px;
  background: linear-gradient(to bottom, rgba(var(--p1), 0.3), rgba(var(--p1), 0.05));
  top: 50%;
  left: 50%;
  transform-origin: top center;
  opacity: 0.5;
  z-index: -1;
}

.floating-icon:hover {
  transform: translateY(-10px) scale(1.15);
  box-shadow: 0 12px 32px rgba(var(--p1), 0.25);
  border-color: rgba(var(--p1), 0.3);
  background: rgba(var(--p1), 0.05);
}

.floating-icon i {
  font-size: 2rem;
  transition: all 0.3s ease;
}

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

.icon-1 {
  top: 10%;
  left: 15%;
  animation-delay: 0s;
}

.icon-1::before {
  transform: rotate(-135deg);
}

.icon-1 i {
  color: rgba(82, 113, 255, 1);
}

.icon-2 {
  top: 15%;
  right: 10%;
  animation-delay: 0.5s;
}

.icon-2::before {
  transform: rotate(-45deg);
}

.icon-2 i {
  color: rgba(120, 171, 168, 1);
}

.icon-3 {
  top: 45%;
  left: 5%;
  animation-delay: 1s;
}

.icon-3::before {
  transform: rotate(-180deg);
}

.icon-3 i {
  color: rgba(255, 145, 251, 1);
}

.icon-4 {
  top: 45%;
  right: 0%;
  animation-delay: 1.5s;
}

.icon-4::before {
  transform: rotate(0deg);
}

.icon-4 i {
  color: rgba(84, 182, 137, 1);
}

.icon-5 {
  bottom: 15%;
  left: 10%;
  animation-delay: 2s;
}

.icon-5::before {
  transform: rotate(135deg);
}

.icon-5 i {
  color: rgba(253, 187, 46, 1);
}

.icon-6 {
  bottom: 10%;
  right: 15%;
  animation-delay: 2.5s;
}

.icon-6::before {
  transform: rotate(45deg);
}

.icon-6 i {
  color: rgba(255, 172, 39, 1);
}

/* Floating Particles */
.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(var(--p1), 0.4);
  border-radius: 50%;
  animation: particle-float 4s ease-in-out infinite;
  opacity: 0.6;
}

.particle-1 {
  top: 20%;
  left: 25%;
  animation-delay: 0s;
  animation-duration: 3s;
}

.particle-2 {
  top: 35%;
  right: 20%;
  animation-delay: 0.5s;
  animation-duration: 4s;
}

.particle-3 {
  top: 55%;
  left: 15%;
  animation-delay: 1s;
  animation-duration: 3.5s;
  background: rgba(var(--bg1), 0.4);
}

.particle-4 {
  top: 65%;
  right: 25%;
  animation-delay: 1.5s;
  animation-duration: 4.5s;
  background: rgba(var(--bg2), 0.3);
}

.particle-5 {
  bottom: 25%;
  left: 30%;
  animation-delay: 2s;
  animation-duration: 3.8s;
}

.particle-6 {
  bottom: 30%;
  right: 15%;
  animation-delay: 2.5s;
  animation-duration: 4.2s;
  background: rgba(var(--bg3), 0.4);
}

.particle-7 {
  top: 25%;
  left: 45%;
  animation-delay: 3s;
  animation-duration: 3.2s;
  width: 4px;
  height: 4px;
}

.particle-8 {
  bottom: 35%;
  right: 40%;
  animation-delay: 3.5s;
  animation-duration: 4.8s;
  width: 4px;
  height: 4px;
  background: rgba(var(--bg6), 0.4);
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse-ring {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.1;
  }
}

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

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes particle-float {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0.6;
  }
  25% {
    transform: translate(15px, -15px);
    opacity: 0.8;
  }
  50% {
    transform: translate(-10px, -30px);
    opacity: 0.4;
  }
  75% {
    transform: translate(20px, -20px);
    opacity: 0.7;
  }
}

/* Responsive Hero Visual */
@media (max-width: 991px) {
  .hero-visual {
    max-width: 400px;
    height: 400px;
    margin: 3rem auto 0;
  }

  .graphic-core {
    width: 100px;
    height: 100px;
    animation: none;
  }

  .graphic-core i {
    font-size: 2.5rem;
  }

  .floating-icon {
    width: 50px;
    height: 50px;
    animation: none;
  }

  .floating-icon i {
    font-size: 1.5rem;
  }

  .graphic-ring {
    animation: none;
  }

  .particle {
    animation: none;
  }

  .ring-1 { width: 160px; height: 160px; }
  .ring-2 { width: 200px; height: 200px; }
  .ring-3 { width: 240px; height: 240px; }
}

@media (max-width: 576px) {
  .hero-visual {
    display: none;
  }
}

/* Lighter font weight for banner and intro sections */
.banner-content p {
  font-weight: 350 !important;
}

.banner-content p strong {
  font-weight: 450 !important;
}

.section-heading p {
  font-weight: 350 !important;
}

.section-heading p strong {
  font-weight: 450 !important;
}

/*# sourceMappingURL=style.css.map */