/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
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;
}

.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: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -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;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

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

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

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

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

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
    background-color: #0a051e !important;
  }
  .mini .mini-content .mini-box {
    margin: 0 6px 24px 6px;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ff589e;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #8261ee;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #ff589e;
}

.nav-quote-btn {
  float: right;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: 15px;
}

.nav-quote-mobile {
  display: none;
}

@media (max-width: 767px) {
  .nav-quote-btn {
    display: none;
  }
  .nav-quote-mobile {
    display: block;
  }
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #ff589e;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.40), inset 0 1px 0 rgba(255,255,255,0.08);
  border-radius: 40px;
  min-height: 80px;
  background: rgba(10, 10, 28, 0.58);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Animated aurora background inside navbar */
.header-area .main-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background:
    radial-gradient(ellipse 60% 80% at 15% 50%, rgba(130, 97, 238, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 70% at 85% 50%, rgba(255, 88, 158, 0.12) 0%, transparent 70%);
  background-size: 200% 100%;
  animation: navbarAurora 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes navbarAurora {
  0%   { background-position: 0% center;   opacity: 0.7; }
  50%  { background-position: 100% center; opacity: 1;   }
  100% { background-position: 0% center;   opacity: 0.7; }
}

/* Make nav content sit above the animation */
.header-area .main-nav .logo,
.header-area .main-nav .nav,
.header-area .main-nav .nav-quote-btn,
.header-area .main-nav .menu-trigger {
  position: relative;
  z-index: 1;
}

.header-area.header-sticky .main-nav {
  background: rgba(10, 10, 28, 0.88);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255,255,255,0.06);
  border-color: rgba(255, 255, 255, 0.10);
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  max-height: 70px;
  width: auto;
  filter:
    drop-shadow(0 0 2px rgba(255,255,255,0.90))
    drop-shadow(0 0 6px rgba(255,255,255,0.55))
    drop-shadow(0 2px 10px rgba(130,97,238,0.30));
  -webkit-transition: transform 0.4s ease, filter 0.4s ease;
  -moz-transition: transform 0.4s ease, filter 0.4s ease;
  -o-transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.header-area .main-nav .logo:hover img {
  transform: scale(1.08) rotate(-3deg);
  filter:
    drop-shadow(0 0 3px rgba(255,255,255,1))
    drop-shadow(0 0 10px rgba(255,255,255,0.70))
    drop-shadow(0 4px 16px rgba(130,97,238,0.65));
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 22px !important;
  padding: 7px 18px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #fff !important;
  background: rgba(130, 97, 238, 0.32) !important;
  border-color: rgba(130, 97, 238, 0.60) !important;
  box-shadow: 0 0 14px rgba(130, 97, 238, 0.35);
}

/* ===== Navbar Dropdown ===== */
@media (min-width: 992px) {
  /* Allow dropdown to overflow the navbar capsule */
  .header-area .main-nav {
    overflow: visible;
  }

  .header-area .main-nav .nav li.has-dropdown {
    position: relative;
  }

  /* Chevron icon inside the Services link */
  .header-area .main-nav .nav li.has-dropdown > a .nav-drop-arrow {
    font-size: 10px;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.28s ease;
  }

  .header-area .main-nav .nav li.has-dropdown:hover > a .nav-drop-arrow {
    transform: rotate(180deg);
  }

  /* Invisible bridge so mouse can travel from pill to dropdown */
  .header-area .main-nav .nav li.has-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
  }

  /* Dropdown panel */
  .header-area .main-nav .nav .nav-dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 264px;
    background: rgba(10, 10, 28, 0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow:
      0 20px 56px rgba(0, 0, 0, 0.65),
      0 0 0 1px rgba(130, 97, 238, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
    padding: 10px;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.26s ease, transform 0.26s ease, visibility 0.26s;
    z-index: 9999;
    pointer-events: none;
  }

  .header-area .main-nav .nav li.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }

  /* Override inherited li styles inside dropdown */
  .header-area .main-nav .nav .nav-dropdown li {
    padding: 0 !important;
    width: 100%;
    border-bottom: none !important;
    background: transparent !important;
  }

  /* Dropdown links */
  .header-area .main-nav .nav .nav-dropdown li a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px;
    padding: 8px 12px !important;
    border-radius: 12px !important;
    border: none !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 12.5px;
    font-weight: 500;
    width: 100%;
    box-shadow: none !important;
    letter-spacing: 0.3px;
    white-space: nowrap;
    transition: background 0.22s ease, color 0.22s ease !important;
  }

  .header-area .main-nav .nav .nav-dropdown li a:hover {
    background: rgba(130, 97, 238, 0.18) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  /* Icon inside each dropdown link */
  .header-area .main-nav .nav .nav-dropdown li a i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8261ee, #ff589e);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    box-shadow: 0 3px 10px rgba(130, 97, 238, 0.35);
    flex-shrink: 0;
  }

  /* Divider between the two service categories */
  .header-area .main-nav .nav .nav-dropdown .dropdown-divider-item {
    padding: 4px 8px !important;
  }

  .header-area .main-nav .nav .nav-dropdown .dropdown-divider {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(130, 97, 238, 0.35), transparent);
    border-radius: 1px;
  }
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #e8e8f0;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #e8e8f0;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #e8e8f0;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #e8e8f0;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 5px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #ff589e;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 5px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    border-radius: 22px !important;
    width: calc(100% - 30px) !important;
    left: 15px !important;
    right: 15px !important;
    margin: 0 !important;
  }
  .header-area .main-nav::before {
    display: none;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: rgba(10, 10, 28, 0.82) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 20px !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #e8e8f0 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: rgba(130, 97, 238, 0.28) !important;
    color: #fff !important;
    box-shadow: none;
  }
  /* Hide dropdown on mobile — Services links normally in the flat list */
  .header-area .main-nav .nav .nav-dropdown {
    display: none !important;
  }
  .header-area .main-nav .nav li.has-dropdown > a .nav-drop-arrow {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  background-attachment: fixed;
  height: 100vh;
}

