/*!
Theme Name: The School Management v1.6
Theme URI: https://theschool-management.com/
Author: Weblizar
Author URI: https://weblizar.com/
Description: A comprehensive WordPress theme for school management. Built with Bootstrap 5.3.3, Swiper carousel, and modern web technologies.
Version: 1.6
License: theschool ERP Private License v2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-school-management
Demo: https://theschool-management.com/demo
Support: https://support.weblizar.com/login
*/
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/roboto-400.woff2') format('woff2')
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/roboto-500.woff2') format('woff2')
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/roboto-700.woff2') format('woff2')
}

@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-600.woff2') format('woff2')
}

@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/fraunces-700.woff2') format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/poppins-500.woff2') format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/poppins-600.woff2') format('woff2')
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/poppins-700.woff2') format('woff2')
}

:root {
  --brand: #9250e2;
  --brand-dark: #28b9e0;
  --brand-yellow: #ffdf7e;
  --btn-red: #ff6b6b;
  --ink: #0b2239;
  --muted: #6c7a87;
  --card: #ffffff;
  --soft: #f5f8fb;
  --bg-light: #f4f9ff;
  --bg-dark: #121212;
  --accent: #ffdf7e;
  --shadow: 0 10px 30px rgba(11, 34, 57, 0.08);
  --radius: 18px;
  --size: 360px;
  --duration: 2.8s;
  --c1: #2bb6ff;
  --c2: #007bff;
  --c3: #6f2bff;
  --c4: #4a00ff;
  --sidebar-bg-light: #ffffff;
  --sidebar-bg-dark: #2c2c2c;
  --sm-purple: #7c3aed;
  --sm-blue: #4f6df5;
  --sm-grad: linear-gradient(90deg, #7c3aed, #4f6df5);
  --sm-text-dark: #0f1222;
  --sm-text-gray: #6b7280;
  --sm-card-border: #eceafc;
  --sm-bg-soft: #f7f7fb
}

*,
::after,
::before {
  box-sizing: border-box
}

body,
html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background-color: var(--bg-light);
  overflow-x: hidden;
  padding-top: 105px
}

@media (max-width:992px) {
  body {
    padding-top: 0
  }
}

::selection {
  background: var(--brand-dark);
  color: #fff
}

.text-cyan {
  color: #28b9e0 !important
}

.text-cyan-light {
  color: #65cbf3de !important
}

.btn-cyan {
  background-color: #28b9e0 !important;
  color: #111a2e !important;
  border: none;
  font-weight: 700;
  transition: all .3s ease
}

.btn-cyan:hover {
  background-color: #20a1c4 !important;
  color: #fff !important;
  transform: translateY(-2px)
}

.badge-cyan-subtle {
  background: rgba(40, 185, 224, .15) !important;
  color: #28b9e0 !important;
  border: 1px solid rgba(40, 185, 224, .3) !important
}

.text-brand {
  color: var(--brand) !important
}

.bg-brand {
  background-color: var(--brand) !important
}

.text-purple {
  color: #8b5cf6 !important
}

.badge-purple-subtle {
  background: #f3e8ff !important;
  color: #8b5cf6 !important
}

.text-justify {
  text-align: justify !important
}

.max-w-300 {
  max-width: 300px
}

.max-w-750 {
  max-width: 750px
}

.max-w-800 {
  max-width: 800px
}

.max-w-900 {
  max-width: 900px
}

.table-search-input {
  width: 210px !important
}

.footer-logo-img {
  max-height: 48px;
  width: auto
}

.bar-h-40 {
  height: 40% !important
}

.bar-h-50 {
  height: 50% !important
}

.bar-h-60 {
  height: 60% !important
}

.bar-h-65 {
  height: 65% !important
}

.bar-h-80 {
  height: 80% !important
}

.icon-wrap-blue {
  background: #e9f0ff !important
}

.icon-wrap-purple {
  background: #f3ecff !important
}

.fc-icon-green {
  background: #eefdf5 !important
}

.hero-icon-purple {
  background: #f3ecff !important
}

.hero-icon-blue {
  background: #eff6ff !important
}

.hero-icon-green {
  background: #ecfdf5 !important
}

.hero-icon-amber {
  background: #fffbeb !important
}

.hero-grid h1 {
  font-size: clamp(2.5rem, 4.5vw, 3.8rem) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
  margin-bottom: 20px !important;
  color: #0f1222 !important
}

.hero-grid h1 .grad {
  background: linear-gradient(90deg, #7c3aed, #4f6df5) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  display: inline !important
}

.hero .left-col .badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  padding: 8px 16px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04) !important;
  margin-bottom: 18px !important
}

.stats-row-glass {
  background: rgba(255, 255, 255, .75) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(229, 226, 251, .8) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 25px -5px rgba(15, 18, 34, .06) !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 24px !important;
  gap: 16px !important;
  width: 100% !important;
  margin-top: 24px !important
}

.stats-row-glass .stat {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0 !important
}

.stats-row-glass .icon-wrap {
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin: 0 !important
}

.stats-row-glass .num {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  color: #0f1222 !important
}

.stats-row-glass .label {
  font-size: 12px !important;
  color: #6b7280 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  margin-top: 2px !important
}

.cta-gradient-bg {
  background: linear-gradient(135deg, #fff, #58d2ed) !important;
  color: #fff;
  overflow: hidden
}

.wave-top-shift {
  transform: translateY(-5px)
}

.cta-call-box {
  background: rgba(72, 64, 118, .496);
  padding: 10px 20px;
  border-radius: 50px
}

.cta-glass-card {
  background: rgba(255, 255, 255, .15) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 220px;
  transition: transform .3s ease
}

.cta-glass-card:hover {
  transform: translateY(-5px)
}

.global-clients-title {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #0b2239;
  -webkit-text-fill-color: #0b2239
}

.global-clients-title .text-cyan-light {
  color: #65cbf3 !important;
  -webkit-text-fill-color: #65cbf3 !important
}

.qr-img-box {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain !important
}

.app-store-badge {
  max-width: 100% !important;
  height: auto !important;
  max-height: 45px !important
}

.section-corporate-bg {
  background-image: url('https://i.ibb.co/99Kc53w7/demo-corporate-bg-02.png');
  background-size: cover;
  background-position: center
}

.modal-close-round {
  background-color: rgba(0, 0, 0, .6) !important;
  border-radius: 50% !important;
  padding: 10px !important
}

.about-mission-section {
  background: linear-gradient(135deg, #0f0f3c, #1a1a5e);
  color: #fff;
  overflow: hidden
}

.about-story-section {
  background: linear-gradient(135deg, #0a0f3c, #1d2951)
}

.gradient-text-orange {
  background: linear-gradient(90deg, #ff9c3b, #ff3b7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.gradient-text-teal {
  background: linear-gradient(90deg, #00bfa5, #3b82ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.about-hover-card {
  transition: transform .5s ease;
  cursor: pointer
}

.about-hover-card:hover {
  transform: rotate(5deg) scale(1.05)
}

.about-hover-card-alt:hover {
  transform: rotate(-5deg) scale(1.05)
}

.about-circle-gradient-1 {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: conic-gradient(#ff9c3b, #ff3b7f, #3b82ff);
  z-index: 1;
  filter: blur(15px)
}

.about-circle-gradient-2 {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: conic-gradient(#00bfa5, #3b82ff, #ff3b7f);
  z-index: 1;
  filter: blur(15px)
}

.about-circle-gradient-3 {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, #ff9c3b, #ff3b7f, #3b82ff, #00bfa5, #ff9c3b);
  z-index: 1;
  filter: blur(15px);
  opacity: .7;
  transition: opacity .5s ease, transform .5s ease;
  animation: rotateGradient 6s linear infinite
}

.about-team-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border: 5px solid rgba(255, 255, 255, .2)
}

.about-team-img-sm {
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border: 5px solid rgba(255, 255, 255, .2)
}

.about-float-icon-1 {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 3;
  animation: float1 3s ease-in-out infinite
}

.about-float-icon-2 {
  position: absolute;
  bottom: 10px;
  left: -10px;
  z-index: 3;
  animation: float2 4s ease-in-out infinite
}

.about-float-icon-3 {
  position: absolute;
  bottom: 50%;
  right: -25px;
  z-index: 3;
  animation: float3 5s ease-in-out infinite
}

.about-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1
}

.about-wave-svg {
  display: block;
  width: 100%;
  height: 160px
}

.about-avatar-wrapper {
  border-radius: 50%;
  padding: 10px;
  display: inline-block
}

.about-founder-img {
  width: 500px;
  height: 500px;
  object-fit: cover
}

.about-badge-floating {
  bottom: -20px;
  left: -30px;
  width: 180px;
  z-index: 2
}

.text-light-500 {
  color: #cfcfcf !important;
  font-weight: 500
}

.text-light-muted {
  color: #bababa !important
}

.single-nav-btn {
  display: inline-block;
  background: #6c5ce7;
  color: #fff;
  padding: .8rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(108, 92, 231, .3);
  transition: all .3s ease;
  text-align: center;
  flex: 1 1 45%;
  max-width: 45%
}

.single-nav-btn:hover {
  color: #fff;
  background: #5649c0;
  transform: translateY(-2px)
}

.sidebar-search-input {
  flex: 1 1 70%;
  padding: 10px 15px;
  border: 2px solid #6c5ce7;
  border-radius: 50px;
  outline: 0;
  font-size: 15px;
  transition: all .3s ease
}

.sidebar-search-btn {
  background: #6c5ce7;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  flex: 0 0 auto
}

.sidebar-search-btn:hover {
  background: #5649c0
}

.client-detail-container {
  min-height: 80vh
}

.demo-hero-img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  filter: drop-shadow(5px 5px 10px rgba(70, 70, 70, .5))
}

.demo-backdrop-svg {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .5
}

.demo-preview-img {
  max-height: 600px;
  z-index: 1
}

.screenshot-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  z-index: -1
}

.country:first-child {
  animation-delay: 0s
}

.country:nth-child(2) {
  animation-delay: .2s
}

.country:nth-child(3) {
  animation-delay: .4s
}

.country:nth-child(4) {
  animation-delay: .6s
}

.country:nth-child(5) {
  animation-delay: .8s
}

.country:nth-child(6) {
  animation-delay: 1s
}

.country:nth-child(7) {
  animation-delay: 1.2s
}

.country:nth-child(8) {
  animation-delay: 1.4s
}

.country:nth-child(9) {
  animation-delay: 1.6s
}

.country:nth-child(10) {
  animation-delay: 1.8s
}

.country:nth-child(11) {
  animation-delay: 2s
}

.country:nth-child(12) {
  animation-delay: 2.2s
}

.country:nth-child(13) {
  animation-delay: 2.4s
}

.country:nth-child(14) {
  animation-delay: 2.6s
}

.country:nth-child(15) {
  animation-delay: 2.8s
}

.country:nth-child(16) {
  animation-delay: 3s
}

.country:nth-child(17) {
  animation-delay: 3.2s
}

.country:nth-child(18) {
  animation-delay: 3.4s
}

.country:nth-child(19) {
  animation-delay: 3.6s
}

.country:nth-child(20) {
  animation-delay: 3.8s
}

.country:nth-child(n+21) {
  animation-delay: 4s
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

::selection {
  background: var(--brand-dark);
  color: #fff
}

:root {
  --brand: #7a38c4;
  --brand-dark: #28b9e0;
  --brand-yellow: #ffdf7e;
  --btn-red: #ff6b6b;
  --ink: #0b2239;
  --muted: #6c7a87;
  --card: #ffffff;
  --soft: #f5f8fb;
  --accent: #ffdf7e;
  --shadow: 0 10px 30px rgba(11, 34, 57, 0.08);
  --radius: 18px;
  --text-light: #ffffff;
  --text-dark: #121212;
  --bg-dark: #0b2239;
  --pattern-color: rgba(64, 150, 255, 0.07);
  --bg-light: #f4f9ff;
  --bg-dark: #121212;
  --brand: #9250e2;
  --btn-red: #ff6b6b;
  --ink: #0b2239;
  --muted: #6c7a87;
  --card: #ffffff;
  --soft: #f5f8fb;
  --accent: #ffdf7e;
  --shadow: 0 10px 30px rgba(11, 34, 57, 0.08);
  --radius: 18px;
  --sidebar-bg-light: #ffffff;
  --sidebar-bg-dark: #2c2c2c
}

.brand-font,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Fraunces, Raleway, Segoe UI, Arial, sans-serif
}

.blog-header,
.single_blog_blog {
  margin-top: 0
}

.demo_section {
  margin-top: 0
}

.menu-item-has-children {
  position: relative
}

.menu-item-has-children>.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background-color: #fff;
  min-width: 300px;
  padding: 0
}

.menu-item-has-children:hover>.sub-menu {
  display: block
}

.sub-menu .menu-item-has-children>.sub-menu {
  top: 0;
  left: 100%;
  display: none
}

.sub-menu .menu-item-has-children:hover>.sub-menu {
  display: block
}

.sub-menu {
  transition: opacity .3s ease;
  opacity: 0;
  visibility: hidden
}

.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible
}

.sub-menu {
  list-style: none
}

#menu-main-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center
}

.menu-toggle {
  display: none
}

@media (max-width:991px) {
  .menu-toggle {
    display: block
  }

  .bottomnav-right.hidden {
    display: block
  }
}

#mainNav {
  transition: all .3s ease
}

#mainNav.shrink {
  padding: 5px 0;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

body.dark-mode {
  background-color: var(--bg-dark);
  color: #e2e8f0
}

body.dark-mode .blog-post {
  background-color: #1e293b;
  color: #e2e8f0
}

body.dark-mode .blog-post h1,
body.dark-mode .blog-post h2,
body.dark-mode .blog-post h3,
body.dark-mode .blog-post h4,
body.dark-mode .blog-post h5,
body.dark-mode .blog-post h6,
body.dark-mode .entry-title {
  color: var(--brand-yellow, #ffdf7e)
}

body.dark-mode .blog-post .text-muted,
body.dark-mode .entry-meta {
  color: #94a3b8 !important
}

body.dark-mode .sidebar {
  background-color: #1e293b;
  color: #e2e8f0
}

body.dark-mode .sidebar h5 {
  color: var(--brand-yellow, #ffdf7e)
}

body.dark-mode .blog-post a,
body.dark-mode .cat-card-title a,
body.dark-mode .category-list a,
body.dark-mode .entry-content a,
body.dark-mode .footer-item,
body.dark-mode .post-categories a,
body.dark-mode .post-tags a,
body.dark-mode .recent-posts a,
body.dark-mode .sidebar a,
body.dark-mode a {
  color: #38bdf8;
  transition: color .25s ease, border-color .25s ease
}

body.dark-mode .blog-post a:hover,
body.dark-mode .cat-card-title a:hover,
body.dark-mode .category-list a:hover,
body.dark-mode .entry-content a:hover,
body.dark-mode .footer-item:hover,
body.dark-mode .post-categories a:hover,
body.dark-mode .post-tags a:hover,
body.dark-mode .recent-posts a:hover,
body.dark-mode .sidebar a:hover,
body.dark-mode a:hover {
  color: var(--brand-yellow, #ffdf7e)
}

body.dark-mode .footer-item {
  border-color: rgba(56, 189, 248, .3);
  background: rgba(30, 41, 59, .8)
}

body.dark-mode .footer-item:hover {
  border-color: var(--brand-yellow, #ffdf7e);
  background: rgba(51, 65, 85, .9)
}

body.dark-mode .comment-section {
  background-color: #1e293b;
  color: #e2e8f0
}

body.dark-mode input,
body.dark-mode textarea {
  background-color: #333;
  color: #fff
}

body.dark-mode input:focus,
body.dark-mode textarea:focus {
  border-color: var(--brand-yellow);
  box-shadow: 0 0 8px rgba(255, 223, 126, .4)
}

body.dark-mode .page-link {
  color: var(--brand-yellow)
}

body.dark-mode .page-link:hover {
  background-color: var(--brand-dark);
  color: #fff
}

body.dark-mode .page-item.active .page-link {
  background-color: var(--brand-yellow);
  color: #000
}

body.dark-mode .btn-primary {
  background-color: var(--brand-yellow);
  color: #000
}

body.dark-mode .btn-primary:hover {
  background-color: var(--brand);
  color: #fff
}

body.dark-mode {
  background-color: var(--bg-dark);
  color: var(--text-dark)
}

body.dark-mode .blog-post,
body.dark-mode .comment-section,
body.dark-mode .sidebar {
  color: var(--text-dark)
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: var(--brand-yellow)
}

body.dark-mode .text-muted {
  color: #aaa !important
}

body.dark-mode a {
  color: var(--brand)
}

body.dark-mode a:hover {
  color: var(--brand-dark)
}

body.dark-mode li,
body.dark-mode p,
body.dark-mode span,
body.dark-mode strong {
  color: var(--bg-light)
}

nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

.topnav {
  overflow: hidden;
  width: 100%;
  top: 0
}

.bottomnav {
  top: 0;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100
}

.bottomnav a,
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 14px;
  min-width: 20px;
  transition: box-shadow 1s ease
}

.topnav a i {
  float: left;
  line-height: 20px;
  margin-right: 10px;
  color: #fff
}

.bottomnav a {
  color: var(--brand-dark);
  transition: all .1s ease-in-out;
  margin: 5px
}

.bottomnav-right a {
  position: relative;
  text-decoration: none;
  color: var(--brand-dark);
  font-weight: 500;
  padding: .4rem .5rem;
  transition: color .3s;
  z-index: 1
}

.bottomnav-right a:hover {
  color: var(--bg-light)
}

.nav-common-btn {
  background-color: var(--btn-red);
  font-size: 1rem;
  cursor: pointer;
  color: #fff !important;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 50px 15px;
  transition: .3s;
  padding: 8px 20px !important
}

.nav-common-btn:hover {
  background: 0 0
}

.bottomnav-right a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand-dark);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
  z-index: -1
}

.bottomnav-right a.active::before,
.bottomnav-right a:hover::before {
  transform: scaleX(1)
}

.bottomnav a.active,
.topnav a.active {
  color: var(--card)
}

.topnav-right {
  float: right;
  position: relative
}

.bottomnav-right {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  overflow: visible;
  z-index: 1
}

.bottomnav-right>a {
  position: relative;
  padding: 10px 5px;
  text-decoration: none;
  font-weight: 500;
  color: var(--brand-dark);
  transition: all .3s
}

.bottomnav {
  position: static;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto
}

.topnav-right:before {
  position: absolute;
  content: '';
  left: -80px;
  top: 0;
  border-top: 62px solid var(--brand-dark);
  border-left: 80px solid transparent
}

.topnav {
  position: static;
  max-width: 100%;
  padding: 0;
  margin: 0 auto
}

.topnav-right {
  background: var(--brand-dark)
}

.logo {
  width: 100%;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  position: absolute;
  top: 10px;
  left: 5%
}

.logo img {
  display: inline-block;
  height: 80px;
  width: auto;
  vertical-align: center
}

.black-bar {
  position: absolute;
  width: 50%;
  height: 60px;
  background: var(--brand-dark);
  top: 0;
  right: 0;
  z-index: -1
}

.bottomnav-right>a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand-dark);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
  z-index: -1
}

.bottomnav-right>a.active::before,
.bottomnav-right>a:hover::before {
  transform: scaleX(1);
  color: var(--bg-light)
}

.dropdown {
  position: relative;
  z-index: 999
}

.dropbtn {
  background: 0 0;
  border: none;
  font-size: 16px;
  color: var(--brand-dark);
  cursor: pointer;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all .3s
}

.dropbtn i {
  font-size: 13px;
  transition: transform .3s ease
}

.dropdown:hover .dropbtn i {
  transform: rotate(180deg)
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  z-index: 1000
}

.dropdown-content li a {
  display: block;
  padding: 10px 15px;
  color: var(--brand-dark);
  text-decoration: none;
  font-size: 15px;
  transition: background .3s ease
}

.dropdown:hover .dropdown-content {
  display: block
}

@media (max-width:991px) {
  .dropdown-content {
    position: static;
    display: none;
    box-shadow: none;
    background: #f9f9f9;
    margin-left: 15px
  }

  .dropdown.active .dropdown-content {
    display: block
  }

  .dropbtn {
    width: 100%;
    text-align: left
  }

  .dropbtn i {
    margin-left: auto
  }
}

.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 30px;
  right: 15px;
  color: var(--brand)
}

@media (max-width:991px) {
  .menu-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    top: 35px;
    right: 15px
  }

  .bottomnav-right {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    padding: 1rem;
    transform-origin: top;
    transition: all .4s ease
  }

  .bottomnav-right.show {
    display: flex !important;
    animation: slideDownMenu .4s ease forwards
  }

  @keyframes slideDownMenu {
    from {
      opacity: 0;
      transform: translateY(-15px)
    }

    to {
      opacity: 1;
      transform: translateY(0)
    }
  }

  .bottomnav-right ul {
    flex-direction: column;
    width: 100%;
    gap: 0
  }

  .bottomnav-right ul li {
    width: 100%
  }

  .bottomnav-right ul li .dropbtn,
  .bottomnav-right ul li a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left
  }

  .dropdown-content li a i {
    margin-right: 8px;
    color: var(--brand-dark)
  }

  .dropdown-content {
    position: static;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    background: #f9f9f9;
    box-shadow: none;
    transition: all .4s ease
  }

  .dropdown.active .dropdown-content {
    max-height: 500px;
    opacity: 1
  }

  .dropdown .dropbtn i {
    transition: transform .3s ease
  }

  .dropdown.active .dropbtn i {
    transform: rotate(180deg)
  }
}

