/*--------------------------------------------------------------
    Zax Telecom - Enhanced Design System
    Version: Enhanced 2.0
    Description: Clean modern enhancements while keeping all original functionality
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Table of Content - Enhanced
  --------------------------------------------------------------
  * Enhanced Variables & Design System
  * General (Enhanced)
  * Header (Enhanced)
  * Breadcrumbs (Enhanced)
  * Single Page
  * Scroll top (Enhanced)
  * Preloader (Enhanced)
  * Desktop Navigation (Enhanced)
  * Mobile Navigation (Enhanced)
  * About Section
  * Featured Section
  * Single Service Page
  * Skills Section
  * Clients Section
  * Testimonials Section
  * Our Team Section
  * Frequently Asked Questions Section
  * Recent Blog Posts Section
  * Hero Section (Enhanced)
  * Call To Action Section (Enhanced)
  * Stats Counter Section
  * Portfolio Section
  * Contact Section (Enhanced)
  * Particles
  * Download Section (Enhanced)
  * Pricing (Enhanced)
  * Contact (Enhanced)
  * Footer (Enhanced)
  * New Clean Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Enhanced Zax Design System Variables
--------------------------------------------------------------*/
:root {
  /* === ZAX TELECOM DESIGN SYSTEM - ENHANCED === */

  /* Typography - Enhanced with modern fonts */
  --font-default: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-primary: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-secondary: 'Outfit', 'Poppins', sans-serif;
  --font-display: 'Outfit', var(--font-primary);

  /* Original Colors - Maintained */
  --color-default: #222222;
  --color-primary: #f46201;
  --color-secondary: #f46201;

  /* Zax Primary Color Variations - Clean System */
  --zax-primary: #f46201;
  --zax-primary-50: #fff7ed;
  --zax-primary-100: #ffedd5;
  --zax-primary-200: #fed7aa;
  --zax-primary-300: #fdba74;
  --zax-primary-400: #fb923c;
  --zax-primary-500: #f46201;
  --zax-primary-600: #ea580c;
  --zax-primary-700: #c2410c;
  --zax-primary-800: #9a3412;
  --zax-primary-900: #7c2d12;
  --zax-primary-light: #ff7825;
  --zax-primary-lighter: #ffb380;
  --zax-primary-lightest: #fff0e6;
  --zax-primary-dark: #d55400;
  --zax-primary-darker: #b8480a;

  /* Clean Neutral Colors - Professional Palette */
  --zax-white: #ffffff;
  --zax-neutral-25: #fcfcfd;
  --zax-neutral-50: #f9fafb;
  --zax-neutral-100: #f3f4f6;
  --zax-neutral-200: #e5e7eb;
  --zax-neutral-300: #d1d5db;
  --zax-neutral-400: #9ca3af;
  --zax-neutral-500: #6b7280;
  --zax-neutral-600: #4b5563;
  --zax-neutral-700: #374151;
  --zax-neutral-800: #1f2937;
  --zax-neutral-900: #111827;
  --zax-neutral-950: #030712;

  /* Semantic Colors - Professional */
  --zax-success: #22c55e;
  --zax-success-light: #bbf7d0;
  --zax-warning: #f59e0b;
  --zax-warning-light: #fef3c7;
  --zax-error: #ef4444;
  --zax-error-light: #fecaca;
  --zax-info: #3b82f6;
  --zax-info-light: #dbeafe;

  /* Modern Spacing Scale - 8px base */
  --zax-space-1: 0.25rem;   /* 4px */
  --zax-space-2: 0.5rem;    /* 8px */
  --zax-space-3: 0.75rem;   /* 12px */
  --zax-space-4: 1rem;      /* 16px */
  --zax-space-5: 1.25rem;   /* 20px */
  --zax-space-6: 1.5rem;    /* 24px */
  --zax-space-8: 2rem;      /* 32px */
  --zax-space-10: 2.5rem;   /* 40px */
  --zax-space-12: 3rem;     /* 48px */
  --zax-space-16: 4rem;     /* 64px */
  --zax-space-20: 5rem;     /* 80px */
  --zax-space-24: 6rem;     /* 96px */

  /* Modern Border Radius */
  --zax-radius-sm: 0.375rem;
  --zax-radius-md: 0.5rem;
  --zax-radius-lg: 0.75rem;
  --zax-radius-xl: 1rem;
  --zax-radius-2xl: 1.25rem;
  --zax-radius-3xl: 1.5rem;
  --zax-radius-full: 9999px;

  /* Enhanced Shadows - Professional */
  --zax-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --zax-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --zax-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --zax-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
  --zax-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --zax-shadow-brand: 0 10px 30px -5px rgb(244 98 1 / 0.3);
  --zax-shadow-brand-lg: 0 20px 40px -10px rgb(244 98 1 / 0.4);

  /* Smooth Transitions */
  --zax-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --zax-duration-fast: 150ms;
  --zax-duration-normal: 300ms;
  --zax-duration-slow: 500ms;

  /* Font Sizes - Clean Scale */
  --zax-text-xs: 0.75rem;
  --zax-text-sm: 0.875rem;
  --zax-text-base: 1rem;
  --zax-text-lg: 1.125rem;
  --zax-text-xl: 1.25rem;
  --zax-text-2xl: 1.5rem;
  --zax-text-3xl: 1.875rem;
  --zax-text-4xl: 2.25rem;
  --zax-text-5xl: 3rem;

  /* Font Weights */
  --zax-font-light: 300;
  --zax-font-normal: 400;
  --zax-font-medium: 500;
  --zax-font-semibold: 600;
  --zax-font-bold: 700;

  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  color: var(--zax-neutral-600);
  background: var(--zax-white);
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-size: 16px;
  overflow-x: hidden;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--zax-primary);
  text-decoration: none;
  transition: color var(--zax-duration-fast) var(--zax-ease);
}