.welcome-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 30, 0.65) 0%,
    rgba(90, 45, 180, 0.45) 50%,
    rgba(10, 5, 30, 0.65) 100%
  );
  z-index: 0;
}

.welcome-area .header-text {
  position: relative;
  z-index: 1;
}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #ff589e;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  background: linear-gradient(135deg, #8261ee, #a759d1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(130, 97, 238, 0.45);
}

.features-small-item .icon i {
  font-size: 32px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 60px;
  padding-top: 30px;
  margin-top: -220px;
  margin-bottom: -2px;
  z-index: 9;
  background-image: url(../images/bg5.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  position: relative;
}

.home-feature::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 30, 0.65) 0%,
    rgba(90, 45, 180, 0.45) 50%,
    rgba(10, 5, 30, 0.65) 100%
  ) !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  animation: none !important;
  z-index: 0 !important;
  filter: none !important;
}

.home-feature::after {
  display: none !important;
}

.home-feature > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .section {
    background-color: #0a051e;
  }
  .home-feature {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 0px;
    background-image: url('../images/bg5.jpg') !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-attachment: scroll !important;
    background-color: #0a051e !important;
    overflow: visible !important;
  }
  /* Fix backdrop-filter breaking background on mobile */
  .home-feature .features-small-item {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(255, 255, 255, 0.12) !important;
  }
}

