/* 
Theme Name: Karrmanya
Text Domain: Karrmanya
Version: 10.9.1
Description: Custom Theme 
Author: Abhishek Tiwary
*/
 
/**
* Karrmanya — Digital Agency
* Brand: #7B2FBE (Purple) + #F5820D (Orange) + White
*/
 
a {
    text-decoration: none !important;
}
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Montserrat", sans-serif;
}

:root {
  --background-color: #ffffff;
  --default-color: #4a3f5c;
  --heading-color: #1e1030;
  --accent-color: #7B2FBE;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

:root {
  --nav-color: #1e1030;
  --nav-hover-color: #7B2FBE;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #1e1030;
  --nav-dropdown-hover-color: #7B2FBE;
}

.light-background {
  --background-color: #f7f4fc;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #1e1030;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #2d1b50;
  --contrast-color: #ffffff;
}

:root { scroll-behavior: smooth; }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a { color: var(--accent-color); text-decoration: none; transition: 0.3s; }
a:hover { color: color-mix(in srgb, var(--accent-color), transparent 25%); text-decoration: none; }
h1,h2,h3,h4,h5,h6 { color: var(--heading-color); font-family: var(--heading-font); }

/*--------------------------------------------------------------
# Header (exact Scout)
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .logo { line-height: 1; }
.header .logo img { max-height: 70px; margin-right: 8px; }
.header .logo h1 { font-size: 26px; margin: 0; font-weight: 700; color: var(--heading-color); }

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
  font-family: var(--nav-font);
}
.header .btn-getstarted:hover { background: #F5820D; color: #fff; }

@media (max-width: 1200px) {
  .header .logo { order: 1; }
  .header .btn-getstarted { order: 2; margin: 0 15px 0 0; padding: 6px 15px; }
  .header .navmenu { order: 3; }
}

.scrolled .header { box-shadow: 0 0 18px rgba(123,47,190,0.15); }

/*--------------------------------------------------------------
# Navigation Menu (exact Scout)
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .navmenu { padding: 0; }
  .navmenu ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }
  .navmenu li { position: relative; }
  .navmenu>ul>li { white-space: nowrap; padding: 15px 14px; }
  .navmenu>ul>li:last-child { padding-right: 0; }
  .navmenu a, .navmenu a:focus {
            color: #a438cc;
        font-size: 15px;
        padding: 0 2px;
        font-family: var(--nav-font);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
  }
  .navmenu a i, .navmenu a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; transition: 0.3s; }
  .navmenu>ul>li>a:before {
    content: ""; position: absolute; width: 100%; height: 2px;
    bottom: -6px; left: 0; background-color: var(--accent-color);
    visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s;
  }
  .navmenu a:hover:before, .navmenu li:hover>a:before, .navmenu .active:before { visibility: visible; width: 100%; }
  .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus { color: var(--nav-hover-color); }
  .navmenu .dropdown ul {
    margin: 0; padding: 10px 0; background: var(--nav-dropdown-background-color);
    display: block; position: absolute; visibility: hidden; left: 14px; top: 130%;
    opacity: 0; transition: 0.3s; border-radius: 4px; z-index: 99;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  }
  .navmenu .dropdown ul li { min-width: 200px; }
  .navmenu .dropdown ul a { padding: 10px 20px; font-size: 15px; text-transform: none; color: var(--nav-dropdown-color); }
  .navmenu .dropdown ul a i { font-size: 12px; }
  .navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover>a { color: var(--nav-dropdown-hover-color); }
  .navmenu .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; }
  .navmenu .dropdown .dropdown ul { top: 0; left: -90%; visibility: hidden; }
  .navmenu .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: -100%; visibility: visible; }
}

@media (max-width: 1199px) {
  .mobile-nav-toggle { color: var(--nav-color); font-size: 28px; line-height: 0; margin-right: 10px; cursor: pointer; transition: color 0.3s; }
  .navmenu { padding: 0; z-index: 9997; }
  .navmenu ul {
    display: none; list-style: none; position: absolute;
    inset: 60px 20px 20px 20px; padding: 10px 0; margin: 0;
    border-radius: 6px; background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none; overflow-y: auto; transition: 0.3s; z-index: 9998;
  }
  .navmenu a, .navmenu a:focus {
    color: var(--nav-dropdown-color); padding: 10px 20px;
    font-family: var(--nav-font); font-size: 17px; font-weight: 500;
    display: flex; align-items: center; justify-content: space-between;
    white-space: nowrap; transition: 0.3s;
  }
  .navmenu a i, .navmenu a:focus i {
    font-size: 12px; line-height: 0; margin-left: 5px; width: 30px; height: 30px;
    display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover, .navmenu a:focus i:hover { background-color: var(--accent-color); color: var(--contrast-color); }
  .navmenu a:hover, .navmenu .active, .navmenu .active:focus { color: var(--nav-dropdown-hover-color); }
  .navmenu .active i, .navmenu .active:focus i { background-color: var(--accent-color); color: var(--contrast-color); transform: rotate(180deg); }
  .navmenu .dropdown ul { position: static; display: none; z-index: 99; padding: 10px 0; margin: 10px 20px; background-color: var(--nav-dropdown-background-color); transition: all 0.5s ease-in-out; }
  .navmenu .dropdown>.dropdown-active { display: block; background-color: rgba(33,37,41,0.03); }
  .mobile-nav-active { overflow: hidden; }
  .mobile-nav-active .mobile-nav-toggle { color: #fff; position: absolute; font-size: 32px; top: 15px; right: 15px; margin-right: 0; z-index: 9999; }
  .mobile-nav-active .navmenu { position: fixed; overflow: hidden; inset: 0; background: rgba(33,37,41,0.8); transition: 0.3s; }
  .mobile-nav-active .navmenu>ul { display: block; }
}

/*--------------------------------------------------------------
# Global Footer (exact Scout)
--------------------------------------------------------------*/
.footer { color: var(--default-color); background-color: var(--background-color); font-size: 14px; position: relative; }
.footer .footer-top { padding-top: 50px; }
.footer .footer-about .logo { line-height: 1; margin-bottom: 25px; }
.footer .footer-about .logo img { max-height: 80px; margin-right: 6px; filter: brightness(0) invert(1); }
.footer .footer-about .logo span { color: var(--heading-color); font-family: var(--heading-font); font-size: 26px; font-weight: 700; letter-spacing: 1px; }
.footer .footer-about p { font-size: 14px; font-family: var(--heading-font); }
.footer .social-links a {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px; color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px; transition: 0.3s;
}
.footer .social-links a:hover { color: var(--accent-color); border-color: var(--accent-color); }
.footer h4 { font-size: 16px; font-weight: bold; position: relative; padding-bottom: 12px; }
.footer .footer-links { margin-bottom: 30px; }
.footer .footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer .footer-links ul i { padding-right: 2px; font-size: 12px; line-height: 0; }
.footer .footer-links ul li { padding: 10px 0; display: flex; align-items: center; }
.footer .footer-links ul li:first-child { padding-top: 0; }
.footer .footer-links ul a { color: color-mix(in srgb, var(--default-color), transparent 30%); display: inline-block; line-height: 1; }
.footer .footer-links ul a:hover { color: var(--accent-color); }
.footer .footer-contact p { margin-bottom: 5px; }
.footer .copyright { padding: 25px 0; border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); }
.footer .copyright p { margin-bottom: 0; }
.footer .credits { margin-top: 8px; font-size: 13px; }

/*--------------------------------------------------------------
# Scroll Top (exact Scout)
--------------------------------------------------------------*/
.scroll-top {
  position: fixed; visibility: hidden; opacity: 0;
  right: 15px; bottom: -15px; z-index: 99999;
  background-color: var(--accent-color);
  width: 44px; height: 44px; border-radius: 50px; transition: all 0.4s;
}
.scroll-top i { font-size: 24px; color: var(--contrast-color); line-height: 0; }
.scroll-top:hover { background-color: color-mix(in srgb, var(--accent-color), transparent 20%); }
.scroll-top.active { visibility: visible; opacity: 1; bottom: 15px; }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed; inset: 0; z-index: 9999999;
  overflow: hidden; background-color: #fff;
  transition: all 0.6s ease-out;
}
#preloader:before {
  content: ""; position: fixed;
  top: calc(50% - 30px); left: calc(50% - 30px);
  border: 6px solid var(--accent-color);
  border-top-color: color-mix(in srgb, var(--accent-color), transparent 70%);
  border-radius: 50%; width: 60px; height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

@media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } }

/*--------------------------------------------------------------
# Page Title (inner pages - Scout style)
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}
.page-title h1 { font-size: 24px; font-weight: 700; }
.page-title .breadcrumbs ol {
  display: flex; flex-wrap: wrap; list-style: none;
  padding: 0; margin: 0; font-size: 14px; font-weight: 400;
}
.page-title .breadcrumbs ol li+li { padding-left: 10px; }
.page-title .breadcrumbs ol li+li::before {
  content: "/"; display: inline-block; padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections (exact Scout)
--------------------------------------------------------------*/
section, .section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 82px;
  overflow: clip;
}
@media (max-width: 1199px) { section, .section { scroll-margin-top: 63px; } }

/*--------------------------------------------------------------
# Section Title (exact Scout)
--------------------------------------------------------------*/
.section-title { text-align: center; padding-bottom: 60px; position: relative; }
.section-title h2 { font-size: 32px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; position: relative; }
.section-title h2:after {
  content: ""; position: absolute; display: block;
  width: 50px; height: 3px; background: var(--accent-color);
  left: 0; right: 0; bottom: 0; margin: auto;
}
.section-title p { margin-bottom: 0; }

/*--------------------------------------------------------------
# Hero Section (exact Scout)
--------------------------------------------------------------*/
.hero { padding: 80px 0; }
.hero .hero-content { margin-bottom: 2rem; }
@media (min-width: 992px) { .hero .hero-content { margin-bottom: 0; } }

.hero .hero-tag {
  display: inline-flex; align-items: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  padding: 0.5rem 1rem; border-radius: 50px; margin-bottom: 1rem;
}
.hero .hero-tag i { color: var(--accent-color); margin-right: 0.5rem; }
.hero .hero-tag span { color: var(--accent-color); font-weight: 600; }

.hero h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.hero h1 .highlight { color: var(--accent-color); }
@media (min-width: 992px) { .hero h1 { font-size: 3.5rem; } }

.hero .lead { color: color-mix(in srgb, var(--default-color), transparent 25%); margin-bottom: 1.5rem; }

.hero .hero-features { list-style: none; padding-left: 0; margin-bottom: 2rem; }
.hero .hero-features li { margin-bottom: 0.5rem; display: flex; align-items: center; }
.hero .hero-features li i { color: var(--accent-color); margin-right: 0.5rem; }

.hero .hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero .hero-cta .btn-primary {
  background-color: var(--accent-color); border-color: var(--accent-color);
  color: var(--contrast-color); padding: 0.75rem 1.5rem; font-weight: 600; transition: all 0.3s ease;
}
.hero .hero-cta .btn-primary:hover { background-color: #F5820D; border-color: #F5820D; }
.hero .hero-cta .btn-link {
  color: var(--heading-color); font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center;
}
.hero .hero-cta .btn-link i { margin-right: 0.5rem; }
.hero .hero-cta .btn-link:hover { color: var(--accent-color); }

.hero .hero-image-wrapper { position: relative; padding: 0 40px; }
.hero .hero-image-wrapper .hero-image { border-radius: 10px; }
.hero .hero-image-wrapper .stat-card {
  position: absolute; background-color: var(--surface-color);
  padding: 1rem; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex; flex-direction: column; align-items: flex-start; min-width: 150px;
}
.hero .hero-image-wrapper .stat-card.top-right { top: 40px; right: 0px; }
.hero .hero-image-wrapper .stat-card.bottom-left { bottom: 40px; left: 0px; }
.hero .hero-image-wrapper .stat-card .stat-value { font-size: 1.5rem; font-weight: 700; color: var(--accent-color); margin-bottom: 0.25rem; }
.hero .hero-image-wrapper .stat-card .stat-label { font-size: 0.875rem; color: var(--heading-color); margin-bottom: 0.5rem; }
.hero .hero-image-wrapper .stat-card .stat-icon { align-self: flex-end; font-size: 1.25rem; color: color-mix(in srgb, var(--accent-color), transparent 50%); }

@media (max-width: 575px) {
  .hero .hero-image-wrapper { padding: 0; }
  .hero .hero-image-wrapper .stat-card { position: relative; }
  .hero .hero-image-wrapper .stat-card.top-right, .hero .hero-image-wrapper .stat-card.bottom-left { inset: auto; margin-top: 30px; }
}

/*--------------------------------------------------------------
# About Section (exact Scout)
--------------------------------------------------------------*/
.about .section-heading { font-size: 2.5rem; color: var(--heading-color); margin-bottom: 1.5rem; position: relative; padding-bottom: 1rem; font-weight: 700; }
.about .section-heading:after { content: ""; position: absolute; width: 70px; height: 3px; background: var(--accent-color); bottom: 0; left: 50%; transform: translateX(-50%); }
.about .lead { font-size: 1.2rem; color: color-mix(in srgb, var(--default-color), transparent 25%); margin-bottom: 2rem; max-width: 800px; margin-left: auto; margin-right: auto; }

.about .feature-box {
  background: var(--surface-color); border-radius: 12px;
  padding: 2.5rem 1.5rem; text-align: center; height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: all 0.3s ease;
  position: relative; overflow: hidden; z-index: 1;
}
.about .feature-box:before {
  content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  z-index: -1; transition: height 0.5s cubic-bezier(0.65,0,0.35,1); border-radius: 12px;
}
.about .feature-box:hover { transform: translateY(-10px); box-shadow: none; }
.about .feature-box:hover:before { height: 100%; }
.about .feature-box:hover .icon-container { background: var(--accent-color); color: var(--contrast-color); }
.about .feature-box .icon-container {
  width: 70px; height: 70px; border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem; font-size: 1.8rem; transition: all 0.3s ease;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 85%);
}
.about .feature-box h4 { font-size: 1.3rem; font-weight: 600; margin-bottom: 1rem; color: var(--heading-color); }
.about .feature-box p { color: color-mix(in srgb, var(--default-color), transparent 25%); font-size: 0.95rem; line-height: 1.6; }