.hero-premium {
  position: relative;
  color: #fff;
  padding: 0;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  font-family: Poppins, sans-serif;
  background: radial-gradient(circle at top left, rgba(95, 165, 255, .22), transparent 18%), radial-gradient(circle at bottom right, rgba(170, 84, 255, .16), transparent 24%), linear-gradient(135deg, #050e21 0, #0b1d42 35%, #132d62 100%)
}

.hero-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(7, 16, 35, .5));
  pointer-events: none
}

.hero-premium::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  top: -90px;
  right: -90px;
  background: rgba(86, 168, 255, .18);
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none
}

.hero-premium .container {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px
}

.glass {
  backdrop-filter: blur(24px);
  background: rgba(10, 22, 44, .82);
  border-radius: 2rem;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 45px 120px rgba(0, 0, 0, .34)
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  padding: .45rem 1.2rem;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 1.3rem;
  color: #fff
}

.pill:hover {
  transform: translateY(-1px)
}

.hero-title {
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.05em;
  margin-bottom: 1rem
}

.hero-title span {
  display: inline-block;
  font-size: clamp(4rem, 6vw, 6.4rem)
}

.highlight {
  background: linear-gradient(90deg, #7af6ff, #a46dff, #ff6bd7);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientText 6s ease infinite
}

.hero-subtitle {
  font-size: 1.05rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, .84);
  line-height: 1.75;
  max-width: 720px
}

.hero-buttons .btn {
  border-radius: 50px;
  font-weight: 700;
  padding: 1rem 2rem;
  min-width: 180px;
  transition: all .35s ease
}

.btn.hover-glow:hover {
  box-shadow: 0 20px 60px rgba(122, 246, 255, .28);
  transform: translateY(-6px)
}

.hero-buttons .btn.btn-light {
  background: linear-gradient(135deg, #5ad7ff, #7e7cff);
  border: none;
  color: #08112b
}

.hero-buttons .btn.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .35)
}

.hero-buttons .btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, .08)
}

.hero-mockup {
  min-height: 720px;
  position: relative;
  z-index: 1
}

.hero-mockup::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(122, 246, 255, .16), transparent 24%), radial-gradient(circle at 80% 20%, rgba(255, 106, 213, .12), transparent 20%);
  pointer-events: none;
  z-index: 0
}

.floating-card {
  position: absolute;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(2, 19, 62, .45);
  transition: transform .45s ease, box-shadow .45s ease;
  z-index: 2
}

.floating-card:hover {
  transform: translateY(-28px) rotate(0);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .55)
}

.floating-card img {
  width: 100%;
  display: block;
  border-radius: 1.5rem
}

.card-1 {
  top: 20px;
  right: 38%;
  width: 320px;
  transform: rotate(-5deg)
}

.card-2 {
  top: 126px;
  right: -10px;
  width: 360px;
  transform: rotate(4deg)
}

.card-3 {
  top: 310px;
  right: 30%;
  width: 420px;
  transform: rotate(-1deg)
}

@media(max-width:991px) {
  .hero-premium {
    padding: 40px 0;
    min-height: calc(100vh - 40px)
  }

  .glass {
    padding: 2rem;
    max-width: 760px;
    margin: 0 auto
  }

  .hero-mockup {
    min-height: auto;
    margin-top: 40px
  }

  .card-1,
  .card-2,
  .card-3 {
    position: static;
    width: 92%;
    margin: 18px auto;
    transform: rotate(0)
  }

  .hero-title {
    font-size: 2.8rem
  }

  .hero-title span {
    font-size: 3.6rem
  }

  .hero-buttons {
    justify-content: center
  }
}

@media (max-width:576px) {
  .hero-premium {
    padding: 30px 0;
    min-height: auto
  }

  .glass {
    padding: 1.4rem
  }

  .hero-title {
    font-size: 2.2rem
  }

  .hero-title span {
    font-size: 2.8rem
  }

  .hero-subtitle {
    font-size: .96rem
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: none
  }

  .card-1,
  .card-2,
  .card-3 {
    width: 100%;
    margin: 16px auto
  }
}

section {
  scroll-margin-top: 90px
}

.card {
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow)
}

.card.hover-rise {
  transition: transform .25s ease, box-shadow .25s ease
}

.card.hover-rise:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 34, 57, .12)
}

.icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef7ff;
  color: var(--brand)
}

.feature-subtitle {
  font-size: 1.1rem;
  color: #475569;
  max-width: 700px;
  margin: 10px auto 0;
  padding-bottom: 30px;
  line-height: 1.6;
  font-weight: 500;
  opacity: .9;
  animation: fadeIn 1.5s ease-in-out
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.feature-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 5%;
  margin-top: 0
}

.feature-hero-text {
  max-width: 600px;
  z-index: 2;
  padding-left: 5%
}

.feature-hero-text h1 {
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  padding-bottom: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2
}

.feature-hero-text p {
  font-size: 1.2rem;
  margin-top: 15px;
  color: var(--muted);
  margin-bottom: 30px
}

.feature-hero-text .btn:hover {
  transform: scale(1.05);
  background: #1e40af
}

.feature-hero-img {
  position: relative;
  animation: float 6s ease-in-out infinite alternate
}

.feature-hero-img img {
  width: 700px;
  max-width: 100%;
  filter: drop-shadow(10px 20px 30px rgba(59, 130, 246, .7))
}

.floating-badge {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: .95rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  transition: transform .3s ease, box-shadow .3s ease
}

.floating-badge i {
  font-size: 1rem;
  margin-right: 6px
}

.floating-badge {
  background: #4da3ff;
  color: #fff
}

.floating-badge.warning {
  background: #fc0;
  color: #1a1a1a
}

.floating-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}

@keyframes float {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-20px)
  }
}

.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--bg-light), var(--brand-dark));
  border: 5px solid rgba(255, 255, 255, .854);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2), 0 0 20px rgba(59, 130, 246, .4);
  backdrop-filter: blur(10px);
  margin: 0 auto 20px;
  transition: all .4s ease;
  position: relative;
  overflow: hidden
}

.icon-circle::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .15) 0, transparent 70%);
  top: -10%;
  left: -10%;
  z-index: 0;
  filter: blur(15px);
  transition: all .4s ease
}

.feature-card:hover .icon-circle {
  transform: rotate(20deg) scale(1.15);
  box-shadow: 0 12px 25px rgba(0, 0, 0, .25), 0 0 30px rgba(147, 51, 234, .5)
}

.feature-card:hover .icon-circle::before {
  transform: scale(1.2)
}

.feature-section {
  position: relative;
  background: var(--soft)
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  transition: all .35s ease;
  position: relative;
  z-index: 1;
  border: 2px solid transparent
}

.feature-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .2);
  border: 2px solid #fff
}

.feature-card:hover .icon-circle-bg {
  transform: rotate(15deg) scale(1.15);
  box-shadow: 0 0 25px rgba(255, 255, 255, .6)
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--soft);
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
  transition: all .35s ease
}

.icon-circle-bg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--muted);
  background: var(--soft);
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
  transition: all .35s ease
}

.feature-card:hover {
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 0 20px var(--brand-dark);
  border: 2px solid var(--brand-dark)
}

.feature-card:hover .icon-circle {
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 0 20px var(--brand-dark);
  border: 2px solid var(--soft)
}

@media (max-width:576px) {
  .feature-card {
    padding: 15px
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    font-size: 22px
  }

  .feature-hero-text h1 {
    font-size: 2rem
  }
}

.client-feedback-section {
  background-color: var(--bg-light)
}

.feature-feedback-card {
  background-color: var(--accent);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  border-bottom: 5px solid var(--btn-red)
}

.feature-feedback-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
  border-bottom: 5px solid var(--btn-red);
  border-right: 5px solid var(--brand);
  background-color: var(--brand-dark);
  color: #f3f4f6
}

.feature-feedback-card p {
  font-style: italic;
  font-size: 1rem;
  transition: color .3s ease
}

.feature-feedback-card:hover p {
  color: #f3f4f6
}

.feature-feedback-card small {
  font-size: .85rem;
  color: var(--brand)
}

@media (max-width:576px) {
  .feature-feedback-card {
    padding: 15px
  }
}

.faq-section {
  background-color: #f9fafb
}

.accordion-button {
  background-color: #fff;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  border-radius: .75rem !important;
  transition: background .3s ease
}

.accordion-button img {
  width: 24px;
  height: 24px
}

.accordion-button span {
  flex: 1;
  font-size: 1rem;
  text-align: left
}

.accordion-button i.faq-icon {
  font-size: 1rem;
  transition: transform .3s ease;
  color: #0c4a6e
}

.accordion-button:not(.collapsed) i.faq-icon {
  transform: rotate(45deg)
}

.accordion-body {
  background-color: #fff;
  padding: 1rem 1.5rem;
  font-size: .95rem;
  color: #4b5563;
  border-top: 1px solid #e2e8f0
}

.accordion-item {
  border: none
}

@media (max-width:576px) {
  .accordion-button {
    padding: 1rem;
    font-size: .95rem
  }

  .accordion-button img {
    width: 20px;
    height: 20px
  }
}

.cta-section {
  min-height: 320px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  display: flex;
  justify-content: center;
  text-align: center;
  background: var(--brand-dark)
}

.cta-section h2 {
  font-weight: 900;
  letter-spacing: .05em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  color: var(--bg-light)
}

.cta-section p {
  font-size: 1.25rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}

.feature-cta-img {
  width: 50%;
  height: 50%
}

.cta-btn:focus,
.cta-btn:hover {
  background-color: #1e40af;
  color: #f3f4f6;
  box-shadow: 0 8px 20px rgba(30, 64, 175, .6);
  transform: translateY(-3px);
  text-decoration: none
}

@media (max-width:576px) {
  .cta-section h2 {
    font-size: 1.8rem
  }

  .cta-section p {
    font-size: 1rem
  }
}

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  font-family: Fraunces, Raleway, Segoe UI, Arial, sans-serif
}

.section-title2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  font-family: Fraunces, Raleway, Segoe UI, Arial, sans-serif;
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.section-title2 h2 {
  margin: 0;
  text-align: center
}

.section-title2 .subtitle {
  margin-top: 15px;
  text-align: center;
  max-width: 700px
}

.gradient-text {
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.section-sub {
  font-size: 1.1rem;
  color: #555
}

.ai-section {
  position: relative;
  padding: 4rem 2rem;
  background: rgba(15, 23, 42, .03);
  border: 1px solid rgba(37, 117, 252, .12);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(37, 117, 252, .06)
}

.ai-section::after,
.ai-section::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .7
}

.ai-section::before {
  width: 280px;
  height: 280px;
  top: -70px;
  right: -80px;
  background: rgba(37, 117, 252, .28)
}

.ai-section::after {
  width: 220px;
  height: 220px;
  bottom: -60px;
  left: -60px;
  background: rgba(106, 17, 203, .22)
}

.ai-section .section-title {
  background: rgba(255, 255, 255, .12);
  padding: 1rem 1.4rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(37, 117, 252, .08)
}

.ai-section .section-sub {
  color: #697489
}

@media (max-width:768px) {
  .ai-section {
    padding: 3rem 1.2rem
  }
}

.btn-premium {
  background: linear-gradient(90deg, #2575fc, #6a11cb);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px 15px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(37, 117, 252, .3);
  transition: all .35s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.btn-premium:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(37, 117, 252, .5)
}

.feature-cards {
  display: flex;
  gap: 15px;
  flex-wrap: wrap
}

:root {
  --sm-purple: #7c3aed;
  --sm-blue: #4f6df5;
  --sm-grad: linear-gradient(90deg, #7c3aed, #4f6df5);
  --sm-text-dark: #0f1222;
  --sm-text-gray: #6b7280;
  --sm-card-border: #eceafc;
  --sm-bg-soft: #f7f7fb
}

.hero {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background: 0 0;
  color: var(--sm-text-dark)
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2430;
  margin-bottom: 24px;
  border: 1px solid #e5e2fb
}

.hero-grid h1 {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  color: var(--bg-dark);
  justify-content: flex-start
}

.hero-grid h1 .grad {
  background: var(--sm-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.subtitle {
  font-size: 19px;
  font-weight: 700;
  color: #1f2430;
  margin-bottom: 14px
}

.desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--sm-text-gray);
  max-width: 480px;
  margin-bottom: 32px
}

.cta-row {
  display: flex;
  gap: 14px;
  margin-bottom: 36px
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 26px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none
}

.btn-primary {
  background: var(--sm-grad);
  color: #fff;
  box-shadow: 0 10px 25px -8px rgba(90, 80, 240, .55)
}

.btn-secondary {
  background: #fff;
  color: var(--sm-text-dark);
  border: 1.5px solid #e7e5ef
}

.stats-row {
  display: flex;
  gap: 34px;
  margin-bottom: 34px;
  flex-wrap: wrap
}

.stat {
  display: flex;
  align-items: center;
  gap: 10px
}

.icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.num {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
  color: #0f1222
}

.label {
  font-size: 13px;
  color: #1e293b;
  font-weight: 600
}

.collage {
  position: relative;
  background: 0 0;
  border-radius: 32px;
  padding: 36px;
  min-height: 500px
}

.collage img {
  width: 100%;
  height: auto
}

.ai-pill {
  position: absolute;
  top: 18px;
  right: 28px;
  background: #fff;
  border: 1px solid #ece9fb;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .12);
  z-index: 5
}

.float-card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 16px 32px -14px rgba(20, 10, 60, .28);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px
}

.fc-dashboard {
  top: 50px;
  left: 30px;
  font-size: 13px;
  font-weight: 700
}

.fc-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #f2effe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.fc-performance {
  top: 70px;
  right: 0;
  width: 145px;
  padding: 8px 10px;
  z-index: 6;
  flex-direction: column;
  align-items: flex-start
}

.fc-performance .title {
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1e293b
}

.fc-performance .title span {
  color: #94a3b8;
  font-weight: 400
}

.perf-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 36px
}

.bars span {
  width: 6px;
  background: #c9c2fb;
  border-radius: 2px
}

.ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: conic-gradient(var(--sm-purple) 0 78%, #eceafc 78% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ring span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--sm-purple)
}

.fc-realtime {
  bottom: 70px;
  right: -6px;
  z-index: 6
}

.fc-realtime .realtime-info {
  display: flex;
  flex-direction: column
}

.fc-realtime .realtime-title {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
  line-height: 1.2
}

.fc-realtime .growth {
  font-size: 16px;
  font-weight: 800;
  color: #16a34a;
  line-height: 1.2;
  margin-top: 2px
}

.fc-analytics {
  bottom: 70px;
  left: 30px;
  z-index: 7;
  font-size: 13px;
  font-weight: 700
}

.fc-analytics .title {
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 10px
}

.analytics-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 50px;
  margin-bottom: 6px
}

.analytics-bars span {
  flex: 1;
  background: var(--sm-grad);
  border-radius: 3px
}

.features {
  max-width: 1440px;
  margin: 8px auto 0;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  border: 1px solid #eee9fb;
  border-radius: 24px
}

.feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0 12px
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.feature h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px
}

.feature p {
  font-size: 13px;
  color: var(--sm-text-gray);
  line-height: 1.4
}

@media (max-width:1100px) {
  .hero-grid {
    grid-template-columns: 1fr
  }

  .collage {
    min-height: 520px;
    order: -1
  }

  .features {
    grid-template-columns: repeat(2, 1fr)
  }

  h1 {
    font-size: 42px
  }
}

.feature-cards .card {
  flex: 1 1 calc(33% - 10px);
  min-width: 150px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  transition: all .3s ease;
  border: 1px solid rgba(0, 0, 0, .05);
  position: relative;
  z-index: 1
}

.feature-cards .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .15)
}

.feature-cards .icon {
  font-size: 2rem;
  margin-bottom: 10px
}

.feature-cards h3 {
  font-weight: 700;
  margin-bottom: 6px;
  color: #333
}

.feature-cards p {
  font-size: .9rem;
  color: #666;
  margin: 0
}

.image-box {
  position: relative;
  display: inline-block
}

.image-box img {
  border-radius: 20px;
  transition: transform .5s ease
}

.image-box:hover img {
  transform: scale(1.05)
}

#pricing {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--brand-dark), #fff);
  position: relative;
  padding: 60px 20px
}

.floating-shape {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: .2;
  animation: float 6s ease-in-out infinite;
  z-index: 1
}

.shape1 {
  background: radial-gradient(circle, #ff6a00, #ee0979);
  top: -40px;
  left: -40px
}

.shape2 {
  background: radial-gradient(circle, #24c6dc, #514a9d);
  bottom: -40px;
  right: -40px
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) translateX(0)
  }

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

.glowing-header {
  background-size: 300% 300%;
  animation: gradientMove 4s ease infinite
}

@keyframes gradientMove {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.glowing-badge {
  box-shadow: 0 0 15px rgba(255, 255, 255, .6);
  animation: badgeGlow 2s infinite alternate
}

@keyframes badgeGlow {
  0% {
    box-shadow: 0 0 15px rgba(255, 255, 255, .6)
  }

  100% {
    box-shadow: 0 0 30px #fff
  }
}

.btn-gradient {
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  color: #fff;
  transition: all .3s ease;
  margin-bottom: 0;
  display: flex
}

.btn-gradient:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
  color: var(--bg-light)
}

.pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  transition: all .35s ease;
  background: #fff
}

.pricing-card:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, .15)
}

.pricing-card .card-header {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center
}

.pricing-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem
}

.pricing-card .display-6 {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}

.pricing-card .card-description {
  min-height: 55px;
  margin-bottom: 1rem
}

.pricing-card ul {
  flex: 1;
  margin-bottom: 0;
  padding-left: 0
}

.pricing-card ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  list-style: none;
  color: #373737;
  line-height: 1.6;
  font-size: .95rem
}

.pricing-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4f6ff;
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px
}

.pricing-card ul li:hover {
  color: var(--brand-dark);
  transform: translateX(4px)
}

.pricing-card .card-footer-content {
  margin-top: auto;
  padding-top: 20px
}

.pricing-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px
}

.pricing-card .btn {
  margin-top: auto;
  padding: .85rem 1rem;
  font-weight: 600
}

@media (max-width:992px) {
  #pricing {
    padding: 50px 15px
  }

  .floating-shape {
    width: 90px;
    height: 90px
  }

  .shape1 {
    top: -30px;
    left: -30px
  }

  .shape2 {
    bottom: -30px;
    right: -30px
  }
}

@media (max-width:768px) {
  #pricing {
    padding: 40px 10px
  }

  .floating-shape {
    width: 70px;
    height: 70px
  }

  .shape1 {
    top: -20px;
    left: -20px
  }

  .shape2 {
    bottom: -20px;
    right: -20px
  }

  .pricing-card {
    margin-bottom: 30px
  }
}

@media (max-width:480px) {
  #pricing {
    padding: 30px 5px
  }

  .pricing-card .card-header {
    font-size: 1rem;
    padding: .5rem 0
  }

  .pricing-card .card-body p.display-6 {
    font-size: 1.5rem
  }

  .floating-shape {
    width: 50px;
    height: 50px
  }

  .shape1 {
    top: -15px;
    left: -15px
  }

  .shape2 {
    bottom: -15px;
    right: -15px
  }
}

@media (max-width:575.98px) {
  .display-4 {
    font-size: 2rem
  }

  .hero-illu {
    min-height: 180px
  }
}

.offer-strip {
  width: 100%;
  background: #fc0;
  color: #000;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.offer-strip a {
  color: #000;
  font-weight: 700;
  text-decoration: none
}

.offer-strip a:hover {
  text-decoration: underline
}