/* ID override — highest possible specificity for home-feature mobile */
@media (max-width: 991px) {
  #home-feature-section {
    background-color: #0d0720 !important;
    background-image: url('../images/bg5.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
    overflow: visible !important;
  }
  #home-feature-section::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, rgba(10,5,30,0.70) 0%, rgba(90,45,180,0.50) 50%, rgba(10,5,30,0.70) 100%) !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    animation: none !important;
  }
  #home-feature-section > .container {
    position: relative;
    z-index: 1;
  }
  /* Fix background-attachment: fixed on all parallax sections for mobile */
  .welcome-area,
  .mini,
  .counter,
  #why-us,
  #features,
  #software-development,
  .section.padding-top-70,
  .section.padding-bottom-100,
  .padding-bottom-100 {
    background-attachment: scroll !important;
  }
  .welcome-area {
    background-color: #0a051e !important;
  }
  .mini,
  .counter,
  #features,
  .section.padding-top-70,
  .section.padding-bottom-100,
  .padding-bottom-100 {
    background-color: #0a051e !important;
  }
  #why-us,
  #software-development {
    background-color: #100830 !important;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../images/bg3.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

/* Gradient overlay */
.mini:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 30, 0.65) 0%,
    rgba(90, 45, 180, 0.45) 50%,
    rgba(10, 5, 30, 0.65) 100%
  );
  z-index: 1;
}

.mini:after {
  display: none;
}

.mini .mini-content {
  position: relative;
  z-index: 2;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .row {
  align-items: stretch;
}

.mini .mini-content .mini-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box i.wp-icon {
  font-size: 28px;
  color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8261ee, #ff589e);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(130, 97, 238, 0.45);
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
  background-image: url(../images/bg4.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

/* Gradient overlay */
.counter:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 30, 0.65) 0%,
    rgba(90, 45, 180, 0.45) 50%,
    rgba(10, 5, 30, 0.65) 100%
  );
  z-index: 1;
}

.counter .content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff589e;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #ff589e;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #8261ee;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #ff589e;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


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

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
  padding-top: 30px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #9d5bd9;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #ff589e;
  color: #fff;
}

.footer-logo {
  max-height: 80px;
  width: auto;
  filter:
    drop-shadow(0 0 2px rgba(255,255,255,0.90))
    drop-shadow(0 0 6px rgba(255,255,255,0.55))
    drop-shadow(0 2px 10px rgba(130,97,238,0.30));
  transition: filter 0.4s ease;
}

.footer-logo:hover {
  filter:
    drop-shadow(0 0 3px rgba(255,255,255,1))
    drop-shadow(0 0 10px rgba(255,255,255,0.70))
    drop-shadow(0 4px 16px rgba(130,97,238,0.65));
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  padding: 10px 24px;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.80);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-item a:hover {
  color: #ff589e;
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}

.footer-copyright-bar {
  margin-top: 20px;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-legal-links {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-legal-links a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.50);
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: #ff589e;
}

.footer-legal-divider {
  color: rgba(255, 255, 255, 0.30);
  font-size: 14px;
}

/* -----------------------------------------------
   Cookie Banner
----------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  width: calc(100% - 48px);
  max-width: 860px;
  background: rgba(10, 10, 28, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(130, 97, 238, 0.18);
  z-index: 99999;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
  pointer-events: none;
}

.cookie-banner--visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: all;
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
}

.cookie-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #8261ee, #ff589e);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(130, 97, 238, 0.40);
}

.cookie-icon i {
  color: #fff;
  font-size: 18px;
}

.cookie-text {
  flex: 1;
}

.cookie-text p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.cookie-text strong {
  color: #fff;
}

.cookie-text a {
  color: #c4b0ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cookie-text a:hover {
  color: #ff589e;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn-decline,
.cookie-btn-accept {
  border: none;
  border-radius: 22px;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn-decline {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.70);
}

.cookie-btn-decline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, #8261ee, #ff589e);
  color: #fff;
  box-shadow: 0 4px 14px rgba(130, 97, 238, 0.40);
}

.cookie-btn-accept:hover {
  box-shadow: 0 6px 22px rgba(130, 97, 238, 0.60);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .cookie-banner-inner {
    flex-direction: column;
    text-align: center;
    padding: 20px 20px;
  }
  .cookie-actions {
    width: 100%;
    justify-content: center;
  }
  .cookie-btn-decline,
  .cookie-btn-accept {
    flex: 1;
  }
}

footer .copyright {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
/* ===== Preloader ===== */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #08041a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.preloader--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Decorative rings */
.preloader-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.preloader-ring--1 {
  width: 420px;
  height: 420px;
  border: 1px solid rgba(130, 97, 238, 0.18);
  animation: preloaderRingSpin 10s linear infinite;
}
.preloader-ring--2 {
  width: 280px;
  height: 280px;
  border: 1px dashed rgba(255, 88, 158, 0.22);
  animation: preloaderRingSpin 7s linear infinite reverse;
}
.preloader-ring--3 {
  width: 560px;
  height: 560px;
  border: 1px solid rgba(130, 97, 238, 0.08);
  animation: preloaderRingSpin 16s linear infinite;
}

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

