

/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

    :root {
      --primary: #00e1ff;
      --secondary: #8b5cff;
      --accent: #ff7ab6;
      --highlight: #ffb86b;
      --background: #0e0e0e;
      --card-bg: rgba(24,28,37,0.52);
      --card-blur: blur(18px);
      --glass-border: rgba(255,255,255,0.15);
      --border-radius: 26px;
      --shadow: 0 8px 32px rgba(0, 225, 255, 0.10), 0 2px 6px 0px rgba(139,92,255,0.10);
    }


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: black;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #afafaf;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
 

::selection {
  background: #fa65b1;
  color: #fff !important;
}

::-moz-selection {
  background: #fa65b1;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #726ae3;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: #726ae3;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #726ae3;
}

.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fa65b1 !important;
  border: 1px solid #fa65b1 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-first-button a:hover {
  background-color: #fa65b1;
  color: #fff !important;
}

  




/* 
---------------------------------------------
Hero section Start
--------------------------------------------- 
*/
/* ---------------------------------------------
   About Us Hero Styling - Ultoxy
--------------------------------------------- */
.about-hero {
  padding: 50px 0 10px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

/* Background glowing orbs */
.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.25;
  z-index: 0;
}
.about-hero::before {
  width: 380px; height: 380px;
  /* background: var(--primary); */
  top: -120px; left: -100px;
}
.about-hero::after {
  width: 500px; height: 500px;
  /* background: var(--secondary); */
  bottom: -150px; right: -200px;
}

/* Text styles */
.about-hero h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.about-hero h2 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-hero h2 span {
  background: linear-gradient(90deg, var(--highlight), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-hero p {
  font-size: 18px;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 35px;
  max-width: 540px;
}

/* CTA buttons */
.cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-btn {
  padding: 14px 32px;
  background: var(--card-bg);
  backdrop-filter: var(--card-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius);
  color: var(--primary);
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: var(--shadow);
}
.cta-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-4px);
}
.cta-btn.secondary {
  color: var(--secondary);
}
.cta-btn.secondary:hover {
  background: var(--secondary);
  color: #fff;
}

/* Right image floating effect */
.right-image img {
  max-width: 520px;
  border-radius: var(--border-radius);
  /* background: var(--card-bg); */
  backdrop-filter: var(--card-blur);
  padding: 10px;
  /* box-shadow: var(--shadow); */
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-18px); }
}

/* Responsive */
@media (max-width: 992px) {
  .about-hero { text-align: center; }
  .about-hero h2 { font-size: 40px; }
  .about-hero .cta-group { justify-content: center; }
  .right-image img { max-width: 85%; margin-top: 30px; }
}

 
 
/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  /* padding-top: 130px; */
  position: relative;
}

.services:after {
  content: '';
  background-image: url("{% static 'img/about/services-left-dec.jpg' %}");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  background-image: url("{% static 'img/about/services-right-dec.jpg' %}");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  background: linear-gradient(
    135deg,
    rgba(0, 225, 255, 0.15),
    rgba(139, 92, 255, 0.12)
  ); /* subtle gradient for glow */
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(0, 225, 255, 0.08),
              0 4px 16px rgba(139, 92, 255, 0.12);
  text-align: center;
  color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Glass shine animation */
.services .naccs .menu div .thumb::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transform: rotate(25deg);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.services .naccs .menu div .thumb:hover::after {
  opacity: 1;
  animation: shineMove 1s forwards;
}

/* Hover lift + glow */
.services .naccs .menu div .thumb:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 225, 255, 0.18),
              0 6px 20px rgba(139, 92, 255, 0.18);
}

/* Shine animation keyframes */
@keyframes shineMove {
  from {
    transform: translateX(-100%) rotate(25deg);
  }
  to {
    transform: translateX(100%) rotate(25deg);
  }
}


.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  padding: 80px 120px 50px 120px;

  /* Glassmorphism core */
  background: linear-gradient(
    135deg,
    rgba(0, 225, 255, 0.12),
    rgba(139, 92, 255, 0.10)
  );
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);

  /* Glow depth */
  box-shadow: 0 12px 40px rgba(0, 225, 255, 0.15),
              0 6px 20px rgba(139, 92, 255, 0.12),
              inset 0 0 30px rgba(0, 225, 255, 0.05);
  color: #fff;
  transition: all 0.35s ease-in-out;
}

/* Hover enhancement */
.services ul.nacc li.active:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 50px rgba(0, 225, 255, 0.2),
              0 8px 28px rgba(139, 92, 255, 0.15),
              inset 0 0 40px rgba(0, 225, 255, 0.08);
}


.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fa65b1 !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}



 

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  /* padding-top: 130px; */
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: '';
  background-image: url("{% static 'img/about/portfolio-right-dec.jpg' %}");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url("{% static 'img/about/portfolio-left-dec.jpg' %}");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #fa65b1;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #fa65b1;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url("{% static 'img/about/blog-left-dec.png' %}");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  /* padding-top: 130px; */
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.show-up {
  position: relative;
  z-index: 200;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2a2a2a;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 130px;
}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 80px;
}