a:hover {
  color: var(--zax-primary-dark);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: var(--zax-font-semibold);
  line-height: 1.25;
  color: var(--zax-neutral-900);
  letter-spacing: -0.025em;
  margin-bottom: var(--zax-space-4);
}

h1 {
  font-size: var(--zax-text-5xl);
  font-weight: var(--zax-font-bold);
  line-height: 1.1;
}
h2 { font-size: var(--zax-text-4xl); }
h3 { font-size: var(--zax-text-3xl); }
h4 { font-size: var(--zax-text-2xl); }
h5 { font-size: var(--zax-text-xl); }
h6 { font-size: var(--zax-text-lg); }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 44px;
  font-style: normal;
  color: #333;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: var(--zax-space-24) 0;
  overflow: hidden;
}

.section{
  padding: var(--zax-space-24) 0;
  overflow: hidden;
  background: var(--zax-white);
}

.section-grey{
  padding: var(--zax-space-24) 0;
  overflow: hidden;
  background: var(--zax-neutral-50);
}

.sections-bg {
  background-color: var(--zax-neutral-50);
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  position: relative;
  color: var(--zax-primary);
  font-family: var(--font-display);
  font-weight: var(--zax-font-semibold);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--zax-primary-400), var(--zax-primary), var(--zax-primary-400));
  border-radius: var(--zax-radius-full);
}

.section-header p {
  margin-bottom: 0;
  color: var(--zax-neutral-500);
  font-size: var(--zax-text-lg);
  line-height: 1.7;
  margin-top: var(--zax-space-6);
}

img {
  transition: 0.3s;
  width: 100%;
}

img:hover {
  transform: translateY(-7px);
}

.text-right{
  text-align: right;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 120px 0 60px 0;
  min-height: 20vh;
  background: url(../images/section-bg.jpg) center left;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.breadcrumbs .page-header::before {
    content: '';
    background: #f46201;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 34px;
  color: #ffffff;
  font-weight: 400;
}
.breadcrumbs .page-header h3 {
  font-size: 45px;
  font-weight: 300;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: #ffffff;
  font-weight: 400;
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-default);
  text-align: center;
  align-items: center;
  justify-content: center;
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}
.text-1-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-2-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-3-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-4-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# Single Page Section
--------------------------------------------------------------*/
.single-page ul li{
  position: relative;
  color: rgb(19 20 20 / 80%);
  margin-bottom: 5px;
  border-radius: 8px;
}
.single-page .team h4,
.single-page .team span{
  color: #000000;
}
.single-page .recent-posts article{
  background-color: #f7f7f7;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter{
  background: url(../images/section-bg.jpg) center left;
  background-size: cover;
  padding: 60px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.stats-counter:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f46201;
  z-index: 0;
  opacity: 0.9;
}
.stats-counter .stats-item .purecounter {
  padding-right: 0;
}

.stats-counter .stats-item i {
  font-size: 90px;
  line-height: 0;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.stats-counter .stats-item i:before {
  color: #ffffff;
}

.stats-counter .stats-item span {
  font-size: 2rem;
  display: block;
  color: #ffffff;
  line-height: 34px;
}

.stats-counter .stats-item p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.stats-counter .icon {
  width: 142px;
  text-align: center;
  margin-right: 5;
  margin-bottom: 20px;
}
.stats-counter .icon img{
  width: 100%;
  max-width: 70px;
}


/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #f46201;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(16 16 16 / 80%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 0.7;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fe6601;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(48% - 0px);
  left: calc(48% - 20px);
  border: 2px solid #fff;
  border-color: #ffffff transparent #ffffff transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
  background: #00796b;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
}

.header .logo img {
  width: 95px;
  margin-right: 6px;
}

.header.stikcy-menu {
  background: #fe6601;
}
.header.stikcy-menu .logo h1{
  color: #f46201;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0.8px;
  color: #f46201;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f46201;
}

.sticked-header-offset {
  margin-top: 30px;
}

section {
  scroll-margin-top: 75px;
}

.mb-25{
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
    font-weight: 800;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #ffffff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 8px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-default);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #f46201;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    width: 100%;height: 100%;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    color: rgb(255 255 255);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #f46201;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgb(255 255 255);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about{
  position: relative;
}