/* Center content */
.preloader-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* Logo */
.preloader-logo {
  width: 130px;
  animation: preloaderLogoPulse 2s ease-in-out infinite;
  filter:
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.55))
    drop-shadow(0 0 18px rgba(130, 97, 238, 0.55));
}

@keyframes preloaderLogoPulse {
  0%, 100% { transform: scale(1);    filter: drop-shadow(0 0 6px rgba(255,255,255,0.55)) drop-shadow(0 0 18px rgba(130,97,238,0.55)); }
  50%       { transform: scale(1.06); filter: drop-shadow(0 0 10px rgba(255,255,255,0.80)) drop-shadow(0 0 28px rgba(130,97,238,0.80)); }
}

/* Progress bar */
.preloader-bar {
  width: 160px;
  height: 3px;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 99px;
  overflow: hidden;
}

.preloader-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 99px;
  background: linear-gradient(90deg, #8261ee, #ff589e, #8261ee);
  background-size: 200% 100%;
  animation: preloaderBarMove 1.8s ease-in-out infinite;
}

@keyframes preloaderBarMove {
  0%   { width: 0%;   background-position: 0% 0; }
  50%  { width: 100%; background-position: 100% 0; }
  100% { width: 100%; background-position: 200% 0; opacity: 0; }
}

/* Label */
.preloader-text {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  animation: preloaderTextBlink 1.8s ease-in-out infinite;
}

@keyframes preloaderTextBlink {
  0%, 100% { opacity: 0.35; }
  50%       { opacity: 0.75; }
}


/* ================================================
   CUSTOM BACKGROUND ANIMATIONS
================================================ */

/* --- Keyframes --- */
@keyframes blobFloat1 {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(40px, -50px) scale(1.08); }
  66%  { transform: translate(-25px, 25px) scale(0.95); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes blobFloat2 {
  0%   { transform: translate(0, 0) scale(1); }
  40%  { transform: translate(-45px, 30px) scale(1.07); }
  70%  { transform: translate(30px, -40px) scale(0.94); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-9px); }
}

@keyframes countPulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.12); }
}

@keyframes shimmerTitle {
  0%   { background-position: -300% center; }
  100% { background-position: 300% center; }
}

/* --- Background decorations on white sections --- */

@keyframes ringExpand {
  0%, 100% { transform: scale(1);   opacity: 0.5; }
  50%       { transform: scale(1.08); opacity: 1;   }
}

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

@keyframes dotDrift {
  0%, 100% { transform: translate(0, 0); }
  50%       { transform: translate(6px, -8px); }
}

.section:not(.colored) {
  overflow: hidden;
  background-image:
    radial-gradient(rgba(130, 97, 238, 0.07) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}

/* Large ring — top right corner */
.section:not(.colored)::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 2px solid rgba(130, 97, 238, 0.18);
  top: -140px;
  right: -140px;
  pointer-events: none;
  z-index: 0;
  animation: ringExpand 7s ease-in-out infinite;
}

/* Smaller dashed ring — bottom left corner */
.section:not(.colored)::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 88, 158, 0.20);
  bottom: -90px;
  left: -90px;
  pointer-events: none;
  z-index: 0;
  animation: ringRotate 20s linear infinite;
}