form#contact:before {
  background-image: url("{% static 'img/about/contact-top-right.png' %}");
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url("{% static 'img/about/contact-bottom-right.png' %}");
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

form#contact {
  position: relative;
  text-align: center;
  border-radius: 23px;

  /* Glassmorphism with sky-blue tint */
  background: rgba(0, 225, 255, 0.15); /* transparent sky-blue */
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);

  /* Border + glow */
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 225, 255, 0.18),
              0 2px 6px rgba(139, 92, 255, 0.12);

  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
form#contact:hover {
  transform: translateY(-4px);
  background: rgba(0, 225, 255, 0.22); /* stronger blue glow */
  box-shadow: 0 12px 42px rgba(0, 225, 255, 0.25),
              0 6px 14px rgba(139, 92, 255, 0.20);
  border-color: var(--primary);
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  padding: 25px 15px;
  border-radius: 23px;

  /* White glassmorphism */
  background: rgba(255, 255, 255, 0.25); /* frosted white */
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);

  /* Soft borders + glow */
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12),
              inset 0 0 18px rgba(255, 255, 255, 0.2);

  transition: all 0.3s ease-in-out;
}

/* Hover effect */
.fill-form .icon:hover {
  transform: translateY(-5px) scale(1.03);
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15),
              inset 0 0 24px rgba(255, 255, 255, 0.25);
}


.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #fa65b1;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fa65b1;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #fa65b1;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #fa65b1!important;
  color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-image: url("{% static 'img/about/footer-bg.jpg' %}");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}

footer p {
  text-align: left;
  margin: 20px 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .intro-banner:before {
    display: none;
  } 
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    /* padding: 226px 0px 30px 0px; */
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 0px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    :root {
  --color-bg: #181a1b;
  --color-bg-light: #23272b;
  --color-bg-lighter: #25272a;
  --color-primary: #fa65b1;
  --color-secondary: #726ae3;
  --color-accent: #f58b56;
  --color-accent2: #fd6a54;
  --color-text: #fafafa;
  --color-text-light: #cccccc;
  --color-text-muted: #afafaf;
  --color-border: #292a2d;
  --color-card: #222326;
  --color-btn: #2a2a2a;
  --color-btn-hover: #fa65b1;
  --color-btn-text: #fafafa;
  --color-btn-text-invert: #181a1b;
  --color-footer-bg: #202124;
}

/* Reset & base styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: var(--color-bg);
  color: var(--color-text);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: var(--color-primary);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--color-text);
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: var(--color-text-muted);
}

img {
  width: 100%;
  overflow: hidden;
}

/* Selection */
::selection {
  background: var(--color-primary);
  color: var(--color-btn-text-invert) !important;
}

::-moz-selection {
  background: var(--color-primary);
  color: var(--color-btn-text-invert) !important;
}

/* -------------- global styles ------------- */
html,
body {
  background: var(--color-bg);
  font-family: 'Poppins', sans-serif;
  color: var(--color-text);
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: var(--color-text);
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: var(--color-secondary);
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: var(--color-secondary);
}

.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  background: var(--color-btn);
  transition: all .5s;
}
.border-first-button a:hover {
  background-color: var(--color-primary);
  color: var(--color-btn-text-invert) !important;
}

/* -------------- intro ------------- */
.intro-banner {
  text-align: center;
  padding-top: 200px;
  margin-bottom: 100px;
  position: relative;
  background: var(--color-bg-light);
}

.intro-banner img {
  max-width: 152px;
  margin-bottom: 30px;
}

.intro-banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative; 
  z-index: 2;
  color: var(--color-text);
}

.intro-banner h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative; 
  z-index: 2;
  color: var(--color-text-light);
}

.intro-banner a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  background: var(--color-btn);
  transition: all .5s;
  position: relative; 
  z-index: 2;
}
.intro-banner a:hover {
  background-color: var(--color-primary);
  color: var(--color-btn-text-invert) !important;
}

.demos {
  padding-top: 60px;
}

.demo-item {
  position: relative;
  z-index: 2;
}

.demos img {
  transition: all .5s;
  border-radius: 23px;
  background: var(--color-bg-lighter);
}

.demos img:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.45);
}

.demos h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text);
}

/* -------------- header ------------- */
.pre-header {
  background-color: var(--color-bg-light);
  height: 60px;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: var(--color-text-light);
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.info li a:hover {
  color: var(--color-primary);
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}
.pre-header ul.social-media li {
  margin-left: 5px;
}
.pre-header ul.social-media li a {
  background-color: var(--color-text-muted);
  color: var(--color-bg);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all .3s;
}
.pre-header ul.social-media li a:hover {
  background-color: var(--color-primary);
  color: var(--color-btn-text-invert);
}

.background-header {
  background-color: var(--color-bg-light)!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.13);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: var(--color-text);
}
.background-header .main-nav .nav li:hover a {
  color: var(--color-primary);
}
.background-header .nav li a.active {
  position: relative;
  color: var(--color-text);
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}
.header-area {
  background-color: var(--color-bg-light);
  box-shadow: 0px 5px 8px rgba(0,0,0,0.13);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  transition: all .5s ease 0s;
}