.big-text{
  color: #f46201;
  font-size: 2rem;
  font-weight: 500;
}
.small-text{
  color: #353535;
  font-size: 1.4rem;
  line-height: 2rem;
}

.about h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.img-frame {
  position: relative;
  background: #f6f6f6;
  background-size: contain;
  padding: 9%;
}
.bar {
  background-color: #f1f1f1;
  padding: 1px;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #ffffff;
}

.bar::before {
  content: attr(data-skill);
  background-color: #f46201;
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 2s 0s;
  -webkit-animation: load 2s 0s;
  -moz-animation: load 2s 0s;
  -o-animation: load 2s 0s;
  position: absolute;
  top: -2px;
}

.bar.front::before {
  background-color: #f46201;
}

.bar.back::before {
  background-color: #f46201;
}

.bar.learning::before {
  width: calc(20% - 10px);
}

.bar.basic::before {
  width: calc(40% - 10px);
}

.bar.intermediate::before {
  width: calc(60% - 10px);
}

.bar.advanced::before {
  width: calc(80% - 10px);
}

.bar.expert::before {
  width: calc(100% - 10px);
}


/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/
.featured{
  position: relative;
}

.featured p{
  margin-bottom: 20px;
}

.featured .description p{
  margin-bottom: 0;
}

.left {
  text-align: left;
}
.right {
  text-align: left;
}
.list-wrap{
  display: flex;
  margin-bottom: 20px;
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
  transition: 0.2s;
}
.list-wrap:hover{
  transform: translateY(-7px) !important;
}
.list-wrap h4{font-size: 1rem;font-weight: 700;}
.list-wrap p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-wrap:nth-child(3),
.list-wrap:nth-child(6){
  margin-bottom: 0;
}
.featured .icon {
  width: 142px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 20px;
}
.featured .icon img{
  width: 100%;
  max-width: 70px;
  margin-right: 5px;
}
.list-center-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  flex-direction: column;
}

.list-center-wrap img{
  width: 100%;
}
.center-icon{
  width: 170px;
  text-align: center;
}
.center-icon svg{
  width: 100%;
}

.default-theme-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  display: inline-block;
  background-color: #f46201;
  box-shadow: 0 7px 25px rgb(192 1 19 / 27%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
}

.default-theme-btn span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #a00311;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-theme-btn:hover, .default-theme-btn:focus {
  color: #ffffff;
}

.default-theme-btn:hover span, .default-theme-btn:focus span {
  width: 200%;
  height: 500px;
}

.default-theme-btn-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #f46201;
  font-size: 15px;
  font-weight: 600;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 7px 25px rgb(192 1 19 / 27%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  margin-top: 5px;
  margin-right: 20px;
}

.default-theme-btn-one span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #a00311;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-theme-btn-one:hover, .default-theme-btn-one:focus {
  color: #ffffff;
}

.default-theme-btn-one:hover span, .default-theme-btn-one:focus span {
  width: 200%;
  height: 500px;
}

.default-theme-btn-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 12px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  background-color: #f85421;
  box-shadow: 0 7px 25px rgb(192 1 19 / 27%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  margin-top: 5px;
  margin-right: 20px;
}

.default-theme-btn-two span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-theme-btn-two:hover, .default-theme-btn-two:focus {
  color: #f46201;
  border: 1px solid #f46201;
}

.default-theme-btn-two:hover span, .default-theme-btn-two:focus span {
  width: 200%;
  height: 500px;
}


/*--------------------------------------------------------------
# Single Service Page
--------------------------------------------------------------*/

.service-header-skills{
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 9px;
  min-height: 50px;
}
.service-header-skills p{
  margin-right: 10px;
  font-size: 12px;
}
.service-header-skills p strong{
  color: #f46201;
}

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
#skills {
  width: 80%;
  max-width: 960px;
  list-style: none;
  padding: 0;
}
#skills li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 6px;
  padding-bottom: 0px !important;
}
#skills li .bar-container,
#skills li .bar {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 5px;
  content: "";
}
#skills li .bar-container {
  bottom: -8px;
  width: 100%;
  background-color: #c5c5c5;
  text-align: right;
}
#skills li .bar-container .bar {
  top: 0;
}
#skills li .bar-container .pct {
  position: absolute;
  top: -26px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 70px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
  filter: grayscale(50%);
  opacity: 1;
  border-radius: 8px;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  -moz-box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.testimonials .testimonial-item .info-box{
  min-width: 276px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #f46201;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f46201;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(134 134 134 / 20%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
    flex-direction: column;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
}

.team .member img {
  border-radius: 10px;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
  color: #f46201;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  color: #f46201;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
}

.team .member .social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.team .member .social i {
  font-size: 14px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #6c757d;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #f46201;
}

.faq .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion-collapse {
  border: 0;
  background: #fe6601;
  border-radius: 8px;
}

.faq .accordion-button {
  background: #f46201;
  padding: 20px 50px 20px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
  box-shadow: none;
  border-radius: 8px !important;
  border: 1px solid #f46201;
}

.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: #ffffff;
}

.faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  box-shadow: none;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/icons/down-arrow.svg);
}