.offer-card {
  position: relative;
  background: linear-gradient(135deg, #0c1022, #1a2238);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  padding: 30px 20px 60px;
  text-align: center;
  overflow: hidden;
  transition: all .3s ease
}

.offer-card:hover {
  transform: scale(1.03) rotate(-.5deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .6)
}

.offer-card .ribbon {
  position: absolute;
  top: 15px;
  right: -35px;
  width: 130px;
  height: 35px;
  background: linear-gradient(45deg, #f9d423, #ff4e50);
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  z-index: 2
}

.pricing-amount {
  line-height: 1.2
}

.old-price {
  font-size: 1.5rem;
  color: #6c757d;
  opacity: .8
}

.new-price {
  font-size: 3rem;
  color: #fff;
  font-weight: 800
}

@media (max-width:992px) {
  .old-price {
    font-size: 1.3rem
  }

  .new-price {
    font-size: 2.5rem
  }
}

@media (max-width:576px) {
  .old-price {
    font-size: 1.1rem
  }

  .new-price {
    font-size: 2rem
  }
}

.offer-card .offer-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  background: var(--brand-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
  z-index: 2;
  animation: bounce 1.5s infinite
}

.offer-card .offer-icon svg {
  width: 22px;
  height: 22px;
  fill: #000
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

.offer-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(45deg, #f9d423, #ff4e50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  margin-top: 40px
}

.offer-card p {
  color: #ccc;
  font-size: .95rem;
  margin-bottom: 25px
}

.offer-btn {
  background: linear-gradient(45deg, #f9d423, #ff4e50);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 8px;
  transition: all .3s ease;
  position: relative;
  z-index: 2
}

.offer-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(249, 212, 35, .5)
}

.license-section {
  background: linear-gradient(135deg, var(--brand-dark));
  color: var(--bg-dark);
  padding: 100px 20px;
  border-radius: 0 0 0 0;
  width: 100%;
  position: relative;
  overflow: hidden
}

.license-section h2 span {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  animation: wordAppear .8s ease-out;
  font-size: 2rem;
  font-weight: 900
}

.license-section h2 span:first-child {
  animation-delay: .2s
}

.license-section h2 span:nth-child(2) {
  animation-delay: .5s
}

.license-section h2 span:nth-child(3) {
  animation-delay: .8s
}

.license-section h2 span:nth-child(4) {
  animation-delay: 1.1s
}

.license-section h2 span:nth-child(5) {
  animation-delay: 1.4s
}

@keyframes wordAppear {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.contact-call {
  margin-top: 20px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px
}

.contact-call svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

.license-feature-card {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  min-width: 200px;
  transition: transform .3s, box-shadow .3s;
  cursor: pointer
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .3)
}

.feature-card i {
  font-size: 1.8rem
}

.feature-title {
  font-weight: 700;
  font-size: 1.2rem
}

.feature-subtitle {
  font-size: .95rem;
  opacity: .85
}

.license-img img {
  max-width: 100%;
  border-radius: 25px;
  transition: transform .3s
}

.license-img img:hover {
  transform: scale(1.02)
}

.country {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .15);
  padding: 5px 12px;
  border-radius: 25px;
  border-bottom: 2px solid var(--brand-dark);
  margin: 3px;
  opacity: 0;
  transform: translateY(15px);
  animation: countryAppear .5s forwards
}

.country img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 50%
}

@keyframes countryAppear {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.footer {
  background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSD5vquVITeBtyEpjKJohZ4p6wl-D-0CEdTsQ&s') no-repeat center center/cover;
  color: #eee;
  position: relative;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  line-height: 1.6
}

@keyframes float {
  0% {
    transform: translateY(0)
  }

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

  100% {
    transform: translateY(0)
  }
}

.float-animate {
  animation: float 3s ease-in-out infinite
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 0
}

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

.footer h4,
.footer h5,
.footer h6 {
  font-weight: 600;
  color: var(--bg-light);
  line-height: 1.6
}

.footer p,
.footer ul li {
  color: #ccc;
  line-height: 1.6;
  font-size: .9rem
}

.footer ul {
  padding-left: 0;
  list-style: none
}

.footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color .3s ease
}

.footer ul li a:hover {
  color: #f0ad4e
}

.footer h4 a,
.footer h5 a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .3s ease, color .3s ease;
  cursor: pointer
}

.footer h4 a:hover,
.footer h5 a:hover {
  color: #f0ad4e;
  border-bottom-color: #f0ad4e
}

.footer ul li {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  transition: background-color .3s ease, color .3s ease
}

.footer ul li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f0ad4e;
  font-size: 1.2em;
  line-height: 1
}

.footer ul li:hover {
  background-color: rgba(240, 173, 78, .5);
  color: #f0ad4e
}

.footer ul li:hover a {
  color: #f0ad4e
}

.footer ul li a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease
}

.footer .d-flex.gap-3 a {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  transition: background-color .3s ease, color .3s ease
}

.footer .d-flex.gap-3 a:hover {
  background-color: #f0ad4e;
  color: #212529
}

.footer i.me-2 {
  color: #f0ad4e;
  font-size: 1.1rem;
  vertical-align: middle;
  transition: transform .3s ease
}

.footer p:hover i.me-2 {
  transform: scale(1.2) rotate(10deg);
  color: #ffc107
}

.footer input.form-control-sm {
  border-radius: .25rem
}

.footer button.btn-warning {
  border-radius: .25rem;
  font-weight: 600;
  transition: background-color .3s ease
}

.footer button.btn-warning:hover {
  background-color: #d89612;
  color: #fff
}

#flipCounter {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, #f0ad4e, #d89612);
  padding: .5rem 1.5rem;
  border-radius: .375rem;
  box-shadow: 0 0 10px rgba(208, 144, 20, .7);
  display: inline-block;
  letter-spacing: .2em;
  user-select: none;
  transition: transform .3s ease;
  text-align: center;
  min-width: 80px
}

#flipCounter:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 193, 7, .9), 0 0 30px rgba(255, 255, 255, .5)
}

.footer .border-top {
  border-color: rgba(255, 255, 255, .15) !important
}

.footer .small {
  color: #bbb
}

.footer .small a {
  color: #bbb;
  text-decoration: none;
  transition: color .3s ease
}

.footer .small a:hover {
  color: #f0ad4e
}

@media (max-width:576px) {

  .footer p,
  .footer ul li {
    font-size: .85rem;
    line-height: 1.6
  }

  #flipCounter {
    font-size: 1.2rem;
    padding: .4rem 1rem;
    line-height: 1.6
  }
}

.transition {
  transition: all .3s ease-in-out
}

.btn-light:hover {
  background-color: #fff;
  color: #00b7f1;
  transform: scale(1.05)
}

.feature-card {
  transition: transform .3s ease, box-shadow .3s ease
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.blog-card a {
  color: #007bff;
  text-decoration: none;
  transition: color .2s ease
}

.blog-card a:hover {
  color: #0056b3
}

.blog-card {
  transition: transform .3s ease, box-shadow .3s ease;
  border-radius: 10px;
  overflow: hidden
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, .1)
}

.blog-card img {
  height: 200px;
  object-fit: cover
}

.blog-card .card-body {
  padding: 1.2rem
}

.blog-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .75rem
}

.blog-card .card-text {
  font-size: .9rem;
  color: #555
}

.blog-card a {
  text-decoration: none;
  font-weight: 500;
  transition: color .2s ease
}

.youtube-section {
  position: relative
}

.youtube-section-container {
  width: 100%;
  margin: auto
}

.youtube-carousel-wrapper {
  overflow: hidden;
  position: relative
}

.youtube-carousel {
  display: flex;
  gap: 20px;
  transition: transform .3s ease
}

.youtube-card {
  flex: 0 0 23%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s
}

.yt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(45deg, red, #ff4d4d);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 6px 15px rgba(255, 0, 0, .35);
  transition: all .3s ease;
  letter-spacing: .3px;
  position: relative;
  overflow: hidden
}

.yt-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 0, 0, .5)
}

.yt-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .6), transparent);
  transition: all .5s
}

.yt-btn:hover::before {
  left: 125%
}

.text-center {
  text-align: center
}

@media (max-width:768px) {
  .yt-btn {
    font-size: .95rem;
    padding: 10px 22px
  }
}

.youtube-card iframe {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  display: block
}

.youtube-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .4)
}

.youtube-card.selected {
  outline: 3px solid #ff7eb3;
  box-shadow: 0 20px 50px rgba(255, 126, 179, .5)
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 1.5rem;
  padding: .5rem 1rem;
  border-radius: 50%
}

#prevBtn {
  left: 10px
}

#nextBtn {
  right: 10px
}

.yt-title {
  background: linear-gradient(135deg, #a1dfe5cb, #def4f9);
  color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
  font-family: Poppins, sans-serif;
  transition: transform .3s ease, box-shadow .3s ease
}

.yt-title:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .3)
}

.yt-title h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 800;
  background: linear-gradient(45deg, #00bfff, #1e90ff, #ff69b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.yt-title h4 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(124, 127, 129, .85)
}

.yt-title p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(108, 108, 108, .9);
  text-align: justify
}

@media (max-width:992px) {
  .youtube-card {
    flex: 0 0 48%
  }

  .youtube-card iframe {
    height: 150px
  }
}

@media (max-width:576px) {
  .youtube-card {
    flex: 0 0 90%
  }

  .youtube-card iframe {
    height: 120px
  }
}

.youtube-section {
  position: relative;
  background: linear-gradient(135deg, #f5f8fb, #fff);
  overflow: hidden
}

.viewport {
  overflow: hidden;
  border-radius: 12px;
  background: var(--card);
  padding: 12px
}

.track {
  display: flex;
  gap: 20px;
  align-items: center;
  will-change: transform;
  flex-wrap: nowrap
}

.video-item {
  flex: 0 0 320px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff
}

.video-item iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block
}

@media (max-width:900px) {
  .video-item {
    flex-basis: 280px;
    height: 158px
  }
}

@media (max-width:600px) {
  .video-item {
    flex-basis: 220px;
    height: 124px
  }
}

.controls {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  align-items: center
}

.controls button {
  background: #111827;
  color: #fff;
  border: 1px solid #2b3944;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer
}

.controls input[type=range] {
  width: 160px
}

.note {
  margin-top: 10px;
  font-size: 13px;
  color: #9aa7b2
}

.yt-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
  filter: blur(30px);
  opacity: .5
}

.yt-shape .shape1 {
  width: 300px;
  height: 300px;
  background: var(--brand);
  top: -100px;
  right: 150px
}

.yt-shape .shape2 {
  width: 250px;
  height: 250px;
  background: var(--brand-dark);
  bottom: -80px;
  left: 100px
}

.yt-shape .shape3 {
  width: 200px;
  height: 200px;
  background: #ffdf7e;
  bottom: 200px;
  left: 600px
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(-20px) rotate(10deg)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

.youtube-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .15)
}

.section-heading {
  text-align: center;
  color: #fff;
  margin-top: 60px;
  padding-top: 60px
}

.section-heading h2 {
  font-size: 2.5rem;
  font-weight: 700
}

.section-heading-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 40px 20px;
  overflow: hidden
}

.section-heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem
}

.section-heading-bg-icon {
  position: absolute;
  font-size: 120px;
  color: rgba(200, 200, 200, .1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  z-index: 0;
  transition: all .5s ease
}

.section-heading-wrapper:hover .section-heading-bg-icon {
  transform: translate(-50%, -50%) rotate(0) scale(1.3);
  color: rgba(255, 0, 0, .15)
}

.section-title {
  font-family: Fraunces, Raleway, sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  color: var(--brand)
}

.section-title .highlight {
  background: linear-gradient(90deg, red, #ff4500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .3s ease
}

.section-heading-wrapper:hover .section-title .highlight {
  transform: scale(1.1)
}

.section-title::after {
  content: '';
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, red, #ff4500);
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
  transition: all .3s ease
}

.section-heading-wrapper:hover .section-title::after {
  width: 120px
}

@media (max-width:991px) {
  .section-heading-container {
    justify-content: center;
    padding: 0 1rem
  }

  .section-heading-wrapper {
    padding: 28px 18px
  }

  .section-heading-bg-icon {
    font-size: 90px
  }

  .section-title {
    font-size: 1.5rem
  }

  .section-title::after {
    width: 80px
  }
}

@media (max-width:575px) {
  .section-heading-wrapper {
    width: 100%;
    padding: 20px 14px
  }

  .section-heading-bg-icon {
    font-size: 68px
  }

  .section-title {
    font-size: 1rem;
    line-height: 1.1
  }

  .section-title::after {
    width: 60px;
    margin-top: 12px
  }
}

.section-sub {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #555;
  position: relative;
  z-index: 1;
  transition: all .3s ease
}

.section-heading-wrapper:hover .section-sub {
  color: red;
  transform: translateY(-3px)
}

.creative-testimonial--slider {
  background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #fff);
  padding: 50px 0
}

.creative-testimonial--slider .testimonial-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover
}

.testimonial-inner .testimonial-heading {
  text-align: center;
  max-width: 60%;
  margin: auto;
  font-size: 2.813rem;
  line-height: 3.125rem;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 50px
}

.testimonial-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 6%
}

.slide-avatar img {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  border: 3px solid var(--brand)
}

.slide-avatar .quote {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 30
}

.slide-avatar .quote i {
  font-size: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 10px;
  color: #fff;
  background-color: var(--brand-dark)
}

.swiper-slide .swiper-slide--inner {
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  align-items: center;
  column-gap: 50px;
  position: relative;
  overflow-x: hidden
}

.swiper-slide--inner .testimonial-detail p {
  margin: 0;
  color: #242e45;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px
}

.swiper-slide--inner .testimonial-detail span {
  color: var(--brand);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal
}

.company-details--row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center
}

.company-details--row .company-box {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 15px
}

.company-details--row .company-box .company-box-inner {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
  transition: all 350ms cubic-bezier(.37, 0, .63, 1);
  background: #fff;
  text-align: center;
  border-radius: 6px
}

.company-box-inner .company-box-top {
  padding-top: 10%;
  padding-bottom: 10%;
  border-bottom: 1px solid #dee2e6
}

.company-box-inner .company-box-top img {
  height: 100px;
  width: auto;
  overflow: hidden
}

.company-box-inner .company-box-bottom {
  padding: 15px
}

.company-box-inner .company-box-bottom span {
  font-size: 15px;
  color: #878898;
  line-height: 30px
}

.company-box-inner .company-box-bottom span strong {
  color: #242e45
}

@media only screen and (max-width:981px) {
  .creative-testimonial--slider {
    padding-left: 10px;
    padding-right: 10px
  }

  .testimonial-inner .testimonial-heading {
    max-width: 100%
  }

  .swiper-slide .swiper-slide--inner {
    padding-left: 0;
    padding-right: 0
  }

  .swiper-button-next.slide-btns,
  .swiper-button-prev.slide-btns {
    display: none
  }

  .company-details--row .company-box {
    padding: 0 5px
  }
}

@media only screen and (max-width:460px) {
  .testimonial-inner .testimonial-heading {
    font-size: 1.813rem;
    line-height: 2.125rem
  }

  .swiper-slide .swiper-slide--inner {
    flex-direction: column;
    text-align: center
  }

  .company-details--row {
    justify-content: center;
    flex-direction: column
  }

  .company-details--row .company-box {
    padding: 0 0;
    margin-bottom: 20px;
    width: 100%
  }
}

.contact-section {
  padding: 80px 20px;
  background-image: url('assets/images/customer-service.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(212, 248, 253, .801);
  z-index: -1
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border: 5px dotted var(--brand-dark);
  padding: 30px;
  border-radius: 10px
}

.contact-info {
  flex: 1;
  min-width: 300px;
  animation: fadeInLeft 1s ease forwards
}

.section-subtitle {
  color: var(--brand-dark);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px
}

.section-title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #333;
  position: relative
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #00ffc3cb, #00a2ffc0, #ff00c8cb);
  margin-top: 10px;
  border-radius: 2px
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f0f0f0);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
  transition: transform .5s ease, background .5s ease, box-shadow .5s ease
}

.info-item:hover {
  transform: translateY(-10px) scale(1.02);
  background: linear-gradient(145deg, #00ffc394, #00a2ff94, #ff00c88f);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .15)
}

.info-item i {
  font-size: 32px;
  color: #00a3ff;
  margin-right: 20px;
  flex-shrink: 0;
  transition: transform .5s ease, color .5s ease, text-shadow .5s ease
}

.info-item:hover i {
  transform: rotate(20deg) scale(1.3) translateY(-5px);
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px #ff00c8
}

.info-item h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #030303;
  font-weight: 600
}

.info-item p {
  color: #555;
  line-height: 1.6
}

.contact-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
  animation: fadeInRight 1s ease forwards;
  perspective: 1000px
}

.contact-image img {
  max-width: 100%;
  border-radius: 30px;
  transition: transform .6s ease, box-shadow .6s ease
}

.contact-image img:hover {
  transform: rotateY(5deg) rotateX(5deg) scale(1.03);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .25)
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@media (max-width:992px) {
  .contact-content {
    flex-direction: column-reverse;
    text-align: center
  }

  .contact-image,
  .contact-info {
    animation: fadeInUp 1s ease forwards
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.app-section {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(135deg, #f9fbff 0, #eaf6ff 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #2a2a2a;
  padding: 100px 0;
  overflow: hidden;
  z-index: 0
}

.app-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, .8), rgba(240, 248, 255, .85));
  backdrop-filter: blur(3px);
  z-index: 1
}

.title-shapes {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none
}

.shape-blob,
.shape-circle {
  position: absolute;
  border-radius: 50%;
  opacity: .25
}

.shape-circle.one {
  width: 200px;
  height: 200px;
  top: 8%;
  left: 5%;
  background: radial-gradient(circle, #00bfff55, transparent);
  animation: floatOne 8s ease-in-out infinite alternate
}

.shape-circle.two {
  width: 160px;
  height: 160px;
  bottom: 12%;
  right: 10%;
  background: radial-gradient(circle, #0072ff55, transparent);
  animation: floatTwo 10s ease-in-out infinite alternate
}

.shape-blob {
  width: 300px;
  height: 300px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #ffffff66, transparent);
  animation: floatBlob 6s ease-in-out infinite alternate
}

@keyframes floatOne {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(25px)
  }
}

@keyframes floatTwo {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-25px)
  }
}

@keyframes floatBlob {
  from {
    transform: translate(-50%, -50%) scale(1)
  }

  to {
    transform: translate(-50%, -48%) scale(1.1)
  }
}

.app-section .container {
  position: relative;
  z-index: 5
}

.app-section h2 {
  font-weight: 700;
  font-size: 2.7rem;
  color: #0b2545
}

.app-section h2 span {
  color: var(--brand-dark)
}

.app-section p {
  font-size: 1.1rem;
  color: #334
}

.app-preview-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0b2545;
  margin-bottom: 15px
}

.badge-new {
  display: inline-block;
  background: linear-gradient(45deg, #00bfff, #0072ff);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 10px;
  box-shadow: 0 3px 10px rgba(0, 114, 255, .3)
}

.qr img,
.store-buttons img {
  width: 130px;
  margin: 10px;
  transition: transform .3s ease
}

.qr img:hover,
.store-buttons img:hover {
  transform: scale(1.05)
}

.mockup img {
  width: 100%;
  transition: transform .4s ease, filter .3s ease;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .2))
}

.mockup img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 12px 25px rgba(0, 0, 0, .25))
}

@media (max-width:768px) {
  .app-section h1 {
    font-size: 2rem
  }

  .app-section {
    padding: 70px 0
  }
}

.contact-us {
  padding: 80px 20px;
  font-family: Poppins, sans-serif
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fdfdff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.contact-left {
  flex: 1 1 45%
}

.contact-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333
}

.contact-left h2 span {
  color: #4c6ef5
}

.contact-left p {
  color: #666;
  margin-bottom: 20px
}

.contact-img {
  max-width: 100%;
  margin-top: 20px
}

.contact-right {
  flex: 1 1 45%
}

.contact-right form {
  display: flex;
  flex-direction: column
}

.contact-right label {
  margin: 10px 0 5px;
  font-weight: 500;
  color: #333
}

.contact-right input,
.contact-right textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  transition: border-color .3s ease
}

.contact-right input:focus,
.contact-right textarea:focus {
  border-color: #4c6ef5;
  outline: 0
}

.contact-right button {
  background: #4c6ef5;
  border: none;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background .3s ease
}

.contact-right button:hover {
  background: #3751c5
}

.office-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px
}

.office-box {
  flex: 1 1 45%;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08)
}

.office-box h4 {
  margin-bottom: 10px;
  color: #4c6ef5
}

.office-box p {
  margin: 5px 0;
  color: #444
}

@media (max-width:900px) {
  .contact-wrapper {
    flex-direction: column;
    text-align: center
  }

  .contact-left,
  .contact-right {
    flex: 1 1 100%
  }

  .office-info {
    flex-direction: column
  }
}

.features-modern {
  padding: 120px 20px;
  background: linear-gradient(135deg, #f9f9ff, #eef3ff);
  font-family: Poppins, sans-serif;
  position: relative;
  overflow: hidden
}

.features-modern::after,
.features-modern::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(155, 39, 176, .25), transparent 70%);
  z-index: 0
}

.features-modern::before {
  top: -100px;
  left: -150px
}

.features-modern::after {
  bottom: -100px;
  right: -150px
}

.features-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 1
}

.features-header h5 {
  color: #7b1fa2;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px
}

.features-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222
}

.features-header h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222
}

.features-header h3 span {
  background: linear-gradient(to right, #7b1fa2, #e040fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.features-header p {
  color: #555;
  font-size: 17px
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
  position: relative;
  z-index: 1
}

.feature-item {
  background: rgba(255, 255, 255, .6);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
  transition: transform .3s ease, box-shadow .3s ease
}

.feature-item:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.feature-item .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: linear-gradient(135deg, #7b1fa2, #e040fb);
  color: #fff;
  box-shadow: 0 5px 20px rgba(155, 39, 176, .3)
}

.feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222
}

.feature-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6
}

.feature-item img {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 5px 20px rgba(155, 39, 176, .3);
  transition: transform .3s ease, box-shadow .3s ease
}

.feature-item.zoom img:hover {
  transform: scale(1.3);
  box-shadow: 0 8px 25px rgba(155, 39, 176, .5)
}

.feature-item.highlight {
  border: 2px solid #e040fb;
  transform: scale(1.05);
  color: var(--brand)
}

.feature-item h4,
.feature-item p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #222 !important;
  position: relative;
  z-index: 999
}

@media (max-width:768px) {
  .features-header h2 {
    font-size: 28px
  }

  .features-header p {
    font-size: 15px
  }

  .feature-item {
    padding: 25px 20px
  }
}

.pro-features {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f9f9ff, #eef3ff);
  font-family: Poppins, sans-serif;
  text-align: center
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333
}

.section-title span {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.section-sub {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px
}

.feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px
}

.feature-categories {
  flex: 1 1 250px
}

.feature-categories ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.feature-categories ul li {
  padding: 15px 20px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.feature-categories ul li:hover {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  color: #fff
}

.feature-categories ul li.active {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
  color: #fff
}

.feature-details {
  flex: 3 1 700px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px
}

.feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  text-align: left;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
  transition: transform .3s ease, box-shadow .3s ease
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15)
}