/* ... (Other header styles, use variables for background, color, border, etc.) ... */

/* -------------- preloader ------------- */
.js-preloader {
    background-color: var(--color-bg);
}

/* -------------- Banner Style ------------- */
.main-banner {
  background-color: var(--color-bg-lighter);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
  color: var(--color-text);
}

.main-banner .left-content h6 {
  color: var(--color-primary);
}
.main-banner .left-content h2 {
  color: var(--color-text);
}
.main-banner .left-content p {
  color: var(--color-text-muted);
}
.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}
.main-banner .right-image img {
  max-width: 593px;
}

/* -------------- About Style ------------- */
#about {
  /* padding-top: 130px; */
  background: var(--color-bg-light);
}
.about-left-image img {
  margin-right: 45px;
}
.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
  color: var(--color-text-light);
}
/* ... (Continue replacing background and text colors with corresponding variables) ... */

/* -------------- Skills ------------- */
.skills-content {
  background-color: var(--color-bg-lighter);
}
.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid var(--color-bg-light);
  position: absolute;
  top: 0;
  left: 0;
}
/* ... (Keep using --color-* variables for border, bg, etc.) ... */
.progress .progress-value {
  text-align: center;
  color: var(--color-text);
}

/* -------------- Services Style ------------- */
.services {
  /* padding-top: 130px; */
  position: relative;
  background: var(--color-bg-light);
}
.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}
.services .naccs .menu div h4 {
  color: var(--color-text);
}
.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}
.services .naccs .menu div {
  color: var(--color-text);
  background: var(--color-btn);
}
.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
  background: var(--color-bg-lighter);
}
.services ul.nacc li.active {
  background-color: var(--color-card);
  color: var(--color-text);
}
.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}
.services .nacc .thumb h4 {
  color: var(--color-text);
}
/* ... (Continue replacing backgrounds and text colors) ... */

/* -------------- Free Quote ------------- */
.free-quote {
  background-color: var(--color-bg-lighter);
  background-blend-mode: darken;
  color: var(--color-text);
}
.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: var(--color-text);
}
.free-quote form {
  background-color: var(--color-bg-light);
  color: var(--color-text);
}
.free-quote form input,
.free-quote form button {
  color: var(--color-text);
  background-color: transparent;
  border-bottom: 1px solid var(--color-border);
}
.free-quote form button {
  background-color: var(--color-secondary);
  color: var(--color-btn-text-invert);
}

/* -------------- Portfolio ------------- */
.our-portfolio {
  background: var(--color-bg-light);
}
.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.22);
  margin: 15px;
  background: var(--color-card);
}
.portfolio-item .down-content {
  background-color: var(--color-bg-light);
  color: var(--color-text);
}
.portfolio-item .down-content h4 {
  color: var(--color-text);
}
.portfolio-item .down-content span {
  color: var(--color-text-muted);
}

/* -------------- Blog ------------- */
.blog {
  background: var(--color-bg-light);
}
.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.13);
  border-radius: 25px;
  background: var(--color-card);
}
.blog-post .down-content {
  background: var(--color-bg-light);
}
.blog-post .down-content span.category {
  background-color: var(--color-secondary);
  color: var(--color-btn-text-invert);
}
.blog-post .down-content span.date {
  color: var(--color-text-muted);
}
.blog-post .down-content h4 {
  color: var(--color-text);
}
.blog-post .down-content span.author {
  color: var(--color-text);
}
.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}
.post-item .right-content span.category {
  background-color: var(--color-secondary);
  color: var(--color-btn-text-invert);
}
.post-item .right-content span.date {
  color: var(--color-text-muted);
}
.post-item .right-content h4 {
  color: var(--color-text);
}

/* -------------- Contact ------------- */
.contact-us {
  background: var(--color-bg-light);
}
form#contact {
  background-color: var(--color-bg-lighter);
  color: var(--color-text);
}
form#contact input,
form#contact textarea {
  background-color: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
}
form#contact button {
  background-color: var(--color-bg-light);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
form#contact button:hover {
  background-color: var(--color-primary)!important;
  color: var(--color-btn-text-invert)!important;
}

/* -------------- Footer Style ------------- */
footer {
  background-color: var(--color-footer-bg);
  background-blend-mode: darken;
  margin-top: 130px;
}
footer p {
  text-align: left;
  margin: 20px 0px;
  color: var(--color-text-light);
}
footer p a {
  color: var(--color-primary);
  transition: all .5s;
}

/* -------------- Responsive (use dark backgrounds) ------------- */
@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .intro-banner:before {
    display: none;
  } 
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

/* --- End of dark theme CSS with variables --- */