.faq .accordion-body {
  padding: 20px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
  border-radius: 8px;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #b9b9b9;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .post-meta{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}

.recent-posts .title a {
  color: var(--color-primary);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #d4d4d4;
  margin-bottom: 0;
}
.recent-posts article{
  background-color: #f7f7f7;
}

@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background: url(../images/hero-bg.png) top center;
  background-size: cover;
  padding: 60px 0 0 0;
  height: 100vh;
  min-height: 600px;
  max-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
}
.hero .circle{
  color: #f46201;
}
.social {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.social i {
  font-size: 14px;
  margin: 0 2px;
}
.mr-20{
  margin-right: 20px !important;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;

  font-family: 'Comfortaa', sans-serif;
}

.hero h2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 2px;
}

.hero span{
  color: #ffffff;
  font-weight: 800;
}

.hero p {
  color: #a2a2a2;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .social i {
  color: #ffffff;
}

.btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 50px;
  transition: 0.3s;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.btn-get-started:hover {
  border-color: rgba(255, 255, 255, 1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 991px) {
  .hero {
    height: 100vh;
    min-height: 900px;
    max-height: 900px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero h2 {
    font-size: 48px;
  }
  .call-to-action {
    background: url(../images/cta-bg.jpg) center left;
    background-size: cover;
    padding: 150px 60px;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
  }
  .text-right{
    text-align: center;
  }
  .hero img{
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .text-left.caption{
    text-align: center;
    margin-top: 200px;
  }
  .hero h1{
    font-size: 2rem;
  }
  .hero h2{
    font-size: 1rem
  }
  .caption .justify-content-start{
    justify-content: center !important;
  }
  .caption .social{
    justify-content: center;
  }

  .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
  .icon-boxes .card-two{
    margin-top: var(--bs-gutter-y);
    margin-bottom: 0px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);

  }
}
@media (min-width: 768px) {
  .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
  .icon-boxes .card-two{
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media (max-width: 768px) {
  .text-right{
    text-align: center;
  }
  .left{
    margin-bottom: 20px;
  }
}

.icon-box span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  top: 0;
  display: block;
  border-radius: 30px;
  background-color: #f46201;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.icon-box:hover span, .icon-box:focus span {
  width: 200%;
  height: 200%;
}

.icon-box {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  -moz-box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.icon-box .icon img{
  width: 50px;
}

.icon-box .title {
  margin-bottom: 15px;
  font-size: 24px;
  color: #5f5f5f;
}

.icon-box .title a {
  color: #5f5f5f;
  transition: 0.3s;
}

.icon-box p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #5f5f5f;
}

.icon-box .icon {
  transition: all 0.3s ease-in-out;
  color: #f46201;
  background: #fafafa;
  width: 93px;
  height: 93px;
  margin-bottom: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box .icon i{
  color: #f46201;
  font-size: 30px;
}

.icon-box .icon i:before{
  color: #f46201;
  font-size: 40px;
}

.icon-box:hover p,
.icon-box:hover .title,
.icon-box:hover .icon {
  color: #ffffff;
}

.icon-box:hover, .icon-box:focus {
  color: #ffffff;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: url(../images/section-bg.jpg) center left;
  background-size: cover;
  padding: 30px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}

.call-to-action p {
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f46201;
  z-index: 0;
  opacity: 0.9;
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0 0 40px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #f46201;
  font-size: 15px;
  font-weight: 600;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  padding-bottom: 12px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 7px 25px rgb(192 1 19 / 27%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  margin-top: 5px;
  margin-right: 20px;
}

.portfolio .portfolio-flters li span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #a00311;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.portfolio .portfolio-flters li:hover, .portfolio .portfolio-flters li:focus {
  color: #ffffff;
}

.portfolio .portfolio-flters li:hover span, .portfolio .portfolio-flters li:focus span {
  width: 200%;
  height: 500px;
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
  }
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background: var(--color-secondary);
  border-radius: 0 8px 0 0;
}

.portfolio .portfolio-wrap .portfolio-info:hover {
  background: #1c042e;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: #ffffff;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  color: var(--color-primary);
}
.portfolio .portfolio-wrap .project-btn a {
  color: #ffffff;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-details {
  margin-bottom: 20px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}


/*-------------------------------------------------------------
  Contact Section
 -------------------------------------------------------------*/
 .contact-section .contact-form-3 form .form-control {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: #454545;
  border: none;
  border: 1px solid #f5f5f5 !important;
  border-radius: 8px;

  transition: all 0.4s;
  background: #f7f7f7;
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-information-box-3 {
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
  background: #f7f7f7;
}

.contact-information-box-3 .single-contact-info-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  display: block;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  background: #f7f7f7;
}

.contact-information-box-3 .contact-info {
  position: relative;
  z-index: 1;
}

.contact-information-box-3 .contact-info h6 {
  font-size: 18px;
  color: #f46201;
  margin-bottom: 7px;

}

.contact-information-box-3 .contact-info p {
  color: #424242;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
  color: #f44336;
  opacity: .2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
  font-size: 100px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-section .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.contact-section .form-message {
  margin: 0;
}

.contact-section .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-section .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}
.with-errors{
  color: #dc3545;
}

.messages {
  margin-top: 30px;
}

.alert-success {
  margin-left: 15px;
}

.hidden {
  display: none;
}


/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
canvas{
  display:block;
  vertical-align:bottom;
}

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

/*--------------------------------------------------------------
# Download Section
--------------------------------------------------------------*/
.download-app-promo {
  background: url(../images/section-bg.jpg) center left;
  background-size: cover;
  padding: 60px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  text-align: center;
}

.download-app-promo:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f46201;
  z-index: 0;
  opacity: 0.9;
}

.download-app-promo__section {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.download-app-promo-text {
  color: #fff;
  min-width: 277px;
  padding: 0 1em;
  width: 100%;
  max-width: 700px;
  margin: 1em auto;
  display: block;
  position: relative;
}

.download-app-promo-text__tagline {
  font-size: 1.09em;
}

.download-app-promo-text__download {
  font-size: 2.25em;
  font-weight: 600;
}

.download-app-promo-buttons {
  margin: 0 auto;
  max-width: 35%;
  display: block;
}

.download-app-promo-buttons__buttons {
  display: block;
}

.download-app-promo-buttons__logo {
  display: inline-block;
}

.download-app-promo-subsection {
  display: flex;
  margin: 0 auto;
  margin-right: 10px;
  justify-content: center;
}

.download-app-promo__bbc-logo {
  display: inline-block;
  width: 106px;
  margin-bottom: 8px;
}

.download-app-promo__play-store,
.download-app-promo__app-store {
  display: block;
  width: 161px;
  height: auto;
  margin-bottom: 8px;
}

.download-app-promo-subsection--link {
  text-decoration: none;
  border: 0;
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.card {
    position: relative;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
    box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0;
}

.card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.card .title img{
  width: 120px;
}

.col-sm-3:nth-child(1) .card,
.col-sm-3:nth-child(1) .card .title .fa {
    /* background: linear-gradient(-45deg, #f46201, #ec9f00); */
}

.col-sm-3:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
    /* background: linear-gradient(-45deg, #f46201, #ec9f00); */
}

.col-sm-3:nth-child(3) .card,
.col-sm-3:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, #f46201, #ec9f00);
}

.col-sm-3:nth-child(3) .card a {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
    -webkit-transform: skewY(-5deg) scale(1.5);
    -moz-transform: skewY(-5deg) scale(1.5);
    -ms-transform: skewY(-5deg) scale(1.5);
    -o-transform: skewY(-5deg) scale(1.5);
}

.title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
}

.price {
    position: relative;
    z-index: 2;
}

.price h4 {
    margin: 0;
    padding: 0 0 20px 0;
    color: #f46201;
    font-size: 2rem;
}

.price h4 .price-tag {
    padding: 6px;
    color: #ffffff;
    background: #f46201;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 10px 10px 10px 0;
}

.option {
    position: relative;
    z-index: 2;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.option ul li.disabled {
    color: #aeaeae;
    font-size: 13px;
    cursor: not-allowed;
}

/*--------------------------------------------------------------
  Contact
 --------------------------------------------------------------*/

.contact-section{
  background: url(../images/section-bg.jpg) center left;
  background-size: cover;
  padding: 60px 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}
.contact-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  opacity: 0.9;
}
 .contact-section .contact-form-3 form .form-control {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: #454545;
  border: none;
  border: 1px solid #f5f5f5 !important;
  border-radius: 8px;

  transition: all 0.4s;
  background: #f7f7f7;
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-information-box-3 {
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
  background: #f7f7f7;
}

.contact-information-box-3 .single-contact-info-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  display: block;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  background: #f7f7f7;
}

.contact-information-box-3 .contact-info {
  position: relative;
  z-index: 1;
}

.contact-information-box-3 .contact-info h6 {
  font-size: 18px;
  color: #f46201;
  margin-bottom: 7px;

}

.contact-information-box-3 .contact-info p {
  color: #424242;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
  color: #f44336;
  opacity: .2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
  font-size: 100px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-section .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.contact-section .form-message {
  margin: 0;
}

.contact-section .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-section .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}
.with-errors{
  color: #dc3545;
}

.messages {
  margin-top: 30px;
}

.alert-success {
  margin-left: 15px;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-section {
  background: url(../images/footer-bg.jpg) center left;
  background-size: cover;
  padding: 90px 0 0 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}
.footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f46201;
  z-index: 0;
  opacity: 0.9;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.copyright-text{
  margin-top: 60px;
  border-top: 1px solid rgb(255 255 255 / 29%);
  padding-top: 30px;
}

.single-cta i {
  color: #f46201;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #f46201;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-content .list{
  padding-left: 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo a{
  color: #fff;
}

.footer-logo img {
  max-width: 200px;
}
.footer-widget ul li,
.footer-widget ul li a{
  font-size: 14px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}

.facebook-bg {
  background: var(--color-primary);
}

.twitter-bg {
  background: var(--color-primary);
}

.google-bg {
  background: var(--color-primary);
}

.footer-widget-heading h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-widget ul li a {
  color: #ffffff;

}

.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.subscribe-form form{
  display: flex;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  color: #f46201;
  outline: 0;
}

.subscribe-form button {
  background: var(--color-primary);
  padding: 10px 20px;
  border: 1px solid var(--color-primary);
  color: #fff;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.copyright-text p a {
  color: #ffffff;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: var(--color-primary);
}

.footer-menu li a {
  font-size: 14px;
  color: #b9b9b9;
}

.footer-menu li a:hover {
  color: #000000;
}

/*======================================================================
# ZAX TELECOM - ENHANCED CLEAN COMPONENTS
# Componentes modernos e clean mantendo compatibilidade total
======================================================================*/

/*--------------------------------------------------------------
# Enhanced Typography & Font Loading
--------------------------------------------------------------*/
/* Support for Inter and Outfit fonts */
.zax-font-inter {
  font-family: var(--font-primary);
}

.zax-font-display {
  font-family: var(--font-display);
}

/* Enhanced typography classes */
.zax-text-gradient {
  background: linear-gradient(135deg, var(--zax-primary) 0%, var(--zax-primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*--------------------------------------------------------------
# Enhanced Button System - Clean & Modern
--------------------------------------------------------------*/
.btn-zax-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--zax-space-2);
  padding: var(--zax-space-4) var(--zax-space-8);
  background: var(--zax-primary);
  color: var(--zax-white);
  border: none;
  border-radius: var(--zax-radius-lg);
  font-weight: var(--zax-font-medium);
  font-size: var(--zax-text-base);
  text-decoration: none;
  transition: all var(--zax-duration-normal) var(--zax-ease);
  cursor: pointer;
  box-shadow: var(--zax-shadow-brand);
  font-family: var(--font-primary);
}

.btn-zax-primary:hover {
  background: var(--zax-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--zax-shadow-brand-lg);
  color: var(--zax-white);
}

.btn-zax-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--zax-space-2);
  padding: var(--zax-space-4) var(--zax-space-8);
  background: transparent;
  color: var(--zax-primary);
  border: 2px solid var(--zax-primary);
  border-radius: var(--zax-radius-lg);
  font-weight: var(--zax-font-medium);
  font-size: var(--zax-text-base);
  text-decoration: none;
  transition: all var(--zax-duration-normal) var(--zax-ease);
  cursor: pointer;
  font-family: var(--font-primary);
}

.btn-zax-secondary:hover {
  background: var(--zax-primary);
  color: var(--zax-white);
  transform: translateY(-2px);
}

.btn-zax-whatsapp {
  background: #25d366;
  color: var(--zax-white);
  box-shadow: 0 10px 30px -5px rgb(37 211 102 / 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--zax-space-2);
  padding: var(--zax-space-4) var(--zax-space-8);
  border: none;
  border-radius: var(--zax-radius-lg);
  font-weight: var(--zax-font-medium);
  font-size: var(--zax-text-base);
  text-decoration: none;
  transition: all var(--zax-duration-normal) var(--zax-ease);
  cursor: pointer;
  font-family: var(--font-primary);
}

.btn-zax-whatsapp:hover {
  background: #20b857;
  color: var(--zax-white);
  box-shadow: 0 15px 35px -5px rgb(37 211 102 / 0.4);
  transform: translateY(-2px);
}

/* Enhanced original buttons with clean effects */
.default-theme-btn,
.default-theme-btn-one,
.default-theme-btn-two {
  font-family: var(--font-primary);
  border-radius: var(--zax-radius-lg) !important;
  transition: all var(--zax-duration-normal) var(--zax-ease);
}

.default-theme-btn:hover,
.default-theme-btn-one:hover,
.default-theme-btn-two:hover {
  transform: translateY(-3px);
}

/*--------------------------------------------------------------
# Enhanced Card System - Clean & Professional
--------------------------------------------------------------*/
.zax-card {
  background: var(--zax-white);
  border: 1px solid var(--zax-neutral-200);
  border-radius: var(--zax-radius-xl);
  padding: var(--zax-space-8);
  transition: all var(--zax-duration-normal) var(--zax-ease);
  box-shadow: var(--zax-shadow-sm);
}

.zax-card:hover {
  border-color: var(--zax-primary-200);
  box-shadow: var(--zax-shadow-lg);
  transform: translateY(-4px);
}

.zax-card-pricing {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.zax-card-pricing.featured {
  border-color: var(--zax-primary);
  box-shadow: var(--zax-shadow-brand);
  transform: scale(1.02);
}

.zax-card-pricing.featured::before {
  content: 'Mais Popular';
  position: absolute;
  top: var(--zax-space-4);
  right: -var(--zax-space-8);
  background: var(--zax-primary);
  color: var(--zax-white);
  padding: var(--zax-space-1) var(--zax-space-12);
  font-size: var(--zax-text-sm);
  font-weight: var(--zax-font-medium);
  transform: rotate(45deg);
}

.zax-price-value {
  font-size: var(--zax-text-4xl);
  font-weight: var(--zax-font-bold);
  color: var(--zax-primary);
  margin: var(--zax-space-4) 0;
  font-family: var(--font-display);
}

.zax-price-value .currency {
  font-size: var(--zax-text-lg);
  vertical-align: top;
}

.zax-price-value .period {
  font-size: var(--zax-text-base);
  color: var(--zax-neutral-500);
}

/*--------------------------------------------------------------
# Enhanced Service Cards - Modern Design
--------------------------------------------------------------*/
.zax-service-card {
  background: var(--zax-white);
  border: 1px solid var(--zax-neutral-200);
  border-radius: var(--zax-radius-2xl);
  padding: var(--zax-space-8);
  text-align: center;
  transition: all var(--zax-duration-normal) var(--zax-ease);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zax-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--zax-primary), var(--zax-primary-light));
}

.zax-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--zax-shadow-xl);
  border-color: var(--zax-primary-200);
}