/* home-feature section */
.home-feature {
  background-image:
    radial-gradient(rgba(130, 97, 238, 0.07) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  overflow: hidden;
}

.home-feature::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid rgba(130, 97, 238, 0.16);
  top: -120px;
  right: -120px;
  pointer-events: none;
  z-index: 0;
  animation: ringExpand 8s ease-in-out infinite;
}

.home-feature::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 88, 158, 0.18);
  bottom: -70px;
  left: -70px;
  pointer-events: none;
  z-index: 0;
  animation: ringRotate 18s linear infinite reverse;
}

/* Inner decorative ring on each section — via pseudo on container */
.section:not(.colored) > .container::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1.5px solid rgba(130, 97, 238, 0.12);
  top: 30px;
  right: 60px;
  pointer-events: none;
  z-index: 0;
  animation: ringExpand 5s ease-in-out infinite 1s;
}

/* Make sure content sits above blobs */
.section > .container,
.home-feature > .container {
  position: relative;
  z-index: 1;
}

/* --- Floating icon animation on feature cards --- */
.features-small-item .icon {
  animation: iconFloat 3.5s ease-in-out infinite;
}

.features-small-item:nth-child(2) .icon { animation-delay: 0.7s; }
.features-small-item:nth-child(3) .icon { animation-delay: 1.4s; }

/* --- Feature card hover lift --- */
.features-small-item {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.features-small-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(130, 97, 238, 0.18);
}

/* --- Work process icon float --- */
.mini .mini-content .mini-box i.wp-icon {
  animation: iconFloat 3s ease-in-out infinite;
}

.mini .mini-content .col-lg-2:nth-child(2) .wp-icon { animation-delay: 0.4s; }
.mini .mini-content .col-lg-2:nth-child(3) .wp-icon { animation-delay: 0.8s; }
.mini .mini-content .col-lg-2:nth-child(4) .wp-icon { animation-delay: 1.2s; }
.mini .mini-content .col-lg-2:nth-child(5) .wp-icon { animation-delay: 1.6s; }
.mini .mini-content .col-lg-2:nth-child(6) .wp-icon { animation-delay: 2.0s; }

/* --- Counter numbers pulse --- */
.count-item strong {
  display: block;
  animation: countPulse 2.8s ease-in-out infinite;
}

.count-item:nth-child(2) strong { animation-delay: 0.5s; }
.count-item:nth-child(3) strong { animation-delay: 1.0s; }
.count-item:nth-child(4) strong { animation-delay: 1.5s; }

/* --- Section title shimmer --- */
.center-heading .section-title,
.left-heading .section-title {
  background: linear-gradient(
    90deg,
    #1e1e1e 20%,
    #8261ee 45%,
    #ff589e 55%,
    #1e1e1e 80%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerTitle 4s linear infinite;
}

.center-heading .section-title::selection,
.left-heading .section-title::selection {
  -webkit-text-fill-color: #fff;
  background: #8261ee;
}

/* ================================================
   FEATURES BIG SECTIONS (bg2.jpg)
================================================ */

#features,
.padding-bottom-100 {
  background-image: url('../images/bg2.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
}

/* Overlay with purple gradient */
#features::before,
.padding-bottom-100::before {
  display: block !important;
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 30, 0.70) 0%,
    rgba(80, 40, 160, 0.45) 50%,
    rgba(10, 5, 30, 0.70) 100%
  ) !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  animation: none !important;
  z-index: 0 !important;
  filter: none !important;
}

#features::after,
.padding-bottom-100::after {
  display: none !important;
}

#features > .container,
.padding-bottom-100 > .container {
  position: relative;
  z-index: 1;
}