.about .about-content-box { padding: 2rem; }
.about .about-content-box h3 { font-size: 2rem; color: var(--heading-color); margin-bottom: 1.5rem; font-weight: 700; line-height: 1.3; }
.about .about-content-box p { color: color-mix(in srgb, var(--default-color), transparent 20%); margin-bottom: 1.5rem; line-height: 1.7; }
.about .about-content-box .progress-item { margin-bottom: 1.2rem; }
.about .about-content-box .progress-item .progress-title { font-weight: 600; color: var(--heading-color); font-size: 1rem; }
.about .about-content-box .progress-item .progress-percent { font-weight: 700; color: var(--accent-color); }
.about .about-content-box .progress-item .progress { height: 8px; border-radius: 4px; background-color: color-mix(in srgb, var(--accent-color), transparent 90%); margin-top: 0.5rem; overflow: hidden; }
.about .about-content-box .progress-item .progress .progress-bar { background-color: var(--accent-color); border-radius: 4px; }
.about .about-content-box .btn-discover {
  background: var(--accent-color); color: var(--contrast-color); border: none;
  border-radius: 30px; padding: 0.8rem 2rem; font-weight: 600; transition: all 0.3s;
  position: relative; overflow: hidden; z-index: 1;
}
.btn-discover {
  background: var(--accent-color); color: var(--contrast-color); border: none;
  border-radius: 30px; padding: 0.8rem 2rem; font-weight: 600; transition: all 0.3s;
  position: relative; overflow: hidden; z-index: 1;
}
.about .about-content-box .btn-discover:before {
  content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%;
  background: #F5820D; transition: width 0.3s ease; z-index: -1; border-radius: 30px;
}
.btn-discover:hover { box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 80%); }
.about .about-content-box .btn-discover:hover { box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 80%); }
.about .about-content-box .btn-discover:hover:before { width: 100%; }

.about .about-image-grid { position: relative; height: 540px; margin: 0 2rem; }
.about .about-image-grid .img-grid-main { position: absolute; top: 0; right: 0; width: 70%; height: 350px; object-fit: cover; border-radius: 12px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); z-index: 1; }
.about .about-image-grid .img-grid-secondary { position: absolute; bottom: 0; right: 30%; width: 50%; height: 220px; object-fit: cover; border-radius: 12px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); z-index: 2; }
.about .about-image-grid .img-grid-tertiary { position: absolute; left: 0; bottom: 70px; width: 40%; height: 260px; object-fit: cover; border-radius: 12px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); z-index: 3; }
.about .about-image-grid .experience-badge {
  position: absolute; right: 10px; bottom: 30px; width: 120px; height: 120px;
  background: var(--accent-color); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--contrast-color); box-shadow: 0 10px 25px rgba(0,0,0,0.15); z-index: 4;
}
.about .about-image-grid .experience-badge .years { font-size: 2.5rem; font-weight: 700; line-height: 1; margin-bottom: 0.2rem; }
.about .about-image-grid .experience-badge .text { font-size: 0.8rem; text-align: center; max-width: 90px; line-height: 1.2; }

@media (max-width: 1199px) { .about .about-image-grid { height: 480px; } .about .about-image-grid .img-grid-main { height: 300px; } .about .about-image-grid .img-grid-secondary { height: 200px; } .about .about-image-grid .img-grid-tertiary { height: 220px; } }
@media (max-width: 991px) { .about .about-image-grid { height: 450px; margin: 0 auto; max-width: 500px; } .about .about-content-box { padding: 1.5rem; margin-top: 2rem; } .about .about-content-box h3 { font-size: 1.8rem; } }
@media (max-width: 767px) { .about .section-heading { font-size: 1.8rem; } .about .feature-box { padding: 1.8rem 1rem; } .about .about-image-grid { height: 400px; margin-bottom: 2rem; } }

/*--------------------------------------------------------------
# Stats Section (exact Scout)
--------------------------------------------------------------*/
.stats .stats-overview { height: 100%; padding: 30px; }
.stats .stats-overview h3 { font-size: 32px; font-weight: 700; margin-bottom: 20px; position: relative; padding-bottom: 15px; }
.stats .stats-overview h3::after { content: ""; position: absolute; display: block; width: 60px; height: 4px; background: var(--accent-color); bottom: 0; left: 0; right: 0; margin: 0 auto; }
@media (min-width: 992px) { .stats .stats-overview h3::after { margin: 0; } }
.stats .stats-overview p { font-size: 16px; color: color-mix(in srgb, var(--default-color), transparent 30%); line-height: 1.7; margin-bottom: 0; }
.stats .stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.stats .stats-card { background: var(--surface-color); border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); padding: 20px; display: flex; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.stats .stats-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.stats .stats-card .stats-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: color-mix(in srgb, var(--accent-color), transparent 90%); border-radius: 50%; margin-right: 15px; flex-shrink: 0; }
.stats .stats-card .stats-icon i { font-size: 24px; color: var(--accent-color); }
.stats .stats-card .stats-content { flex-grow: 1; }
.stats .stats-card .stats-content .stats-number { display: flex; align-items: baseline; }
.stats .stats-card .stats-content .stats-number .purecounter { font-size: 32px; font-weight: 700; color: var(--heading-color); margin: 0; line-height: 1; }
.stats .stats-card .stats-content .stats-number .plus { font-size: 24px; font-weight: 700; color: var(--accent-color); margin-left: 2px; }
.stats .stats-card .stats-content p { font-size: 14px; color: color-mix(in srgb, var(--default-color), transparent 40%); margin: 5px 0 0; font-weight: 500; font-family: var(--heading-font); }
@media (max-width: 768px) { .stats .stats-grid { grid-template-columns: 1fr; gap: 15px; } }

/*--------------------------------------------------------------
# Services Section (exact Scout)
--------------------------------------------------------------*/
.services { padding-top: 60px; padding-bottom: 30px; }
.services .services-row { position: relative; }
.services .services-headline .services-subtitle { color: var(--accent-color); font-weight: 600; margin-bottom: 10px; font-size: 18px; }
.services .services-headline .services-title { color: var(--heading-color); font-size: 2.5rem; line-height: 1.2; font-weight: 700; margin-bottom: 20px; }
.services .services-description { margin-bottom: 30px; }
.services .services-description p { font-size: 1.1rem; line-height: 1.6; }
.services .services-image-container { position: relative; margin-bottom: 30px; }
.services .services-image-container .services-image { position: relative; overflow: hidden; border-radius: 20px; height: 460px; }
.services .services-image-container .services-image img { width: 100%; height: 100%; object-fit: cover; }
.services .services-grid { margin-left: 50px; }
@media (max-width: 991px) { .services .services-grid { margin-left: 0; margin-top: 70px; } }
.services .service-card {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 25px; padding: 30px 25px; margin-bottom: 25px;
  border: 1px solid rgba(154,154,154,0.3); transition: all 0.3s ease; height: 100%;
}
.services .service-card:hover { background-color: var(--accent-color); transform: translateY(-5px); }
.services .service-card:hover .service-icon { color: var(--contrast-color); transform: scale(0.95); }
.services .service-card:hover .service-info h3 a, .services .service-card:hover .service-info p { color: var(--contrast-color); }
.services .service-card:hover .service-content .read-more-btn { background-color: color-mix(in srgb, var(--contrast-color), transparent 84%); color: var(--contrast-color); }
.services .service-content .service-icon { width: 65px; height: 65px; line-height: 65px; margin: 0 auto; font-size: 48px; color: var(--heading-color); transition: all 0.3s ease; }
.services .service-content .service-info h3 { font-size: 1.4rem; margin: 15px 0; transition: all 0.3s ease; }
.services .service-content .service-info h3 a { color: var(--heading-color); text-decoration: none; }
.services .service-content .service-info p { font-size: 1rem; line-height: 1.6; margin-bottom: 15px; transition: all 0.3s ease; }
.services .service-content .service-action { margin-top: 20px; }
.services .service-content .service-action .read-more-btn {
  display: inline-block; padding: 8px 16px; background-color: var(--accent-color);
  color: var(--contrast-color); border-radius: 5px; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease;
}
.services .service-content .service-action .read-more-btn:hover { transform: translateX(5px); }
.services .service-content .service-action .read-more-btn i { margin-left: 5px; }

/*--------------------------------------------------------------
# Clients Section (exact Scout)
--------------------------------------------------------------*/
.clients { overflow-x: hidden; padding: 40px 0; }
.clients .clients-slider { position: relative; width: 100%; overflow: hidden; padding: 20px 0; }
.clients .clients-slider:not(:last-child) { margin-bottom: 20px; }
.clients .clients-track { display: flex; width: fit-content; animation-duration: 30s; animation-timing-function: linear; animation-iteration-count: infinite; }
.clients .clients-track.track-1 { animation-name: scroll-left; }
.clients .clients-track.track-2 { animation-name: scroll-right; }
.clients .clients-track:hover { animation-play-state: paused; }
.clients .clients-slide {
  flex: 0 0 auto; width: 200px; height: 100px; margin: 0 30px;
  display: flex; align-items: center; justify-content: center;
  background-color: var(--surface-color); border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease;
  position: relative; overflow: hidden;
}
.clients .clients-slide::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--default-color), transparent 96%), transparent); transition: 0.5s; }
.clients .clients-slide:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.clients .clients-slide:hover::before { left: 100%; }
.clients .clients-slide img { max-width: 80%; max-height: 60%; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; }
.clients .clients-slide:hover img { filter: none; opacity: 1; }
/* Text-based client slides */
.clients .clients-slide .client-name { font-size: 15px; font-weight: 700; color: var(--heading-color); font-family: var(--heading-font); opacity: 0.6; transition: 0.3s; text-align: center; padding: 0 10px; }
.clients .clients-slide:hover .client-name { opacity: 1; color: var(--accent-color); }

@keyframes scroll-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes scroll-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