.feature-card i {
  font-size: 30px;
  color: #6a11cb;
  margin-bottom: 12px
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px
}

.feature-card p {
  font-size: 14px;
  color: #555
}

.tab-content {
  display: none
}

.tab-content.active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px
}

#about-hero {
  background: linear-gradient(135deg, #9250e2, #7dd8ff);
  color: #fff;
  padding: 120px 0
}

.timeline {
  position: relative;
  padding-left: 60px
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem
}

.timeline-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700
}

.timeline-content {
  background: #f8f9fa;
  padding: 1rem 1.5rem;
  border-radius: .5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

#team .card:hover {
  transform: translateY(-10px);
  transition: transform .3s ease
}

a {
  text-decoration: none;
  color: inherit
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 64px 40px;
  background: linear-gradient(135deg, #fff 0, #fff 100%);
  color: #fff;
  position: relative;
  overflow: hidden
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 15px
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 600px
}

.common-btn {
  background-color: var(--btn-red);
  color: #fff !important;
  padding: 12px 30px !important;
  border: none;
  border-radius: 50px 15px;
  font-size: 1rem;
  cursor: pointer;
  transition: .3s
}

.common-btn:hover {
  background-color: var(--brand-dark);
  color: var(--card)
}

.about-shape {
  position: relative;
  overflow: hidden
}

.about-bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: .1;
  z-index: 0
}

.about-bg-shape .shape1 {
  width: 250px;
  height: 250px;
  background: #9250e2;
  top: -50px;
  left: -50px
}

.about-bg-shape .shape2 {
  width: 200px;
  height: 200px;
  background: #7dd8ff;
  bottom: -50px;
  right: -50px
}

.about-feature-card {
  position: relative;
  z-index: 1;
  transition: transform .4s ease, box-shadow .4s ease;
  cursor: pointer;
  border: 3px dashed var(--brand-dark)
}

.about-feature-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 30px 50px rgba(0, 0, 0, .15);
  border: 3px dashed var(--brand)
}

.about-feature-icon img {
  width: 70px;
  transition: transform .4s ease
}

.about-feature-card:hover .about-feature-icon img {
  transform: scale(1.2) rotate(5deg)
}

.about-feature-card h3 {
  color: #333;
  transition: color .3s
}

.about-feature-card:hover h3 {
  color: #9250e2
}

.about-feature-card p {
  color: #666
}

@media (max-width:768px) {
  .about-feature-card {
    padding: 30px 15px
  }

  .about-feature-icon img {
    width: 60px
  }
}

.about-cta {
  background: linear-gradient(135deg, #7dd8ff, #9250e2);
  border-radius: 30px;
  overflow: hidden;
  position: relative
}

.about-cta::after,
.about-cta::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  z-index: 0
}

.about-cta::before {
  width: 200px;
  height: 200px;
  top: -60px;
  left: -60px
}

.about-cta::after {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: -100px
}

.CTA-text {
  color: #fff
}

.CTA-text strong {
  color: var(--brand);
  font-size: 3.5rem
}

.about-cta-img {
  max-width: 400px;
  z-index: 1;
  position: relative;
  transition: transform .4s ease
}

.about-cta-img:hover {
  transform: scale(1.05) rotate(2deg)
}

.feature-section {
  position: relative;
  background: url('https://images.unsplash.com/photo-1571260899304-425eee4c7efc?auto=format&fit=crop&w=1600&q=80') no-repeat center center/cover;
  background-attachment: fixed;
  padding: 100px 20px;
  overflow: hidden;
  color: #fff
}

.feature-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .9);
  z-index: 0
}

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

.section-heading {
  color: var(--brand-dark);
  font-size: 2.5rem
}

.feature-section .card {
  background: rgba(164, 228, 247, .616);
  border: 1px solid rgba(255, 255, 255, .1);
  color: var(--ink);
  transition: transform .3s ease;
  backdrop-filter: blur(6px);
  border-radius: 1rem
}

.feature-section .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, .2)
}

.feature-section .card .card-title {
  font-size: 1.1rem;
  font-weight: 600
}

.feature-section .card .card-text {
  font-size: .95rem;
  color: var(--muted)
}

.section-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 60px;
  color: var(--brand-dark);
  font-family: Fraunces, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px
}

@media (max-width:768px) {
  .section-title {
    font-size: 2rem
  }
}

.glass-card {
  background: rgba(255, 255, 255, .1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
  transition: transform .3s ease
}

.glass-card:hover {
  transform: translateY(-5px)
}

.text-gradient {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.blog-header {
  background: linear-gradient(45deg, var(--brand-dark), var(--brand));
  padding: 2rem 1rem;
  border-radius: var(--radius);
  color: var(--text-light);
  box-shadow: var(--shadow);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem
}

.blog-header h2 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0
}

.dark-toggle {
  cursor: pointer;
  background: rgba(255, 255, 255, .15);
  color: var(--text-light);
  padding: .5rem 1rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: background .3s ease
}

.dark-toggle:hover {
  background: rgba(255, 255, 255, .3)
}

.blog-post {
  background: var(--card);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 2rem
}

.blog-post img {
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
  margin-bottom: 1.5rem;
  transition: transform .3s ease
}

.blog-post img:hover {
  transform: scale(1.03)
}

.blog-post h2 {
  color: var(--brand-dark);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem
}

.blog-post .text-muted {
  font-style: italic;
  font-size: .9rem;
  color: var(--muted);
  margin-bottom: 1.5rem
}

body.dark-mode .blog-post {
  background-color: #1e1e1e
}

.sidebar {
  background: var(--card);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow)
}

.sidebar h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--brand)
}

.category-list {
  padding: 0
}

.category-list li {
  list-style: none;
  margin-bottom: .7rem
}

.category-list li a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 500;
  transition: color .3s ease
}

.category-list li a:hover {
  color: var(--brand-dark);
  text-decoration: underline
}

.recent-posts p {
  margin-bottom: .5rem
}

.recent-posts p a {
  color: var(--brand-dark);
  text-decoration: none;
  transition: color .3s ease
}

.recent-posts p a:hover {
  color: var(--brand-dark)
}

.sidebar input.form-control {
  border-radius: var(--radius);
  font-size: 1rem;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, .05);
  border: 1px solid #ddd;
  transition: box-shadow .3s ease, border-color .3s ease
}

.sidebar input.form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 8px rgba(146, 80, 226, .3)
}

.comment-section {
  background: var(--card);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-top: 2rem
}

.comment-section h5 {
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 1rem
}

.comment-section .form-control {
  border-radius: var(--radius);
  transition: border-color .3s ease, box-shadow .3s ease
}

.comment-section .form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 6px rgba(146, 80, 226, .3)
}

.btn-primary {
  background-color: var(--brand);
  color: #fff !important;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  padding: .6rem 1.5rem;
  transition: background-color .3s ease;
  box-shadow: 0 6px 15px rgba(146, 80, 226, .3)
}

.btn-primary:hover {
  background-color: var(--brand-dark);
  color: #111827 !important;
  box-shadow: 0 8px 18px rgba(146, 80, 226, .4)
}

.btn-danger {
  background-color: var(--btn-red);
  color: var(--text-light);
  border: none;
  border-radius: var(--radius)
}

.pagination {
  justify-content: center;
  margin-top: 2rem
}

.page-link {
  color: var(--brand-dark);
  border-radius: var(--radius);
  font-weight: 500;
  transition: background-color .3s ease, color .3s ease
}

.page-link:hover {
  background-color: var(--brand-dark);
  color: var(--ink)
}

.page-item.active .page-link {
  background-color: var(--brand);
  color: var(--text-light);
  box-shadow: 0 6px 15px rgba(146, 80, 226, .4)
}

@media (max-width:768px) {
  .blog-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center
  }

  .sidebar {
    margin-top: 2rem
  }

  .dark-toggle {
    margin-top: 1rem
  }
}

.bg-curve {
  position: fixed;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible
}

.bg-curve svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: url(#gradient);
  opacity: .2;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, .1))
}

.error-page {
  position: relative;
  z-index: 10;
  max-width: 900px;
  background: rgba(255, 255, 255, .1);
  padding: 3rem 4rem;
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  animation: fadeIn 1s ease forwards;
  user-select: none
}

.text-content {
  flex: 1 1 350px;
  min-width: 280px
}

.error-code {
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: .15em;
  margin: 0 0 .2em;
  position: relative;
  color: var(--text-light);
  text-shadow: 3px 3px 8px rgba(0, 0, 0, .5), 0 0 20px var(--brand);
  animation: pulse 2.5s infinite
}

.error-code::after {
  content: '!';
  position: absolute;
  top: -.4em;
  right: -.6em;
  font-size: 6rem;
  color: var(--btn-red);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, .5), 0 0 15px var(--btn-red);
  animation: shake 1.5s infinite
}

.message {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #f5f5f5;
  text-shadow: 0 0 8px var(--brand)
}

.error-description {
  font-size: 1rem;
  color: var(--brand);
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-weight: 400
}

.btn-home {
  display: inline-block;
  padding: .9rem 2.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: var(--radius);
  color: var(--brand-dark);
  background: var(--text-light);
  box-shadow: 0 6px 20px rgba(146, 80, 226, .4);
  transition: all .3s ease;
  user-select: none;
  cursor: pointer;
  letter-spacing: .05em
}

.btn-home:hover {
  background: var(--brand);
  color: var(--text-light);
  box-shadow: 0 8px 25px rgba(146, 80, 226, .7);
  transform: translateY(-3px)
}

.illustration {
  flex: 1 1 300px;
  min-width: 250px;
  user-select: none;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .3));
  max-height: 400px;
  width: 100%;
  object-fit: contain;
  border-radius: var(--radius);
  transition: transform .3s ease
}

.illustration:hover {
  transform: scale(1.05)
}

@keyframes pulse {

  0%,
  100% {
    text-shadow: 3px 3px 8px rgba(0, 0, 0, .5), 0 0 20px var(--brand)
  }

  50% {
    text-shadow: 3px 3px 12px rgba(0, 0, 0, .7), 0 0 30px var(--brand)
  }
}

@keyframes shake {

  0%,
  100% {
    transform: rotate(0)
  }

  25% {
    transform: rotate(10deg)
  }

  50% {
    transform: rotate(-10deg)
  }

  75% {
    transform: rotate(7deg)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width:900px) {
  .error-page {
    flex-direction: column;
    padding: 2rem 2.5rem
  }

  .illustration {
    max-height: 280px
  }

  .error-code {
    font-size: 6rem
  }
}

#premium-offer .btn-buy {
  background: #ff8c6a;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 0 10px #ff8c6a;
  transition: background-color .3s ease, box-shadow .3s ease
}

#premium-offer .btn-buy:hover {
  background: #ff7b50;
  box-shadow: 0 0 15px #ff7b50;
  cursor: pointer
}

#premium-offer .btn-bundle {
  background: #8e6fc1;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 0 10px #8e6fc1;
  transition: background-color .3s ease, box-shadow .3s ease
}

#premium-offer .btn-bundle:hover {
  background: #7a5ab0;
  box-shadow: 0 0 15px #7a5ab0;
  cursor: pointer
}

#premium-offer .btn-buy {
  background: #ff8c6a;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 10px #ff8c6a;
  transition: all .3s ease
}

#premium-offer .btn-buy:hover {
  background: #e6765c;
  color: #fff;
  box-shadow: 0 0 15px #ff8c6a;
  cursor: pointer
}

.custom-btn-outline {
  padding: .6rem 1.3rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all .3s ease-in-out;
  color: #fff;
  background: 0 0;
  border-width: 2px
}

.custom-btn-outline.danger {
  border-color: #ff5d2b;
  color: #ff5d2b
}

.custom-btn-outline.danger:hover {
  background-color: #ff8c6a;
  color: #fff
}

.custom-btn-outline.primary {
  border-color: #fff837;
  color: #fff837
}

.custom-btn-outline.primary:hover {
  background-color: #cfcc5e;
  color: #fff
}

.custom-btn-outline.success {
  border-color: #23ff56;
  color: #23ff56
}

.custom-btn-outline.success:hover {
  background-color: #43bc5f;
  color: #fff
}

.custom-btn-outline.info {
  border-color: #1fe1ff;
  color: #1fe1ff
}

.custom-btn-outline.info:hover {
  background-color: #17a2b8;
  color: #fff
}

h1 {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
  text-align: center
}

p {
  letter-spacing: 1px;
  font-size: 14px;
  color: #333
}

.header {
  position: relative;
  text-align: center;
  background: linear-gradient(90deg, rgba(76, 115, 184, .8) var(--gradient-percent), #9ac6e5 100%);
  color: #fff
}

.inner-header {
  height: 15vh;
  width: 100%;
  margin: 0;
  padding: 0
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: #fff
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:first-child {
  animation-delay: -2s;
  animation-duration: 7s
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0)
  }

  100% {
    transform: translate3d(85px, 0, 0)
  }
}

@media (max-width:768px) {
  .waves {
    height: 40px;
    min-height: 40px
  }

  .content {
    height: 30vh
  }

  h1 {
    font-size: 24px
  }
}

.desc-section {
  background: #f4f7ff;
  border-top: 1px solid #e3e9f6;
  border-bottom: 1px solid #e3e9f6
}

.glass-card {
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  transition: transform .5s ease-in-out, box-shadow .3s ease
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .1);
  background: #4e72de linear-gradient(145deg, #4e72de, #fff);
  color: #fff
}

.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(135deg, #6b73ff, #000dff);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15)
}

.gradient-text {
  background: linear-gradient(90deg, #0056ff, #8f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.desc-section .lead {
  padding-top: 15px;
  font-size: 1.1rem;
  color: #555;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6
}

.glass-card {
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  transition: transform .3s ease, box-shadow .3s ease
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .1)
}

.bg-primary-subtle {
  background: linear-gradient(135deg, #5a86ff, #3a54f1)
}

.bg-success-subtle {
  background: linear-gradient(135deg, #45d39d, #00b77b)
}

.bg-danger-subtle {
  background: linear-gradient(135deg, #ff6b6b, #ff3c3c)
}

.bg-warning-subtle {
  background: linear-gradient(135deg, #ffb74d, #ff9800)
}

.bg-info-subtle {
  background: linear-gradient(135deg, #4db6ff, #2196f3)
}

.gradient-text {
  background: linear-gradient(90deg, #0056ff, #8f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.rating-stars i {
  color: #ffc107
}

.review-response {
  background-color: #eef6fb;
  border-left: 4px solid #0dcaf0;
  padding: 12px 15px;
  border-radius: 5px
}

.collapse-toggle {
  cursor: pointer;
  color: #0d6efd
}

.review-card:hover {
  background-color: #f9f9f9
}

.progress-label {
  font-weight: 500
}

.school-btn {
  font-weight: 600;
  border-radius: 30px;
  padding: .6rem 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  transition: all .3s ease;
  color: #fff
}

.school-btn:hover {
  transform: scale(1.1) rotateX(-15deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  background-color: #0d6efd;
  color: #fff
}

.trustpilot-btn {
  background: #2a9d49;
  border: none
}

.trustpilot-btn:hover {
  background: #21867a;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2)
}

.google-btn {
  background: #f4b400;
  border: none
}

.google-btn:hover {
  background: #d99c00;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2)
}

.rating-stars i {
  color: #ffc107;
  margin-right: 2px
}

.collapse-toggle {
  cursor: pointer;
  color: #0d6efd;
  font-weight: 500
}

.review-card:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  transition: all .3s ease
}

.card button {
  font-size: .85rem;
  padding: .25rem .75rem;
  border-radius: 20px
}

.publication-card {
  background: linear-gradient(135deg, #000, #627189);
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer
}

.publication-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.publication-card .btn-primary {
  transition: all .3s ease
}

.publication-card .btn-primary:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 123, 255, .3)
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: .1;
  animation: float 20s infinite linear;
  z-index: -1
}

.shape1 {
  width: 180px;
  height: 180px;
  background: #007bff;
  top: -60px;
  left: -40px;
  animation-duration: 25s
}

.shape2 {
  width: 120px;
  height: 120px;
  background: #ffc107;
  bottom: -40px;
  right: -30px;
  animation-duration: 30s
}

.shape3 {
  width: 100px;
  height: 100px;
  background: #28a745;
  top: 50%;
  left: 85%;
  animation-duration: 28s
}

@keyframes float {
  0% {
    transform: translateY(0) translateX(0) rotate(0)
  }

  50% {
    transform: translateY(-30px) translateX(15px) rotate(45deg)
  }

  100% {
    transform: translateY(0) translateX(0) rotate(0)
  }
}

.section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem 1.7rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 800;
  text-align: center;
  color: #0f172a;
  background: rgba(37, 117, 252, .08);
  border: 1px solid rgba(37, 117, 252, .18);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(37, 117, 252, .12);
  font-family: Fraunces, Raleway, Segoe UI, Arial, sans-serif;
  transition: transform .3s ease, box-shadow .3s ease, color .3s ease
}

.section-title:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(37, 117, 252, .18)
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2575fc, #6a11cb)
}

#pluginsSlider img {
  height: 350px;
  object-fit: cover;
  transition: transform 1.2s ease
}

#pluginsSlider .carousel-item:hover img {
  transform: scale(1.05)
}

.carousel-caption {
  bottom: 20px;
  animation: fadeInUp 1s ease-in-out;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3));
  border-radius: .5rem;
  padding: .8rem
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.app-card {
  transition: transform .4s ease, box-shadow .4s ease
}

.app-card:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

.app-cards {
  position: relative;
  list-style: none;
  padding: 0;
  max-width: 40em;
  margin: 0 auto;
  height: 450px
}

.app-cards .card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  transform-origin: 0 0;
  transition: transform .6s cubic-bezier(.8, .2, .1, .8), background .4s linear;
  cursor: pointer;
  user-select: none
}

.app-cards .card--next {
  z-index: 5;
  transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1)
}

.app-cards .card--out {
  transform: translateY(-50px) rotate(8deg) translateX(55px) scale(.95);
  z-index: 1;
  background: #f0f0f0
}

.app-cards .card--current {
  position: relative;
  z-index: 10;
  background: #fff;
  transform: rotate(-1deg) translateX(0) scale(1)
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(.95)
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.section-title {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  background: linear-gradient(120deg, #ff6ec4, #6fcdff, #bf77bc, #3bb2b8, #ff6ec4);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: bounceIn .6s ease forwards;
  transition: background-position 1s ease
}

.section-title:hover {
  background-position: right
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff6ec4, #7873f5);
  box-shadow: 0 0 8px rgba(255, 110, 196, .7), 0 0 15px rgba(120, 115, 245, .5);
  border-radius: 3px;
  transition: transform .5s ease
}

.section-title:hover::after {
  transform: translateX(-50%) scaleX(1)
}

#pluginsSlider img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  transition: transform 1s ease
}

#pluginsSlider .carousel-item:hover img {
  transform: scale(1.03)
}

.carousel-caption {
  bottom: 15px;
  background: rgba(0, 0, 0, .5);
  border-radius: .5rem;
  padding: .8rem
}

.card-grid {
  max-width: 100%;
  margin: 0 auto
}

.fancy-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgb(0 0 0 / .1);
  transition: transform .4s ease, box-shadow .4s ease;
  cursor: pointer;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%
}

.fancy-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 30px 60px rgba(38, 57, 77, .3);
  z-index: 10
}

.card-image {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  transition: transform .4s ease
}

.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 57, 77, .4), rgba(38, 57, 77, .7));
  transition: background .4s ease;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px
}

.fancy-card:hover .card-image::after {
  background: linear-gradient(180deg, rgba(38, 57, 77, .2), rgba(38, 57, 77, .4))
}

.fancy-card:hover .card-image {
  transform: scale(1.1)
}

.fancy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  pointer-events: none;
  transition: left .6s ease;
  z-index: 5;
  border-radius: 20px
}

.fancy-card:hover::before {
  left: 125%;
  transition: left .6s ease
}

.card-content {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.card-content h3 {
  color: #2575fc;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.4rem
}

.card-content p {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.4;
  margin: 0;
  font-weight: 500
}

.title-section {
  position: relative;
  height: 500px;
  background: url('assets/images/team/businesspeople-having-good-time-meeting.jpg') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden
}

.title-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, .6), rgba(15, 15, 15, .8));
  z-index: 1
}

.title-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  animation: fadeIn 1.5s ease-in-out
}

.title-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2
}

.title-content p {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 30px;
  line-height: 1.5
}

.theme-info-section {
  background: linear-gradient(135deg, #f9fbff, #fff)
}

.browser-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 30px;
  padding: 8px 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  font-size: .9rem;
  font-weight: 500;
  transition: all .3s ease
}

.browser-badge img {
  height: 20px;
  width: 20px
}

.browser-badge:hover {
  transform: scale(1.1);
  background: #007bff;
  color: #fff
}

.theme-preview {
  transition: transform .4s ease
}

.theme-preview:hover {
  transform: scale(1.05) rotate(-1deg)
}

.shortcode-section {
  background-color: #f9f9f9
}

.shortcode-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.shortcode-card {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  transition: transform .3s ease;
  height: 100%;
  border-top: 4px solid var(--accent-color)
}

.shortcode-card .icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 10px
}

.shortcode-card .title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.1rem
}

.shortcode-card .descr {
  font-size: .9rem;
  color: #555
}

.shortcode-card:hover {
  transform: translateY(-5px)
}