/* Text colors on dark bg */
#features .left-heading .section-title,
.padding-bottom-100 .left-heading .section-title {
  -webkit-text-fill-color: #fff;
  background: linear-gradient(90deg, #fff 20%, #c4b0ff 50%, #ff9dc8 65%, #fff 80%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmerTitle 4s linear infinite;
}

#features .left-text p,
.padding-bottom-100 .left-text p {
  color: rgba(255, 255, 255, 0.75);
}

/* Divider line */
#features .hr {
  border-color: rgba(255, 255, 255, 0.12);
}

/* ================================================
   WHY CHOOSE US SECTION
================================================ */

#why-us {
  background-image: url('../images/bg1.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  background-color: transparent !important;
  position: relative;
}

#why-us::before,
#why-us::after {
  display: none !important;
}

#why-us > .container::before,
#why-us > .container::after {
  display: none !important;
}

/* Dark overlay for readability */
#why-us > .container {
  position: relative;
  z-index: 1;
}

#why-us::before {
  display: block !important;
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(10, 5, 30, 0.60) !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  animation: none !important;
  z-index: 0 !important;
}

/* Adapt text colors for dark background */
#why-us .center-heading .section-title {
  -webkit-text-fill-color: #fff;
  background: linear-gradient(90deg, #fff 20%, #c4b0ff 50%, #ff9dc8 65%, #fff 80%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmerTitle 4s linear infinite;
}

#why-us .center-text p {
  color: rgba(255, 255, 255, 0.75);
}

#why-us .why-us-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

#why-us .why-us-item:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  transform: translateY(-6px);
}

#why-us .why-us-text h5 {
  color: #fff;
}

#why-us .why-us-text p {
  color: rgba(255, 255, 255, 0.72);
}

.why-us-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  background: #fff;
  border-radius: 16px;
  padding: 28px 28px;
  height: 100%;
  border: 1px solid rgba(130, 97, 238, 0.10);
  box-shadow: 0 4px 24px rgba(130, 97, 238, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why-us-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(130, 97, 238, 0.16);
}

.why-us-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8261ee, #ff589e);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us-icon i {
  font-size: 20px;
  color: #fff;
}

.why-us-text h5 {
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.why-us-text p {
  font-size: 13px;
  color: #777;
  line-height: 1.85;
  margin: 0;
}

/* ================================================
   SOFTWARE DEVELOPMENT SECTION
================================================ */

/* --- Extra keyframes for SD section --- */
@keyframes sdRingRotate {
  from { transform: rotate(0deg) scale(1); }
  to   { transform: rotate(360deg) scale(1); }
}

@keyframes sdPulseRing {
  0%, 100% { transform: scale(1);    opacity: 0.4; }
  50%       { transform: scale(1.12); opacity: 1;   }
}

@keyframes sdDotPulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.4); }
}

@keyframes sdGradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Dark overlay + purple tint covering the full background image */
#software-development::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  animation: none !important;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 30, 0.72) 0%,
    rgba(100, 50, 200, 0.48) 40%,
    rgba(130, 97, 238, 0.35) 60%,
    rgba(10, 5, 30, 0.72) 100%
  ) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* ::after fully hidden */
#software-development::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  animation: none !important;
}

/* Background image with parallax */
#software-development {
  background-image: url('../images/bg6.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-color: transparent !important;
  position: relative;
}

/* Section title & description on dark bg */
#software-development .center-heading .section-title {
  -webkit-text-fill-color: #fff;
  background: linear-gradient(90deg, #fff 20%, #c4b0ff 50%, #ff9dc8 65%, #fff 80%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmerTitle 4s linear infinite;
}

#software-development .center-text p {
  color: rgba(255, 255, 255, 0.75);
}

/* Extra inner decorative rings via container pseudo */
#software-development > .container {
  position: relative;
  z-index: 1;
}

#software-development > .container::before {
  width: 220px !important;
  height: 220px !important;
  border: 1.5px solid rgba(130, 97, 238, 0.12) !important;
  border-radius: 50% !important;
  background: none !important;
  top: 40px !important;
  left: -80px !important;
  animation: sdPulseRing 6s ease-in-out infinite !important;
}