/*--------------------------------------------------------------
# Testimonials Section (exact Scout)
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: var(--surface-color); border-radius: 12px; padding: 30px;
  margin-bottom: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonials .testimonial-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
.testimonials .testimonial-item .stars { margin-bottom: 15px; color: #FFD700; }
.testimonials .testimonial-item .stars i { margin-right: 2px; }
.testimonials .testimonial-item p { font-size: 16px; line-height: 1.6; margin-bottom: 25px; color: var(--default-color); }
.testimonials .testimonial-item .testimonial-footer { display: flex; justify-content: space-between; align-items: center; }
.testimonials .testimonial-item .testimonial-footer .testimonial-author { display: flex; align-items: center; }
.testimonials .testimonial-item .testimonial-footer .testimonial-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; margin-right: 15px; border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%); }
.testimonials .testimonial-item .testimonial-footer .testimonial-author .author-avatar { width: 50px; height: 50px; border-radius: 50%; margin-right: 15px; border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: #fff; flex-shrink: 0; }
.testimonials .testimonial-item .testimonial-footer .testimonial-author div h5 { margin: 0 0 5px; font-size: 18px; font-weight: 600; color: var(--heading-color); }
.testimonials .testimonial-item .testimonial-footer .testimonial-author div span { font-size: 14px; color: color-mix(in srgb, var(--default-color), transparent 30%); }
.testimonials .testimonial-item .testimonial-footer .quote-icon { font-size: 36px; color: color-mix(in srgb, var(--accent-color), transparent 70%); line-height: 1; }
.testimonials .testimonial-item .testimonial-footer .quote-icon i { transform: scaleX(-1); }

/*--------------------------------------------------------------
# How We Work Section (exact Scout)
--------------------------------------------------------------*/
.how-we-work .steps-wrapper { position: relative; padding: 20px 0; }
.how-we-work .steps-wrapper::before { content: ""; position: absolute; width: 2px; background-color: color-mix(in srgb, var(--accent-color), transparent 85%); top: 0; bottom: 0; left: 50%; transform: translateX(-50%); }
.how-we-work .step-item { margin-bottom: 50px; width: 100%; position: relative; }
.how-we-work .step-item:last-child { margin-bottom: 0; }
.how-we-work .step-item:nth-child(even) .step-content { flex-direction: row-reverse; }
.how-we-work .step-content { display: flex; align-items: center; gap: 30px; }
.how-we-work .step-icon { flex-shrink: 0; width: 80px; height: 80px; background-color: var(--surface-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; box-shadow: 0 0 20px rgba(0,0,0,0.1); border: 2px solid color-mix(in srgb, var(--accent-color), transparent 85%); transition: all 0.3s ease-in-out; }
.how-we-work .step-icon i { font-size: 32px; color: var(--accent-color); transition: transform 0.3s ease-in-out; }
.how-we-work .step-info { flex: 1; background-color: var(--surface-color); padding: 30px; border-radius: 8px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); transition: transform 0.3s ease-in-out; }
.how-we-work .step-info:hover { transform: translateY(-5px); }
.how-we-work .step-number { display: inline-block; font-family: var(--heading-font); font-size: 0.9rem; font-weight: 600; color: var(--accent-color); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.how-we-work h3 { font-size: 1.3rem; margin-bottom: 15px; font-weight: 600; color: var(--heading-color); }
.how-we-work p { color: color-mix(in srgb, var(--default-color), transparent 20%); font-size: 1rem; line-height: 1.6; margin-bottom: 0; }
@media (max-width: 991px) { .how-we-work .steps-wrapper::before { left: 25px; } .how-we-work .step-item .step-content { flex-direction: row !important; } .how-we-work .step-icon { width: 60px; height: 60px; } .how-we-work .step-icon i { font-size: 24px; } }

/*--------------------------------------------------------------
# FAQ Section (exact Scout)
--------------------------------------------------------------*/
.faq .faq-tabs .nav-pills { display: inline-flex; padding: 8px; background-color: color-mix(in srgb, var(--default-color), transparent 95%); border-radius: 50px; }
.faq .faq-tabs .nav-pills .nav-item { margin: 0 5px; }
.faq .faq-tabs .nav-pills .nav-link { padding: 10px 20px; border-radius: 50px; font-weight: 500; color: var(--default-color); transition: all 0.3s ease; }
.faq .faq-tabs .nav-pills .nav-link:hover { color: var(--accent-color); }
.faq .faq-tabs .nav-pills .nav-link.active { background-color: var(--accent-color); color: var(--contrast-color); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.faq .faq-list .faq-item { margin-bottom: 20px; border-radius: 10px; background-color: var(--surface-color); box-shadow: 0 5px 25px rgba(0,0,0,0.05); overflow: hidden; transition: all 0.3s ease; }
.faq .faq-list .faq-item:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
.faq .faq-list .faq-item h3 { display: flex; align-items: center; padding: 20px 25px; margin: 0; font-size: 1.1rem; font-weight: 600; cursor: pointer; background-color: var(--surface-color); transition: all 0.3s ease; position: relative; }
.faq .faq-list .faq-item h3:hover { background-color: color-mix(in srgb, var(--accent-color), transparent 95%); }
.faq .faq-list .faq-item h3 .num { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 15px; background-color: color-mix(in srgb, var(--accent-color), transparent 85%); color: var(--accent-color); border-radius: 50%; font-size: 0.9rem; font-weight: 700; flex-shrink: 0; }
.faq .faq-list .faq-item h3 .question { flex: 1; }
.faq .faq-list .faq-item h3 .faq-toggle { font-size: 1.2rem; transition: all 0.3s ease; color: color-mix(in srgb, var(--default-color), transparent 30%); margin-left: 15px; }
.faq .faq-list .faq-item .faq-content { padding: 15px 25px; display: none; }
.faq .faq-list .faq-item .faq-content p { margin: 0; }
.faq .faq-list .faq-item.faq-active h3 { background-color: color-mix(in srgb, var(--accent-color), transparent 90%); }
.faq .faq-list .faq-item.faq-active h3 .faq-toggle { transform: rotate(45deg); color: var(--accent-color); }
.faq .faq-list .faq-item.faq-active .faq-content { display: block; }

/*--------------------------------------------------------------
# Call To Action Section (exact Scout)
--------------------------------------------------------------*/
.call-to-action .cta-wrapper {
  display: flex; align-items: center; gap: 3rem;
  background-color: var(--surface-color); border-radius: 1rem; padding: 3rem;
  position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.call-to-action .cta-content { position: relative; z-index: 2; flex: 1; }
.call-to-action .cta-content h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; line-height: 1.2; }
.call-to-action .cta-content p { font-size: 1.1rem; margin-bottom: 2rem; max-width: 600px; opacity: 0.9; }
.call-to-action .cta-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.call-to-action .cta-buttons .btn-primary { padding: 0.8rem 2rem; background-color: var(--accent-color); color: var(--contrast-color); border-radius: 50px; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; }
.call-to-action .cta-buttons .btn-primary:hover { background-color: #F5820D; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.call-to-action .cta-buttons .btn-outline { padding: 0.8rem 2rem; background-color: transparent; color: var(--default-color); border: 2px solid var(--default-color); border-radius: 50px; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; }
.call-to-action .cta-buttons .btn-outline:hover { background-color: var(--accent-color); color: #fff; border-color: var(--accent-color); transform: translateY(-3px); }
@media (max-width: 992px) { .call-to-action .cta-wrapper { flex-direction: column; padding: 2.5rem; text-align: center; } .call-to-action .cta-buttons { justify-content: center; } }

/*--------------------------------------------------------------
# Team Section (exact Scout)
--------------------------------------------------------------*/
.team .member-card { display: flex; flex-direction: column; background-color: var(--surface-color); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.team .member-card:hover { transform: translateY(-10px); }
.team .member-card .member-image { position: relative; overflow: hidden; height: 240px; }
.team .member-card .member-image:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); opacity: 0.4; transition: opacity 0.3s ease; z-index: 1; }
.team .member-card .member-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.team .member-card .member-image:hover img { transform: scale(1.05); }
.team .member-card .member-image .member-photo-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3rem; font-weight: 800; color: #fff; font-family: var(--heading-font); }
.team .member-card .member-info { padding: 25px; position: relative; flex-grow: 1; display: flex; flex-direction: column; }
.team .member-card .member-info h3 { font-size: 22px; font-weight: 700; margin-bottom: 5px; }
.team .member-card .member-info span { color: var(--accent-color); font-size: 14px; font-weight: 500; margin-bottom: 15px; display: block; }
.team .member-card .member-social { display: flex; gap: 15px; margin-bottom: 15px; }
.team .member-card .member-social a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background-color: color-mix(in srgb, var(--accent-color), transparent 90%); color: var(--accent-color); border-radius: 6px; font-size: 16px; transition: all 0.3s ease; }
.team .member-card .member-social a:hover { background-color: var(--accent-color); color: var(--contrast-color); transform: translateY(-3px); }
.team .member-card .member-bio p { font-size: 14px; line-height: 1.6; color: color-mix(in srgb, var(--default-color), transparent 20%); margin-bottom: 0; }

/*--------------------------------------------------------------
# Contact Section (exact Scout)
--------------------------------------------------------------*/
.contact .contact-main-wrapper { position: relative; display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 992px) { .contact .contact-main-wrapper { grid-template-columns: 45% 55%; min-height: 600px; } }
.contact .contact-content { display: flex; flex-direction: column; gap: 30px; }
.contact .contact-cards-container { display: grid; grid-template-columns: 1fr; gap: 15px; }
@media (min-width: 576px) { .contact .contact-cards-container { grid-template-columns: repeat(2,1fr); } }
.contact .contact-card { background-color: var(--surface-color); padding: 20px; border-radius: 12px; display: flex; align-items: flex-start; gap: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.04); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.contact .contact-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.contact .contact-card .icon-box { width: 50px; height: 50px; flex-shrink: 0; background-color: color-mix(in srgb, var(--accent-color), transparent 90%); border-radius: 10px; display: flex; justify-content: center; align-items: center; }
.contact .contact-card .icon-box i { font-size: 22px; color: var(--accent-color); }
.contact .contact-card .contact-text h4 { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: var(--heading-color); }
.contact .contact-card .contact-text p { font-size: 14px; line-height: 1.5; color: var(--default-color); margin-bottom: 0; }
.contact .contact-form-container { background-color: var(--surface-color); padding: 30px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.contact .contact-form-container h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: var(--heading-color); position: relative; padding-left: 15px; }
.contact .contact-form-container h3:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 4px; background-color: var(--accent-color); border-radius: 2px; }
.contact .contact-form-container>p { font-size: 15px; line-height: 1.6; margin-bottom: 25px; color: var(--default-color); }
.contact .contact-form-container .php-email-form .form-control { height: auto; padding: 14px 20px; border-radius: 10px; background-color: color-mix(in srgb, var(--background-color), #f5f8fd 30%); border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); color: var(--default-color); transition: all 0.3s ease; }
.contact .contact-form-container .php-email-form .form-control:focus { background-color: var(--surface-color); border-color: var(--accent-color); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%); }
.contact .contact-form-container .php-email-form textarea.form-control { min-height: 140px; }
.contact .contact-form-container .php-email-form .form-submit { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-top: 10px; }
.contact .contact-form-container .php-email-form button { background-color: var(--accent-color); color: var(--contrast-color); border: none; padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: 15px; letter-spacing: 0.5px; transition: all 0.3s ease; }
.contact .contact-form-container .php-email-form button:hover { background-color: #F5820D; transform: translateY(-2px); box-shadow: 0 6px 15px color-mix(in srgb, var(--accent-color), transparent 75%); }

/*--------------------------------------------------------------
# Orange accent variant (for stats icons etc)
--------------------------------------------------------------*/
.accent-orange { background: color-mix(in srgb, #F5820D, transparent 90%) !important; }
.accent-orange i { color: #F5820D !important; }

   .portfolio-filters{padding:0;margin:0 0 40px;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
    .portfolio-filters li{cursor:pointer;font-size:14px;font-weight:500;padding:8px 20px;border-radius:50px;border:1px solid color-mix(in srgb,var(--default-color),transparent 80%);color:var(--default-color);font-family:var(--nav-font);transition:0.3s}
    .portfolio-filters li:hover,.portfolio-filters li.filter-active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}
    .portfolio-item{border-radius:12px;overflow:hidden;position:relative;box-shadow:0 5px 20px rgba(0,0,0,0.08)}
    .portfolio-card{height:280px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;border-radius:12px}
    .portfolio-card::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,transparent 60%);z-index:1}
    .portfolio-card-content{position:relative;z-index:2}
    .portfolio-card-tag{font-size:11px;font-weight:700;color:#F5820D;text-transform:uppercase;letter-spacing:1px;font-family:var(--nav-font);margin-bottom:8px}
    .portfolio-card-title{font-size:20px;font-weight:800;color:#fff;font-family:var(--heading-font);margin-bottom:8px;line-height:1.2}
    .portfolio-card-desc{font-size:13px;color:rgba(255,255,255,0.65);line-height:1.5;margin-bottom:12px}
    .portfolio-card-tags{display:flex;flex-wrap:wrap;gap:6px}
    .portfolio-card-tags span{font-size:11px;font-weight:600;padding:3px 12px;border-radius:50px;font-family:var(--nav-font);background:rgba(255,255,255,0.12);color:rgba(255,255,255,0.75)}
    .portfolio-card-tags span.hot{background:rgba(245,130,13,0.3);color:#F5820D}
.svc-block{background:var(--surface-color);border-radius:12px;padding:40px;margin-bottom:30px;box-shadow:0 5px 25px rgba(0,0,0,0.05);border-left:4px solid var(--accent-color)}
    .svc-block .svc-icon{width:60px;height:60px;border-radius:50%;background:color-mix(in srgb,var(--accent-color),transparent 90%);color:var(--accent-color);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:20px}
    .svc-block h3{font-size:22px;font-weight:700;margin-bottom:12px}
    .svc-block p{color:color-mix(in srgb,var(--default-color),transparent 20%);line-height:1.7;margin-bottom:16px}
    .svc-features-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:16px}
    .svc-features-list li{display:flex;align-items:flex-start;gap:8px;font-size:14px}
    .svc-features-list li i{color:var(--accent-color);flex-shrink:0;margin-top:2px}
    .tech-tag{display:inline-block;background:color-mix(in srgb,var(--accent-color),transparent 92%);color:var(--accent-color);font-size:12px;font-weight:600;padding:4px 12px;border-radius:50px;font-family:var(--nav-font);margin:3px}
    @media(max-width:576px){.svc-features-list{grid-template-columns:1fr}}
    .hero-image-wrapper img{
            border-radius: 20px;
    }


.why-karmanaya-section{
    background:#09021d;
    color:#fff;
    overflow:hidden;
}

.section-tag{
    color:#9c6bff;
    letter-spacing:2px;
    font-size:14px;
    font-weight:600;
}

.gradient-text{
    background:linear-gradient(90deg,#8b5cf6,#d946ef,#f59e0b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.btn-gradient{
    background:linear-gradient(90deg,#7c3aed,#9333ea);
    color:#fff;
    padding:14px 30px;
    border-radius:12px;
    font-weight:600;
}

.btn-gradient:hover{
    color:#fff;
}

.orbit-wrapper{
    position:relative;
    width:350px;
    height:350px;
    margin:auto;
}

.orbit-wrapper:before,
.orbit-wrapper:after{
    content:"";
    position:absolute;
    border:1px solid rgba(139,92,246,.3);
    border-radius:50%;
}

.orbit-wrapper:before{
    width:280px;
    height:280px;
    top:35px;
    left:35px;
}

.orbit-wrapper:after{
    width:350px;
    height:350px;
    display: none;
}

.center-logo{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:120px;
    height:120px;
    border-radius:50%;
    background:linear-gradient(135deg,#7c3aed,#c026d3);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:60px;
    font-weight:700;
    box-shadow:0 0 40px rgba(124,58,237,.7);
}

.orbit-item{
    position:absolute;
    text-align:center;
}

.orbit-item i{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid #8b5cf6;
    font-size:22px;
    margin:auto;
}

.orbit-item span{
    display:block;
    margin-top:10px;
    font-weight:600;
}

.top{
    top:-10px;
    left:50%;
    transform:translateX(-50%);
}

.right{
    right:-10px;
    top:50%;
    transform:translateY(-50%);
}

.bottom{
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
}

.left{
    left:-10px;
    top:50%;
    transform:translateY(-50%);
}

.feature-box{
    padding:20px;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.feature-box h5{
    font-weight:700;
}

.feature-box p{
    color:rgba(255,255,255,.65);
    margin-bottom:0;
}

.tools-box{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:60px 40px;
    backdrop-filter:blur(20px);
}

.tool-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.3s;
}

.tool-card:hover{
    transform:translateY(-8px);
    border-color:#8b5cf6;
}

.tool-card .icon{
    width:70px;
    height:70px; 
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    font-size:28px;
}

.purple{
    background:rgba(124,58,237,.25);
}

.orange{
    background:rgba(245,158,11,.25);
}

.pink{
    background:rgba(236,72,153,.25);
}

.tool-card a{
    text-decoration:none;
    color:#9c6bff;
    font-weight:600;
}
.feature-box h5{
    color: #e3e0e7;
}
.tools-box h2{
        color: #ffffff;
}
.stats-number .counter{
        font-size: 26px;
    font-weight: 700;
        color: var(--accent-color);
}

/*Auto Popup*/

.smart-popup{
    position:fixed;
    bottom:30px;
    right:30px;
    width:360px;
    background:#fff;
    border-radius:20px;
    padding:22px;
    box-shadow:0 15px 50px rgba(0,0,0,.12);
    display:flex;
    gap:18px;
    align-items:flex-start;
    z-index:99999;

    transform:translateY(120%);
    opacity:0;
    transition:.5s ease;

    overflow:hidden;
}

.smart-popup.show{
    transform:translateY(0);
    opacity:1;
}

.popup-icon{
    width:60px;
    height:60px;
    border-radius:16px;
    background:#F5F8FF;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    flex-shrink:0;
}

.popup-content h4{
    margin:0;
    font-size:19px;
    font-weight:700;
}

.popup-content p{
    margin:10px 0 18px;
    color:#666;
    line-height:1.6;
    font-size:15px;
}

.popup-btn{
    display:inline-block;
    background:#5B5DF0;
    color:#fff;
    padding:11px 22px;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

.popup-btn:hover{
    transform:translateY(-2px);
    background:#4144df;
}

.popup-close{
    position:absolute;
    right:15px;
    top:12px;
    background:none;
    border:none;
    font-size:24px;
    cursor:pointer;
    color:#888;
}

.popup-progress{
    position:absolute;
    left:0;
    bottom:0;
    height:4px;
    background:#5B5DF0;
    width:100%;
    animation:progress 12s linear forwards;
}

@keyframes progress{
    from{width:100%;}
    to{width:0;}
}

@media(max-width:768px){

.smart-popup{
    width:calc(100% - 30px);
    left:15px;
    right:15px;
    bottom:15px;
}

}

/*--------------------------------------------------------------
# SERVICE DETAIL PAGES — Premium additions
--------------------------------------------------------------*/

/* ---- Hero: service detail version ---- */
.svc-hero {
  background: linear-gradient(135deg, #1e1030 0%, #2d1b50 50%, #1a0a35 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.svc-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(123,47,190,0.18) 0%, transparent 60%),
                    radial-gradient(circle at 80% 20%, rgba(245,130,13,0.12) 0%, transparent 50%);
  pointer-events: none;
}
.svc-hero .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 7px 18px; border-radius: 50px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85);
  font-family: var(--nav-font); letter-spacing: 0.5px;
  text-transform: uppercase; margin-bottom: 20px;
}
.svc-hero .hero-badge i { color: #F5820D; }
.svc-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800; color: #fff; line-height: 1.15;
  margin-bottom: 20px;
}
.svc-hero h1 span { color: #F5820D; }
.svc-hero .hero-desc {
  font-size: 17px; color: rgba(255,255,255,0.7);
  line-height: 1.75; margin-bottom: 32px; max-width: 520px;
}
.svc-hero .hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.svc-hero .hero-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 500;
  padding: 7px 16px; border-radius: 50px;
}
.svc-hero .hero-pill i { color: #F5820D; font-size: 12px; }
.svc-hero .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.svc-hero .btn-hero-primary {
  background: linear-gradient(135deg, #F5820D, #FFC107);
  color: #fff; border: none; padding: 14px 32px;
  border-radius: 50px; font-weight: 700; font-size: 14px;
  font-family: var(--nav-font); transition: 0.3s;
  box-shadow: 0 6px 24px rgba(245,130,13,0.35);
  display: inline-flex; align-items: center; gap: 8px;
}
.svc-hero .btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(245,130,13,0.45); color: #fff; }
.svc-hero .btn-hero-ghost {
  color: rgba(255,255,255,0.8); font-weight: 600; font-size: 14px;
  font-family: var(--nav-font); display: inline-flex; align-items: center;
  gap: 8px; text-decoration: none; padding: 14px 4px;
  border-bottom: 2px solid rgba(255,255,255,0.2); transition: 0.3s;
}
.svc-hero .btn-hero-ghost:hover { color: #fff; border-bottom-color: #F5820D; }

/* Hero right visual card */
.svc-hero .hero-visual {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; padding: 32px;
  backdrop-filter: blur(10px);
}
.svc-hero .hero-visual .visual-icon {
  width: 72px; height: 72px; border-radius: 18px;
  background: linear-gradient(135deg, #7B2FBE, #D63EAF);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; color: #fff; margin-bottom: 20px;
  box-shadow: 0 8px 28px rgba(123,47,190,0.4);
}
.svc-hero .hero-visual h3 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.svc-hero .hero-visual p { color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.65; margin-bottom: 24px; }
.svc-hero .hero-visual .stat-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px;
}
.svc-hero .hero-visual .stat-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 14px 12px; text-align: center;
}
.svc-hero .hero-visual .stat-box .val {
  font-size: 22px; font-weight: 800; color: #F5820D;
  font-family: var(--heading-font); line-height: 1;
}
.svc-hero .hero-visual .stat-box .lbl {
  font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 4px;
  font-family: var(--nav-font);
}

/* ---- Section: What we offer (icon grid) ---- */
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 767px) { .offer-grid { grid-template-columns: 1fr; } }
.offer-card {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
  border-radius: 14px; padding: 28px 24px;
  transition: 0.3s; position: relative; overflow: hidden;
}
.offer-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent-color), #D63EAF);
  transform: scaleX(0); transition: 0.3s; transform-origin: left;
}
.offer-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(123,47,190,0.1); }
.offer-card:hover::after { transform: scaleX(1); }
.offer-card .offer-icon {
  width: 52px; height: 52px; border-radius: 13px;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--accent-color);
  margin-bottom: 16px; transition: 0.3s;
}
.offer-card:hover .offer-icon { background: var(--accent-color); color: #fff; }
.offer-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.offer-card p { font-size: 13.5px; color: var(--default-color); line-height: 1.65; margin: 0; }

/* ---- Process steps (horizontal for desktop) ---- */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-steps::before {
  content: ''; position: absolute;
  top: 36px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--accent-color), #D63EAF);
  z-index: 0;
}
@media (max-width: 991px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .process-steps::before { display: none; }
}
@media (max-width: 575px) { .process-steps { grid-template-columns: 1fr; } }
.process-step { text-align: center; position: relative; z-index: 1; padding: 0 16px; }
.process-step .step-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color), #D63EAF);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 800; color: #fff;
  font-family: var(--heading-font); margin: 0 auto 20px;
  box-shadow: 0 6px 24px rgba(123,47,190,0.3);
}
.process-step h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.process-step p { font-size: 13px; color: var(--default-color); line-height: 1.6; }

/* ---- Tech stack pills ---- */
.tech-stack { display: flex; flex-wrap: wrap; gap: 10px; }
.tech-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  color: var(--accent-color); font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 50px;
  font-family: var(--nav-font); transition: 0.3s;
}
.tech-chip:hover { background: var(--accent-color); color: #fff; }
.tech-chip i { font-size: 14px; }

/* ---- Case study card ---- */
.case-card {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 36px rgba(0,0,0,0.08);
  transition: 0.3s;
}
.case-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,0,0,0.12); }
.case-card .case-visual {
  height: 220px; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 28px;
  position: relative; overflow: hidden;
}
.case-card .case-visual::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
}
.case-card .case-tag {
  font-size: 11px; font-weight: 700; color: #F5820D;
  text-transform: uppercase; letter-spacing: 1px;
  font-family: var(--nav-font); margin-bottom: 6px;
  position: relative; z-index: 1;
}
.case-card .case-title {
  font-size: 18px; font-weight: 800; color: #fff;
  font-family: var(--heading-font); position: relative; z-index: 1;
}
.case-card .case-body { background: var(--surface-color); padding: 22px; }
.case-card .case-body p { font-size: 13.5px; color: var(--default-color); line-height: 1.65; margin-bottom: 16px; }
.case-card .case-result {
  display: flex; gap: 16px; padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
}
.case-card .case-result .res-item { text-align: center; }
.case-card .case-result .res-val {
  font-size: 20px; font-weight: 800; color: var(--accent-color);
  font-family: var(--heading-font); display: block;
}
.case-card .case-result .res-lbl {
  font-size: 11px; color: var(--default-color); opacity: 0.65;
  font-family: var(--nav-font);
}

/* ---- Pricing tiers ---- */
.pricing-card {
  background: var(--surface-color);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 18px; padding: 36px 28px;
  text-align: center; transition: 0.3s; position: relative;
}
.pricing-card.featured {
  border-color: var(--accent-color);
  box-shadow: 0 12px 48px rgba(123,47,190,0.18);
}
.pricing-card .featured-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent-color), #D63EAF);
  color: #fff; font-size: 11px; font-weight: 700; padding: 5px 18px;
  border-radius: 50px; font-family: var(--nav-font); letter-spacing: 0.5px;
  text-transform: uppercase; white-space: nowrap;
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(123,47,190,0.14); }
.pricing-card .plan-name { font-size: 13px; font-weight: 700; color: var(--accent-color); text-transform: uppercase; letter-spacing: 1px; font-family: var(--nav-font); margin-bottom: 10px; }
.pricing-card .plan-price { font-size: 36px; font-weight: 800; color: var(--heading-color); font-family: var(--heading-font); line-height: 1; }
.pricing-card .plan-price span { font-size: 15px; font-weight: 500; color: var(--default-color); }
.pricing-card .plan-desc { font-size: 13px; color: var(--default-color); margin: 10px 0 20px; }
.pricing-card ul { list-style: none; padding: 0; text-align: left; margin-bottom: 24px; }
.pricing-card ul li { font-size: 14px; padding: 7px 0; border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); display: flex; align-items: flex-start; gap: 8px; }
.pricing-card ul li i { color: var(--accent-color); flex-shrink: 0; margin-top: 2px; }
.pricing-card .btn-plan {
  display: block; padding: 12px 24px; border-radius: 50px;
  font-weight: 700; font-size: 14px; font-family: var(--nav-font);
  transition: 0.3s; border: 2px solid var(--accent-color); color: var(--accent-color);
}
.pricing-card .btn-plan:hover, .pricing-card.featured .btn-plan {
  background: var(--accent-color); color: #fff;
}