.qr-section.school-management {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #fff
}

.qr-section .shape {
  position: absolute;
  border-radius: 50%;
  opacity: .2;
  z-index: 1;
  animation: float 6s ease-in-out infinite
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: #b3d9ff;
  top: -100px;
  left: -100px;
  animation-delay: 0s
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: #80bfff;
  bottom: -80px;
  right: 50px;
  animation-delay: 2s
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: #9cf;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 5s
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-40px)
  }
}

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

.qr-text h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0d1b2a
}

.qr-text p {
  color: #333;
  font-size: 1.1rem;
  margin: 20px 0
}

.btn-primary {
  background: #007bff;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  transition: .3s
}

.btn-primary:hover {
  background: #005ed9
}

.app-badges img {
  width: 150px;
  margin-right: 10px;
  margin-top: 15px
}

.qr img {
  width: 180px !important;
  height: 180px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto 15px
}

.qr-image img {
  width: 100%;
  max-width: 480px;
  height: auto
}

.qr-image img:hover {
  transform: scale(1.03)
}

.qr-code-img {
  width: 180px !important;
  height: 180px !important;
  object-fit: contain;
  max-width: none !important
}

@media (max-width:768px) {
  .qr-text {
    text-align: center
  }

  .qr-text h2 {
    font-size: 2rem
  }

  .app-badges img {
    width: 130px
  }

  .qr-image {
    margin-top: 40px
  }
}

.theme-info-section {
  background: linear-gradient(135deg, #f9fbff, #fff)
}

.theme-info-section {
  background: linear-gradient(135deg, #f9fbff, #fff)
}

.shortcode-section {
  background-color: #f9f9f9
}

#about-hero {
  position: relative;
  min-height: 40vh;
  background: linear-gradient(rgba(222, 221, 221, .7), rgba(185, 228, 246, .9)), url('assets/images/bg1.jpg') center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px
}

#about-hero .container {
  position: relative;
  z-index: 2
}

#about-hero h1 {
  font-size: 3.5rem;
  font-weight: 850;
  margin-bottom: 1rem;
  background: 0 0;
  -webkit-text-fill-color: initial;
  color: #0f1222;
  text-shadow: 0 2px 4px rgba(255, 255, 255, .5)
}

#about-hero h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5rem
}

#about-hero p {
  font-size: 1.125rem;
  line-height: 1.7
}

.hero-img-wrapper {
  filter: drop-shadow(10px 15px 5px rgba(0, 0, 0, .6))
}

#about-hero .lead {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  color: #4f6df5;
  font-weight: 600
}

#about-hero .features-header {
  text-align: left;
  margin: 0 0 24px 0;
  max-width: 100%
}

#about-hero .section-heading-container {
  justify-content: flex-start;
  margin-bottom: 12px
}

#about-hero .features-header h3 {
  font-size: 3rem;
  font-weight: 850;
  margin-bottom: 10px;
  color: #0f1222
}

#about-hero .features-header h3 span {
  background: linear-gradient(90deg, #7c3aed, #4f6df5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

#about-hero .features-header p {
  color: #1e293b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width:768px) {
  #about-hero h1 {
    font-size: 2.5rem
  }

  #about-hero h2 {
    font-size: 1.25rem
  }

  #about-hero p {
    font-size: 1rem
  }
}

.circle-img-wrapper {
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  display: inline-block;
  max-width: 100%
}

.main-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover
}

.play-icon {
  font-size: 1.25rem;
  z-index: 3
}

.mini-card {
  width: 180px;
  bottom: -20px;
  left: -30px;
  z-index: 2;
  animation: float 3s ease-in-out infinite
}

.experience-tag {
  top: 0;
  left: 0;
  font-size: .9rem;
  z-index: 3
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

.circle-border {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
  opacity: .8
}

.circle-1 {
  width: 40px;
  height: 40px;
  background: #ffc107;
  top: -20px;
  right: -20px
}

.circle-2 {
  width: 60px;
  height: 60px;
  background: #0dcaf0;
  bottom: 30px;
  right: 10px
}

.circle-3 {
  width: 100px;
  height: 100px;
  background: #198754e2;
  top: 0;
  left: 20px
}

.circle-4 {
  width: 20px;
  height: 20px;
  background: #e031f4e2;
  bottom: 0;
  right: 10px
}

@media (max-width:768px) {
  .mini-card {
    left: 0;
    bottom: -10px;
    width: 160px
  }

  .play-icon {
    display: none
  }

  .main-image {
    max-width: 300px
  }
}

#mission-vision {
  position: relative;
  overflow: hidden
}

#mission-vision .mission-img-wrapper {
  position: relative
}

#mission-vision .mission-img-wrapper img {
  border-radius: 1rem;
  transition: transform .5s ease, box-shadow .5s ease
}

#mission-vision .mission-img-wrapper img:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

#mission-vision .overlay-shape {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 150px;
  height: 150px;
  background: rgba(0, 123, 255, .1);
  border-radius: 50%;
  z-index: -1
}

.bg-curve {
  position: fixed;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible
}

.description {
  font-size: 1rem;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-weight: 400
}

.sec-title-style1 {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 50px
}

.sec-title-style1.max-width {
  position: relative;
  display: block;
  max-width: 770px;
  margin: -9px auto 0;
  padding-bottom: 52px
}

.sec-title-style1.pabottom50 {
  padding-bottom: 42px
}

.sec-title-style1 .title {
  position: relative;
  display: block;
  color: #131313;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase
}

.sec-title-style1 .title.clr-white {
  color: #fff
}

.sec-title-style1 .decor {
  position: relative;
  display: block;
  width: 70px;
  height: 5px;
  margin: 19px 0 0
}

.sec-title-style1 .decor:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--brand-dark);
  border-radius: 50%;
  content: ""
}

.sec-title-style1 .decor:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: orange;
  border-radius: 50%;
  content: ""
}

.sec-title-style1 .decor span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: orange;
  margin: 2px 0
}

.sec-title-style1 .text {
  position: relative;
  display: block;
  margin: 7px 0 0
}

.sec-title-style1 .text p {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #131313;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0
}

.sec-title-style1 .text.clr-yellow p {
  color: orange
}

.sec-title-style1 .text .decor-left {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: 0 0
}

.sec-title-style1 .text .decor-left span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: orange;
  content: "";
  margin: 2px 0
}

.sec-title-style1 .text .decor-left:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: orange;
  border-radius: 50%;
  content: ""
}

.sec-title-style1 .text .decor-left:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: orange;
  border-radius: 50%;
  content: ""
}

.sec-title-style1 .text .decor-right {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: 0 0
}

.sec-title-style1 .text .decor-right span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: orange;
  content: "";
  margin: 2px 0
}

.sec-title-style1 .text .decor-right:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: orange;
  border-radius: 50%;
  content: ""
}

.sec-title-style1 .text .decor-right:after {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: orange;
  border-radius: 50%;
  content: ""
}

.sec-title-style1 .bottom-text {
  position: relative;
  display: block;
  padding-top: 16px
}

.sec-title-style1 .bottom-text p {
  color: #848484;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0
}

.sec-title-style1 .bottom-text.clr-gray p {
  color: #cdcdcd
}

.contact-address-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 0 120px
}

.contact-address-area .sec-title-style1.max-width {
  padding-bottom: 72px
}

.contact-address-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center
}

.single-contact-address-box {
  position: relative;
  display: block;
  background: #131313;
  padding: 85px 30px 77px
}

.single-contact-address-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 24px
}

.single-contact-address-box .icon-holder span:before {
  font-size: 75px
}

.single-contact-address-box h3 {
  color: #fff;
  margin: 0 0 9px
}

.single-contact-address-box h2 {
  color: orange;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 19px
}

.single-contact-address-box a {
  color: #fff
}

.single-contact-address-box.main-branch {
  background: orange;
  padding: 53px 30px 51px;
  margin-top: -20px;
  margin-bottom: -20px
}

.single-contact-address-box.main-branch h3 {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 38px;
  text-transform: uppercase;
  text-align: center
}

.single-contact-address-box.main-branch .inner {
  position: relative;
  display: block
}

.single-contact-address-box.main-branch .inner ul {
  position: relative;
  display: block;
  overflow: hidden
}

.single-contact-address-box.main-branch .inner ul li {
  position: relative;
  display: block;
  padding-left: 110px;
  border-bottom: 1px solid #737373;
  padding-bottom: 23px;
  margin-bottom: 24px
}

.single-contact-address-box.main-branch .inner ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.single-contact-address-box.main-branch .inner ul li .title {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
  color: #131313;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  border-bottom: 2px solid #a5821e
}

.single-contact-address-box.main-branch .inner ul li .text {
  position: relative;
  display: block
}

.single-contact-address-box.main-branch .inner ul li .text p {
  color: #131313;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0
}

.contact-info-area {
  position: relative;
  display: block;
  background: #fff
}

.contact-form {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 60px 80px;
  -webkit-box-shadow: 0 3px 8px 2px #ededed;
  box-shadow: 0 3px 8px 2px #ededed;
  z-index: 3
}

.contact-form .sec-title-style1 {
  position: relative;
  display: block;
  padding-bottom: 51px;
  width: 50%
}

.contact-form .text-box {
  position: relative;
  display: block;
  margin-top: 19px;
  width: 50%
}

.contact-form .text p {
  color: #848484;
  line-height: 26px;
  margin: 0
}

.contact-form .inner-box {
  position: relative;
  display: block;
  background: #fff
}

.contact-form form {
  position: relative;
  display: block
}

.contact-form form .input-box {
  position: relative;
  display: block
}

.contact-form form input[type=email],
.contact-form form input[type=text],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 0;
  margin-bottom: 20px;
  transition: all .5s ease
}

.contact-form form textarea {
  height: 130px;
  padding-left: 19px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px
}

.contact-form form input[type=text]:focus {
  color: #222;
  border-color: #d4d4d4
}

.contact-form form input[type=email]:focus {
  color: #222;
  border-color: #d4d4d4
}

.contact-form form textarea:focus {
  color: #222;
  border-color: #d4d4d4
}

.contact-form form input[type=text]::-webkit-input-placeholder {
  color: #848484
}

.contact-form form input[type=text]:-moz-placeholder {
  color: #848484
}

.contact-form form input[type=text]::-moz-placeholder {
  color: #848484
}

.contact-form form input[type=text]:-ms-input-placeholder {
  color: #848484
}

.contact-form form input[type=email]::-webkit-input-placeholder {
  color: #848484
}

.contact-form form input[type=email]:-moz-placeholder {
  color: #848484
}

.contact-form form input[type=email]::-moz-placeholder {
  color: #848484
}

.contact-form form input[type=email]:-ms-input-placeholder {
  color: #848484
}

.contact-form form button {
  position: relative;
  display: block;
  width: 100%;
  background: orange;
  border: 1px solid orange;
  color: #131313;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  transition: all .2s linear;
  transition-delay: 0.1s;
  cursor: pointer
}

.contact-form form button:hover {
  color: #fff;
  background: #131313
}

.glass-card {
  background: rgba(255, 255, 255, .1);
  border-radius: 15px;
  transition: transform .3s ease
}

.subtitle {
  font-size: 1.3rem;
  margin: 30px 0
}

.promo-section {
  background: linear-gradient(to right, #f8f9fc, #e0f7ff)
}

.price-highlight {
  font-size: 1.8rem
}

.glass-card {
  background: rgba(255, 255, 255, .15);
  border-radius: 15px;
  backdrop-filter: blur(10px)
}

.demo-card {
  background: rgba(0, 0, 0, .06);
  border: 3px dashed rgba(66, 65, 67, .767);
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .3);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 5px;
  transition: all .3s ease-in
}

.demo-card:hover {
  background: #000;
  transform: translateY(-5px);
  color: #fdfdfd
}

.demo-card h5 {
  color: #7fd1ea;
  margin-bottom: 1rem
}

.demo-card p {
  margin: .4rem 0;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 18px
}

.demo-card i {
  color: #7fd1ea
}

.fa-copy {
  font-size: 1.5rem
}

.copy-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #7fd1ea;
  border: none;
  padding: .45rem .7rem;
  border-radius: 8px;
  font-size: .95rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .3rem;
  transition: background .5s ease
}

.copy-btn:hover {
  background: #556064
}

.demo-card h5,
.demo-card p {
  color: inherit;
  transition: color .3s ease
}

.demo-card:hover h5,
.demo-card:hover p {
  color: #fdfdfd
}

.hover-circle {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background: #fdfeff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transform: scale(.5);
  transition: all .5s ease;
  z-index: 10
}

.demo-card:hover .hover-circle {
  opacity: 1;
  transform: scale(1);
  top: -20px;
  right: -20px
}

.role-icon {
  transition: all .4s ease-in-out;
  font-size: 2rem
}

.demo-card:hover .role-icon {
  display: none
}

@media (max-width:576px) {
  .hero-section {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.dark-toggle {
  cursor: pointer;
  background: rgba(255, 255, 255, .15);
  color: var(--text-light);
  padding: .5rem 1rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: background .3s ease
}

.blog-post p,
.blog-post ul {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink)
}

@media (max-width:768px) {
  .sidebar {
    margin-top: 2rem
  }

  .dark-toggle {
    margin-top: 1rem
  }
}

.modern-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .8rem
}

.modern-categories li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: .5rem 1rem;
  border-radius: 10px;
  background: #f0f0ff;
  color: #341f97;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .05)
}

.modern-categories li a i {
  color: #6c5ce7;
  min-width: 20px;
  text-align: center;
  font-size: 1.1rem
}

.modern-categories li a:hover {
  background: linear-gradient(90deg, #6c5ce7, #341f97);
  color: #fff;
  transform: translateX(5px);
  box-shadow: 0 6px 15px rgba(108, 92, 231, .3)
}

.modern-categories li a:hover i {
  color: #fff
}

.creative-faq--section {
  padding: 10px 0;
  position: relative;
  font-family: Poppins, sans-serif
}

.faq-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 30px;
  border-radius: 20px
}

.faq-row {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  color: #fff
}

.faq-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  color: var(--Brand-dark)
}

.faq-subtitle {
  color: var(--ink);
  font-size: 1.05rem;
  margin-bottom: 60px
}

.faq-wrap {
  display: flex;
  justify-content: center
}

.faq-container {
  width: 100%
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  color: var(--bran);
  flex: 1 1 calc(48% - 10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
  transition: all .3s ease;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #e2e6ef
}

.faq-item:hover {
  transform: translateY(-5px)
}

.faq-item.active {
  border-color: var(--brand);
  box-shadow: 0 0 25px rgba(40, 60, 219, .25)
}

.faq-question {
  padding: 18px 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f9ff;
  color: #2a2a2a;
  transition: all .3s ease
}

.faq-question:hover {
  background: #eef2ff;
  color: #283cdb
}

.faq-question i {
  color: #283cdb;
  font-size: 1.1rem;
  transition: transform .3s ease
}

.faq-item.active .faq-question i {
  transform: rotate(180deg)
}

.faq-answer {
  display: none;
  padding: 20px 24px;
  font-size: .95rem;
  line-height: 1.7;
  border-top: 1px solid #e0e6f0;
  background: #fff
}

.faq-item.active .faq-answer {
  display: block;
  animation: fadeIn .3s ease-in-out
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width:992px) {
  .faq-item {
    flex: 1 1 100%
  }

  .faq-heading {
    font-size: 2rem
  }
}

@media (max-width:576px) {
  .faq-inner {
    padding: 60px 20px
  }

  .faq-heading {
    font-size: 1.8rem
  }

  .faq-subtitle {
    font-size: .95rem
  }

  .faq-question {
    font-size: .95rem
  }
}

.search-bar .input-group {
  border-radius: 50px;
  overflow: hidden;
  margin-top: 30px
}

.search-bar .form-control {
  border-radius: 0;
  padding: 10px 20px
}

.search-bar .input-group-text {
  border-radius: 0;
  padding: 0 15px;
  background: #fff;
  border: none;
  color: #28b9e0
}

.dashed-box {
  border: 3px dashed var(--brand)
}

.changelog-wrapper {
  max-width: 1200px;
  margin: 25px auto
}

.changelog-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  padding: 40px
}

.changelog-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #9250e2
}

.changelog-title i {
  font-size: 28px;
  color: #28b9e0
}

.changelog-section h6 {
  font-weight: 700;
  color: #28b9e0;
  margin-top: 25px;
  margin-bottom: 10px
}

.changelog-section ul {
  list-style: none;
  padding-left: 0
}

.changelog-section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px
}

.changelog-section ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #28b9e0;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4
}

.sidebar {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  padding: 25px
}

.sidebar h5 {
  font-size: 1.1rem;
  color: #28b9e0;
  margin-bottom: 20px
}

.related-articles li {
  margin-bottom: 8px
}

.related-articles a {
  text-decoration: none;
  color: #333;
  transition: color .2s
}

.related-articles a:hover {
  color: #9250e2
}

#dateFilter,
#keywordFilter,
#versionFilter {
  border-radius: 8px;
  padding: 8px 12px
}

#resetFilters {
  border-radius: 8px
}

.changelog-wrapper {
  margin-top: 30px
}

#myModal .close {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background-color: red;
  color: #fff;
  position: absolute;
  right: 0
}

.entry-content {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555b70
}

.entry-content .alignwide {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.entry-content .alignfull {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.entry-content .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em
}

.entry-content .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em
}

.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.has-primary-purple-color {
  color: #7c3aed !important
}

.has-primary-purple-background-color {
  background-color: #7c3aed !important
}

.has-secondary-blue-color {
  color: #2563eb !important
}

.has-secondary-blue-background-color {
  background-color: #2563eb !important
}

.has-success-green-color {
  color: #059669 !important
}

.has-success-green-background-color {
  background-color: #059669 !important
}

.has-warning-amber-color {
  color: #d97706 !important
}

.has-warning-amber-background-color {
  background-color: #d97706 !important
}

.has-dark-text-color {
  color: #0f1222 !important
}

.has-dark-text-background-color {
  background-color: #0f1222 !important
}

.has-body-text-color {
  color: #555b70 !important
}

.has-body-text-background-color {
  background-color: #555b70 !important
}

.has-light-bg-color {
  color: #f8fafc !important
}

.has-light-bg-background-color {
  background-color: #f8fafc !important
}

.has-small-font-size {
  font-size: 13px !important
}

.has-normal-font-size {
  font-size: 16px !important
}

.has-medium-font-size {
  font-size: 20px !important
}

.has-large-font-size {
  font-size: 28px !important
}

.has-huge-font-size {
  font-size: 38px !important
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 1.5em
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 1.5em
}

.wp-block-column {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.5em
}

.wp-block-button__link {
  background-color: #7c3aed;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  transition: all .3s ease
}

.wp-block-button__link:hover {
  background-color: #6d28d9;
  box-shadow: 0 8px 20px rgba(124, 58, 237, .25)
}

.wp-block-cover {
  min-height: 320px;
  border-radius: 16px;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 1.5em
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em
}

.wp-block-table td,
.wp-block-table th {
  padding: 10px 14px;
  border: 1px solid #e2e8f0
}

.wp-block-quote {
  border-left: 4px solid #7c3aed;
  padding-left: 1.2em;
  margin: 1.5em 0;
  font-style: italic
}

@media (max-width:768px) {
  .wp-block-columns {
    flex-direction: column
  }

  .wp-block-media-text {
    grid-template-columns: 1fr
  }
}

.footer .footer-nav-menu,
.footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.footer .footer-nav-menu li,
.footer ul li {
  margin-bottom: .5rem
}

.footer .footer-nav-menu li a,
.footer ul li a {
  color: #f8fafc;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease
}

.footer .footer-nav-menu li a:hover,
.footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: .9
}

.footer .widget .widget-title,
.footer .widget h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.footer .widget input[type=search],
.footer .widget input[type=text],
.footer .widget select {
  background-color: #1e293b;
  border: 1px solid #475569;
  color: #fff;
  padding: .375rem .75rem;
  border-radius: .375rem;
  width: 100%
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused
}

:root {
  --size: 360px;
  --duration: 2.8s;
  --c1: #2bb6ff;
  --c2: #007bff;
  --c3: #6f2bff;
  --c4: #4a00ff
}

#preloader {
  position: fixed;
  inset: 0;
  display: flex;
  background: #f5faff;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  overflow: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  animation: preloaderAutoDismiss .3s ease .35s forwards;
  pointer-events: none
}

@keyframes preloaderAutoDismiss {
  to {
    opacity: 0;
    visibility: hidden;
    display: none
  }
}

.preloader-container {
  width: var(--size);
  height: var(--size);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.neon-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 140, 255, .55), transparent);
  filter: blur(55px);
  z-index: 0
}

.rings {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.ring {
  transform-origin: 50% 50%;
  filter: drop-shadow(0 0 16px rgba(0, 162, 255, .55))
}

.ring.r1 {
  animation: rotate-cw var(--duration) linear infinite
}

.ring.r2 {
  animation: rotate-ccw calc(var(--duration) * 1.2) linear infinite
}

@keyframes rotate-cw {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes rotate-ccw {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(-360deg)
  }
}

.logo-img {
  width: 55%;
  height: 55%;
  object-fit: contain;
  animation: float 2.2s ease-in-out infinite;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, .18))
}

@keyframes float {
  0% {
    transform: translateY(-8px)
  }

  50% {
    transform: translateY(8px)
  }

  100% {
    transform: translateY(-8px)
  }
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .25)
}

.app-preview-section {
  padding: 30px 20px
}