.zax-service-icon {
  width: 80px;
  height: 80px;
  background: var(--zax-primary-lightest);
  border-radius: var(--zax-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--zax-space-6);
  transition: all var(--zax-duration-normal) var(--zax-ease);
}

.zax-service-card:hover .zax-service-icon {
  background: var(--zax-primary);
  transform: scale(1.1);
}

.zax-service-icon i {
  font-size: var(--zax-text-2xl);
  color: var(--zax-primary);
  transition: color var(--zax-duration-normal) var(--zax-ease);
}

.zax-service-card:hover .zax-service-icon i {
  color: var(--zax-white);
}

/*--------------------------------------------------------------
# Enhanced Contact Components - Clean Design
--------------------------------------------------------------*/
.zax-contact-card {
  background: var(--zax-white);
  border-radius: var(--zax-radius-xl);
  padding: var(--zax-space-8);
  box-shadow: var(--zax-shadow-md);
  border: 1px solid var(--zax-neutral-200);
}

.zax-contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--zax-space-4);
  margin-bottom: var(--zax-space-6);
  padding: var(--zax-space-4);
  border-radius: var(--zax-radius-lg);
  transition: all var(--zax-duration-normal) var(--zax-ease);
}

.zax-contact-item:last-child {
  margin-bottom: 0;
}