/* ---- FAQ inside service page ---- */
.svc-faq .faq-item { margin-bottom: 14px; border-radius: 12px; background: var(--surface-color); box-shadow: 0 3px 16px rgba(0,0,0,0.05); overflow: hidden; }
.svc-faq .faq-item h3 { display: flex; align-items: center; padding: 18px 22px; margin: 0; font-size: 15px; font-weight: 600; cursor: pointer; color: var(--heading-color); transition: 0.2s; gap: 12px; }
.svc-faq .faq-item h3 .num { width: 26px; height: 26px; border-radius: 50%; background: color-mix(in srgb, var(--accent-color), transparent 88%); color: var(--accent-color); font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.svc-faq .faq-item h3 .faq-toggle { margin-left: auto; font-size: 16px; color: var(--accent-color); transition: 0.3s; }
.svc-faq .faq-item .faq-content { display: none; padding: 4px 22px 18px calc(22px + 26px + 12px); }
.svc-faq .faq-item .faq-content p { font-size: 14px; line-height: 1.75; color: var(--default-color); margin: 0; }
.svc-faq .faq-item.faq-active h3 { background: color-mix(in srgb, var(--accent-color), transparent 94%); }
.svc-faq .faq-item.faq-active h3 .faq-toggle { transform: rotate(45deg); }
.svc-faq .faq-item.faq-active .faq-content { display: block; }

/* ---- Glassmorphism Access Form overlay ---- */
.access-gate-overlay {
  position: fixed; inset: 0; z-index: 9990;
  background: rgba(16, 8, 32, 0.75);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.5s ease;
}
.access-gate-overlay.visible {
  opacity: 1; pointer-events: all;
}
.access-gate-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px; padding: 44px 40px;
  max-width: 480px; width: 100%;
  box-shadow: 0 32px 80px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.15);
  backdrop-filter: blur(24px);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.5s ease;
}
.access-gate-overlay.visible .access-gate-card {
  transform: translateY(0);
}
.access-gate-card .gate-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: linear-gradient(135deg, #7B2FBE, #D63EAF);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #fff; margin: 0 auto 22px;
  box-shadow: 0 8px 28px rgba(123,47,190,0.4);
}
.access-gate-card h3 {
  font-size: 24px; font-weight: 800; color: #fff;
  text-align: center; margin-bottom: 8px;
  font-family: var(--heading-font);
}
.access-gate-card .gate-subtitle {
  font-size: 14px; color: rgba(255,255,255,0.6);
  text-align: center; margin-bottom: 28px; line-height: 1.6;
}
.access-gate-card .gate-field {
  position: relative; margin-bottom: 14px;
}
.access-gate-card .gate-field i {
  position: absolute; left: 16px; top: 68%; transform: translateY(-50%);
  color: rgba(255,255,255,0.4); font-size: 16px;
}
.access-gate-card .gate-field input {
  width: 100%; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 13px 16px 13px 44px;
  color: #fff; font-size: 14px; font-family: var(--default-font);
  outline: none; transition: 0.3s;
}
.access-gate-card .gate-field input::placeholder { color: rgba(255,255,255,0.35); }
.access-gate-card .gate-field input:focus {
  border-color: rgba(123,47,190,0.7);
  background: rgba(123,47,190,0.12);
  box-shadow: 0 0 0 3px rgba(123,47,190,0.2);
}
.access-gate-card .btn-gate-submit {
  width: 100%; padding: 14px;
  background: linear-gradient(135deg, #7B2FBE, #D63EAF);
  border: none; border-radius: 12px; color: #fff;
  font-size: 15px; font-weight: 700; font-family: var(--nav-font);
  cursor: pointer; transition: 0.3s; margin-top: 6px;
  box-shadow: 0 6px 24px rgba(123,47,190,0.35);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.access-gate-card .btn-gate-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(123,47,190,0.45);
}
.access-gate-card .gate-note {
  font-size: 12px; color: rgba(255,255,255,0.35);
  text-align: center; margin-top: 14px;
  font-family: var(--nav-font);
}
.access-gate-card .gate-note i { margin-right: 4px; }
/* Close button - only shown after submit for non-AI-tool pages */
.access-gate-card .gate-close {
  position: absolute; top: 16px; right: 20px;
  background: rgba(255,255,255,0.1); border: none;
  border-radius: 50%; width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6); cursor: pointer; font-size: 16px; transition: 0.3s;
}
.access-gate-card .gate-close:hover { background: rgba(255,255,255,0.2); color: #fff; }
.access-gate-card.gate-success .gate-success-content { display: block; }
.access-gate-card .gate-success-content { display: none; text-align: center; }
.access-gate-card .gate-success-content .success-icon { font-size: 52px; margin-bottom: 16px; }
.access-gate-card .gate-success-content h4 { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.access-gate-card .gate-success-content p { color: rgba(255,255,255,0.6); font-size: 14px; }

/* Blurred content when gate is active (AI tools page) */
body.gate-active .gate-blur-target {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}



/*==================================================
BLOG LISTING
==================================================*/

.blog_listing section{
    padding:90px 0;
    position:relative;
}

/*==================================================
HERO
==================================================*/

.blog_listing .blog-hero{
    padding:130px 0 80px;
    background:linear-gradient(135deg,#eef3ff 0%,#ffffff 100%);
    overflow:hidden;
    position:relative;
}

.blog_listing .blog-hero:before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(108,60,240,.06);
    right:-140px;
    top:-150px;
}

.blog_listing .blog-hero:after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(108,60,240,.05);
    left:-80px;
    bottom:-80px;
}

.blog_listing .blog-hero h1{
    font-size:56px;
    font-weight:800;
    margin-bottom:20px;
}

.blog_listing .blog-hero p{
    max-width:620px;
    font-size:18px;
    color:#667085;
}

/*==================================================
BREADCRUMB
==================================================*/

.blog_listing .breadcrumb{
    background:none;
    padding:0;
    margin:0;
}

.blog_listing .breadcrumb-item a{
    color:#667085;
    text-decoration:none;
}

.blog_listing .breadcrumb-item.active{
    color:var(--primary);
}

/*==================================================
SEARCH
==================================================*/

.blog_listing .blog-filter{
    padding-top:0;
}

.blog_listing .blog-filter .input-group{

    border-radius:60px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.blog_listing .blog-filter input{

    border:none;

    padding:16px 25px;

    font-size:16px;

}

.blog_listing .blog-filter input:focus{

    box-shadow:none;

}

.blog_listing .blog-filter button{

    padding:0 28px;

}

/*==================================================
CATEGORY PILLS
==================================================*/

.blog_listing .blog-categories{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    list-style:none;

    padding:0;

    margin:20px 0 0;

}

.blog_listing .blog-categories li{

    margin:0;

}

.blog_listing .blog-categories a{

    display:inline-block;

    padding:10px 18px;

    border-radius:40px;

    background:#f4f6f8;

    color:#344054;

    text-decoration:none;

    font-weight:500;

    transition:.35s;

}

.blog_listing .blog-categories a:hover{

    background:var(--primary);

    color:#fff;

}

/*==================================================
FEATURED BLOG
==================================================*/

.blog_listing .featured-blog{

    padding-top:20px;

}

.blog_listing .featured-blog .row{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 18px 50px rgba(0,0,0,.08);

}

.blog_listing .featured-blog img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:.5s;

}

.blog_listing .featured-blog:hover img{

    transform:scale(1.05);

}

.blog_listing .featured-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:40px;

    background:#f2edff;

    color:var(--primary);

    font-weight:600;

    margin-bottom:20px;

}