.img-fluid {
  transition: transform .3s
}

.img-fluid:hover {
  transform: scale(1.05)
}

.btn {
  padding: 12px 25px;
  font-size: 16px;
  margin-top: 15px
}

@media (max-width:768px) {
  .app-preview-section h2 {
    font-size: 28px
  }

  .app-preview-section p {
    font-size: 16px
  }
}

.cta {
  display: flex;
  padding: 11px 28px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background: #6225e6;
  transition: 1s;
  box-shadow: 6px 6px 0 #61b9d4;
  transform: skewX(-15deg);
  border: none;
  cursor: pointer;
  align-items: center
}

.cta:hover {
  transition: .5s;
  box-shadow: 10px 10px 0 #fbc638
}

.span {
  transform: skewX(15deg)
}

.second {
  width: 20px;
  margin-left: 25px;
  position: relative;
  top: 12%;
  transition: all .3s ease
}

.one,
.three,
.two {
  transition: .5s
}

.cta:hover .second {
  margin-right: 15px
}

.cta:hover .three {
  animation: color_anim 1s infinite .2s
}

.cta:hover .one {
  transform: translateX(0);
  animation: color_anim 1s infinite .6s
}

.cta:hover .two {
  transform: translateX(0);
  animation: color_anim 1s infinite .4s
}

@keyframes color_anim {
  0% {
    fill: white
  }

  50% {
    fill: #fbc638
  }

  100% {
    fill: white
  }
}

@media (max-width:768px) {
  .cta {
    font-size: 18px;
    padding: 10px 24px;
    box-shadow: 4px 4px 0 #61b9d4
  }

  .second {
    margin-left: 18px;
    top: 10%
  }
}

@media (max-width:576px) {
  .cta {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 10px 18px;
    box-shadow: 3px 3px 0 #61b9d4
  }

  .second {
    margin-left: 15px;
    width: 18px;
    transition: all .3s ease
  }

  .cta:hover .second {
    margin-right: 25px
  }
}

@media (max-width:400px) {
  .cta {
    font-size: 14px;
    padding: 9px 16px
  }

  .second {
    width: 16px;
    margin-left: 12px
  }
}

.viewport {
  overflow: hidden;
  width: 100%;
  position: relative
}

.track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 40s linear infinite
}

.video-item {
  flex-shrink: 0;
  width: 350px
}

.video-item iframe,
.video-placeholder {
  width: 100%;
  height: 220px;
  border: none;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background-color: #0b1528;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .3s ease, filter .3s ease
}

.video-placeholder:hover img {
  transform: scale(1.04);
  filter: brightness(.88)
}

.video-play-btn {
  position: absolute;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform .2s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center
}

.video-placeholder:hover .video-play-btn {
  transform: scale(1.15)
}

.hero {
  display: block;
  background-image: url('assets/images/hero-bg.webp');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 80px 0 160px;
  color: var(--sm-text-dark);
  text-align: left;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center
}

.hero .left-col,
.hero .left-col .badge,
.hero .left-col .cta-row,
.hero .left-col .desc,
.hero .left-col .stats-row,
.hero .left-col .subtitle,
.hero .left-col .trust,
.hero .left-col h1 {
  text-align: left;
  align-items: flex-start
}

.hero .cta-row {
  justify-content: flex-start
}

.hero,
.hero .left-col {
  text-align: left;
  justify-content: flex-start
}

.left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.badge {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(229, 226, 251, .9)
}

.collage {
  position: relative;
  border-radius: 32px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.hero-image-container {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto
}

.hero-laptop-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  filter: drop-shadow(0 15px 35px rgba(15, 18, 34, .12));
  transition: transform .3s ease, filter .3s ease
}

.hero-image-container .ai-pill {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-flex !important;
  width: auto !important;
  width: fit-content !important;
  max-width: max-content !important;
  white-space: nowrap !important;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  padding: 6px 14px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 11px;
  color: #7c3aed;
  box-shadow: 0 8px 20px rgba(124, 58, 237, .12);
  z-index: 10;
  border: 1px solid rgba(124, 58, 237, .2);
  animation: floatCard 4s ease-in-out infinite
}

.hero-image-container .float-card {
  position: absolute;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 6px 10px;
  box-shadow: 0 10px 22px -8px rgba(20, 10, 60, .18);
  border: 1px solid rgba(255, 255, 255, .9);
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #1e293b;
  transition: all .3s ease
}

.hero-image-container .float-card .fc-icon {
  width: 24px;
  height: 24px;
  border-radius: 7px
}

.hero-image-container .float-card .fc-icon svg {
  width: 12px;
  height: 12px
}

.hero-image-container .fc-dashboard {
  top: 8%;
  left: -10px;
  animation: floatCard 5s ease-in-out infinite
}

.hero-image-container .fc-performance {
  top: 5%;
  right: -10px;
  width: 120px;
  padding: 6px 8px;
  flex-direction: column;
  align-items: flex-start;
  animation: floatCard 6s ease-in-out infinite .5s
}

.hero-image-container .fc-performance .title {
  font-size: 9.5px;
  margin-bottom: 4px
}

.hero-image-container .fc-performance .ring {
  width: 30px;
  height: 30px
}

.hero-image-container .fc-performance .ring span {
  width: 22px;
  height: 22px;
  font-size: 8px
}

.hero-image-container .fc-performance .bars {
  height: 18px;
  gap: 2px
}

.hero-image-container .fc-performance .bars span {
  width: 3px
}

.hero-image-container .fc-realtime {
  bottom: 12%;
  right: -8px;
  animation: floatCard 5.5s ease-in-out infinite 1s
}

.hero-image-container .fc-realtime .realtime-title {
  font-size: 9.5px
}

.hero-image-container .fc-realtime .growth {
  font-size: 12px
}

.hero-image-container .fc-analytics {
  bottom: 10%;
  left: -8px;
  animation: floatCard 4.5s ease-in-out infinite 1.5s
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

.hero-feature-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  margin-top: 24px
}

.hero-card {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(229, 226, 251, .8);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 25px -5px rgba(15, 18, 34, .06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease
}

.hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px -5px rgba(15, 18, 34, .12);
  border-color: rgba(124, 58, 237, .3)
}

.hero-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.hero-card h3 {
  font-size: .95rem;
  font-weight: 700;
  color: #0f1222;
  margin: 0;
  line-height: 1.35
}

.hero-card p {
  font-size: .82rem;
  color: #555b70;
  margin: 0;
  line-height: 1.5
}

.img-block {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px -18px rgba(20, 10, 60, .28);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end
}

.img-teacher {
  top: 40px;
  left: 20px;
  width: 270px;
  height: 250px;
  background-image: url('assets/images/school_home1.jpg')
}

.img-library {
  top: 130px;
  right: 20px;
  width: 300px;
  height: 220px;
  background-image: url('assets/images/school_home2.jpg')
}

.img-students {
  bottom: 36px;
  left: 80px;
  width: 420px;
  height: 280px;
  background-image: url('assets/images/SCHOOL_HERO_1.jpg');
  z-index: 3
}

@media (max-width:1200px) {
  .hero-grid {
    gap: 32px
  }

  .collage {
    min-height: auto
  }
}

@media (max-width:992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .hero {
    padding: 40px 20px
  }

  .hero .left-col,
  .hero .left-col .badge,
  .hero .left-col .cta-row,
  .hero .left-col .desc,
  .hero .left-col .stats-row,
  .hero .left-col .subtitle,
  .hero .left-col .trust,
  .hero .left-col h1 {
    text-align: center;
    align-items: center
  }

  .hero .cta-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px
  }

  .stats-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    justify-items: center
  }

  .stat {
    width: min(260px, 100%)
  }

  .collage {
    min-height: auto;
    padding: 0
  }

  .img-block {
    display: none
  }

  .collage .fc-analytics,
  .collage .fc-dashboard,
  .collage .fc-performance,
  .collage .fc-realtime {
    position: static;
    margin: 16px auto 0;
    width: fit-content
  }
}

@media (max-width:768px) {
  .hero {
    padding: 30px 16px;
    border-radius: 24px
  }

  .hero .left-col h1 {
    font-size: clamp(2rem, 5vw, 2.8rem)
  }

  .hero .desc,
  .hero .subtitle {
    font-size: 1rem
  }

  .hero .cta-row {
    flex-direction: column;
    align-items: center
  }

  .btn {
    width: 100%;
    max-width: 320px
  }

  .collage {
    min-height: auto
  }

  .hero-feature-cards {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .hero-image-container {
    padding: 0 18px
  }

  .hero-laptop-img {
    width: 100%;
    border-radius: 18px
  }

  .collage {
    padding: 0 10px
  }

  .stats-row-glass {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    padding: 15px !important
  }

  .stats-row-glass .stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important
  }

  .stats-row-glass .icon-wrap {
    width: 56px;
    height: 56px;
    margin-bottom: 8px
  }

  .stats-row-glass .num {
    font-size: 22px;
    font-weight: 700
  }

  .stats-row-glass .label {
    font-size: 11px;
    line-height: 1.3
  }
}

@media (max-width:576px) {
  .hero {
    border-radius: 20px
  }

  .hero .left-col h1 {
    font-size: 2rem
  }

  .hero .cta-row {
    gap: 10px
  }

  .collage {
    min-height: auto;
    padding: 0
  }

  .hero-feature-cards {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .hero-image-container .fc-analytics,
  .hero-image-container .fc-dashboard,
  .hero-image-container .fc-performance,
  .hero-image-container .fc-realtime {
    display: none
  }

  .hero-image-container .ai-pill {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex !important;
    width: auto !important;
    width: fit-content !important;
    max-width: max-content !important;
    white-space: nowrap !important;
    animation: none
  }
}

.creative-faq--section {
  padding: 80px 20px
}

.faq-inner {
  max-width: 900px;
  margin: 0 auto
}

.faq-heading {
  text-align: center;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 14px;
  color: #1a1f36
}

.faq-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #5a5f65;
  font-size: 1rem;
  line-height: 1.7
}

.faq-wrap {
  width: 100%
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(148, 165, 189, .25);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
  overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease
}

.faq-item.active {
  border-color: rgba(98, 37, 230, .35);
  box-shadow: 0 12px 28px rgba(98, 37, 230, .12)
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: #1a1f36;
  -webkit-tap-highlight-color: transparent
}

.faq-question span {
  flex: 1;
  line-height: 1.5
}

.faq-question i {
  flex-shrink: 0;
  color: #6225e6;
  transition: transform .3s ease
}

.faq-item.active .faq-question i {
  transform: rotate(180deg)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height .35s ease, padding .35s ease
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 22px 20px
}

.faq-answer p {
  margin: 0;
  color: #5a5f65;
  font-size: .95rem;
  line-height: 1.75
}

@media (max-width:768px) {
  .creative-faq--section {
    padding: 56px 16px
  }

  .faq-subtitle {
    margin-bottom: 28px;
    font-size: .95rem
  }

  .faq-question {
    padding: 15px 16px;
    font-size: .95rem;
    gap: 10px
  }

  .faq-answer {
    padding: 0 16px
  }

  .faq-item.active .faq-answer {
    padding: 0 16px 16px
  }
}

@media (max-width:480px) {
  .faq-question {
    font-size: .9rem
  }

  .faq-answer p {
    font-size: .88rem
  }
}

@media (max-width:576px) {
  .video-item {
    width: 260px
  }

  .video-item iframe,
  .video-placeholder {
    height: 160px
  }
}

@media (max-width:768px) {

  .features-modern,
  .pro-features {
    padding: 60px 16px
  }
}

@media (max-width:480px) {

  .features-modern,
  .pro-features {
    padding: 44px 14px
  }
}

.stats-row-glass {
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, .5);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .03);
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  align-items: center
}

@media (max-width:768px) {
  .stats-row-glass {
    grid-template-columns: 1fr !important;
    gap: 12px !important
  }
}

.transform-strip {
  background: linear-gradient(135deg, #3b4fe4, #7c3aed);
  border-radius: 20px;
  box-shadow: 0 10px 30px -10px rgba(59, 79, 228, .4);
  color: #fff
}

.transform-strip .strip-icon-wrap {
  background: rgba(255, 255, 255, .15);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.transform-strip h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em
}

.transform-strip p {
  margin: 3px 0 0;
  font-size: 13.5px;
  opacity: .9;
  font-weight: 400
}

.transform-strip .btn-demo {
  border: 1.5px solid #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: all .3s ease
}

.transform-strip .btn-demo:hover {
  background: #fff !important;
  color: #3b4fe4 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .15)
}

.transform-strip .btn-demo svg {
  transition: transform .3s ease
}

.transform-strip .btn-demo:hover svg {
  transform: translateX(4px)
}

@media (max-width:768px) {
  .hero .cta-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100%
  }

  .hero .cta-row .btn,
  .hero .cta-row .cta {
    width: auto !important;
    max-width: none !important;
    flex: 1;
    margin: 0 !important;
    text-align: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 15px
  }
}

@media (max-width:991px) {
  .hero-grid {
    display: flex !important;
    flex-direction: column !important
  }

  .hero .left-col {
    order: 1
  }

  .hero .collage,
  .hero .hero-image-container {
    order: 2
  }
}

@media (max-width:767px) {
  .hero-image-container {
    padding: 0 35px !important
  }

  .hero-image-container img,
  .hero-laptop-img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto
  }
}

@media (max-width:767px) {
  .stats-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 15px 10px !important
  }

  .stats-row .stat {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-width: 0
  }

  .stats-row .icon-wrap {
    width: 50px !important;
    height: 50px !important;
    border-radius: 14px !important;
    margin: 0 0 8px !important;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .stats-row .icon-wrap svg {
    width: 20px;
    height: 20px
  }

  .stats-row .num {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.2
  }

  .stats-row .label {
    font-size: 11px !important;
    line-height: 1.3;
    margin-top: 3px
  }
}

@media (max-width:768px) {
  .stats-row-glass {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    padding: 15px !important
  }

  .stats-row-glass .stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important
  }

  .stats-row-glass .icon-wrap {
    width: 56px;
    height: 56px;
    margin-bottom: 8px
  }

  .stats-row-glass .num {
    font-size: 22px;
    font-weight: 700
  }

  .stats-row-glass .label {
    font-size: 11px;
    line-height: 1.3
  }
}

@media (max-width:768px) {
  .hero-image-container {
    padding: 0 18px
  }

  .hero-laptop-img {
    width: 100%;
    border-radius: 18px
  }

  .collage {
    padding: 0 10px
  }
}

.feature-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important
}

.feature-item h4,
.feature-item p {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #000 !important;
  z-index: 9999 !important;
  position: relative !important
}

.footer-modern-section {
  background: #090f1d !important;
  color: #94a3b8;
  font-size: 14px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  border-top: 4px solid #28b9e0
}

.footer-modern-section a {
  color: #cbd5e1;
  text-decoration: none;
  transition: all .25s ease
}

.footer-modern-section a:hover {
  color: #28b9e0 !important
}

.footer-modern-section .text-secondary {
  color: #cbd5e1 !important
}

.footer-top-cta {
  background: linear-gradient(135deg, rgba(40, 185, 224, .12) 0, rgba(15, 23, 42, .8) 100%);
  border: 1px solid rgba(40, 185, 224, .3);
  border-radius: 18px;
  padding: 28px 36px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

@media (max-width:768px) {
  .footer-top-cta {
    flex-direction: column;
    text-align: center
  }
}

.footer-widget-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px
}

.footer-widget-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #28b9e0;
  border-radius: 4px
}

.footer-visitor-counter-card {
  background: rgba(40, 185, 224, .08);
  border: 1px solid rgba(40, 185, 224, .25);
  border-radius: 14px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(40, 185, 224, .1)
}

.footer-visitor-counter-icon {
  width: 42px;
  height: 42px;
  background: #28b9e0;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px
}

.footer-visitor-count-number {
  font-size: 22px;
  font-weight: 800;
  color: #28b9e0;
  letter-spacing: .5px;
  line-height: 1
}

.footer-social-pill-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .1);
  transition: all .3s ease !important;
  font-size: 15px
}

.footer-social-pill-btn:hover {
  background: #28b9e0 !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(40, 185, 224, .4)
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-menu-list li,
.footer-modern-section .widget ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-menu-list li:before,
.footer-menu-list>a:before,
.footer-modern-section .widget ul li:before {
  content: "›";
  color: #28b9e0;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0
}

.footer-menu-list>a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #cbd5e1
}

.footer-modern-section .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px
}

.footer-modern-section .widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #28b9e0;
  border-radius: 4px
}

.footer-modern-section .widget ol,
.footer-modern-section .widget ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important
}

.footer-modern-section .textwidget,
.footer-modern-section .textwidget p,
.footer-modern-section .widget,
.footer-modern-section .widget div,
.footer-modern-section .widget p,
.footer-modern-section p {
  color: #cbd5e1 !important;
  line-height: 1.7;
  font-size: 14px
}

.footer-modern-section .textwidget strong,
.footer-modern-section .widget strong {
  color: #fff !important;
  font-weight: 700
}

.footer-modern-section .textwidget a,
.footer-modern-section .widget a {
  color: #28b9e0 !important;
  text-decoration: none;
  transition: color .2s ease
}

.footer-modern-section .textwidget a:hover,
.footer-modern-section .widget a:hover {
  color: #fff !important;
  text-decoration: underline
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: #cbd5e1
}

.footer-contact-item i {
  color: #28b9e0;
  font-size: 16px;
  margin-top: 3px
}

.footer-bottom-bar {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #25d366 0, #128c7e 100%);
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  z-index: 99999;
  text-decoration: none !important;
  transition: all .35s cubic-bezier(.34, 1.56, .64, 1);
  cursor: pointer
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 14px 28px rgba(37, 211, 102, .6);
  color: #fff !important
}

.whatsapp-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(37, 211, 102, .35);
  z-index: -1;
  animation: waPulse 2.2s infinite ease-out
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: .8
  }

  70% {
    transform: scale(1.35);
    opacity: 0
  }

  100% {
    transform: scale(1.4);
    opacity: 0
  }
}

.whatsapp-float .whatsapp-tooltip {
  position: absolute;
  left: 70px;
  background: #090f1d;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid rgba(40, 185, 224, .3);
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  transition: all .3s ease;
  pointer-events: none
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}

.scroll-up {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #090f1d;
  border: 2px solid #28b9e0;
  color: #28b9e0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3), 0 0 15px rgba(40, 185, 224, .3);
  cursor: pointer;
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .35s cubic-bezier(.34, 1.56, .64, 1);
  outline: 0
}

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

.scroll-up:hover {
  background: #28b9e0;
  color: #090f1d !important;
  border-color: #28b9e0;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 12px 28px rgba(40, 185, 224, .55)
}

.scroll-up:active {
  transform: translateY(-1px) scale(.98)
}

@media (max-width:576px) {
  .whatsapp-float {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 26px
  }

  .scroll-up {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 16px
  }
}

.about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden
}

.about-img img {
  width: 80%;
  height: 80%;
  border-radius: 20px;
  transition: .5s
}

.about-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffc107;
  color: #000;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600
}

.about-card {
  backdrop-filter: blur(12px);
  padding: 30px;
  transition: .3s
}

.about-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(90deg, #ff9c3b, #ff3b7f, #3b82ff);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 1px
}

.about-title::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff9c3b, #ff3b7f);
  animation: lineMove 3s infinite alternate
}

@keyframes lineMove {
  0% {
    width: 40%
  }

  100% {
    width: 80%
  }
}

.about-subtitle {
  color: #cbd5e1;
  font-size: 15px;
  letter-spacing: .5px
}

.about-desc {
  color: #cbd5e1;
  font-size: 15px
}

.about-features {
  margin-top: 20px
}

.about-features li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 14px;
  color: #e2e8f0
}

.about-features li::before {
  content: "âœ”";
  color: #facc15;
  margin-right: 8px
}

.about-btn {
  margin-top: 20px;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600
}

@keyframes rotateGradient {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes float1 {

  0%,
  100% {
    transform: translateY(0)
  }

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

@keyframes float2 {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-15px)
  }
}

@keyframes float3 {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

.timeline {
  position: relative;
  padding-left: 40px
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #dee2e6;
  border-radius: 2px
}

.timeline-item {
  position: relative
}

.timeline-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6c757d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.timeline-content {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  margin-left: 20px;
  width: calc(100% - 80px)
}

@media (max-width:768px) {
  .timeline::before {
    left: 10px
  }

  .timeline-content {
    width: calc(100% - 70px);
    margin-left: 15px
  }

  .timeline-icon {
    width: 40px;
    height: 40px;
    font-size: .9rem
  }
}

.contact-form form .theschoolmgmt-contact-response {
  display: none;
  margin-bottom: 20px;
  padding: 12px 18px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.5
}

.contact-form form .theschoolmgmt-contact-response.is-success {
  display: block;
  background: #e9f9ee;
  color: #1e7e34;
  border: 1px solid #b7e4c7
}

.contact-form form .theschoolmgmt-contact-response.is-error {
  display: block;
  background: #fdecea;
  color: #a31212;
  border: 1px solid #f5c2c0
}

.contact-form form .input-box {
  margin-bottom: 0
}

.card-image-wrapper .ribbon {
  position: absolute;
  width: 100px;
  height: 30px;
  background: linear-gradient(45deg, #3957ed, #1a2fcf);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  z-index: 2;
  font-size: .85rem;
  border-radius: 4px
}

.section-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

@media (max-width:576px) {
  .card-image-wrapper .ribbon {
    width: 80px;
    height: 25px;
    font-size: .7rem
  }
}

.screenshot-section {
  padding: 90px 0;
  position: relative;
  overflow: hidden
}

.abstract-circle {
  position: absolute;
  border-radius: 50%;
  opacity: .45;
  z-index: -1
}

.circle-1 {
  width: 220px;
  height: 220px;
  background: #bbdefb;
  top: 140px;
  left: -80px
}

.circle-2 {
  width: 320px;
  height: 320px;
  background: #ffe0b2;
  bottom: 60px;
  right: -140px
}

.circle-3 {
  width: 280px;
  height: 280px;
  background: #b2deff;
  bottom: 400px;
  left: -140px
}

.circle-4 {
  width: 140px;
  height: 140px;
  background: #d7b2ff;
  top: 50px;
  right: 80px
}

.screenshot-card {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  transition: all .3s ease;
  overflow: hidden;
  background: #5fcae8
}

.screenshot-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .14)
}