#software-development > .container::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1.5px dashed rgba(255, 88, 158, 0.16);
  border-radius: 50%;
  bottom: 60px;
  right: -50px;
  pointer-events: none;
  z-index: 0;
  animation: sdRingRotate 12s linear infinite;
}

/* Floating accent dots */
#software-development .sd-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

#software-development .sd-dot-1 {
  width: 12px; height: 12px;
  background: rgba(130, 97, 238, 0.35);
  top: 18%;  left: 6%;
  animation: sdDotPulse 3.5s ease-in-out infinite;
}

#software-development .sd-dot-2 {
  width: 8px; height: 8px;
  background: rgba(255, 88, 158, 0.35);
  top: 35%;  right: 5%;
  animation: sdDotPulse 4.2s ease-in-out infinite 0.8s;
}

#software-development .sd-dot-3 {
  width: 14px; height: 14px;
  background: rgba(130, 97, 238, 0.25);
  bottom: 20%; left: 12%;
  animation: sdDotPulse 5s ease-in-out infinite 1.4s;
}

#software-development .sd-dot-4 {
  width: 9px; height: 9px;
  background: rgba(255, 88, 158, 0.28);
  bottom: 30%; right: 10%;
  animation: sdDotPulse 3.8s ease-in-out infinite 2s;
}

#software-development .sd-dot-5 {
  width: 6px; height: 6px;
  background: rgba(130, 97, 238, 0.40);
  top: 55%; left: 48%;
  animation: sdDotPulse 4.5s ease-in-out infinite 0.5s;
}

/* Carousel */
.shadow-carousel {
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.10),
    0 20px 50px rgba(130, 97, 238, 0.25),
    0 40px 80px rgba(130, 97, 238, 0.12);
  transition: box-shadow 0.4s ease;
}

.shadow-carousel:hover {
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.12),
    0 28px 60px rgba(130, 97, 238, 0.35),
    0 50px 100px rgba(255, 88, 158, 0.12);
}

.sd-carousel-inner {
  border-radius: 16px;
}

.sd-carousel-img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}

/* Purple gradient overlay on carousel slides */
#softwareCarousel .carousel-item {
  position: relative;
}

#softwareCarousel .carousel-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 30, 0.55) 0%,
    rgba(100, 50, 200, 0.38) 40%,
    rgba(130, 97, 238, 0.28) 60%,
    rgba(10, 5, 30, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.sd-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(130, 97, 238, 0.4);
  border: none;
  margin: 0 5px;
  transition: background 0.3s ease;
}

.sd-indicators li.active {
  background: #8261ee;
}

.sd-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  z-index: 10;
  opacity: 1;
}

.sd-control.carousel-control-prev { left: 16px; }
.sd-control.carousel-control-next { right: 16px; }

.sd-control:hover {
  background: #8261ee;
  box-shadow: 0 6px 20px rgba(130, 97, 238, 0.4);
}

.sd-arrow {
  color: #8261ee;
  font-size: 16px;
  transition: color 0.3s ease;
}

.sd-control:hover .sd-arrow {
  color: #fff;
}

/* Service cards — glassmorphism for dark bg */
.sd-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid rgba(130, 97, 238, 0.10);
  box-shadow: 0 4px 24px rgba(130, 97, 238, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sd-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.sd-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8261ee, #ff589e);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.sd-card-icon i {
  font-size: 22px;
  color: #fff;
  }

.sd-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  }

.sd-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .sd-card {
    text-align: center;
  }
  .sd-card-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== Scroll To Top Button ===== */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8261ee, #ff589e);
  border: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(130, 97, 238, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.12);
    opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  }

.scroll-to-top--visible {
    opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  box-shadow: 0 8px 30px rgba(130, 97, 238, 0.70), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.scroll-to-top:active {
  transform: translateY(0px) scale(0.93);
}

@media (max-width: 575px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}