.blog_listing .post-meta{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:20px;

    color:#667085;

    font-size:15px;

}

.blog_listing .post-meta i{

    margin-right:6px;

    color:var(--primary);

}

.blog_listing .featured-blog h2{

    font-size:38px;

    margin-bottom:20px;

}

.blog_listing .featured-blog h2 a{

    color:#101828;

    text-decoration:none;

}

.blog_listing .featured-blog p{

    margin-bottom:30px;

}

/*==================================================
BLOG GRID
==================================================*/

.blog_listing .latest-blogs{

    padding-top:80px;

}

.blog_listing .blog-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.blog_listing .blog-card:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 50px rgba(0,0,0,.12);

}

.blog_listing .blog-card img{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.45s;

}

.blog_listing .blog-card:hover img{

    transform:scale(1.08);

}

.blog_listing .blog-content{

    padding:28px;

}

.blog_listing .blog-meta{

    display:flex;

    justify-content:space-between;

    flex-wrap:wrap;

    font-size:14px;

    color:#667085;

    margin-bottom:15px;

}

.blog_listing .blog-content h3{

    font-size:24px;

    margin-bottom:15px;

}

.blog_listing .blog-content h3 a{

    color:#101828;

    text-decoration:none;

}

.blog_listing .blog-content p{

    color:#667085;

    margin-bottom:20px;

}

.blog_listing .read-more{

    font-weight:600;

    color:var(--primary);

    text-decoration:none;

}

.blog_listing .read-more i{

    margin-left:5px;

    transition:.3s;

}

.blog_listing .read-more:hover i{

    margin-left:12px;

}

/*==================================================
SIDEBAR
==================================================*/

.blog-sidebar{

    position:sticky;

    top:120px;

}

 .sidebar-widget{

    background:#fff;

    border-radius:20px;

    padding:30px;

    margin-bottom:30px;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

}

.sidebar-widget h4{

    margin-bottom:20px;

}

.sidebar-widget ul{

    list-style:none;

    margin:0;

    padding:0;

}

 .sidebar-widget ul li{

    border-bottom:1px solid #eee;

    padding:12px 0;

}

.sidebar-widget ul li:last-child{

    border-bottom:none;

}

.sidebar-widget ul li a{

    color:#344054;

    text-decoration:none;

    transition:.3s;

}

.sidebar-widget ul li a:hover{

    color:var(--primary);

    padding-left:6px;

}

/*==================================================
TAG CLOUD
==================================================*/

.blog_listing .tag-cloud{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

}

.blog_listing .tag-cloud a{

    padding:8px 15px;

    border-radius:40px;

    background:#f5f5f5;

    text-decoration:none;

    color:#475467;

    transition:.3s;

}

.blog_listing .tag-cloud a:hover{

    background:var(--primary);

    color:#fff;

}

/*==================================================
SIDEBAR CTA
==================================================*/