.zax-contact-item:hover {
  background: var(--zax-neutral-50);
}

.zax-contact-icon {
  width: 48px;
  height: 48px;
  background: var(--zax-primary-lightest);
  border-radius: var(--zax-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zax-contact-icon i {
  color: var(--zax-primary);
  font-size: var(--zax-text-lg);
}

.zax-contact-details h6 {
  color: var(--zax-neutral-900);
  font-weight: var(--zax-font-semibold);
  font-size: var(--zax-text-lg);
  margin-bottom: var(--zax-space-2);
  font-family: var(--font-display);
}

.zax-contact-details p {
  color: var(--zax-neutral-600);
  margin-bottom: 0;
  font-size: var(--zax-text-sm);
}

/*--------------------------------------------------------------
# Enhanced Section Headers - Modern Typography
--------------------------------------------------------------*/
.zax-section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--zax-space-16);
}

.zax-section-header h2 {
  color: var(--zax-neutral-900);
  margin-bottom: var(--zax-space-6);
  position: relative;
  display: inline-block;
  font-family: var(--font-display);
}

.zax-section-header h2::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--zax-primary-400), var(--zax-primary), var(--zax-primary-400));
  border-radius: var(--zax-radius-full);
}

.zax-section-header p {
  font-size: var(--zax-text-lg);
  color: var(--zax-neutral-500);
  margin-top: var(--zax-space-8);
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Enhanced Utility Classes - Clean & Consistent
--------------------------------------------------------------*/
/* Zax Color Classes */
.zax-text-primary { color: var(--zax-primary) !important; }
.zax-text-white { color: var(--zax-white) !important; }
.zax-text-success { color: var(--zax-success) !important; }
.zax-text-neutral-500 { color: var(--zax-neutral-500) !important; }
.zax-text-neutral-600 { color: var(--zax-neutral-600) !important; }
.zax-text-neutral-700 { color: var(--zax-neutral-700) !important; }
.zax-text-neutral-900 { color: var(--zax-neutral-900) !important; }

.zax-bg-primary { background-color: var(--zax-primary) !important; }
.zax-bg-white { background-color: var(--zax-white) !important; }
.zax-bg-neutral-50 { background-color: var(--zax-neutral-50) !important; }
.zax-bg-neutral-900 { background-color: var(--zax-neutral-900) !important; }

/* Modern Border Radius */
.zax-rounded-lg { border-radius: var(--zax-radius-lg) !important; }
.zax-rounded-xl { border-radius: var(--zax-radius-xl) !important; }
.zax-rounded-2xl { border-radius: var(--zax-radius-2xl) !important; }
.zax-rounded-3xl { border-radius: var(--zax-radius-3xl) !important; }
.zax-rounded-full { border-radius: var(--zax-radius-full) !important; }

/* Modern Spacing */
.zax-mb-4 { margin-bottom: var(--zax-space-4) !important; }
.zax-mb-6 { margin-bottom: var(--zax-space-6) !important; }
.zax-mb-8 { margin-bottom: var(--zax-space-8) !important; }
.zax-mt-4 { margin-top: var(--zax-space-4) !important; }
.zax-mt-6 { margin-top: var(--zax-space-6) !important; }
.zax-mt-8 { margin-top: var(--zax-space-8) !important; }

.zax-p-4 { padding: var(--zax-space-4) !important; }
.zax-p-6 { padding: var(--zax-space-6) !important; }
.zax-p-8 { padding: var(--zax-space-8) !important; }

/* Modern Shadows */
.zax-shadow-sm { box-shadow: var(--zax-shadow-sm) !important; }
.zax-shadow-md { box-shadow: var(--zax-shadow-md) !important; }
.zax-shadow-lg { box-shadow: var(--zax-shadow-lg) !important; }
.zax-shadow-xl { box-shadow: var(--zax-shadow-xl) !important; }
.zax-shadow-brand { box-shadow: var(--zax-shadow-brand) !important; }

/*--------------------------------------------------------------
# Enhanced Animations - Smooth & Professional
--------------------------------------------------------------*/
.zax-fade-in-up {
  animation: zaxFadeInUp 0.6s ease-out;
}

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

.zax-hover-lift {
  transition: transform var(--zax-duration-normal) var(--zax-ease);
}

.zax-hover-lift:hover {
  transform: translateY(-4px);
}

/*--------------------------------------------------------------
# Enhanced Component Variations - Maintain Original + Add Clean
--------------------------------------------------------------*/

/* Enhanced Icon Boxes - Clean version maintaining original functionality */
.icon-box.zax-clean {
  border-radius: var(--zax-radius-2xl);
  border: 1px solid var(--zax-neutral-200);
  box-shadow: var(--zax-shadow-sm);
  transition: all var(--zax-duration-normal) var(--zax-ease);
}

.icon-box.zax-clean:hover {
  transform: translateY(-6px);
  box-shadow: var(--zax-shadow-lg);
  border-color: var(--zax-primary-200);
}

.icon-box.zax-clean .icon {
  background: var(--zax-primary-lightest);
  border-radius: var(--zax-radius-full);
}

.icon-box.zax-clean:hover .icon {
  background: var(--zax-primary);
}

.icon-box.zax-clean:hover .icon i:before {
  color: var(--zax-white) !important;
}

/* Enhanced Pricing Cards - Clean version */
.pricing .card.zax-clean {
  border-radius: var(--zax-radius-2xl);
  border: 1px solid var(--zax-neutral-200);
  box-shadow: var(--zax-shadow-sm);
  overflow: hidden;
}

.pricing .card.zax-clean:hover {
  transform: translateY(-6px);
  box-shadow: var(--zax-shadow-lg);
  border-color: var(--zax-primary-200);
}

.pricing .card.zax-clean.featured {
  border-color: var(--zax-primary);
  box-shadow: var(--zax-shadow-brand);
  transform: scale(1.02);
}

/*--------------------------------------------------------------
# Enhanced Responsive Improvements
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .zax-card,
  .zax-service-card,
  .zax-contact-card {
    padding: var(--zax-space-6);
  }

  .zax-section-header {
    margin-bottom: var(--zax-space-12);
  }

  .zax-section-header h2::after {
    width: 60px;
  }

  .btn-zax-primary,
  .btn-zax-secondary,
  .btn-zax-whatsapp {
    padding: var(--zax-space-3) var(--zax-space-6);
    font-size: var(--zax-text-sm);
  }
}

/*--------------------------------------------------------------
# Clean Typography Enhancements
--------------------------------------------------------------*/
.zax-heading {
  font-family: var(--font-display);
  font-weight: var(--zax-font-semibold);
  line-height: 1.25;
  color: var(--zax-neutral-900);
  letter-spacing: -0.025em;
}

.zax-subheading {
  font-family: var(--font-primary);
  color: var(--zax-neutral-600);
  line-height: 1.6;
}

.zax-text-large {
  font-size: var(--zax-text-lg);
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Enhanced Form Elements - Clean Design
--------------------------------------------------------------*/
.zax-form-control {
  display: block;
  width: 100%;
  padding: var(--zax-space-4) var(--zax-space-5);
  font-size: var(--zax-text-base);
  font-weight: var(--zax-font-normal);
  line-height: 1.5;
  color: var(--zax-neutral-900);
  background-color: var(--zax-white);
  background-clip: padding-box;
  border: 1px solid var(--zax-neutral-300);
  border-radius: var(--zax-radius-lg);
  transition: border-color var(--zax-duration-fast) var(--zax-ease), box-shadow var(--zax-duration-fast) var(--zax-ease);
  font-family: var(--font-primary);
}

.zax-form-control:focus {
  color: var(--zax-neutral-900);
  background-color: var(--zax-white);
  border-color: var(--zax-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 98, 1, 0.25);
}

.zax-form-control::placeholder {
  color: var(--zax-neutral-400);
  opacity: 1;
}

/*======================================================================
# END ZAX TELECOM ENHANCED COMPONENTS
======================================================================*/