.screenshot-card img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  background: #fff
}

.section-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 25px
}

.main-section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0d47a1
}

.main-section-subtitle {
  color: #607d8b
}

:root {
  --primary: #00d4ff;
  --secondary: #6f42c1;
  --dark: #0b0f1a
}

.dashboard-header {
  color: #434343;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.dashboard-header .slider-heading span {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.slider-section {
  position: relative
}

.slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 1
}

.photography-slider--item {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative
}

.photography-slider--image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.photography-slider--inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  animation: slideUp 1.2s ease
}

.photography-item--title {
  font-size: 9vh;
  font-weight: 700;
  text-transform: uppercase
}

.photography-item--title span {
  color: var(--primary)
}

.photography-item--title-outline {
  font-size: 14vh;
  font-weight: 700;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  color: transparent
}

.swiper-pagination-bullet {
  background: #ffd147;
  opacity: .6
}

.swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1
}

.sidebar a:hover {
  background: var(--primary);
  color: #000
}

.photography-thumbs {
  height: 110px
}

.photography-thumbs img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}

.photography-thumbs .swiper-slide {
  opacity: .4;
  transition: .3s
}

.photography-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid var(--primary)
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    transform: translateY(-50%)
  }
}

.document-showcase-section {
  margin: 60px 0
}

.doc-preview-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
  transition: all .35s ease;
  margin: 10px
}

.doc-preview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .14)
}

.doc-image {
  height: 420px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #5fcae8;
  border-radius: .25rem
}

.doc-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #fff
}

.doc-title-bar {
  background: #63cbe8;
  text-align: center;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #0b2a3d;
  transition: background .3s ease, color .3s ease;
  position: relative;
  z-index: 2
}

.doc-preview-card:hover .doc-title-bar {
  background: #4bb8d6;
  color: #06202e
}

.doc-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .92);
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.doc-modal-content {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  transform-origin: center center;
  transition: transform .25s ease;
  cursor: grab
}

.doc-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  cursor: pointer
}

@media (max-width:768px) {
  .photography-slider--inner {
    left: 0;
    width: 100%;
    text-align: center
  }

  .photography-item--title {
    font-size: 5vh
  }

  .photography-item--title-outline {
    font-size: 8vh
  }
}

.school-profile-section {
  background: linear-gradient(135deg, #5bceff 0, #fff 100%);
  font-family: Raleway, sans-serif;
  padding: 4rem 0
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  background: linear-gradient(135deg, #5ea4ff, #b32eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3rem;
  text-align: center
}

.filter-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  padding: 1.5rem 2rem;
  margin-bottom: 2.5rem
}

.filter-box select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: .6rem 1rem;
  font-size: .95rem
}

.filter-box label {
  font-weight: 600;
  color: #444
}

.member-box {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
  transition: all .3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  animation: fadeUp .8s ease both
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.member-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .27);
  border: 3px solid #d153ff
}

.member-box .shape {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #49abd6 0, #d153ff 100%);
  opacity: .15;
  position: absolute;
  top: 0;
  right: -80px;
  transform: rotate(45deg);
  z-index: 0
}

.member-box .card-img-top {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 25px auto 10px;
  border: 3px solid #be5cff8b;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
  z-index: 2;
  position: relative;
  object-fit: cover
}

.member-box .card-body {
  z-index: 2;
  position: relative
}

.member-title {
  font-weight: 700;
  font-size: 1rem;
  color: #333
}

.member-designation {
  color: #555;
  font-size: .9rem
}

.school-link {
  text-decoration: none;
  background: linear-gradient(135deg, #5bceff 0, #d153ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity .3s ease
}

.member-box .school-link:hover {
  opacity: .8
}

@media (max-width:768px) {
  .member-title {
    font-size: .95rem
  }

  .member-designation {
    font-size: .85rem
  }
}

.country-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 2rem;
  flex-wrap: wrap
}

.country-tabs .tab-btn {
  padding: 10px 22px;
  border: none;
  border-radius: 50px;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, .4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
  color: #444;
  transition: all .35s ease
}

.country-tabs .tab-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
  background: rgba(255, 255, 255, .75)
}

.country-tabs .tab-btn.active {
  background: linear-gradient(135deg, #5ea4ff, #b32eff);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(179, 46, 255, .5), 0 0 12px rgba(94, 164, 255, .6);
  transform: translateY(-4px);
  border: none
}

@media (max-width:576px) {
  .country-tabs .tab-btn {
    font-size: .85rem;
    padding: 8px 18px
  }
}

.country-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 2rem;
  flex-wrap: wrap
}

.country-tabs .tab-btn {
  padding: 12px 26px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  background: rgba(255, 255, 255, .45);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, .4);
  transform-style: preserve-3d;
  transition: transform .4s ease, box-shadow .4s ease, background .4s ease;
  color: #333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15)
}

.country-tabs .tab-btn:hover {
  transform: rotateX(18deg) rotateY(10deg) translateY(-6px);
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .25)
}

.country-tabs .tab-btn.active {
  background: linear-gradient(135deg, #5ea4ff, #b32eff);
  color: #fff !important;
  box-shadow: 0 12px 35px rgba(137, 46, 255, .6);
  animation: bounceTab .5s ease-out
}

@keyframes bounceTab {
  0% {
    transform: scale(.8)
  }

  50% {
    transform: scale(1.15)
  }

  100% {
    transform: scale(1)
  }
}

.country-tabs .tab-btn.active {
  transform: rotateX(10deg) rotateY(-10deg) translateY(-5px)
}

@media (max-width:576px) {
  .country-tabs .tab-btn {
    padding: 9px 20px;
    font-size: .85rem
  }
}

.tabs-glow {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 255, 255, .8), rgba(94, 164, 255, .7), rgba(179, 46, 255, .6), transparent 70%);
  filter: blur(70px);
  animation: glowWave 4s infinite ease-in-out alternate;
  z-index: 0
}

@keyframes glowWave {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: .8
  }

  100% {
    transform: translateX(-50%) scale(1.4);
    opacity: 1
  }
}

.country-tabs .tab-btn.active {
  position: relative;
  overflow: hidden
}

.country-tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: conic-gradient(#fff, #5ea4ff, #b32eff, #fff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  animation: neonRotate 2s linear infinite
}

@keyframes neonRotate {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.member-box {
  transform-style: preserve-3d;
  perspective: 900px;
  transition: transform .4s ease-in-out;
  cursor: pointer
}

.member-box:hover {
  transform: rotateY(12deg) rotateX(6deg)
}

.client-detail {
  background: linear-gradient(135deg, #f8f9ff, #eef2ff)
}

.img-wrapper {
  position: relative;
  display: inline-block
}

.img-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  filter: blur(60px);
  border-radius: 50%;
  z-index: 1;
  animation: pulse 4s infinite
}

.client-detail .container {
  min-height: 80vh;
  display: flex;
  align-items: center
}

.info-box i {
  color: #28b9e0;
  font-size: 24px;
  font-weight: 900
}

.client-detail .row {
  width: 100%;
  justify-content: center
}

.client-img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  transition: .4s
}

.client-img:hover {
  transform: scale(1.05)
}

.client-title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(90deg, #28b9e0, #9250e2);
  -webkit-background-clip: text;
  color: transparent
}

.info-box {
  background: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  font-size: 20px
}

.info-box span {
  color: #666
}

.info-box a {
  text-decoration: none;
  color: #3b82ff;
  font-weight: 500
}

.client-content {
  color: #555;
  line-height: 1.7
}

.btn-gradient {
  background: linear-gradient(90deg, #28b9e0, #9250e2);
  color: #fff;
  border: none;
  border-radius: 30px;
  transition: .3s
}

.btn-gradient:hover {
  opacity: .9;
  transform: translateY(-2px)
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

:root {
  --rev-primary: #2563EB;
  --rev-secondary: #7C3AED;
  --rev-accent: #06B6D4;
  --rev-success: #22C55E;
  --rev-warning: #F59E0B;
  --rev-dark: #f8fafc;
  --rev-surface: #ffffff;
  --rev-surface-light: rgba(0, 0, 0, 0.05);
  --rev-light: #0f172a;
  --rev-gradient-1: linear-gradient(135deg, var(--rev-primary), var(--rev-secondary));
  --rev-gradient-2: linear-gradient(135deg, var(--rev-secondary), var(--rev-accent));
  --rev-gradient-3: linear-gradient(135deg, #4338ca, #3b82f6);
  --rev-glass-bg: rgba(255, 255, 255, 0.7);
  --rev-glass-border: rgba(0, 0, 0, 0.1);
  --rev-glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.05);
  --rev-radius-lg: 24px;
  --rev-radius-md: 16px;
  --rev-radius-sm: 8px;
  --rev-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)
}

body.page-template-review {
  font-family: Poppins, sans-serif;
  background-color: var(--rev-dark);
  color: var(--rev-light);
  overflow-x: hidden
}

.rev-text-gradient {
  background: var(--rev-gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent
}

.rev-text-gradient-alt {
  background: var(--rev-gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent
}

.page-template-review h1,
.page-template-review h2,
.page-template-review h3,
.page-template-review h4,
.page-template-review h5,
.page-template-review h6 {
  font-weight: 700;
  letter-spacing: -.02em
}

.btn-rev-primary {
  background: var(--rev-gradient-1);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 600;
  transition: var(--rev-transition);
  position: relative;
  overflow: hidden;
  z-index: 1
}

.btn-rev-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--rev-gradient-2);
  z-index: -1;
  transition: opacity .3s ease;
  opacity: 0
}

.btn-rev-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, .3);
  color: #fff
}

.btn-rev-primary:hover::before {
  opacity: 1
}

.btn-rev-outline {
  background: 0 0;
  color: var(--rev-light);
  border: 1px solid var(--rev-glass-border);
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 600;
  transition: var(--rev-transition);
  backdrop-filter: blur(10px)
}

.btn-rev-outline:hover {
  background: var(--rev-surface-light);
  border-color: rgba(0, 0, 0, .2);
  color: var(--rev-light);
  transform: translateY(-2px)
}

.rev-glass-panel {
  background: var(--rev-glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--rev-glass-border);
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-glass-shadow)
}

.rev-background-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  overflow: hidden;
  background-color: var(--rev-dark)
}

.rev-blob {
  position: absolute;
  filter: blur(80px);
  opacity: .5;
  border-radius: 50%;
  animation: floatBlob 20s infinite alternate cubic-bezier(.4, 0, .2, 1)
}

.rev-blob-1 {
  width: 600px;
  height: 600px;
  background: rgba(37, 99, 235, .3);
  top: -10%;
  left: -10%;
  animation-delay: 0s
}

.rev-blob-2 {
  width: 500px;
  height: 500px;
  background: rgba(124, 58, 237, .3);
  bottom: 10%;
  right: -5%;
  animation-delay: -5s
}

.rev-blob-3 {
  width: 400px;
  height: 400px;
  background: rgba(6, 182, 212, .2);
  top: 40%;
  left: 40%;
  animation-delay: -10s
}

@keyframes floatBlob {
  0% {
    transform: translate(0, 0) scale(1)
  }

  33% {
    transform: translate(30px, -50px) scale(1.1)
  }

  66% {
    transform: translate(-20px, 20px) scale(.9)
  }

  100% {
    transform: translate(0, 0) scale(1)
  }
}

.rev-hero {
  padding: 160px 0 100px;
  position: relative;
  text-align: center
}

.rev-hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: 24px;
  backdrop-filter: blur(10px)
}

.rev-hero-badge i {
  color: var(--rev-warning);
  margin-right: 8px
}

.rev-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 24px
}

.rev-hero p.lead {
  font-size: 1.25rem;
  color: var(--rev-text-muted);
  max-width: 700px;
  margin: 0 auto 40px
}

.rev-social-proof {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .02), transparent)
}

.rev-stat-item {
  text-align: center
}

.rev-stat-val {
  font-size: 2rem;
  font-weight: 700;
  color: var(--rev-light);
  display: block
}

.rev-stat-label {
  font-size: .875rem;
  color: var(--rev-text-muted);
  text-transform: uppercase;
  letter-spacing: 1px
}

.rev-testimonials {
  padding: 100px 0
}

.rev-section-header {
  text-align: center;
  margin-bottom: 60px
}

.rev-card {
  height: 100%;
  padding: 30px;
  transition: var(--rev-transition);
  position: relative;
  overflow: hidden
}

.rev-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--rev-gradient-1);
  opacity: 0;
  transition: opacity .3s
}

.rev-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
  border-color: rgba(0, 0, 0, .2)
}

.rev-card:hover::before {
  opacity: 1
}

.rev-quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  color: rgba(0, 0, 0, .03);
  z-index: 0
}

.rev-card-content {
  position: relative;
  z-index: 1
}

.rev-stars {
  color: var(--rev-warning);
  font-size: .9rem;
  margin-bottom: 16px
}

.rev-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--rev-text-muted);
  margin-bottom: 24px;
  font-style: italic
}

.rev-author {
  display: flex;
  align-items: center;
  gap: 16px
}

.rev-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--rev-primary)
}

.rev-author-info h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--rev-light);
  display: flex;
  align-items: center;
  gap: 6px
}

.rev-verified {
  color: var(--rev-accent);
  font-size: .8rem
}

.rev-author-info p {
  margin: 0;
  font-size: .85rem;
  color: var(--rev-text-muted)
}

.rev-features {
  padding: 80px 0;
  background: rgba(154, 223, 255, .2)
}

.rev-feature-card {
  text-align: center;
  padding: 30px 20px;
  transition: var(--rev-transition);
  border-radius: var(--rev-radius-md);
  border: 1px solid transparent
}

.rev-feature-card:hover {
  background: rgba(255, 255, 255, .8);
  border-color: var(--rev-glass-border);
  transform: translateY(-5px)
}

.rev-feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(37, 99, 235, .1);
  color: var(--rev-accent);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 20px;
  transition: var(--rev-transition)
}

.rev-feature-card:hover .rev-feature-icon {
  background: var(--rev-gradient-1);
  color: #fff;
  transform: scale(1.1) rotate(5deg)
}

.rev-logos {
  padding: 60px 0;
  overflow: hidden
}

.rev-marquee-container {
  display: flex;
  width: 200%;
  animation: revMarquee 20s linear infinite
}

.rev-marquee-container:hover {
  animation-play-state: paused
}

.rev-marquee-track {
  display: flex;
  justify-content: space-around;
  width: 50%
}

.rev-logo-item {
  opacity: .5;
  filter: grayscale(100%);
  transition: var(--rev-transition);
  padding: 0 30px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--rev-light);
  display: flex;
  align-items: center;
  gap: 10px
}

.rev-logo-item:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
  color: var(--rev-primary)
}

@keyframes revMarquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.rev-cta {
  padding: 100px 0
}

.rev-cta-box {
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden
}

.rev-cta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(124, 58, 237, .15) 0, transparent 70%);
  z-index: 0
}

.rev-cta-content {
  position: relative;
  z-index: 1
}

.modal-backdrop.show {
  opacity: .8;
  backdrop-filter: blur(5px)
}

.rev-modal .modal-content {
  background: var(--rev-surface);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: var(--rev-radius-lg);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2);
  color: var(--rev-light)
}

.rev-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 24px 32px
}

.rev-modal .modal-title {
  font-weight: 700
}

.rev-modal .btn-close {
  color: var(--rev-light);
  opacity: .7;
  font-size: 1.2rem
}

.rev-modal .btn-close::before {
  content: '\f00d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900
}

.rev-modal .btn-close:hover {
  opacity: 1
}

.rev-modal .modal-body {
  padding: 32px
}

.rev-form-control {
  background: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: var(--rev-radius-sm);
  color: var(--rev-light);
  padding: 12px 16px;
  transition: var(--rev-transition)
}

.rev-form-control:focus {
  background: rgba(0, 0, 0, .05);
  border-color: var(--rev-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
  color: var(--rev-light)
}

.rev-form-control::placeholder {
  color: #6b7280
}

.rev-form-label {
  font-size: .875rem;
  font-weight: 500;
  color: #9ca3af;
  margin-bottom: 8px
}

@media (max-width:768px) {
  .rev-hero h1 {
    font-size: 2.5rem
  }

  .rev-hero {
    padding: 120px 0 60px
  }

  .rev-stat-item {
    margin-bottom: 20px
  }
}

.changelog-sidebar-scroll {
  max-height: none;
  overflow-y: visible;
  padding-right: 5px
}

.changelog-sidebar-scroll::-webkit-scrollbar {
  width: 6px
}

.changelog-sidebar-scroll::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px
}

.changelog-sidebar-scroll::-webkit-scrollbar-track {
  background: #eee
}

:root {
  --sm-primary: #51b5fb;
  --sm-primary-hover: #008cff;
  --sm-secondary: #6366f1;
  --sm-accent-green: #10b981;
  --sm-accent-amber: #f59e0b;
  --sm-accent-purple: #8b5cf6;
  --sm-accent-coral: #ff4b72;
  --sm-dark: #0f172a;
  --sm-slate: #1e293b;
  --sm-muted: #64748b;
  --sm-light: #f8fafc;
  --sm-card-border: rgba(226, 232, 240, 0.8);
  --sm-font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif
}

body.page-template-library-management {
  font-family: var(--sm-font)
}

.lib-hero-wrapper {
  position: relative;
  padding: 90px 0 70px;
  background: radial-gradient(circle at 15% 15%, rgba(81, 181, 251, .12) 0, transparent 45%), radial-gradient(circle at 85% 85%, rgba(99, 102, 241, .1) 0, transparent 45%), #fff;
  overflow: hidden
}

.lib-hero-wrapper::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(81, 181, 251, .15), transparent 70%);
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none
}

.lib-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: rgba(81, 181, 251, .1);
  border: 1px solid rgba(81, 181, 251, .3);
  border-radius: 50px;
  color: #008cff;
  font-weight: 700;
  font-size: .88rem;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(81, 181, 251, .05)
}

.lib-pulse-dot {
  width: 9px;
  height: 9px;
  background: var(--sm-accent-green);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, .7);
  animation: pulseGlow 2s infinite;
  flex-shrink: 0
}

@keyframes pulseGlow {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, .7)
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0)
  }

  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0)
  }
}

.lib-hero-heading {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--sm-dark);
  line-height: 1.2;
  letter-spacing: -.5px;
  margin-bottom: 22px
}

.lib-gradient-brand {
  background: linear-gradient(135deg, #51b5fb 0, #008cff 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.lib-hero-subtext {
  font-size: 1.15rem;
  color: var(--sm-muted);
  line-height: 1.75;
  margin-bottom: 35px
}

.lib-window-mockup {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, .15), 0 0 0 1px rgba(226, 232, 240, .8);
  overflow: hidden;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), box-shadow .4s ease
}

.lib-window-mockup:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(81, 181, 251, .18), 0 0 0 1px rgba(81, 181, 251, .2)
}

.lib-window-bar {
  background: var(--sm-dark);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.lib-window-dots {
  display: flex;
  gap: 8px;
  flex-shrink: 0
}

.lib-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%
}

.lib-dot-red {
  background: #ff5f56
}

.lib-dot-yellow {
  background: #ffbd2e
}

.lib-dot-green {
  background: #27c93f
}

.lib-window-title {
  color: #94a3b8;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .08);
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px
}

.sm-dashboard-inner {
  padding: 24px;
  background: #f8fafc
}

.sm-header-banner {
  background: linear-gradient(135deg, #51b5fb 0, #008cff 100%);
  border-radius: 16px;
  padding: 18px 22px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(81, 181, 251, .25)
}

.sm-card-box {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .03);
  transition: all .3s ease;
  height: 100%;
  position: relative;
  overflow: hidden
}

.sm-card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px
}

.sm-card-box.blue-top::before {
  background: #008cff
}

.sm-card-box.green-top::before {
  background: var(--sm-accent-green)
}

.sm-card-box.amber-top::before {
  background: var(--sm-accent-amber)
}

.sm-card-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, .08);
  border-color: #cbd5e1
}

.sm-card-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 14px
}

.sm-card-icon-wrap.blue {
  background: rgba(81, 181, 251, .12);
  color: #008cff
}

.sm-card-icon-wrap.green {
  background: rgba(16, 185, 129, .12);
  color: var(--sm-accent-green)
}

.sm-card-icon-wrap.amber {
  background: rgba(245, 158, 11, .12);
  color: var(--sm-accent-amber)
}

.sm-card-val {
  font-size: 2rem;
  font-weight: 800;
  color: var(--sm-dark);
  line-height: 1;
  margin-bottom: 4px
}

.sm-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sm-dark);
  margin: 0
}