.blog_listing .sidebar-cta{

    background:linear-gradient(135deg,#6C3CF0,#8B5CF6);

    color:#fff;

    padding:35px;

    border-radius:24px;

    text-align:center;

}

.blog_listing .sidebar-cta h3{

    color:#fff;

    margin-bottom:15px;

}

.blog_listing .sidebar-cta p{

    color:rgba(255,255,255,.85);

}

.blog_listing .sidebar-cta .btn{

    margin-top:15px;

}

/*==================================================
PAGINATION
==================================================*/

.blog_listing .blog-pagination{

    margin-top:50px;

}

.blog_listing .page-numbers{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    width:45px;

    height:45px;

    border-radius:50%;

    margin:0 5px;

    text-decoration:none;

    color:#344054;

    background:#f5f5f5;

    transition:.35s;

}

.blog_listing .page-numbers.current,
.blog_listing .page-numbers:hover{

    background:var(--primary);

    color:#fff;

}

/*==================================================
BLOG DETAIL
==================================================*/

.blog_detail section{
    padding:90px 0;
    position:relative;
}

/*==================================================
HERO
==================================================*/

.blog_detail .blog-single-hero{

    background:linear-gradient(135deg,#eef3ff,#ffffff);

    padding:120px 0 70px;

    position:relative;

    overflow:hidden;

}

.blog_detail .blog-single-hero:before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

    background:rgba(108,60,240,.06);

    right:-120px;
    top:-140px;

}

.blog_detail .blog-single-hero:after{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    border-radius:50%;

    background:rgba(108,60,240,.05);

    left:-70px;
    bottom:-70px;

}

.blog_detail .blog-title{

    font-size:56px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:25px;

}

.blog_detail .blog-category{

    display:inline-block;

    padding:8px 20px;

    border-radius:40px;

    background:#F2EDFF;

    color:var(--primary);

    font-weight:600;

    text-decoration:none;

}

.blog_detail .blog-meta{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;

    color:#667085;

    margin-top:20px;

}

.blog_detail .blog-meta span{

    display:flex;

    align-items:center;

}

.blog_detail .blog-meta i{

    margin-right:8px;

    color:var(--primary);

}

/*==================================================
BREADCRUMB
==================================================*/

.blog_detail .breadcrumb{

    background:none;

    padding:0;

    margin:0;

}

.blog_detail .breadcrumb-item a{

    text-decoration:none;

    color:#667085;

}

.blog_detail .breadcrumb-item.active{

    color:var(--primary);

}

/*==================================================
FEATURED IMAGE
==================================================*/

.blog_detail .featured-image{

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.blog_detail .featured-image img{

    width:100%;

    transition:.5s;

}

.blog_detail .featured-image:hover img{

    transform:scale(1.03);

}

/*==================================================
BLOG CONTENT
==================================================*/

.blog_detail .blog-content{

    font-size:18px;

    line-height:1.9;

    color:#475467;

}

.blog_detail .blog-content>*{

    margin-bottom:28px;

}

.blog_detail .blog-content h2{

    font-size:40px;

    margin-top:55px;

    margin-bottom:25px;

}

.blog_detail .blog-content h3{

    font-size:30px;

    margin-top:40px;

}

.blog_detail .blog-content h4{

    font-size:24px;

}

.blog_detail .blog-content p{

    margin-bottom:22px;

}

.blog_detail .blog-content strong{

    color:#101828;

}

.blog_detail .blog-content a{

    color:var(--primary);

}

/*==================================================
LISTS
==================================================*/

.blog_detail .blog-content ul,

.blog_detail .blog-content ol{

    padding-left:25px;

}

.blog_detail .blog-content li{

    margin-bottom:10px;

}

/*==================================================
IMAGES
==================================================*/

.blog_detail .blog-content img{

    width:100%;

    border-radius:18px;

    margin:35px 0;

}

/*==================================================
TABLE
==================================================*/

.blog_detail .blog-content table{

    width:100%;

    border-collapse:collapse;

    margin:30px 0;

}

.blog_detail .blog-content th{

    background:var(--primary);

    color:#fff;

    padding:15px;

}

.blog_detail .blog-content td{

    border:1px solid #e5e5e5;

    padding:15px;

}

/*==================================================
BLOCKQUOTE
==================================================*/

.blog_detail .blog-content blockquote{

    border-left:5px solid var(--primary);

    background:#F8F6FF;

    padding:35px;

    border-radius:12px;

    font-size:22px;

    font-weight:600;

    font-style:italic;

    color:#101828;

}

/*==================================================
CODE
==================================================*/

.blog_detail .blog-content pre{

    background:#101828;

    color:#fff;

    padding:25px;

    border-radius:15px;

    overflow:auto;

}

.blog_detail .blog-content code{

    color:#ffcc80;

}

/*==================================================
SIDEBAR
==================================================*/

.blog_detail .blog-sidebar{

    position:sticky;

    top:120px;

}

.blog_detail .sidebar-widget{

    background:#fff;

    padding:30px;

    border-radius:20px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    margin-bottom:30px;

}

.blog_detail .sidebar-widget h4{

    margin-bottom:20px;

}

.blog_detail .sidebar-widget ul{

    list-style:none;

    padding:0;

    margin:0;

}

.blog_detail .sidebar-widget li{

    padding:12px 0;

    border-bottom:1px solid #eee;

}

.blog_detail .sidebar-widget li:last-child{

    border-bottom:none;

}

.blog_detail .sidebar-widget a{

    color:#344054;

    text-decoration:none;

}

.blog_detail .sidebar-widget a:hover{

    color:var(--primary);

}

/*==================================================
AUTHOR MINI
==================================================*/

.blog_detail .author-mini{

    display:flex;

    gap:18px;

    align-items:flex-start;

}

.blog_detail .author-mini img{

    border-radius:50%;

}

.blog_detail .author-mini h5{

    margin-bottom:10px;

}

/*==================================================
TABLE OF CONTENT
==================================================*/

.blog_detail #table-of-contents{

    display:flex;

    flex-direction:column;

    gap:10px;

}

.blog_detail #table-of-contents a{

    text-decoration:none;

    color:#667085;

    padding-left:10px;

    border-left:3px solid transparent;

    transition:.3s;

}

.blog_detail #table-of-contents a:hover{

    border-color:var(--primary);

    color:var(--primary);

}

/*==================================================
SIDEBAR CTA
==================================================*/