.sm-card-subtitle {
  font-size: .8rem;
  color: var(--sm-muted);
  margin-bottom: 16px
}

.sm-action-flex {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9
}

.sm-pill-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1.5px solid #008cff;
  color: #008cff;
  background: 0 0;
  transition: all .2s ease;
  text-decoration: none;
  display: inline-block
}

.sm-pill-btn:hover {
  background: #008cff;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 140, 255, .25)
}

.sm-pill-btn.active-fill {
  background: #008cff;
  color: #fff
}

.sm-pill-btn.active-fill:hover {
  background: #0076d6;
  border-color: #0076d6
}

.lib-glow-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .03);
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
  height: 100%;
  position: relative
}

.lib-glow-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(81, 181, 251, .15);
  border-color: rgba(81, 181, 251, .4)
}

.lib-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 22px;
  transition: transform .3s ease
}

.lib-glow-card:hover .lib-icon-box {
  transform: scale(1.1) rotate(-4deg)
}

.lib-icon-box.blue {
  background: rgba(81, 181, 251, .15);
  color: #008cff
}

.lib-icon-box.emerald {
  background: rgba(16, 185, 129, .12);
  color: var(--sm-accent-green)
}

.lib-icon-box.amber {
  background: rgba(245, 158, 11, .12);
  color: var(--sm-accent-amber)
}

.lib-icon-box.purple {
  background: rgba(139, 92, 246, .12);
  color: var(--sm-accent-purple)
}

.lib-icon-box.rose {
  background: rgba(244, 63, 94, .12);
  color: #f43f5e
}

.lib-icon-box.indigo {
  background: rgba(99, 102, 241, .12);
  color: var(--sm-secondary)
}

.lib-card-h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--sm-dark);
  margin-bottom: 12px
}

.lib-card-p {
  font-size: .94rem;
  color: var(--sm-muted);
  line-height: 1.65;
  margin: 0
}

.sm-nav-pills-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  margin-bottom: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.sm-nav-pills-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.sm-nav-pills {
  display: inline-flex;
  background: #f1f5f9;
  padding: 6px;
  border-radius: 50px;
  gap: 6px;
  border: 1px solid #e2e8f0;
  white-space: nowrap
}

.sm-pill-tab {
  border: none;
  background: 0 0;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .9rem;
  color: var(--sm-muted);
  transition: all .3s ease;
  white-space: nowrap
}

.sm-pill-tab.active {
  background: linear-gradient(135deg, #51b5fb 0, #008cff 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(81, 181, 251, .35)
}

.sm-table-container {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
  overflow: hidden
}

.table-responsive {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.table-responsive::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.sm-table-head-bar {
  background: linear-gradient(90deg, #51b5fb 0, #008cff 100%);
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.sm-export-bar {
  background: #475569;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.sm-export-chip {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap
}

.sm-export-chip:hover {
  background: rgba(255, 255, 255, .3)
}

.sm-table {
  width: 100%;
  border-collapse: collapse
}

.sm-table th {
  background: #008cff;
  color: #fff;
  font-weight: 700;
  font-size: .86rem;
  padding: 12px 14px;
  border: 1px solid #0076d6;
  white-space: nowrap
}

.sm-table td {
  padding: 12px 14px;
  font-size: .88rem;
  color: #334155;
  border: 1px solid #e2e8f0;
  vertical-align: middle;
  white-space: nowrap
}

.sm-table tbody tr:nth-child(2n) td {
  background: #f8fafc
}

.sm-table tbody tr:hover td {
  background: #eff6ff
}

@media (max-width:991.98px) {
  .lib-hero-wrapper {
    padding: 60px 0 50px
  }

  .lib-hero-heading {
    font-size: 2.3rem
  }

  .lib-hero-subtext {
    font-size: 1.05rem;
    margin-bottom: 25px
  }

  .lib-window-mockup {
    margin-top: 20px
  }
}

@media (max-width:767.98px) {
  .lib-hero-heading {
    font-size: 1.95rem
  }

  .lib-live-badge {
    font-size: .8rem;
    padding: 6px 14px;
    margin-bottom: 18px
  }

  .sm-dashboard-inner {
    padding: 16px
  }

  .sm-header-banner {
    padding: 14px 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .sm-card-box {
    padding: 18px
  }

  .sm-card-val {
    font-size: 1.75rem
  }

  .sm-pill-btn {
    font-size: .75rem;
    padding: 4px 10px
  }

  .sm-export-bar {
    flex-direction: column;
    align-items: stretch
  }

  .sm-export-bar input {
    width: 100% !important
  }
}

@media (max-width:575.98px) {
  .lib-hero-heading {
    font-size: 1.7rem
  }

  .lib-hero-wrapper {
    padding: 45px 0 35px
  }

  .lib-window-title {
    max-width: 160px;
    font-size: .75rem
  }

  .lib-window-bar {
    padding: 10px 14px
  }

  .sm-card-box {
    margin-bottom: 12px
  }

  .lib-glow-card {
    padding: 24px 18px
  }

  .lib-icon-box {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-bottom: 16px
  }

  .btn.common-btn {
    width: 100%;
    text-align: center
  }
}

:root {
  --stf-primary: #51b5fb;
  --stf-primary-hover: #008cff;
  --stf-secondary: #6366f1;
  --stf-accent-green: #10b981;
  --stf-accent-amber: #f59e0b;
  --stf-accent-purple: #8b5cf6;
  --stf-accent-coral: #ff4b72;
  --stf-dark: #0f172a;
  --stf-slate: #1e293b;
  --stf-muted: #64748b;
  --stf-light: #f8fafc;
  --stf-font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif
}

body.page-template-staff-management {
  font-family: var(--stf-font)
}

.stf-hero-wrapper {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, rgba(15, 23, 42, .9) 0, rgba(15, 45, 80, .88) 100%), url('assets/images/businesspeople-having-good-time-meeting.jpg') center/cover no-repeat;
  overflow: hidden
}

.stf-hero-wrapper::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(81, 181, 251, .25), transparent 70%);
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none
}

.stf-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(81, 181, 251, .35);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15)
}

.stf-pulse-dot {
  width: 9px;
  height: 9px;
  background: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, .7);
  animation: pulseGlow 2s infinite;
  flex-shrink: 0
}

@keyframes pulseGlow {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(52, 211, 153, .7)
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 211, 153, 0)
  }

  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0)
  }
}

.stf-hero-heading {
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.5px;
  margin-bottom: 22px
}

.stf-gradient-brand {
  background: linear-gradient(135deg, #51b5fb 0, #2bb6ff 50%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.stf-hero-subtext {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, .88);
  line-height: 1.75;
  margin-bottom: 35px
}

.stf-hero-checks {
  color: rgba(255, 255, 255, .95) !important
}

.stf-window-mockup {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .2);
  overflow: hidden;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), box-shadow .4s ease
}

.stf-window-mockup:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, .45), 0 0 0 1px rgba(81, 181, 251, .4)
}

.stf-window-bar {
  background: var(--stf-dark);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.stf-window-dots {
  display: flex;
  gap: 8px;
  flex-shrink: 0
}

.stf-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%
}

.stf-dot-red {
  background: #ff5f56
}

.stf-dot-yellow {
  background: #ffbd2e
}

.stf-dot-green {
  background: #27c93f
}

.stf-window-title {
  color: #94a3b8;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .08);
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px
}

.stf-dashboard-inner {
  padding: 24px;
  background: #f8fafc
}

.stf-header-banner {
  background: linear-gradient(135deg, #51b5fb 0, #008cff 100%);
  border-radius: 16px;
  padding: 18px 22px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(81, 181, 251, .25)
}

.stf-card-box {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .03);
  transition: all .3s ease;
  height: 100%;
  position: relative;
  overflow: hidden
}

.stf-card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px
}

.stf-card-box.sky-top::before {
  background: var(--stf-primary)
}

.stf-card-box.green-top::before {
  background: var(--stf-accent-green)
}

.stf-card-box.purple-top::before {
  background: var(--stf-accent-purple)
}

.stf-card-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, .08);
  border-color: #cbd5e1
}

.stf-card-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 14px
}

.stf-card-icon-wrap.sky {
  background: rgba(81, 181, 251, .12);
  color: #008cff
}

.stf-card-icon-wrap.green {
  background: rgba(16, 185, 129, .12);
  color: var(--stf-accent-green)
}

.stf-card-icon-wrap.purple {
  background: rgba(139, 92, 246, .12);
  color: var(--stf-accent-purple)
}

.stf-card-val {
  font-size: 2rem;
  font-weight: 800;
  color: var(--stf-dark);
  line-height: 1;
  margin-bottom: 4px
}

.stf-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--stf-dark);
  margin: 0
}

.stf-card-subtitle {
  font-size: .8rem;
  color: var(--stf-muted);
  margin-bottom: 16px
}

.stf-action-flex {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9
}

.stf-pill-btn {
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1.5px solid #008cff;
  color: #008cff;
  background: 0 0;
  transition: all .2s ease;
  text-decoration: none;
  display: inline-block
}

.stf-pill-btn:hover {
  background: #008cff;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 140, 255, .25)
}

.stf-pill-btn.active-fill {
  background: #008cff;
  color: #fff
}

.stf-pill-btn.active-fill:hover {
  background: #0076d6;
  border-color: #0076d6
}

.stf-glow-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .03);
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
  height: 100%;
  position: relative
}

.stf-glow-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(81, 181, 251, .15);
  border-color: rgba(81, 181, 251, .4)
}

.stf-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 22px;
  transition: transform .3s ease
}

.stf-glow-card:hover .stf-icon-box {
  transform: scale(1.1) rotate(-4deg)
}

.stf-icon-box.sky {
  background: rgba(81, 181, 251, .15);
  color: #008cff
}

.stf-icon-box.emerald {
  background: rgba(16, 185, 129, .12);
  color: var(--stf-accent-green)
}

.stf-icon-box.amber {
  background: rgba(245, 158, 11, .12);
  color: var(--stf-accent-amber)
}

.stf-icon-box.purple {
  background: rgba(139, 92, 246, .12);
  color: var(--stf-accent-purple)
}

.stf-icon-box.rose {
  background: rgba(244, 63, 94, .12);
  color: #f43f5e
}

.stf-icon-box.indigo {
  background: rgba(99, 102, 241, .12);
  color: var(--stf-secondary)
}

.stf-card-h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--stf-dark);
  margin-bottom: 12px
}

.stf-card-p {
  font-size: .94rem;
  color: var(--stf-muted);
  line-height: 1.65;
  margin: 0
}

.stf-nav-pills-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  margin-bottom: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.stf-nav-pills-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.stf-nav-pills {
  display: inline-flex;
  background: #f1f5f9;
  padding: 6px;
  border-radius: 50px;
  gap: 6px;
  border: 1px solid #e2e8f0;
  white-space: nowrap
}

.stf-pill-tab {
  border: none;
  background: 0 0;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .9rem;
  color: var(--stf-muted);
  transition: all .3s ease;
  white-space: nowrap
}

.stf-pill-tab.active {
  background: linear-gradient(135deg, #51b5fb 0, #008cff 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(81, 181, 251, .35)
}

.stf-metrics-bar {
  background: #e2e8f0;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: .9rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.stf-metrics-item span {
  color: #008cff;
  font-weight: 800
}

.stf-table-container {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
  overflow: hidden
}

.table-responsive {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.table-responsive::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.stf-table-head-bar {
  background: linear-gradient(90deg, #51b5fb 0, #008cff 100%);
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.stf-export-bar {
  background: #475569;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.stf-export-chip {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap
}

.stf-export-chip:hover {
  background: rgba(255, 255, 255, .3)
}

.stf-table {
  width: 100%;
  border-collapse: collapse
}

.stf-table th {
  background: #008cff;
  color: #fff;
  font-weight: 700;
  font-size: .86rem;
  padding: 12px 14px;
  border: 1px solid #0076d6;
  white-space: nowrap
}

.stf-table td {
  padding: 12px 14px;
  font-size: .88rem;
  color: #334155;
  border: 1px solid #e2e8f0;
  vertical-align: middle;
  white-space: nowrap
}

.stf-table tbody tr:nth-child(2n) td {
  background: #f8fafc
}

.stf-table tbody tr:hover td {
  background: #f0f9ff
}

.stf-filter-box {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .03)
}

@media (max-width:1199.98px) {
  .stf-window-title {
    max-width: 240px
  }
}

@media (max-width:991.98px) {
  .stf-hero-wrapper {
    padding: 65px 0 55px
  }

  .stf-window-mockup {
    margin-top: 24px
  }
}

@media (max-width:767.98px) {
  .stf-hero-wrapper {
    padding: 50px 0 40px
  }

  .stf-live-badge {
    font-size: .82rem;
    padding: 6px 16px;
    margin-bottom: 18px
  }

  .stf-dashboard-inner {
    padding: 16px
  }

  .stf-header-banner {
    padding: 14px 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .stf-card-box {
    padding: 18px
  }

  .stf-card-val {
    font-size: 1.75rem
  }

  .stf-pill-btn {
    font-size: .75rem;
    padding: 4px 10px
  }

  .stf-export-bar {
    flex-direction: column;
    align-items: stretch
  }

  .stf-export-bar input {
    width: 100% !important
  }
}

@media (max-width:575.98px) {
  .stf-hero-wrapper {
    padding: 40px 0 30px
  }

  .stf-window-title {
    max-width: 150px;
    font-size: .75rem
  }

  .stf-window-bar {
    padding: 10px 14px
  }

  .stf-card-box {
    margin-bottom: 12px
  }

  .stf-glow-card {
    padding: 24px 18px
  }

  .stf-icon-box {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-bottom: 16px
  }

  .stf-hero-checks {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px !important
  }

  .btn.common-btn {
    width: 100%;
    text-align: center
  }
}

.post-excerpt {
  overflow-wrap: break-word;
  word-break: break-word
}

.blog-post>img.img-fluid {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover
}

.blog-bottom-section {
  background: rgba(0, 123, 255, .05);
  border-radius: 15px;
  padding: 40px 30px;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
}

body.dark-mode .blog-bottom-section {
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 4px 12px rgba(255, 255, 255, .1)
}

.pagination-wrapper ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  background: 0 0;
  margin-top: 30px
}

.pagination-wrapper ul li {
  margin: 0 6px
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
  display: block;
  padding: 8px 16px;
  border: 1px solid rgba(0, 123, 255, .3);
  border-radius: 50px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(8px);
  transition: all .3s ease
}

.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li span.current {
  background: rgba(0, 123, 255, .15);
  color: #007bff;
  border-color: rgba(0, 123, 255, .5);
  transform: translateY(-2px)
}

.simple-footer {
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e3e3e3
}

.footer-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px 0
}

.footer-item {
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: .25s ease
}

.footer-item:hover {
  background: #ececec;
  border-color: #ccc;
  transform: translateY(-2px)
}

.cat-card-grid {
  margin-left: 0;
  margin-right: 0
}

.cat-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 43, .06);
  box-shadow: 0 6px 18px rgba(20, 20, 43, .06);
  transition: transform .35s ease, box-shadow .35s ease;
  will-change: transform
}

.cat-card:focus-within,
.cat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(20, 20, 43, .16)
}

.cat-card-thumb-link {
  display: block;
  text-decoration: none
}

.cat-card-thumb {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(135deg, #f1f1f6, #e6e6f0)
}

.cat-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  border-radius: 0;
  transition: transform .6s ease
}

.cat-card:hover .cat-card-img {
  transform: scale(1.08)
}

.cat-card-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(20, 20, 43, .25)
}

.cat-card-glass {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .2) 100%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none
}

.cat-card:hover .cat-card-glass {
  opacity: 1
}

.cat-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem 1.25rem
}

.cat-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: .5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.cat-card-title a {
  color: var(--brand-dark, #28b9e0);
  text-decoration: none;
  transition: color .25s ease
}

.cat-card-title a:hover {
  color: var(--brand, #9250e2)
}

.cat-card-meta {
  font-size: .82rem;
  margin-bottom: .85rem
}

.cat-card-excerpt {
  flex: 1 1 auto;
  font-size: .95rem;
  color: #555;
  margin-bottom: 1rem
}

.cat-card-excerpt p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.cat-card-footer {
  margin-top: auto
}

.cat-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .55rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .9rem;
  background: var(--brand-dark, #28b9e0);
  border: none;
  transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 6px 14px rgba(40, 185, 224, .25)
}

.cat-card-btn:hover {
  background: var(--brand, #9250e2);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(146, 80, 226, .3)
}

.cat-card-taxo {
  border-top: 1px dashed rgba(20, 20, 43, .1);
  background: 0 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0
}

.cat-card-taxo .footer-item {
  font-size: 12px
}

@media (max-width:991.98px) {
  .cat-card-thumb {
    height: 200px
  }
}

@media (max-width:767.98px) {
  .cat-card-thumb {
    height: 190px
  }

  .cat-card-body {
    padding: 1.25rem
  }
}

body.dark-mode .cat-card {
  background: #1f1f2e;
  border-color: rgba(255, 255, 255, .08)
}

body.dark-mode .cat-card-excerpt {
  color: #c9c9d6
}

body.dark-mode .cat-card-meta {
  color: #9a9aab !important
}

body.dark-mode .cat-card-taxo {
  border-top-color: rgba(255, 255, 255, .12)
}

body.dark-mode .cat-card-taxo .footer-item {
  background: #2a2a3c;
  border-color: rgba(56, 189, 248, .3);
  color: #38bdf8
}

body.dark-mode .cat-card-taxo .footer-item:hover {
  border-color: var(--brand-yellow, #ffdf7e);
  color: var(--brand-yellow, #ffdf7e)
}

.cat-search-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333
}

.cat-search-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.cat-search-input {
  flex: 1 1 70%;
  padding: 10px 15px;
  border: 2px solid #6c5ce7;
  border-radius: 50px;
  outline: 0;
  font-size: 15px;
  transition: all .3s ease
}

.cat-search-input:focus {
  border-color: #341f97
}

.cat-search-btn {
  background: #6c5ce7;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  flex: 0 0 auto
}

.cat-search-btn:hover {
  background: #341f97
}

.cat-pagination {
  display: flex;
  justify-content: center
}

.comments-area {
  background: rgba(0, 123, 255, .03);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.comment-list li {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 123, 255, .1);
  padding-bottom: 20px
}

.comment-meta {
  margin-bottom: 5px
}

.comment-author img {
  border-radius: 50%;
  margin-right: 10px
}

.comment-content p {
  margin: 10px 0 0
}

.comment-reply-link {
  color: #007bff;
  font-weight: 500;
  text-decoration: none
}

.comment-reply-link:hover {
  text-decoration: underline
}

.comment-form-wrapper .form-control {
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid rgba(0, 123, 255, .3)
}

.comment-form-wrapper label {
  font-weight: 500;
  margin-bottom: 5px
}

body.dark-mode .comments-area {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .1)
}

a {
  text-decoration: underline
}

.feature-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important
}

.feature-item h4,
.feature-item p {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #000 !important;
  z-index: 10 !important;
  position: relative !important
}

.usection {
  background: linear-gradient(168deg, #f8f9fc 0, #fff 50%, #f3f0ff 100%)
}

.usection-eyebrow {
  background: rgba(124, 58, 237, .08);
  color: var(--sm-purple, #7c3aed);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: .75rem;
  letter-spacing: .08em
}

.usection-heading {
  font-family: Fraunces, Raleway, Segoe UI, Arial, sans-serif;
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--sm-text-dark, #0f1222)
}

.usection-brand {
  color: var(--sm-purple, #7c3aed)
}

.usection-highlight {
  background: linear-gradient(90deg, var(--sm-purple, #7c3aed), var(--sm-blue, #4f6df5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.usection-desc p {
  font-size: .95rem;
  line-height: 1.65;
  color: #475569
}

.usection-desc strong {
  color: #1e293b;
  font-weight: 600
}

.usection-desc-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: rgba(124, 58, 237, .09);
  color: var(--sm-purple, #7c3aed);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  margin-top: 2px
}

.usection-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .85);
  border-radius: 14px;
  padding: 20px 16px;
  transition: transform .25s ease, box-shadow .25s ease
}

.usection-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px -6px rgba(15, 23, 42, .08)
}

.usection-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem
}

.usection-card-icon--blue {
  background: rgba(37, 99, 235, .1);
  color: #2563eb
}

.usection-card-icon--green {
  background: rgba(22, 163, 74, .1);
  color: #16a34a
}

.usection-card-icon--red {
  background: rgba(239, 68, 68, .1);
  color: #ef4444
}

.usection-card-title {
  font-family: Roboto, system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: #0f172a
}

.usection-card-text {
  font-size: .78rem;
  line-height: 1.5;
  color: #64748b
}

.usection-img {
  object-fit: cover;
  aspect-ratio: 10/7;
  box-shadow: 0 20px 50px -12px rgba(124, 58, 237, .15)
}

.usection-img-wrap {
  position: relative
}

.usection-img-wrap::before {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, .08), rgba(79, 109, 245, .06));
  z-index: -1
}

@media (max-width:575.98px) {
  .usection-card {
    padding: 16px 14px
  }

  .usection-heading {
    font-size: 1.6rem
  }

  .usection-img-wrap::before {
    top: -8px;
    right: -8px
  }
}

.single_blog_blog+.col-lg-4 .sidebar a,
.blog-post+.sidebar a {
  transform: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-menu-list li::before,
.footer-menu-list>a::before,
.footer-modern-section .widget ul li::before {
  content: "\203A";
}