.blog_detail .sidebar-cta{

    background:linear-gradient(135deg,#6C3CF0,#8B5CF6);

    color:#fff;

    border-radius:24px;

    padding:35px;

    text-align:center;

}

.blog_detail .sidebar-cta h3{

    color:#fff;

}

.blog_detail .sidebar-cta p{

    color:rgba(255,255,255,.9);

}
/*==================================================
BLOG TAGS
==================================================*/

.blog_detail .blog-bottom{
    padding:60px 0;
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
}

.blog_detail .blog-tags,
.blog_detail .blog-share{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}

.blog_detail .blog-tags h5,
.blog_detail .blog-share h5{
    margin:0 15px 0 0;
    font-size:18px;
}

.blog_detail .blog-tags a{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#f4f6f8;
    color:#344054;
    text-decoration:none;
    transition:.3s;
}

.blog_detail .blog-tags a:hover{
    background:var(--primary);
    color:#fff;
}

/*==================================================
SOCIAL SHARE
==================================================*/

.blog_detail .blog-share a{

    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#f4f6f8;

    color:#344054;

    text-decoration:none;

    transition:.35s;

}

.blog_detail .blog-share a:hover{

    background:var(--primary);

    color:#fff;

    transform:translateY(-4px);

}

/*==================================================
AUTHOR BOX
==================================================*/

.blog_detail .author-section{

    background:#f8fafc;

}

.blog_detail .author-box{

    background:#fff;

    padding:45px;

    border-radius:24px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.blog_detail .author-box img{

    border-radius:50%;

}

.blog_detail .author-label{

    color:var(--primary);

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

}

.blog_detail .author-box h3{

    margin:12px 0;

}

/*==================================================
POST NAVIGATION
==================================================*/

.blog_detail .post-navigation-section{

    padding-top:70px;

}

.blog_detail .nav-post{

    background:#fff;

    border-radius:20px;

    padding:30px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.blog_detail .nav-post:hover{

    transform:translateY(-6px);

}

.blog_detail .nav-post span{

    color:var(--primary);

    display:block;

    margin-bottom:10px;

    font-weight:600;

}

.blog_detail .nav-post a{

    text-decoration:none;

    color:#101828;

}

.blog_detail .nav-post h4{

    font-size:22px;

    margin:0;

}

/*==================================================
RELATED POSTS
==================================================*/

.blog_detail .related-posts{

    background:#f8fafc;

}

.blog_detail .related-posts .blog-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.blog_detail .related-posts .blog-card:hover{

    transform:translateY(-8px);

}

.blog_detail .related-posts .blog-card img{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.5s;

}

.blog_detail .related-posts .blog-card:hover img{

    transform:scale(1.05);

}

.blog_detail .related-posts .blog-content{

    padding:25px;

}

.blog_detail .related-posts .blog-content h4{

    font-size:24px;

    margin-bottom:15px;

}

.blog_detail .related-posts .blog-content h4 a{

    color:#101828;

    text-decoration:none;

}

.blog_detail .related-posts .read-more{

    color:var(--primary);

    font-weight:600;

    text-decoration:none;

}

/*==================================================
NEWSLETTER
==================================================*/

.blog_detail .newsletter-section{

    background:linear-gradient(135deg,#6C3CF0,#8B5CF6);

}

.blog_detail .newsletter-box{

    background:rgba(255,255,255,.08);

    border-radius:24px;

    padding:60px;

}

.blog_detail .newsletter-box h2{

    color:#fff;

}

.blog_detail .newsletter-box p{

    color:rgba(255,255,255,.85);

}

.blog_detail .newsletter-box .form-control{

    height:56px;

    border:none;

    border-radius:50px 0 0 50px;

    padding-left:25px;

}

.blog_detail .newsletter-box .btn{

    border-radius:0 50px 50px 0;

    padding:0 30px;

}

/*==================================================
HOVER EFFECTS
==================================================*/

.blog_detail img{

    transition:.45s;

}

.blog_detail img:hover{

    transform:scale(1.02);

}

.blog_detail .btn{

    transition:.35s;

}

.blog_detail .btn:hover{

    transform:translateY(-3px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1199px){

.blog_detail .blog-title{

    font-size:46px;

}

}

@media(max-width:991px){

.blog_detail section{

    padding:70px 0;

}

.blog_detail .blog-title{

    font-size:40px;

}

.blog_detail .blog-sidebar{

    position:relative;

    top:auto;

    margin-top:50px;

}

.blog_detail .author-box{

    text-align:center;

}

.blog_detail .author-box img{

    margin-bottom:20px;

}

}

@media(max-width:767px){

.blog_detail .blog-title{

    font-size:32px;

}

.blog_detail .blog-meta{

    gap:15px;

}

.blog_detail .blog-content{

    font-size:16px;

}

.blog_detail .blog-content h2{

    font-size:28px;

}

.blog_detail .blog-content h3{

    font-size:24px;

}

.blog_detail .newsletter-box{

    padding:35px;

}

.blog_detail .blog-share{

    margin-top:25px;

}

.blog_detail .blog-bottom .text-lg-end{

    text-align:left !important;

}

}

@media(max-width:575px){

.blog_detail .newsletter-box{

    padding:25px;

}

.blog_detail .newsletter-box .input-group{

    display:block;

}

.blog_detail .newsletter-box .form-control{

    border-radius:50px;

    margin-bottom:15px;

}

.blog_detail .newsletter-box .btn{

    width:100%;

    border-radius:50px;

}

.blog_detail .blog-tags{

    margin-bottom:25px;

}

.blog_detail .blog-share{

    justify-content:flex-start;

}

}
.reading-progress{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#edf1f7;
    z-index:9999;
}

.reading-progress-bar{
    width:0%;
    height:100%;
    background:linear-gradient(90deg,#6C3CF0,#8B5CF6);
    transition:width .15s linear;
}
#table-of-contents{

display:flex;

flex-direction:column;

gap:10px;

}

#table-of-contents a{

padding:8px 12px;

border-left:3px solid transparent;

text-decoration:none;

color:#667085;

transition:.3s;

}

#table-of-contents a:hover{

border-color:#6C3CF0;

color:#6C3CF0;

}

#table-of-contents .h3{

padding-left:25px;

font-size:14px;

}
#table-of-contents a.active{

border-color:#6C3CF0;

background:#F2EDFF;

color:#6C3CF0;

font-weight:600;

}
.sticky-share{

position:sticky;

top:140px;

display:flex;

flex-direction:column;

gap:15px;

}

.sticky-share a{

width:48px;

height:48px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#fff;

box-shadow:0 10px 30px rgba(0,0,0,.08);

color:#344054;

transition:.35s;

}

.sticky-share a:hover{

background:#6C3CF0;

color:#fff;

transform:translateY(-4px);

}

@media(max-width:991px){

.sticky-share{

display:none;

}

}
.reading-widget{

display:flex;

align-items:center;

gap:12px;

}

.reading-widget svg{

width:46px;

height:46px;

transform:rotate(-90deg);

}

.circle-bg{

fill:none;

stroke:#e5e7eb;

stroke-width:3;

}

.circle-progress{

fill:none;

stroke:#6C3CF0;

stroke-width:3;

stroke-dasharray:100;

stroke-dashoffset:35;

}



.wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

.wpcf7-form-control{
    width:100%;
}

.wpcf7-form-control.form-control{
    width:100%;
}

.wpcf7 textarea.form-control{
    min-height:150px;
    resize:vertical;
}

  
.wpcf7-response-output{
    margin-top:20px !important;
    border-radius:6px;
    text-align:center;
}

.form-submit{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.btn-send,
.wpcf7-submit{
    cursor:pointer;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-send {
    background: #7b2fbe;
    border: none;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
}
 /* Reading progress bar */
    #reading-progress {
      position: fixed; top: 0; left: 0; z-index: 9999;
      height: 3px; width: 0%;
      background: linear-gradient(90deg, #7B2FBE, #D63EAF, #F5820D);
      transition: width 0.1s linear;
    }
    /* Back to top smooth feel */
    .back-to-blog {
      display: inline-flex; align-items: center; gap: 7px;
      font-size: 13px; font-weight: 600; color: var(--accent-color);
      font-family: var(--nav-font); transition: 0.25s; text-decoration: none;
      margin-bottom: 20px;
    }
    .back-to-blog:hover { gap: 11px; color: #F5820D; }
    /* Sticky TOC highlight */
    .toc-list li a.active-toc {
      color: var(--accent-color); font-weight: 700;
    }
    /* Article image caption */
    .article-img-wrap { margin: 32px 0; }
    .article-img-wrap img { width: 100%; border-radius: 12px; }
    .article-img-wrap figcaption {
      font-size: 13px; color: color-mix(in srgb,var(--default-color),transparent 35%);
      text-align: center; margin-top: 10px; font-style: italic;
      font-family: var(--nav-font);
    }
    /* Step boxes inside article */
    .step-box {
      display: flex; gap: 18px; align-items: flex-start;
      background: var(--surface-color);
      border: 1px solid color-mix(in srgb,var(--accent-color),transparent 85%);
      border-radius: 12px; padding: 20px 22px; margin-bottom: 16px;
      transition: 0.25s;
    }
    .step-box:hover { border-color: color-mix(in srgb,var(--accent-color),transparent 55%); box-shadow: 0 6px 24px rgba(123,47,190,0.08); }
    .step-box .step-num-circle {
      width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
      background: linear-gradient(135deg,#7B2FBE,#D63EAF);
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; font-weight: 800; color: #fff; font-family: var(--heading-font);
    }
    .step-box h5 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
    .step-box p { font-size: 14px; color: var(--default-color); line-height: 1.65; margin: 0; }
    /* Result pill badges */
    .result-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
    .result-pill {
      display: inline-flex; align-items: center; gap: 7px;
      background: color-mix(in srgb,var(--accent-color),transparent 90%);
      border: 1px solid color-mix(in srgb,var(--accent-color),transparent 75%);
      color: var(--accent-color); font-size: 13px; font-weight: 700;
      padding: 8px 16px; border-radius: 50px; font-family: var(--nav-font);
    }
    .result-pill i { font-size: 14px; color: #F5820D; }
    /* Comparison table */
    .compare-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
    .compare-table th {
      background: var(--accent-color); color: #fff; padding: 12px 16px;
      text-align: left; font-family: var(--nav-font); font-size: 13px; font-weight: 700;
    }
    .compare-table th:first-child { border-radius: 10px 0 0 0; }
    .compare-table th:last-child { border-radius: 0 10px 0 0; }
    .compare-table td { padding: 11px 16px; border-bottom: 1px solid color-mix(in srgb,var(--default-color),transparent 90%); vertical-align: top; }
    .compare-table tr:last-child td { border-bottom: none; }
    .compare-table tr:nth-child(even) td { background: color-mix(in srgb,var(--accent-color),transparent 96%); }
    .compare-table .good { color: #22c55e; font-weight: 600; }
    .compare-table .bad { color: #ef4444; font-weight: 600; }
    .compare-table .ok { color: #F5820D; font-weight: 600; }
    /*--------------------------------------------------------------
# BLOG PAGES — Premium additions
--------------------------------------------------------------*/
.blog-hero{background:linear-gradient(135deg,#1e1030 0%,#2d1b50 60%,#1a0a35 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.blog-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 15% 50%,rgba(123,47,190,0.2) 0%,transparent 55%),radial-gradient(circle at 85% 20%,rgba(245,130,13,0.1) 0%,transparent 45%);pointer-events:none}
.blog-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:14px}
.blog-hero h1 span{color:#F5820D}
.blog-hero p.hero-sub{font-size:16px;color:rgba(255,255,255,0.65);max-width:520px;line-height:1.75;margin-bottom:28px}
.blog-hero .search-bar{display:flex;max-width:480px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.16);border-radius:50px;overflow:hidden;backdrop-filter:blur(8px)}
.blog-hero .search-bar input{flex:1;background:transparent;border:none;padding:13px 20px;color:#fff;font-size:14px;font-family:var(--default-font);outline:none}
.blog-hero .search-bar input::placeholder{color:rgba(255,255,255,0.4)}
.blog-hero .search-bar button{background:linear-gradient(135deg,#7B2FBE,#D63EAF);border:none;padding:0 22px;color:#fff;font-size:16px;cursor:pointer;transition:0.3s;border-radius:0 50px 50px 0}
.blog-hero .search-bar button:hover{background:#F5820D}
.blog-hero .blog-stats{display:flex;gap:28px;flex-wrap:wrap;margin-top:32px}
.blog-hero .blog-stat .val{font-size:26px;font-weight:800;color:#F5820D;font-family:var(--heading-font);display:block;line-height:1}
.blog-hero .blog-stat .lbl{font-size:12px;color:rgba(255,255,255,0.45);font-family:var(--nav-font);margin-top:4px}
.blog-filter-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:40px}
.blog-filter-bar .filter-label{font-size:13px;font-weight:600;color:var(--default-color);font-family:var(--nav-font);margin-right:6px}
.blog-filter-btn{display:inline-flex;align-items:center;gap:6px;background:var(--surface-color);border:1.5px solid color-mix(in srgb,var(--accent-color),transparent 82%);color:var(--default-color);font-size:13px;font-weight:600;padding:7px 18px;border-radius:50px;font-family:var(--nav-font);cursor:pointer;transition:0.25s;user-select:none}
.blog-filter-btn:hover,.blog-filter-btn.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}
.blog-filter-btn .count{background:rgba(255,255,255,0.18);border-radius:50px;font-size:11px;padding:1px 7px;line-height:1.6}
.blog-filter-btn.active .count{background:rgba(255,255,255,0.25)}
.blog-card{background:var(--surface-color);border:1px solid color-mix(in srgb,var(--accent-color),transparent 88%);border-radius:16px;overflow:hidden;transition:0.3s;height:100%;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(123,47,190,0.13);border-color:color-mix(in srgb,var(--accent-color),transparent 60%)}
.blog-card .blog-card-thumb{position:relative;overflow:hidden;height:220px}
.blog-card .blog-card-thumb img{width:100%;height:100%;object-fit:cover;transition:0.4s}
.blog-card:hover .blog-card-thumb img{transform:scale(1.05)}
.blog-card .blog-card-thumb .thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;transition:0.4s}
.blog-card:hover .blog-card-thumb .thumb-placeholder{transform:scale(1.08)}
.blog-card .blog-card-cat{position:absolute;top:14px;left:14px;background:var(--accent-color);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:50px;font-family:var(--nav-font);text-transform:uppercase;letter-spacing:0.5px;box-shadow:0 3px 12px rgba(123,47,190,0.4)}
.blog-card .blog-card-cat.orange{background:#F5820D;box-shadow:0 3px 12px rgba(245,130,13,0.4)}
.blog-card .blog-card-cat.pink{background:#D63EAF;box-shadow:0 3px 12px rgba(214,62,175,0.4)}
.blog-card .blog-card-read-time{position:absolute;bottom:14px;right:14px;background:rgba(0,0,0,0.55);color:rgba(255,255,255,0.85);font-size:11px;font-weight:600;padding:4px 10px;border-radius:50px;font-family:var(--nav-font);backdrop-filter:blur(4px);display:flex;align-items:center;gap:5px}
.blog-card .blog-card-body{padding:24px 22px 20px;flex:1;display:flex;flex-direction:column}
.blog-card .blog-card-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:color-mix(in srgb,var(--default-color),transparent 35%);font-family:var(--nav-font);margin-bottom:12px;flex-wrap:wrap}
.blog-card .blog-card-meta i{font-size:13px;color:var(--accent-color)}
.blog-card .blog-card-meta .sep{opacity:0.4}
.blog-card h3{font-size:18px;font-weight:700;line-height:1.35;margin-bottom:10px;color:var(--heading-color)}
.blog-card h3 a{color:inherit;transition:0.25s}
.blog-card h3 a:hover{color:var(--accent-color)}
.blog-card .blog-card-excerpt{font-size:14px;color:var(--default-color);line-height:1.7;margin-bottom:18px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.blog-card .blog-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--accent-color),transparent 88%)}
.blog-card .blog-author{display:flex;align-items:center;gap:9px}
.blog-card .blog-author .avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0}
.blog-card .blog-author .author-name{font-size:12px;font-weight:600;color:var(--heading-color);font-family:var(--nav-font)}
.blog-card .read-more-link{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--accent-color);font-family:var(--nav-font);transition:0.25s;text-decoration:none}
.blog-card .read-more-link:hover{gap:9px;color:#F5820D}
.blog-card-featured{background:var(--surface-color);border:1px solid color-mix(in srgb,var(--accent-color),transparent 82%);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:360px;transition:0.3s}
@media(max-width:768px){.blog-card-featured{grid-template-columns:1fr}}
.blog-card-featured:hover{transform:translateY(-5px);box-shadow:0 20px 56px rgba(123,47,190,0.14)}
.blog-card-featured .featured-thumb{position:relative;overflow:hidden;min-height:280px}
.blog-card-featured .featured-thumb .thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px;min-height:280px;transition:0.4s}
.blog-card-featured:hover .featured-thumb .thumb-placeholder{transform:scale(1.06)}
.blog-card-featured .featured-badge{position:absolute;top:18px;left:18px;background:linear-gradient(135deg,#F5820D,#FFC107);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:50px;font-family:var(--nav-font);text-transform:uppercase;letter-spacing:0.5px;display:flex;align-items:center;gap:5px}
.blog-card-featured .featured-body{padding:36px 32px;display:flex;flex-direction:column;justify-content:center}
.blog-card-featured .featured-cat{display:inline-flex;align-items:center;gap:6px;background:color-mix(in srgb,var(--accent-color),transparent 90%);color:var(--accent-color);font-size:12px;font-weight:700;padding:5px 14px;border-radius:50px;font-family:var(--nav-font);margin-bottom:14px;text-transform:uppercase;letter-spacing:0.5px}
.blog-card-featured h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;line-height:1.25;margin-bottom:12px}
.blog-card-featured h2 a{color:var(--heading-color);transition:0.25s}
.blog-card-featured h2 a:hover{color:var(--accent-color)}
.blog-card-featured .featured-excerpt{font-size:15px;color:var(--default-color);line-height:1.7;margin-bottom:24px}
.blog-card-featured .featured-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:color-mix(in srgb,var(--default-color),transparent 30%);font-family:var(--nav-font);margin-bottom:22px;flex-wrap:wrap}
.blog-card-featured .featured-meta i{color:var(--accent-color)}
.blog-card-featured .btn-read-featured{display:inline-flex;align-items:center;gap:8px;background:var(--accent-color);color:#fff;padding:11px 24px;border-radius:50px;font-size:13px;font-weight:700;font-family:var(--nav-font);transition:0.25s;align-self:flex-start;text-decoration:none}
.blog-card-featured .btn-read-featured:hover{background:#F5820D;color:#fff;transform:translateX(4px)}
.blog-sidebar{position:sticky;top:100px}
.sidebar-widget{background:var(--surface-color);border:1px solid color-mix(in srgb,var(--accent-color),transparent 88%);border-radius:14px;padding:24px;margin-bottom:24px}
.sidebar-widget h4{font-size:16px;font-weight:700;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid var(--accent-color);display:inline-block;width:100%}
.sidebar-cat-list{list-style:none;padding:0;margin:0}
.sidebar-cat-list li{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 92%)}
.sidebar-cat-list li:last-child{border-bottom:none}
.sidebar-cat-list li a{font-size:14px;font-weight:500;color:var(--default-color);transition:0.2s;display:flex;align-items:center;gap:8px}
.sidebar-cat-list li a i{color:var(--accent-color);font-size:13px}
.sidebar-cat-list li a:hover{color:var(--accent-color);padding-left:4px}
.sidebar-cat-list li .cat-count{background:color-mix(in srgb,var(--accent-color),transparent 90%);color:var(--accent-color);font-size:11px;font-weight:700;padding:2px 9px;border-radius:50px;font-family:var(--nav-font)}
.popular-post{display:flex;gap:13px;align-items:flex-start;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 92%)}
.popular-post:last-child{border-bottom:none;padding-bottom:0}
.popular-post .pp-thumb{width:64px;height:56px;border-radius:8px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:22px}
.popular-post .pp-body h6{font-size:13px;font-weight:700;line-height:1.35;margin-bottom:5px}
.popular-post .pp-body h6 a{color:var(--heading-color);transition:0.2s}
.popular-post .pp-body h6 a:hover{color:var(--accent-color)}
.popular-post .pp-body .pp-date{font-size:11px;color:color-mix(in srgb,var(--default-color),transparent 40%);font-family:var(--nav-font);display:flex;align-items:center;gap:5px}
.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.tag-pill{display:inline-block;background:#f7f4fc;border:1px solid color-mix(in srgb,var(--accent-color),transparent 82%);color:var(--default-color);font-size:12px;font-weight:600;padding:5px 13px;border-radius:50px;font-family:var(--nav-font);transition:0.25s;cursor:pointer;text-decoration:none}
.tag-pill:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff}
.newsletter-widget{background:linear-gradient(135deg,#1e1030,#2d1b50);border:none}
.newsletter-widget h4{color:#fff;border-bottom-color:#F5820D}
.newsletter-widget p{font-size:13px;color:rgba(255,255,255,0.6);margin-bottom:14px}
.newsletter-widget .nl-input{width:100%;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:8px;padding:11px 14px;color:#fff;font-size:13px;font-family:var(--default-font);outline:none;margin-bottom:10px;transition:0.3s}
.newsletter-widget .nl-input::placeholder{color:rgba(255,255,255,0.35)}
.newsletter-widget .nl-input:focus{border-color:rgba(123,47,190,0.6);background:rgba(123,47,190,0.1)}
.newsletter-widget .nl-btn{width:100%;background:linear-gradient(135deg,#F5820D,#FFC107);border:none;border-radius:8px;padding:11px;color:#fff;font-size:13px;font-weight:700;font-family:var(--nav-font);cursor:pointer;transition:0.3s}
.newsletter-widget .nl-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,130,13,0.4)}
.blog-pagination{display:flex;gap:6px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:50px}
.page-btn{min-width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--nav-font);transition:0.25s;border:1.5px solid color-mix(in srgb,var(--accent-color),transparent 82%);color:var(--default-color);background:var(--surface-color);text-decoration:none;padding:0 12px}
.page-btn:hover,.page-btn.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}
.page-btn.disabled{opacity:0.4;pointer-events:none}
/* Article hero */
.article-hero{background:linear-gradient(135deg,#1e1030 0%,#2d1b50 55%,#1a0a35 100%);padding:80px 0 0;position:relative;overflow:hidden}
.article-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 60%,rgba(123,47,190,0.2) 0%,transparent 55%)}
.article-hero .article-hero-inner{position:relative;z-index:1;padding-bottom:60px}
.article-hero .article-cat-badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-color);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:50px;font-family:var(--nav-font);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:18px}
.article-hero h1{font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:18px}
.article-hero .article-excerpt{font-size:17px;color:rgba(255,255,255,0.68);line-height:1.75;margin-bottom:28px;max-width:640px}
.article-hero .article-meta-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.article-hero .meta-author{display:flex;align-items:center;gap:10px}
.article-hero .meta-author .avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;flex-shrink:0;border:2px solid rgba(255,255,255,0.2)}
.article-hero .meta-author .author-info .name{font-size:14px;font-weight:700;color:#fff;font-family:var(--nav-font);display:block}
.article-hero .meta-author .author-info .role{font-size:12px;color:rgba(255,255,255,0.45);font-family:var(--nav-font)}
.article-hero .meta-divider{width:1px;height:30px;background:rgba(255,255,255,0.15)}
.article-hero .meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,0.55);font-family:var(--nav-font)}
.article-hero .meta-item i{color:#F5820D}
.article-hero .hero-cover{width:100%;overflow:hidden;border-radius:16px 16px 0 0;display:flex;align-items:center;justify-content:center;font-size:100px}
@media(max-width:768px){.article-hero .hero-cover{height:240px;font-size:64px}}
/* Article body */
.article-body{padding:52px 0}
.article-content{font-size:16px;line-height:1.85;color:var(--default-color)}
.article-content h2{font-size:1.75rem;font-weight:800;margin:40px 0 16px;color:var(--heading-color);position:relative;padding-left:18px}
.article-content h2::before{content:'';position:absolute;left:0;top:6px;height:calc(100% - 8px);width:4px;background:linear-gradient(180deg,var(--accent-color),#D63EAF);border-radius:2px}
.article-content h3{font-size:1.3rem;font-weight:700;margin:30px 0 12px;color:var(--heading-color)}
.article-content p{margin-bottom:20px}
.article-content ul,.article-content ol{margin:0 0 20px;padding-left:0;list-style:none}
.article-content ul li,.article-content ol li{padding:6px 0 6px 26px;position:relative;font-size:15px;line-height:1.7}
.article-content ul li::before{content:'';position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%;background:var(--accent-color)}
.article-content ol{counter-reset:ol-counter}
.article-content ol li::before{content:counter(ol-counter) '.';counter-increment:ol-counter;position:absolute;left:0;top:6px;font-weight:700;color:var(--accent-color);font-size:14px}
.article-content blockquote{background:color-mix(in srgb,var(--accent-color),transparent 93%);border-left:4px solid var(--accent-color);border-radius:0 12px 12px 0;padding:20px 24px;margin:28px 0;position:relative}
.article-content blockquote::before{content:'\201C';font-size:60px;color:var(--accent-color);position:absolute;top:-10px;left:16px;line-height:1;opacity:0.3;font-family:Georgia,serif}
.article-content blockquote p{font-size:16px;font-weight:500;font-style:italic;color:var(--heading-color);margin:0;padding-top:14px}
.article-content blockquote cite{display:block;font-size:13px;font-style:normal;color:var(--accent-color);font-weight:600;margin-top:10px;font-family:var(--nav-font)}
.article-content .callout{background:linear-gradient(135deg,rgba(123,47,190,0.08),rgba(214,62,175,0.06));border:1px solid color-mix(in srgb,var(--accent-color),transparent 75%);border-radius:12px;padding:20px 22px;margin:28px 0;display:flex;gap:14px;align-items:flex-start}
.article-content .callout i{color:var(--accent-color);font-size:20px;flex-shrink:0;margin-top:2px}
.article-content .callout p{margin:0;font-size:14.5px;line-height:1.7}
.article-content .callout.orange-callout{background:linear-gradient(135deg,rgba(245,130,13,0.08),rgba(255,193,7,0.06));border-color:color-mix(in srgb,#F5820D,transparent 70%)}
.article-content .callout.orange-callout i{color:#F5820D}
.article-content code{background:color-mix(in srgb,var(--accent-color),transparent 90%);color:var(--accent-color);padding:2px 8px;border-radius:5px;font-size:13.5px;font-family:'Courier New',monospace}
.article-content pre{background:#1e1030;border-radius:12px;padding:24px;margin:24px 0;overflow-x:auto;border:1px solid rgba(255,255,255,0.08)}
.article-content pre code{background:transparent;color:rgba(255,255,255,0.85);font-size:14px;padding:0}
.article-stats-strip{background:linear-gradient(135deg,#1e1030,#2d1b50);border-radius:14px;padding:28px 32px;margin:36px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}
@media(max-width:576px){.article-stats-strip{grid-template-columns:1fr 1fr}}
.article-stats-strip .stat-item .val{font-size:28px;font-weight:800;color:#F5820D;font-family:var(--heading-font);display:block;line-height:1}
.article-stats-strip .stat-item .lbl{font-size:12px;color:rgba(255,255,255,0.45);font-family:var(--nav-font);margin-top:5px;display:block}
.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:36px}
.article-tags .tag-label{font-size:13px;font-weight:600;color:var(--heading-color);font-family:var(--nav-font);margin-right:4px}
.article-share{display:flex;align-items:center;gap:12px;padding:20px 0;margin-top:32px;border-top:1px solid color-mix(in srgb,var(--accent-color),transparent 88%);border-bottom:1px solid color-mix(in srgb,var(--accent-color),transparent 88%);flex-wrap:wrap}
.article-share .share-label{font-size:13px;font-weight:700;color:var(--heading-color);font-family:var(--nav-font);margin-right:6px}
.share-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:50px;font-size:13px;font-weight:600;font-family:var(--nav-font);cursor:pointer;transition:0.25s;text-decoration:none;border:none}
.share-btn.linkedin{background:#0077B5;color:#fff}
.share-btn.twitter{background:#000;color:#fff}
.share-btn.whatsapp{background:#25D366;color:#fff}
.share-btn.copy-link{background:color-mix(in srgb,var(--accent-color),transparent 90%);color:var(--accent-color);border:1px solid color-mix(in srgb,var(--accent-color),transparent 75%)}
.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,0.15)}
.author-bio-card{background:var(--surface-color);border:1px solid color-mix(in srgb,var(--accent-color),transparent 82%);border-radius:16px;padding:28px;margin-top:40px;display:flex;gap:20px;align-items:flex-start}
@media(max-width:576px){.author-bio-card{flex-direction:column}}
.author-bio-card .author-avatar-lg{width:72px;height:72px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;border:3px solid color-mix(in srgb,var(--accent-color),transparent 70%)}
.author-bio-card .author-details h4{font-size:18px;font-weight:700;margin-bottom:3px}
.author-bio-card .author-details .author-role{font-size:13px;color:var(--accent-color);font-weight:600;font-family:var(--nav-font);margin-bottom:10px;display:block}
.author-bio-card .author-details p{font-size:14px;color:var(--default-color);line-height:1.7;margin-bottom:12px}
.author-bio-card .author-socials{display:flex;gap:10px}
.author-bio-card .author-socials a{width:32px;height:32px;border-radius:8px;background:color-mix(in srgb,var(--accent-color),transparent 88%);color:var(--accent-color);display:flex;align-items:center;justify-content:center;font-size:14px;transition:0.25s}
.author-bio-card .author-socials a:hover{background:var(--accent-color);color:#fff}
.related-posts .related-card{background:var(--surface-color);border:1px solid color-mix(in srgb,var(--accent-color),transparent 88%);border-radius:14px;overflow:hidden;transition:0.3s}
.related-posts .related-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px rgba(123,47,190,0.12)}
.related-posts .related-thumb{height:170px;display:flex;align-items:center;justify-content:center;font-size:44px}
.related-posts .related-body{padding:18px}
.related-posts .related-cat{font-size:11px;font-weight:700;color:var(--accent-color);text-transform:uppercase;letter-spacing:0.5px;font-family:var(--nav-font);margin-bottom:8px;display:block}
.related-posts .related-body h5{font-size:15px;font-weight:700;line-height:1.4;margin-bottom:10px}
.related-posts .related-body h5 a{color:var(--heading-color);transition:0.25s}
.related-posts .related-body h5 a:hover{color:var(--accent-color)}
.related-posts .related-body .related-meta{font-size:12px;color:color-mix(in srgb,var(--default-color),transparent 35%);font-family:var(--nav-font);display:flex;align-items:center;gap:6px}
.toc-widget{background:color-mix(in srgb,var(--accent-color),transparent 94%)}
.toc-list{list-style:none;padding:0;margin:0}
.toc-list li{padding:6px 0}
.toc-list li a{font-size:13.5px;color:var(--default-color);transition:0.2s;display:flex;align-items:flex-start;gap:8px;line-height:1.45}
.toc-list li a::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--accent-color);flex-shrink:0;margin-top:6px}
.toc-list li a:hover,.toc-list li a.active-toc{color:var(--accent-color);padding-left:4px}
.toc-list li.toc-h3 a{padding-left:16px;font-size:13px}
.toc-list li.toc-h3 a::before{background:#D63EAF;width:5px;height:5px}
.back-to-blog{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--accent-color);font-family:var(--nav-font);transition:0.25s;text-decoration:none;margin-bottom:20px}
.back-to-blog:hover{gap:11px;color:#F5820D}
 

.gate-field input{
    width:100%;
    border:none;
    background:transparent;
    outline:none;
}

.service-card{
    transform-style: preserve-3d;
    transition: all .4s ease;
    will-change: transform;
}

.service-card:hover{
    box-shadow: 0 30px 60px rgba(123,47,190,.25);
}

.service-icon{
    transition: all .4s ease;
}

.service-card:hover .service-icon{
    transform: translateY(-8px) scale(1.15);
}

.read-more-btn{
    transition: all .3s ease;
}

.service-card:hover .read-more-btn{
    transform: translateX(8px);
}
#services{
    position:relative;
    overflow:hidden;
}

#services::before{
    content:'';
    width:600px;
    height:600px;
    position:absolute;
    top:20%;
    right:-200px;
    background:#7B2FBE;
    filter:blur(180px);
    opacity:.15;
    pointer-events:none;
}
.service-card{
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
    border:1px solid rgba(123,47,190,.08);
}

.service-card::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    /*background:rgba(123,47,190,.12);*/
    border-radius:50%;
    top:-120px;
    right:-120px;
    transition:.5s;
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(123,47,190,.18);
}

.service-card:hover::before{
    transform:scale(1.6);
}
.service-icon{
    transition:.4s ease;
}

.service-card:hover .service-icon{
    transform:scale(1.2) rotate(10deg);
}
.read-more-btn{
    transition:.3s ease;
}

.service-card:hover .read-more-btn{
    letter-spacing:1px;
}
#services{
    position:relative;
}

#services::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#7B2FBE;
    filter:blur(180px);
    opacity:.08;
    top:100px;
    right:-200px;
    pointer-events:none;
}