@charset "UTF-8";
/*----------------------------------------------------------------------------------- 

Template Name: Bizzen - Business Consulting HTML Template
Description: Bizzen – Business Consulting HTML5 Template is a modern, clean, and fully responsive HTML5 template designed for business consulting, finance, corporate, and professional services websites.
Author: Themeservices
更多下载：https://www.bootstrapmb.com 
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
    # Sections
       # Header CSS
       # Hero Section CSS
       # About Section CSS
       # Features Section CSS
       # Service Section CSS
       # Counter Section CSS
       # Process Section CSS
       # Project Section CSS
       # Pricing Section CSS
       # Faq Section CSS
       # Testimonial Section CSS
       # Company Section CSS
       # CTA Section CSS
       # Contact Section CSS
       # Error Section CSS
       # Footer CSS
-------------------------------------------------------    */
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #0d9488;
  --primary-dark: #0f766e;
  --primary-light: #ccfbf1;
  --secondary-color: #1e40af;
  --accent-color: #f59e0b;
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --danger-color: #ef4444;
  --heading-color: #0f172a;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-tertiary: #f1f5f9;
  --border-color: #e2e8f0;
  --border-light: #f1f5f9;
  --gray-color: #f1f5f9;
  --white-color: #ffffff;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
  --heading-font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --body-font: "Inter", system-ui, -apple-system, "Noto Sans SC", sans-serif;
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* 间距系统 (基于 8px) */
  --spacing-unit: 0.5rem; /* 8px */
  --spacing-1: calc(var(--spacing-unit) * 0.5); /* 4px */
  --spacing-2: var(--spacing-unit); /* 8px */
  --spacing-3: calc(var(--spacing-unit) * 1.5); /* 12px */
  --spacing-4: calc(var(--spacing-unit) * 2); /* 16px */
  --spacing-5: calc(var(--spacing-unit) * 3); /* 24px */
  --spacing-6: calc(var(--spacing-unit) * 4); /* 32px */
  --spacing-8: calc(var(--spacing-unit) * 6); /* 48px */
  --spacing-10: calc(var(--spacing-unit) * 8); /* 64px */
  --spacing-12: calc(var(--spacing-unit) * 10); /* 80px */
  --spacing-16: calc(var(--spacing-unit) * 14); /* 112px */
  --spacing-20: calc(var(--spacing-unit) * 18); /* 144px */

  /* 边框半径 */
  --radius-sm: 0.25rem; /* 4px */
  --radius-md: 0.5rem; /* 8px */
  --radius-lg: 0.75rem; /* 12px */
  --radius-xl: 1rem; /* 16px */
  --radius-2xl: 1.5rem; /* 24px */
  --radius-full: 9999px;

  /* 容器宽度 */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1200px;
  --container-2xl: 1314px;

  /* 断点 */
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --breakpoint-2xl: 1536px;

  /* 层级 */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;

  /* 新增颜色 */
  --primary-50: #f0fdfa;
  --primary-100: #ccfbf1;
  --primary-200: #99f6e4;
  --primary-300: #5eead4;
  --primary-400: #2dd4bf;
  --primary-500: #0d9488;
  --primary-600: #0f766e;
  --primary-700: #115e59;
  --primary-800: #134e4a;
  --primary-900: #134e4a;
  --secondary-50: #eff6ff;
  --secondary-100: #dbeafe;
  --secondary-200: #bfdbfe;
  --secondary-300: #93c5fd;
  --secondary-400: #60a5fa;
  --secondary-500: #3b82f6;
  --secondary-600: #2563eb;
  --secondary-700: #1d4ed8;
  --secondary-800: #1e40af;
  --secondary-900: #1e3a8a;

  /* 中性色 */
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;

  /* 动画曲线 */
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 跳过导航链接 - 可访问性 */
.skip-nav {
  position: absolute;
  top: -80px;
  left: 20px;
  background: var(--primary-color);
  color: white;
  padding: var(--spacing-2) var(--spacing-4);
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 600;
  z-index: var(--z-modal);
  transition: var(--transition-fast);
}

.skip-nav:focus {
  top: 20px;
  outline: 3px solid var(--accent-color);
  outline-offset: 2px;
}

html {
  font-size: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 600;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  display: inline-block;
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
#smooth-wrapper {
  z-index: 1;
}

.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}

.gray-color {
  background-color: var(--gray-color);
}

/* Section Title */
.sub-title {
  font-size: 20px;
  line-height: 1;
  font-family: var(--heading-font);
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sub-title:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--secondary-color);
}

.section-title .sub-title {
  color: var(--secondary-color);
  margin-bottom: 13px;
}
.section-title h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 1.5em;
  }
}

.text-white .sub-title {
  color: var(--primary-color);
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  color: #111827;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition-base);
}

.header.scrolled {
  box-shadow: var(--shadow-lg);
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: var(--spacing-4);
  padding: 0 var(--spacing-6);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--heading-color);
  transition: var(--transition-fast);
}

.logo:hover {
  color: var(--primary-color);
  transform: translateY(-1px);
}

.logo img {
  transition: var(--transition-bounce);
}

.logo:hover img {
  transform: scale(1.05);
}

.nav-desktop ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-desktop a {
  display: inline-block;
  padding: 10px 16px;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: 8px;
  transition: var(--transition-fast);
  position: relative;
}

.nav-desktop a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: var(--transition-base);
  transform: translateX(-50%);
  border-radius: 2px;
}

.nav-desktop a:hover::after,
.nav-desktop a.active::after {
  width: calc(100% - 32px);
}

.nav-desktop a:hover {
  color: var(--primary-color);
  background: var(--primary-light);
}

.nav-desktop a.active {
  color: var(--primary-color);
}

.btn-nav {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  font-weight: 600;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.btn-nav:hover {
  border-color: var(--primary-color);
  background: var(--primary-light);
  color: var(--primary-dark);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: 0;
  padding: 12px;
  border-radius: 8px;
  transition: var(--transition-fast);
}

.mobile-menu-btn:hover {
  background: var(--bg-tertiary);
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hamburger-line {
  width: 24px;
  height: 2px;
  background: var(--heading-color);
  display: block;
  margin: 5px 0;
  transition: var(--transition-base);
  border-radius: 2px;
}

.mobile-nav[hidden] {
  display: none !important;
}

.mobile-nav {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-color);
  z-index: 999;
  padding: 24px;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
  overflow-y: auto;
}

.mobile-nav.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-nav .mobile-nav-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav a {
  display: block;
  padding: 14px 16px;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.0625rem;
  border-radius: 10px;
  transition: var(--transition-fast);
  background: var(--bg-secondary);
  margin-bottom: 4px;
}

.mobile-nav a:hover,
.mobile-nav a.active {
  background: var(--primary-light);
  color: var(--primary-dark);
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
  .mobile-menu-btn {
    display: inline-block;
  }
}
.main {
  min-height: 60vh;
}
.breadcrumb {
  padding: 12px 0;
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 14px;
  border-bottom: 1px solid var(--border-color);
}

.breadcrumb a {
  color: var(--text-secondary);
  transition: var(--transition-fast);
}

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

.hero {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--white-color) 50%, var(--primary-light) 100%);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 70%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(13, 148, 136, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(13, 148, 136, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(30, 64, 175, 0.02) 0%, transparent 50%);
  pointer-events: none;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.hero-badge-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 100px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
  transition: var(--transition-base);
}

.hero-badge-main:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.badge-icon-main {
  font-size: 1.125rem;
}

.hero-title-main {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  line-height: 1.1;
  margin: 12px 0 20px;
  color: var(--heading-color);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 50%, var(--secondary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero-subtitle-main {
  color: var(--text-secondary);
  margin-bottom: 32px;
  max-width: 58ch;
  font-size: 1.125rem;
  line-height: 1.8;
}

.hero-actions-main {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition-base);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: var(--transition-slow);
}

.btn:hover::before {
  left: 100%;
}

.btn-sm {
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
}

.btn-lg {
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.0625rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px 0 rgba(13, 148, 136, 0.39);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(13, 148, 136, 0.5);
}

.btn-secondary {
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border-color: var(--border-color);
}

.btn-secondary:hover {
  background: var(--bg-secondary);
  border-color: var(--primary-color);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border-color: var(--primary-color);
  color: var(--primary-dark);
}

.btn-outline:hover {
  background: var(--primary-light);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--white-color);
  color: var(--primary-dark);
  border-color: transparent;
}

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

.btn svg {
  transition: var(--transition-fast);
}

.btn:hover svg {
  transform: translateX(4px);
}
.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hero-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}

.hero-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-color);
  transform: scaleY(0);
  transition: var(--transition-base);
}

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

.hero-stat-card:hover::before {
  transform: scaleY(1);
}

.stat-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--primary-light);
  font-size: 1.5rem;
  flex-shrink: 0;
}

.stat-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.stat-content .stat-number {
  display: block;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--heading-color);
  line-height: 1.2;
}

.stat-content .stat-label {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(13, 148, 136, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.hero-trust-indicators {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  font-weight: 600;
}

.trust-item svg {
  color: var(--primary-color);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hero-trust-indicators {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.section {
  padding: 120px 0;
  position: relative;
}

.section:nth-child(even) {
  background: var(--bg-secondary);
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 16px;
  border: 1px solid rgba(13, 148, 136, 0.1);
}

.section-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.2;
  color: var(--heading-color);
  margin: 12px 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}

.section-cta {
  text-align: center;
  margin-top: 48px;
}

.learning-path-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.learning-step {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px;
  background: var(--white-color);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}

.learning-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
  transform: scaleX(0);
  transition: var(--transition-base);
}

.learning-step:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
  border-color: var(--primary-color);
}

.learning-step:hover::before {
  transform: scaleX(1);
}

.step-number {
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--primary-light);
  line-height: 1;
  position: relative;
}

.step-number::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  border-radius: 3px;
}

.step-content h3 {
  margin: 0 0 12px;
  font-size: 1.375rem;
  color: var(--heading-color);
  font-weight: 700;
}

.step-content p {
  color: var(--text-secondary);
  margin: 0 0 16px;
  line-height: 1.7;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}

.article-card {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  background: var(--white-color);
  transition: var(--transition-base);
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-6px);
  border-color: var(--primary-color);
}

.article-image {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--bg-tertiary);
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--transition-slow);
}

.article-card:hover .article-image img {
  transform: scale(1.08);
}

.article-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 148, 136, 0.9);
  opacity: 0;
  transition: var(--transition-base);
}

.article-card:hover .article-overlay {
  opacity: 1;
}

.article-content {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.article-category {
  background: var(--primary-light);
  color: var(--primary-dark);
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.8125rem;
}

.article-title {
  font-size: 1.375rem;
  margin: 8px 0 12px;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.4;
}

.article-excerpt {
  color: var(--text-secondary);
  font-size: 1rem;
  margin: 0 0 16px;
  line-height: 1.7;
  flex: 1;
}

.article-link {
  display: inline-flex;;
  align-items: center;
  gap: 6px;
  color: #111827;
  font-weight: 700;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
}

.faq-item {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background: var(--white-color);
  overflow: hidden;
  transition: var(--transition-base);
}

.faq-item:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-md);
}

.faq-item.active {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--heading-color);
  text-align: left;
  cursor: pointer;
  transition: var(--transition-fast);
}

.faq-question:hover {
  background: var(--bg-secondary);
}

.faq-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border-radius: 12px;
  color: var(--primary-color);
  flex-shrink: 0;
}

.faq-toggle {
  margin-left: auto;
  color: var(--text-muted);
  transition: var(--transition-base);
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
  color: var(--primary-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  transition: var(--transition-slow);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 24px 24px;
}

.faq-answer p {
  padding: 16px 20px;
  background: var(--bg-secondary);
  border-radius: 12px;
  border-left: 4px solid var(--primary-color);
}

.company-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 1024px) {
  .company-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.company-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.company-card {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px;
  background: var(--white-color);
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}

.company-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
  transform: scaleX(0);
  transition: var(--transition-base);
}

.company-card:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

.company-card:hover::before {
  transform: scaleX(1);
}

.company-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: var(--primary-light);
  border-radius: 12px;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.company-card h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: var(--heading-color);
}

.company-name {
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--heading-color);
  line-height: 1.4;
  margin-bottom: 4px;
}

.company-meta {
  color: var(--text-secondary);
  font-size: 0.9375rem;
}

.transparency-box {
  border: 2px solid var(--primary-light);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--bg-secondary);
}

.transparency-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--primary-color);
  color: #fff;
  flex-shrink: 0;
}

.transparency-content h4 {
  margin: 0 0 8px;
  font-size: 1.125rem;
  color: var(--primary-dark);
}

.transparency-content p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.disclaimer-box {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 16px;
  padding: 32px;
  position: relative;
}


.disclaimer-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.disclaimer-header svg {
  color: var(--warning-color);
  flex-shrink: 0;
}

.disclaimer-header h3 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--heading-color);
}

.disclaimer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.disclaimer-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.disclaimer-section:last-child {
  border-bottom: none;
}

.disclaimer-section h4 {
  margin: 0 0 12px;
  font-size: 1.125rem;
  color: var(--heading-color);
  font-weight: 700;
}

.disclaimer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.disclaimer-section li {
  padding: 6px 0;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.disclaimer-section li::before {
  content: '•';
  color: var(--primary-color);
  font-weight: bold;
}

.disclaimer-warning {
  border: 1px solid var(--border-color);
  background: var(--bg-secondary);
  border-radius: 12px;
  padding: 20px 24px;
  color: var(--text-primary);
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  margin-top: 24px;
}

.disclaimer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}

.disclaimer-links a {
  color: var(--primary-color);
  font-weight: 600;
  transition: var(--transition-fast);
}

.disclaimer-links a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.separator {
  color: var(--text-muted);
}
.footer {
  background: var(--heading-color);
  color: var(--white-color);
  padding: 80px 0 0;
}

.footer .footer-main {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .footer .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--white-color);
  transition: var(--transition-fast);
}

.footer-logo:hover {
  color: var(--primary-color);
}

.footer-logo img {
  width: 40px;
  height: 40px;
}

.footer-tagline {
  color: var(--text-muted);
  font-size: 1.0625rem;
}

.footer-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.3);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--primary-light);
  font-weight: 600;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 768px) {
  .footer-links {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.footer-column h4 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-size: 1.125rem;
  position: relative;
  padding-bottom: 12px;
}

.footer-column h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  border-radius: 3px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column a {
  color: var(--text-muted);
  font-weight: 500;
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-column a:hover {
  color: var(--primary-color);
  transform: translateX(4px);
}

.footer-bottom {
  padding: 24px 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.footer-bottom p {
  margin: 0;
}

/* Homepage reconstruction */
.home-main {
  display: block;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 88px;
  background:
    radial-gradient(circle at top left, rgba(13, 148, 136, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(30, 64, 175, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fffe 0%, #f8fafc 48%, #ffffff 100%);
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: center;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.15);
  color: var(--primary-dark);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-hero-title {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.home-hero-text {
  max-width: 62ch;
  margin-bottom: 28px;
  font-size: 1.125rem;
  line-height: 1.9;
  color: var(--text-secondary);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.home-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-hero-points li {
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: var(--shadow-sm);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--heading-color);
}

.home-hero-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-panel-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.10);
}

.hero-panel-primary {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.92));
  color: #fff;
}

.hero-panel-primary strong {
  display: block;
  margin: 10px 0 14px;
  font-size: 1.65rem;
  line-height: 1.3;
}

.hero-panel-primary p {
  color: rgba(255, 255, 255, 0.76);
}

.hero-panel-label {
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.hero-panel-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hero-metric-card {
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: var(--shadow-md);
}

.hero-metric-value {
  display: block;
  margin-bottom: 8px;
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--heading-color);
}

.hero-metric-label {
  color: var(--text-secondary);
  font-weight: 600;
}

.home-trust-strip {
  padding: 0 0 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -28px;
}

.trust-strip-item {
  padding: 24px 24px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.trust-strip-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip-item p {
  color: var(--heading-color);
  font-weight: 600;
}

.section-header-left {
  text-align: left;
  margin-bottom: 40px;
}

.positioning-grid,
.framework-grid,
.resource-grid,
.editorial-grid,
.company-facts-grid {
  display: grid;
  gap: 24px;
}

.positioning-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.positioning-card,
.framework-card,
.resource-card,
.editorial-item,
.company-fact-card {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-md);
}

.positioning-card h3,
.framework-card h3,
.resource-card h3,
.editorial-item h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.positioning-card p,
.framework-card p,
.resource-card p,
.editorial-item p,
.company-fact-card {
  color: var(--text-secondary);
}

.home-framework {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.framework-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.framework-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.framework-index {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.1);
  color: var(--primary-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.framework-card a,
.text-link {
  margin-top: auto;
  color: var(--secondary-color);
  font-weight: 700;
}

.framework-card a:hover,
.text-link:hover {
  color: var(--primary-dark);
}

.home-resources-shell,
.editorial-shell,
.company-shell {
  display: grid;
  gap: 32px;
}

.resource-grid {
  grid-template-columns: 1.25fr repeat(2, 1fr);
}

.resource-card-featured {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #fff;
}

.resource-card-featured h3,
.resource-card-featured .text-link {
  color: #fff;
}

.resource-card-featured p {
  color: rgba(255, 255, 255, 0.74);
}

.resource-type,
.company-fact-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--primary-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card-featured .resource-type {
  color: rgba(255, 255, 255, 0.72);
}

.editorial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-company {
  background:
    radial-gradient(circle at top left, rgba(13, 148, 136, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.company-panel {
  padding: 36px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: var(--shadow-xl);
}

.company-facts-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.company-fact-card,
.company-brand-card {
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-md);
}

.company-fact-card {
  min-height: 176px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.company-fact-card-wide {
  grid-column: span 2;
}

.company-fact-card-accent {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08), rgba(30, 64, 175, 0.06));
}

.company-fact-card strong {
  display: block;
  color: var(--heading-color);
  font-size: clamp(1.125rem, 1.8vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  word-break: break-word;
}

.company-brand-card {
  display: grid;
  gap: 24px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.company-brand-top h3 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  line-height: 1.2;
}

.company-brand-top p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
}

.company-brand-kicker,
.company-note-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--primary-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-brand-kicker::before,
.company-note-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.company-brand-image-wrap {
  overflow: hidden;
  border-radius: 16px;
}

.company-brand-image-wrap .section-feature-image {
  aspect-ratio: 16/10;
  border-radius: 16px;
  box-shadow: none;
}

.company-brand-points {
  display: grid;
  gap: 12px;
}

.company-brand-points li {
  position: relative;
  padding-left: 22px;
  color: var(--text-primary);
  font-weight: 600;
}

.company-brand-points li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary-color);
}

.company-note-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.company-note-copy {
  max-width: 720px;
}

.company-note-label {
  color: rgba(255, 255, 255, 0.72);
}

.company-note-box p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.85;
}

.company-note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.company-note-box .btn-secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: transparent;
}

.company-note-box .btn-outline {
  border-color: rgba(45, 212, 191, 0.7);
  color: #d1fae5;
}

.company-note-box .btn-outline:hover {
  background: rgba(13, 148, 136, 0.14);
  color: #ffffff;
}

.home-cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 38px 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(30, 64, 175, 0.08));
  border: 1px solid rgba(13, 148, 136, 0.14);
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-disclaimer {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .home-hero-grid,
  .resource-grid,
  .positioning-grid,
  .framework-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-fact-card-wide {
    grid-column: span 2;
  }

  .home-hero-title {
    max-width: none;
  }
}

@media (max-width: 992px) {
  .home-hero {
    padding: 116px 0 72px;
  }

  .home-hero-grid,
  .trust-strip-grid,
  .positioning-grid,
  .framework-grid,
  .resource-grid,
  .editorial-grid,
  .company-facts-grid,
  .home-cta-box {
    grid-template-columns: 1fr;
  }

  .company-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .company-fact-card-wide {
    grid-column: span 1;
  }

  .home-cta-box,
  .company-note-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-points {
    grid-template-columns: 1fr;
  }
}


/* Inner pages reconstruction */
.inner-main {
  display: block;
}

.inner-hero {
  padding: 128px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(13, 148, 136, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 36px;
  align-items: start;
}

.breadcrumb-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.inner-title {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.inner-subtitle {
  max-width: 64ch;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.85;
}

.inner-hero-card {
  padding: 28px;
  border-radius: 16px;
  background: #0f172a;
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.inner-card-label {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inner-card-list {
  display: grid;
  gap: 14px;
}

.inner-card-list li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.inner-section {
  padding: 80px 0;
}

.info-grid-modern,
.content-split-grid,
.dual-card-grid,
.contact-layout-modern,
.form-grid-modern {
  display: grid;
  gap: 24px;
}

.info-grid-modern {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-panel,
.content-card-lg,
.scope-card,
.contact-info-panel,
.contact-form-panel,
.contact-detail-card,
.notice-box-modern {
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-md);
}

.info-label,
.contact-detail-label {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.info-panel strong,
.contact-detail-card strong {
  color: var(--heading-color);
  font-size: 1.08rem;
  line-height: 1.6;
}

.content-split-grid,
.contact-layout-modern {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-card-lg,
.scope-card,
.contact-info-panel,
.contact-form-panel,
.notice-box-modern {
  min-height: 100%;
}

.content-card-lg p,
.scope-card p,
.contact-info-panel p,
.contact-form-panel p,
.notice-box-modern p {
  color: var(--text-secondary);
}

.content-card-lg p + p,
.notice-box-modern p + p,
.contact-info-panel p + p {
  margin-top: 14px;
}

.content-card-muted {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.dual-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scope-card-positive {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.08), #ffffff 100%);
}

.scope-card-negative,
.notice-box-warning {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.10), #ffffff 100%);
}

.feature-list-modern {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.feature-list-modern li {
  position: relative;
  padding-left: 22px;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1.8;
}

.feature-list-modern li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
}

/* Legal pages */
.legal-main {
  display: block;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.legal-hero .inner-hero-card {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.legal-summary-list {
  display: grid;
  gap: 14px;
}

.legal-summary-list li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  line-height: 1.65;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.legal-article {
  display: grid;
  gap: 24px;
}

.legal-card {
  padding: 32px;
}

.legal-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.25;
}

.legal-card h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.legal-card p,
.legal-card li {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.9;
}

.legal-card strong {
  color: var(--heading-color);
}

.legal-card p + p,
.legal-card ul + p,
.legal-card p + ul,
.legal-card h2 + p,
.legal-card h3 + p,
.legal-card h3 + ul,
.legal-card ul + h3,
.legal-card p + h3,
.legal-card ul + h2 {
  margin-top: 14px;
}

.legal-card ul {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.legal-card li {
  position: relative;
  padding-left: 22px;
}

.legal-card li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
}

.legal-card-accent {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.08), #ffffff 100%);
}

.legal-card-warning {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.12), #ffffff 100%);
}

.legal-card-warning h2,
.legal-card-warning h3 {
  color: #92400e;
}

.legal-aside {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 20px;
}

.legal-meta-card,
.legal-links-card {
  padding: 28px;
}

.legal-meta-grid {
  display: grid;
  gap: 18px;
}

.legal-meta-item {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.legal-meta-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.legal-meta-label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-meta-item strong,
.legal-meta-item a {
  color: var(--heading-color);
  font-size: 1rem;
  line-height: 1.7;
  word-break: break-word;
}

.legal-links-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.legal-links-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--bg-secondary);
  color: var(--heading-color);
  font-weight: 700;
  transition: var(--transition-fast);
}

.legal-links-list a:hover {
  transform: translateY(-2px);
  background: var(--primary-light);
  color: var(--primary-dark);
}

.legal-links-list a.active {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.14), rgba(30, 64, 175, 0.08));
  color: var(--primary-dark);
}

.legal-links-list a::after {
  content: '→';
  font-size: 0.95rem;
}

.legal-note {
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.96));
  color: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-md);
}

.legal-note strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1rem;
}

.legal-note p {
  color: inherit;
  line-height: 1.85;
}

@media (max-width: 1023.98px) {
  .legal-layout,
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .legal-card,
  .legal-meta-card,
  .legal-links-card,
  .inner-hero-card {
    padding: 24px;
    border-radius: 22px;
  }

  .legal-card h2 {
    font-size: 1.45rem;
  }
}

.compact-list {
  gap: 12px;
}

.editorial-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.timeline-modern::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--primary-color), rgba(13, 148, 136, 0.15));
}

.timeline-entry {
  position: relative;
}

.timeline-dot {
  position: absolute;
  left: -28px;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0 0 0 6px rgba(13, 148, 136, 0.12);
}

.timeline-body {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-md);
}

.timeline-date {
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-size: 0.875rem;
  font-weight: 700;
}

.contact-detail-list {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.contact-guidance-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.contact-guidance-box h3 {
  margin-bottom: 12px;
}

.form-intro-text {
  margin-bottom: 22px;
}

.contact-form-modern {
  display: grid;
  gap: 18px;
}

.form-grid-modern {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-group {
  display: grid;
  gap: 10px;
}

.form-group label {
  color: var(--heading-color);
  font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(203, 213, 225, 0.95);
  background: #fff;
  color: var(--heading-color);
  font: inherit;
  transition: var(--transition-fast);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(13, 148, 136, 0.55);
  box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.12);
  outline: none;
}

.form-group textarea {
  resize: vertical;
  min-height: 180px;
}

.required {
  color: var(--danger-color);
}

.form-actions-modern {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.form-note {
  color: var(--text-secondary);
  font-size: 0.9375rem;
}

.notice-shell {
  display: grid;
}

.article-main {
  display: block;
}

.article-hero {
  padding-bottom: 56px;
}

.article-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.article-hero-card {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.94) 100%),
    radial-gradient(circle at top right, rgba(45, 212, 191, 0.18), transparent 42%);
}

.article-meta-modern {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.article-meta-modern span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(226, 232, 240, 0.95);
  color: var(--heading-color);
  font-size: 0.9375rem;
  font-weight: 600;
}

.article-shell {
  padding-top: 24px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 110px;
}

.toc-modern,
.article-content-modern {
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-md);
}

.toc-modern {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.toc-title {
  margin: 0 0 18px;
  font-size: 1.1rem;
}

.toc-modern ul {
  display: grid;
  gap: 12px;
}

.toc-modern li {
  color: var(--text-secondary);
  line-height: 1.6;
}

.toc-modern a {
  color: var(--text-secondary);
  font-weight: 500;
}

.toc-modern a:hover {
  color: var(--primary-dark);
}

.article-content-modern {
  display: grid;
  gap: 24px;
}

.article-notice {
  padding: 24px 26px;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.article-notice-primary {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.08), #ffffff 100%);
}

.article-notice p {
  margin: 0;
  color: var(--heading-color);
  line-height: 1.85;
}

.article-body {
  color: var(--heading-color);
}

.article-body h2,
.article-body h3 {
  scroll-margin-top: 110px;
}

.article-body h2 {
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  line-height: 1.2;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: 1.22rem;
  line-height: 1.35;
}

.article-body p,
.article-body li {
  color: var(--text-secondary);
  font-size: 1.02rem;
  line-height: 1.95;
}

.article-body p + p,
.article-body p + ul,
.article-body ul + p,
.article-body h2 + p,
.article-body h3 + p {
  margin-top: 14px;
}

.article-body ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.article-body li strong {
  color: var(--heading-color);
}

.article-support-grid {
  align-items: stretch;
}

.article-nav-section {
  padding-top: 0;
}

.article-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.article-page-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 26px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-md);
  transition: var(--transition-fast);
}

.article-page-link:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.article-page-label {
  color: var(--primary-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-page-link strong {
  color: var(--heading-color);
  font-size: 1.08rem;
  line-height: 1.55;
}

.article-page-link-next {
  text-align: right;
  align-items: flex-end;
}

.notice-shell {
  display: grid;
}

@media (max-width: 1200px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .info-grid-modern,
  .editorial-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .inner-hero {
    padding: 112px 0 56px;
  }

  .article-hero-grid,
  .article-pagination,
  .inner-hero-grid,
  .info-grid-modern,
  .content-split-grid,
  .dual-card-grid,
  .contact-layout-modern,
  .editorial-grid-3,
  .form-grid-modern {
    grid-template-columns: 1fr;
  }

  .article-page-link-next {
    text-align: left;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .inner-section {
    padding: 80px 0;
  }

  .article-meta-modern,
  .article-meta-modern span {
    width: 100%;
  }

  .inner-hero-card,
  .info-panel,
  .content-card-lg,
  .scope-card,
  .contact-info-panel,
  .contact-form-panel,
  .contact-detail-card,
  .notice-box-modern,
  .timeline-body,
  .toc-modern,
  .article-content-modern,
  .article-page-link,
  .article-notice {
    padding: 24px;
  }

  .article-body h2 {
    margin-top: 40px;
  }
}

/* Check List */
.check-list li {
  color: var(--heading-color);
}
.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 25px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

/* Floatig Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* Rotate360 */
.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

/* ZoomInOut */
.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Ratings */
.ratings i {
  color: var(--secondary-color);
}

/* Switch Box */
.theme-switch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-switch-box span {
  font-size: 18px;
  color: var(--heading-color);
}
.theme-switch-box span.left {
  margin-right: 10px;
}
.theme-switch-box span.right {
  margin-left: 10px;
}
.theme-switch-box .switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 60px;
}
.theme-switch-box .switch input {
  display: none;
}
.theme-switch-box .switch input:checked + .slider:before {
  -webkit-transform: translateX(33px);
          transform: translateX(33px);
}
.theme-switch-box .switch .slider {
  background-color: var(--primary-black-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-right: 0;
  cursor: pointer;
}
.theme-switch-box .switch .slider.round {
  border-radius: 15px;
}
.theme-switch-box .switch .slider:before {
  background-color: var(--white-color);
  position: absolute;
  bottom: 3px;
  left: 3px;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pagination */
.theme-pagination ul li {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.theme-pagination ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: var(--heading-color);
}
.theme-pagination ul li a:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
  border-color: transparent;
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.preloader .loading, .preloader .loading-wrapper {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.preloader .loading-wrapper {
  margin: 40px auto;
}
.preloader .loading-wrapper .loading {
  border: 1px solid transparent;
  border-color: transparent var(--primary-black-color) transparent var(--primary-black-color);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.preloader .loading-wrapper #loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .loading-wrapper #loading-icon img {
  width: 40px;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 1000;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

.sidebar-panel {
  position: fixed;
  z-index: 1111;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  opacity: 1;
  background-color: var(--white-color);
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform: translateX(calc(100% + 80px));
          transform: translateX(calc(100% + 80px));
  padding: 40px 30px;
  overflow: auto;
}
.sidebar-panel.info-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sidebar-panel .panel-close .panel-close-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.sidebar-panel .panel-body .panel-box h5 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-panel .panel-body .panel-box p {
  margin-bottom: 15px;
}
.sidebar-panel .panel-body .panel-box p i {
  width: 20px;
  margin-right: 10px;
  color: var(--primary-color);
}
.sidebar-panel .panel-body .panel-box ul.social-link li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Translate 3D Animation */
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 0.015em;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn i {
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.theme-btn.style-one {
  padding: 18px 30px;
  line-height: 20px;
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .theme-btn.style-one {
    padding: 15px 30px;
  }
}
.theme-btn.style-two {
  border: 1px solid var(--border-color);
  padding: 15px 30px;
  line-height: 20px;
  color: var(--heading-color);
}
.theme-btn.style-two:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.theme-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.read-more.style-one {
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--heading-color);
}
.read-more.style-one i {
  margin-left: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.read-more.style-one:hover i {
  margin-left: 10px;
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--heading-color);
}
.play-btn .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(10px 4px 60px rgba(169, 169, 169, 0.25));
          filter: drop-shadow(10px 4px 60px rgba(169, 169, 169, 0.25));
  margin-right: 20px;
}
.play-btn span {
  text-decoration: underline;
  font-weight: 700;
  font-family: var(--heading-font);
}

/* Transparent Header */
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/*  Header Area */
.header-area {
  position: relative;
  z-index: 9999;
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 16px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 40px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--secondary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--secondary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

/* Nav Right Item */
.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .theme-btn.style-one {
  color: var(--heading-color);
  background-color: var(--primary-color);
}
.nav-right-item .theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.header-top-bar {
  background-color: var(--primary-black-color);
  padding: 14px 0;
}
@media screen and (max-width: 991.98px) {
  .header-top-bar {
    display: none;
  }
}
.header-top-bar .social-box a {
  color: var(--white-color);
}
.header-top-bar .social-box a:not(:last-child) {
  margin-right: 15px;
}
.header-top-bar .top-right {
  float: right;
}
.header-top-bar .top-right span {
  color: var(--white-color);
  font-weight: 300;
}
.header-top-bar .top-right span i {
  color: var(--white-color);
  margin-right: 8px;
}
.header-top-bar .top-right span:not(:last-child):after {
  display: inline-block;
  content: "|";
  margin-left: 20px;
  margin-right: 20px;
}

.header-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-one .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1650px) {
  .header-one .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-one .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-one .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-one .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-one .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-one .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-one .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-one .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

.header-two .header-top {
  background-color: var(--primary-black-color);
}
.header-two .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1650px) {
  .header-two .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-two .header-navigation {
  background: radial-gradient(258.86% 216.49% at -18.48% -74.46%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation {
    backdrop-filter: inherit;
  }
}
.header-two .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-two .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

.header-three .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1650px) {
  .header-three .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-three .header-navigation {
  border-bottom: 1px solid var(--border-color);
}

/*======================
    Hero Section  CSS
=======================*/
.bizzen-hero_one {
  padding: 220px 0 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .bizzen-hero_one {
    padding: 180px 0 95px;
  }
}
.bizzen-hero_one .hero-bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 865px;
  width: 100%;
  height: 1040px;
  background-color: var(--primary-color);
  z-index: -1;
}
@media (max-width: 1650px) {
  .bizzen-hero_one .hero-bg-shape {
    height: 850px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_one .hero-bg-shape {
    height: 700px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_one .hero-bg-shape {
    display: none;
  }
}
.bizzen-hero_one .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1650px) {
  .bizzen-hero_one .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bizzen-hero_one .hero-content {
  margin-bottom: 130px;
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_one .hero-content {
    margin-bottom: 60px;
  }
}
.bizzen-hero_one .hero-content .sub-title {
  margin-bottom: 7px;
}
.bizzen-hero_one .hero-content .sub-title:after {
  display: none;
}
.bizzen-hero_one .hero-content h1 {
  color: var(--white-color);
  margin-bottom: 35px;
}
.bizzen-hero_one .hero-content h1 img {
  border-radius: 100px;
}
@media (max-width: 767.98px) {
  .bizzen-hero_one .hero-content h1 img {
    display: none;
  }
}
@media (max-width: 1650px) {
  .bizzen-hero_one .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .bizzen-hero_one .hero-content h1 {
    font-size: 32px;
    line-height: 1.5em;
  }
}
.bizzen-hero_one .hero-content .theme-btn.style-one {
  color: var(--heading-color);
  background-color: var(--primary-color);
}
.bizzen-hero_one .hero-content .theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.bizzen-hero_one .text-box {
  margin-left: 70px;
  max-width: 400px;
}
@media (max-width: 1650px) {
  .bizzen-hero_one .text-box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_one .text-box {
    margin-left: 0;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bizzen-hero_one .text-box {
    display: block;
  }
}
.bizzen-hero_one .text-box .avatar-list {
  margin-bottom: 15px;
}
.bizzen-hero_one .text-box .avatar-list img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}
.bizzen-hero_one .text-box .avatar-list img:not(:first-child) {
  margin-left: -20px;
}
.bizzen-hero_one .text-box h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.bizzen-hero_one .text-box h4 span {
  font-size: 16px;
}
.bizzen-hero_one .text-box p {
  color: var(--white-color);
}
.bizzen-hero_one .hero-image {
  position: relative;
}
.bizzen-hero_one .hero-image img {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bizzen-hero_one .hero-image .hero-rating-box {
  text-align: left;
  padding: 25px 40px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 210px;
  background-color: var(--white-color);
}
.bizzen-hero_one .hero-image .hero-rating-box h2 {
  margin-bottom: 20px;
}

.bizzen-avatar-box ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizzen-avatar-box ul li {
  display: inline-block;
}
.bizzen-avatar-box ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}
.bizzen-avatar-box ul li:not(:first-child) {
  margin-left: -10px;
}
.bizzen-avatar-box ul li:last-child {
  margin-left: 20px;
}
.bizzen-avatar-box ul li span {
  color: var(--white-color);
}

/* Hero Two */
.bizzen-hero_two .single-slider {
  padding: 295px 40px 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_two .single-slider {
    padding: 295px 15px 160px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_two .single-slider {
    padding: 295px 0 160px;
  }
}
@media (max-width: 767.98px) {
  .bizzen-hero_two .single-slider {
    padding: 200px 0 100px;
  }
}
.bizzen-hero_two .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}
.bizzen-hero_two .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 50, 50, 0.7);
  z-index: -1;
}
.bizzen-hero_two.slick-current .image-layer {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bizzen-hero_two .container {
  max-width: 1640px;
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_two .hero-content {
    text-align: center;
  }
}
.bizzen-hero_two .hero-content h1 {
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 20px;
}
.bizzen-hero_two .hero-content h1 span {
  font-weight: 700;
}
@media (max-width: 1650px) {
  .bizzen-hero_two .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .bizzen-hero_two .hero-content h1 {
    font-size: 32px;
    line-height: 1.5em;
  }
}
.bizzen-hero_two .hero-content p {
  max-width: 610px;
  color: var(--white-color);
  margin-bottom: 30px;
}
.bizzen-hero_two .hero-content .hero-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_two .hero-content .hero-button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bizzen-hero_two .hero-content .hero-button-wrap .theme-btn.style-one {
  color: var(--heading-color);
  background-color: var(--primary-color);
}
.bizzen-hero_two .hero-content .hero-button-wrap .theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.bizzen-hero_two .hero-content .hero-button-wrap .bizzen-avatar-box {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .bizzen-hero_two .hero-content .hero-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bizzen-hero_two .hero-content .hero-button-wrap .bizzen-avatar-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
.bizzen-hero_two .hero-content .bizzen-experience-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 570px;
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_two .hero-content .bizzen-experience-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .bizzen-hero_two .hero-content .bizzen-experience-wrap .arrow-wrap {
    display: none;
  }
}
.bizzen-hero_two .hero-content .bizzen-experience-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizzen-hero_two .hero-content .bizzen-experience-box .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
}
.bizzen-hero_two .hero-content .bizzen-experience-box .content {
  text-align: left;
}
.bizzen-hero_two .hero-content .bizzen-experience-box .content h2 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.bizzen-hero_two .hero-content .bizzen-experience-box .content p {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
  font-family: var(--heading-font);
  max-width: 140px;
}

/* Hero Three */
.bizzen-hero_three {
  position: relative;
  z-index: 1;
  padding: 120px 40px 0;
  background-color: var(--gray-color);
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three {
    padding: 220px 40px 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three {
    padding: 220px 40px 0;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_three {
    padding: 220px 0 110px;
  }
}
.bizzen-hero_three .shape {
  position: absolute;
  z-index: -1;
}
.bizzen-hero_three .shape.shape-one {
  top: 30%;
  left: 10%;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three .shape.shape-one {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bizzen-hero_three .shape.shape-two {
  top: 20%;
  right: 40%;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three .shape.shape-two {
    right: 30px;
    top: 20%;
  }
}
.bizzen-hero_three .container {
  max-width: 1640px;
}
.bizzen-hero_three .hero-content {
  padding-bottom: 130px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three .hero-content {
    text-align: center;
  }
}
.bizzen-hero_three .hero-content .sub-title {
  color: var(--secondary-color);
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .bizzen-hero_three .hero-content .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.bizzen-hero_three .hero-content h1 {
  margin-bottom: 30px;
}
.bizzen-hero_three .hero-content h1 span {
  font-size: 30px;
  border: 2px solid var(--secondary-color);
  padding: 14px 30px;
  border-radius: 50px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .bizzen-hero_three .hero-content h1 span {
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media (max-width: 1650px) {
  .bizzen-hero_three .hero-content h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_three .hero-content h1 {
    font-size: 56px;
    line-height: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .bizzen-hero_three .hero-content h1 {
    font-size: 32px;
    line-height: 1.5em;
  }
}
.bizzen-hero_three .hero-content p {
  margin-bottom: 35px;
  max-width: 740px;
}
.bizzen-hero_three .hero-image-box {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .bizzen-hero_three .hero-image-box {
    display: none;
  }
}
.bizzen-hero_three .hero-image-box .circle-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  text-align: center;
}
.bizzen-hero_three .hero-image-box .bizzen-avatar-box {
  max-width: 170px;
  position: absolute;
  left: -20%;
  bottom: 17%;
}
@media (max-width: 1650px) {
  .bizzen-hero_three .hero-image-box .bizzen-avatar-box {
    left: -35%;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three .hero-image-box .bizzen-avatar-box {
    left: 0;
  }
}
.bizzen-hero_three .hero-image-box .bizzen-avatar-box ul li:last-child {
  margin-left: 0;
}
.bizzen-hero_three .hero-image-box .bizzen-avatar-box ul li img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--white-color);
}
.bizzen-hero_three .hero-image-box .bizzen-avatar-box ul li span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary-color);
}
.bizzen-hero_three .hero-image-box .arrow-shape {
  position: absolute;
  bottom: 35%;
  left: -5%;
}
@media (max-width: 1650px) {
  .bizzen-hero_three .hero-image-box .arrow-shape {
    left: -17%;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three .hero-image-box .arrow-shape {
    left: 7%;
  }
}
.bizzen-hero_three .hero-image-box .bizzen-iconic-text-box {
  position: absolute;
  top: 20%;
  right: -55px;
  background-color: var(--white-color);
  border-radius: 100px;
  padding: 20px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1650px) {
  .bizzen-hero_three .hero-image-box .bizzen-iconic-text-box {
    top: 27%;
    right: -7%;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-hero_three .hero-image-box .bizzen-iconic-text-box {
    top: 15%;
    right: 7%;
  }
}
.bizzen-hero_three .hero-image-box .bizzen-iconic-text-box .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
  background-color: var(--secondary-color);
}
.bizzen-hero_three .hero-image-box .bizzen-iconic-text-box .text h3 {
  line-height: 40px;
}

/* Page Hero */
.page-hero {
  padding: 230px 0 145px;
}
@media (max-width: 767.98px) {
  .page-hero {
    padding: 160px 0 75px;
  }
}
.page-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.94);
  z-index: -1;
}
.page-hero .page-content {
  padding-left: 70px;
}
@media screen and (max-width: 1199.98px) {
  .page-hero .page-content {
    padding-left: 0;
  }
}
.page-hero .page-content h1 {
  font-size: 60px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199.98px) {
  .page-hero .page-content h1 {
    font-size: 44px;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .page-hero .page-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-hero .page-content ul {
  position: relative;
  display: inline-block;
}
.page-hero .page-content ul:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
}
.page-hero .page-content ul li {
  display: inline-block;
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--heading-font);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 28px;
}
.page-hero .page-content ul li:not(:last-child):after {
  display: inline-block;
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}

/*======================
    About Section  CSS
=======================*/
.bizzen-about_one .bizzen-image {
  margin-right: 30px;
}
@media (max-width: 1650px) {
  .bizzen-about_one .bizzen-image {
    margin-right: 15px;
  }
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap .experience-box h2 {
  font-size: 165px;
  line-height: 1;
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap .experience-box h2 span {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (max-width: 991.98px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .experience-box h2 {
    font-size: 120px;
  }
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box {
  margin-left: 30px;
  padding-left: 40px;
  border-left: 1px solid var(--border-color);
}
@media (max-width: 1650px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box {
    padding-left: 0;
    margin-top: 30px;
    margin-left: 0;
    border-left: none;
  }
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box p {
  margin-bottom: 30px;
}
@media (max-width: 1650px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box p {
    margin-bottom: 30px;
  }
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box .check-list {
  margin-bottom: 40px;
}
@media (max-width: 1650px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box .check-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box .check-list {
    margin-bottom: 40px;
  }
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box .check-list li:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 1650px) {
  .bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box .check-list li:not(:last-child) {
    margin-bottom: 17px;
  }
}
.bizzen-about_one .bizzen-content-box .experience-text-wrap .text-box .check-list li i {
  color: var(--primary-black-color);
}

.bizzen-about_two .about-wrapper {
  position: relative;
  z-index: 1;
}
.bizzen-about_two .bizzen-image {
  position: absolute;
  max-width: 450px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_two .bizzen-image {
    max-width: 380px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-about_two .bizzen-image {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_two .bizzen-image img {
    width: 70%;
  }
}
.bizzen-about_two .bizzen-image.image-one {
  bottom: 40px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1650px) {
  .bizzen-about_two .bizzen-image.image-one {
    left: -70px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_two .bizzen-image.image-one {
    left: -20px;
  }
}
.bizzen-about_two .bizzen-image.image-two {
  top: 0;
  right: -50px;
  z-index: 1;
  text-align: right;
}
@media (max-width: 1650px) {
  .bizzen-about_two .bizzen-image.image-two {
    right: -85px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_two .bizzen-image.image-two {
    top: 70px;
    right: -30px;
  }
}
.bizzen-about_two .bizzen-content-box {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 80px 40px 40px 150px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_two .bizzen-content-box {
    padding: 40px 30px;
  }
}
.bizzen-about_two .bizzen-content-box .content-wrap {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .bizzen-about_two .bizzen-content-box .content-wrap {
    margin: inherit;
  }
}
.bizzen-about_two .bizzen-content-box h6 {
  margin-bottom: 15px;
}
.bizzen-about_two .bizzen-content-box .check-list.style-one li:not(:last-child) {
  margin-bottom: 20px;
}
.bizzen-about_two .bizzen-content-box .check-list.style-one li i {
  color: var(--secondary-color);
  margin-right: 8px;
}
.bizzen-about_two .bizzen-experience-box {
  position: absolute;
  bottom: 30px;
  right: -50px;
  max-width: 300px;
}
.bizzen-about_two .bizzen-experience-box .arrow-shape {
  text-align: right;
}
.bizzen-about_two .bizzen-experience-box .content h2 span {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_two .bizzen-experience-box {
    right: -20px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-about_two .bizzen-experience-box {
    display: none;
  }
}

.bizzen-iconic-item.style-one {
  padding: 70px 70px 65px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-iconic-item.style-one {
    padding: 70px 50px 65px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-iconic-item.style-one {
    padding: 50px 40px 40px;
  }
}
.bizzen-iconic-item.style-one .icon {
  margin-bottom: 20px;
}
.bizzen-iconic-item.style-one .content h4 {
  margin-bottom: 10px;
}

.bizzen-about_three .about-wrapper {
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .bizzen-about_three .about-wrapper {
    padding-bottom: 120px;
  }
}
.bizzen-about_three .bizzen-item-list {
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .bizzen-about_three .bizzen-item-list {
    border-right: none;
  }
}
.bizzen-about_three .bizzen-item-list .bizzen-iconic-item.style-one {
  padding-left: 0;
}
.bizzen-about_three .bizzen-item-list .bizzen-iconic-item.style-one:first-child {
  padding-top: 0;
}
.bizzen-about_three .bizzen-item-list .bizzen-iconic-item.style-one:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .bizzen-about_three .bizzen-item-list .bizzen-iconic-item.style-one {
    border: 1px solid var(--border-color);
    padding-left: 40px;
    margin-bottom: 40px;
  }
  .bizzen-about_three .bizzen-item-list .bizzen-iconic-item.style-one:first-child {
    padding-top: 40px;
  }
}
.bizzen-about_three .bizzen-content-box {
  padding-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_three .bizzen-content-box {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about_three .bizzen-content-box .section-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .bizzen-about_three .bizzen-content-box .section-title h2 {
    font-size: 28px;
  }
}

.bizzen-grow-sec .bizzen-content-box {
  padding-right: 70px;
}
.bizzen-grow-sec .bizzen-content-box > p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.bizzen-grow-sec .bizzen-content-box .counter-wrap {
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

/*======================
    Features Section  CSS
=======================*/
.bizzen-features_one .features-wrapper {
  border-top: 1px solid #D8DDE1;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-features_one .features-wrapper {
    border-top: none;
  }
}
.bizzen-features_one .features-wrapper .item-column:not(:last-child) {
  border-right: 1px solid #D8DDE1;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-features_one .features-wrapper .item-column:not(:last-child) {
    border-right: none;
  }
  .bizzen-features_one .features-wrapper .item-column:not(:last-child) .bizzen-features-item.style-one {
    margin-bottom: 40px;
  }
}

.bizzen-features_two {
  position: relative;
  z-index: 1;
}
.bizzen-features_two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(6, 50, 50, 0.98);
}
.bizzen-features_two .bizzen-features-item.style-two .content h4 {
  color: var(--white-color);
}
.bizzen-features_two .bizzen-features-item.style-two .content p {
  color: rgba(255, 255, 255, 0.4);
}
.bizzen-features_two .bizzen-features-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-features_two .bizzen-features-bg {
    display: none;
  }
}
.bizzen-features_two .bizzen-features-bg .bizzen-ratings-box {
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.bizzen-features_two .bizzen-features-bg .bizzen-ratings-box h3 {
  font-size: 48px;
}
.bizzen-features_two .bizzen-features-bg .bizzen-ratings-box .ratings i {
  color: var(--secondary-color);
}

.bizzen-features_three {
  background-color: var(--gray-color);
}

.bizzen-features-item.style-one {
  padding: 50px 30px 55px;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-features-item.style-one {
    border: 1px solid var(--border-color);
    padding: 50px 40px 55px;
  }
}
.bizzen-features-item.style-one .content h4 {
  margin-bottom: 20px;
}
.bizzen-features-item.style-one .content .icon {
  margin-bottom: 20px;
}
.bizzen-features-item.style-one .content p {
  color: var(--heading-color);
}
.bizzen-features-item.style-two .icon {
  margin-bottom: 20px;
}
.bizzen-features-item.style-two .content h4 {
  color: var(--white-color);
  margin-bottom: 10px;
}

/*======================
    Service Section  CSS
=======================*/
.bizzen-service_one {
  background-color: rgba(246, 246, 246, 0.4);
}
.bizzen-service_one .text-box p a {
  color: var(--heading-color);
}

.bizzen-service_two {
  background-color: var(--primary-black-color);
}
.bizzen-service_two .service-slider {
  margin-right: -40%;
}
@media (max-width: 767.98px) {
  .bizzen-service_two .service-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.bizzen-service_two .service-slider .slick-slide {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .bizzen-service_two .service-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.bizzen-avatar-box-two ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizzen-avatar-box-two ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bizzen-avatar-box-two ul li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}
.bizzen-avatar-box-two ul li:not(:first-child) {
  margin-left: -10px;
}
.bizzen-avatar-box-two ul li span {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%;
}

.bizzen-service_three {
  background-color: var(--primary-black-color);
  position: relative;
  z-index: 1;
}
.bizzen-service_three .service-overlay {
  position: absolute;
  top: -100px;
  right: 0;
  width: 90%;
  height: 84%;
  background-color: var(--white-color);
  z-index: -1;
}
@media (max-width: 1650px) {
  .bizzen-service_three .service-overlay {
    width: 97%;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-service_three .service-overlay {
    width: 100%;
    height: 100%;
  }
}
.bizzen-service_three .bizzen-discussion {
  position: relative;
  z-index: 1;
}
.bizzen-service_three .bizzen-discussion:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(88deg, #063232 23.71%, rgba(6, 50, 50, 0.7) 49.54%, #063232 75.38%);
  z-index: -1;
}
.bizzen-service_three .bizzen-discussion .section-title h2 {
  color: var(--white-color);
}
.bizzen-service_three .bizzen-discussion .section-title h2 .text {
  text-decoration: underline;
  font-style: italic;
}
.bizzen-service_three .bizzen-discussion .section-title h2 .thin {
  font-weight: 400;
}
.bizzen-service_three .bizzen-discussion .text-box h2 {
  color: var(--white-color);
}
.bizzen-service_three .bizzen-discussion .text-box h2 span {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.bizzen-service_three .avatar-ratings-wrapper {
  border-top: 1px solid var(--border-color);
  padding: 60px 0;
}
.bizzen-service_three .avatar-ratings-wrapper .avatar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.98px) {
  .bizzen-service_three .avatar-ratings-wrapper .avatar-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bizzen-service_three .avatar-ratings-wrapper .avatar-text h6 {
  font-weight: 400;
  margin-left: 15px;
}
.bizzen-service_three .avatar-ratings-wrapper .avatar-text h6 a {
  font-weight: 700;
}
.bizzen-service_three .avatar-ratings-wrapper .rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .bizzen-service_three .avatar-ratings-wrapper .rating-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.bizzen-service_three .avatar-ratings-wrapper .rating-box .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}

.bizzen-service-item.style-one {
  padding: 10px;
  border: 1px solid var(--border-color);
}
.bizzen-service-item.style-one .service-inner-content {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F8EC), color-stop(155.15%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #F4F8EC 0%, rgba(255, 255, 255, 0) 155.15%);
  padding: 40px 20px 30px;
}
.bizzen-service-item.style-one .service-inner-content .content {
  margin-top: 70px;
}
.bizzen-service-item.style-one .service-inner-content .content h4 {
  margin-bottom: 15px;
}
@media (max-width: 1650px) {
  .bizzen-service-item.style-one .service-inner-content .content h4 {
    font-size: 20px;
  }
}
.bizzen-service-item.style-one .service-inner-content .content h4:hover {
  color: var(--secondary-color);
}
.bizzen-service-item.style-one .service-inner-content .content p {
  margin-bottom: 20px;
}
.bizzen-service-item.style-two {
  padding: 40px;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-service-item.style-two:hover {
  background-color: var(--primary-color);
}
.bizzen-service-item.style-two .icon-count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.bizzen-service-item.style-two .icon-count-wrap .number {
  font-size: 64px;
  line-height: 1.15em;
  font-weight: 700;
  color: transparent;
  font-family: var(--heading-font);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #797E88;
}
.bizzen-service-item.style-two .content h4 {
  max-width: 300px;
  margin-bottom: 20px;
}
.bizzen-service-item.style-two .content h4:hover {
  color: var(--secondary-color);
}
.bizzen-service-item.style-two .content p {
  margin-bottom: 20px;
}
.bizzen-service-item.style-three {
  background-color: #F6F6F6;
  padding: 30px 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-service-item.style-three:hover {
  background-color: var(--primary-black-color);
}
.bizzen-service-item.style-three:hover .hover-shape {
  top: 20px;
  opacity: 1;
}
.bizzen-service-item.style-three:hover .icon .dark-icon {
  visibility: hidden;
  opacity: 0;
}
.bizzen-service-item.style-three:hover .icon .white-icon {
  visibility: visible;
  opacity: 1;
}
.bizzen-service-item.style-three:hover .content {
  border-color: rgba(216, 221, 225, 0.25);
}
.bizzen-service-item.style-three:hover .content h4 {
  color: var(--white-color);
}
.bizzen-service-item.style-three:hover .content p {
  color: var(--white-color);
}
@media (max-width: 1650px) {
  .bizzen-service-item.style-three {
    padding: 30px 15px 25px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-service-item.style-three {
    padding: 30px 30px 25px;
  }
}
.bizzen-service-item.style-three .hover-shape {
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-service-item.style-three .icon {
  position: relative;
  margin-bottom: 50px;
}
.bizzen-service-item.style-three .icon .white-icon {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.bizzen-service-item.style-three .content {
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
}
.bizzen-service-item.style-three .content h4 {
  margin-bottom: 15px;
}

/* Who We Section */
.bizzen-we_one .bizzen-content-box .check-list li i {
  margin-right: 7px;
  color: var(--primary-black-color);
  font-size: 16px;
}

.bizzen-skill-item .progress-title h6 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.bizzen-skill-item .progress-title h6 span {
  float: right;
}
.bizzen-skill-item .progress {
  background-color: transparent;
  height: 4px;
}
.bizzen-skill-item .progress .progress-bar {
  background-color: var(--primary-black-color);
}

.bizzen-we_two .bizzen-image-box {
  position: relative;
}
.bizzen-we_two .bizzen-image-box .bizzen-image.image-two {
  position: absolute;
  top: 75px;
  left: -125px;
}
.bizzen-we_two .bizzen-image-box .bizzen-image.image-two img {
  -webkit-box-shadow: 0 24px 50px -12px rgba(45, 54, 67, 0.12);
          box-shadow: 0 24px 50px -12px rgba(45, 54, 67, 0.12);
}
@media (max-width: 1650px) {
  .bizzen-we_two .bizzen-image-box .bizzen-image.image-two {
    left: -70px;
  }
}
@media (max-width: 1650px) {
  .bizzen-we_two .bizzen-image-box .bizzen-image.image-two {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .bizzen-we_two .bizzen-image-box .bizzen-image.image-two {
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.bizzen-we_two .bizzen-content-box .content-wrap {
  border-left: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .bizzen-we_two .bizzen-content-box .content-wrap {
    border-left: none;
  }
}
.bizzen-we_two .bizzen-content-box .content-wrap > p {
  padding-left: 40px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .bizzen-we_two .bizzen-content-box .content-wrap > p {
    padding-left: 0;
  }
}
.bizzen-we_two .bizzen-content-box .content-wrap .bizzen-iconic-left-box {
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .bizzen-we_two .bizzen-content-box .content-wrap .bizzen-iconic-left-box {
    margin-left: 0;
  }
}
.bizzen-we_two .bizzen-content-box .content-wrap .bizzen-text-box {
  border-top: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizzen-we_two .bizzen-content-box .content-wrap .bizzen-text-box .number {
  padding: 25px 90px;
  font-size: 64px;
  line-height: 1.15em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-52.46%, #797E88), to(rgba(121, 126, 136, 0)));
  background: linear-gradient(180deg, #797E88 -52.46%, rgba(121, 126, 136, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .bizzen-we_two .bizzen-content-box .content-wrap .bizzen-text-box .number {
    padding: 15px 20px;
    font-size: 32px;
  }
}
.bizzen-we_two .bizzen-content-box .content-wrap .bizzen-text-box .text {
  padding: 25px 90px;
}
@media (max-width: 767.98px) {
  .bizzen-we_two .bizzen-content-box .content-wrap .bizzen-text-box .text {
    padding: 15px 20px;
  }
}

.bizzen-iconic-left-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .bizzen-iconic-left-box.style-one {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bizzen-iconic-left-box.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 25px;
}
.bizzen-iconic-left-box.style-one .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--gray-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .bizzen-iconic-left-box.style-one .content h3 {
    font-size: 20px;
  }
}

/* Service Page CSS */
.bizzen-iconic-box.style-one .icon {
  margin-bottom: 20px;
}
.bizzen-iconic-box.style-one .content h4 {
  margin-bottom: 20px;
}

.bizzen-about-service .bizzen-content-box > p {
  max-width: 550px;
  font-size: 20px;
  line-height: 30px;
}
.bizzen-about-service .bizzen-features-list {
  padding-left: 60px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-about-service .bizzen-features-list {
    padding-left: 0;
  }
}

/* Service Details Page CSS */
.service-details-wrapper .service-item-main .service-content h4.title {
  font-size: 48px;
  line-height: 1.35em;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 991.98px) {
  .service-details-wrapper .service-item-main .service-content h4.title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .service-details-wrapper .service-item-main .service-content h4.title {
    font-size: 28px;
  }
}
.service-details-wrapper .service-item-main .service-content p {
  margin-bottom: 30px;
}
.service-details-wrapper .process-wrapper {
  border-top: 1px solid rgba(31, 31, 31, 0.25);
}
@media screen and (max-width: 1199.98px) {
  .service-details-wrapper .process-wrapper {
    border-top: none;
  }
}
.service-details-wrapper .process-wrapper .bizzen-process-item .line {
  margin-left: 30px;
  width: 1px;
  height: 75px;
  background-color: rgba(31, 31, 31, 0.25);
  position: relative;
}
.service-details-wrapper .process-wrapper .bizzen-process-item .line:before {
  position: absolute;
  top: -5px;
  left: -5px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--heading-color);
}
@media screen and (max-width: 1199.98px) {
  .service-details-wrapper .process-wrapper .bizzen-process-item {
    border: 1px solid var(--border-color);
    padding: 0 30px 25px;
  }
}
.service-details-wrapper .intro-wrapper .bizzen-image-box {
  position: relative;
}
.service-details-wrapper .intro-wrapper .bizzen-image-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*======================
    Counter Section  CSS
=======================*/
.bizzen-counter_one {
  position: relative;
  z-index: 1;
}
.bizzen-counter_one:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(6, 50, 50, 0.6)), color-stop(90.05%, #063232));
  background: linear-gradient(270deg, rgba(6, 50, 50, 0.6) 0%, #063232 90.05%);
  z-index: -1;
}
.bizzen-counter_one .bizzen-content-box {
  padding-bottom: 215px;
}
@media (max-width: 767.98px) {
  .bizzen-counter_one .bizzen-content-box {
    padding-bottom: 80px;
  }
}
.bizzen-counter_one .bizzen-content-box p {
  color: var(--white-color);
}
.bizzen-counter_one .bizzen-counter-item.style-one {
  border-color: rgba(255, 255, 255, 0.5);
}
.bizzen-counter_one .bizzen-counter-item.style-one .number h2 {
  color: var(--white-color);
}
.bizzen-counter_one .bizzen-counter-item.style-one .content h5 {
  color: var(--white-color);
}

.bizzen-counter-item.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-counter-item.style-one .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.bizzen-counter-item.style-one .content h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
}
.bizzen-counter-item.style-one:hover {
  border-color: var(--primary-color);
}
.bizzen-counter-item.style-two .content h2 {
  font-size: 48px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.bizzen-counter-item.style-two .content .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
.bizzen-counter-item.style-two .content h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.bizzen-counter-item.style-two .content p {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .bizzen-counter-item.style-three {
    text-align: center;
  }
}

/* Growth Section */
.bizzen-growth-sec {
  position: relative;
  z-index: 1;
}
.bizzen-growth-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 50, 50, 0.96);
  z-index: -1;
}
.bizzen-growth-sec .play-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-growth-sec .play-bg {
    display: none;
  }
}
.bizzen-growth-sec .play-bg .video-popup {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.bizzen-growth-sec .play-bg .video-popup:after, .bizzen-growth-sec .play-bg .video-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bizzen-growth-sec .play-bg .video-popup:before {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: playpopup infinite ease-in 2s;
          animation: playpopup infinite ease-in 2s;
}
.bizzen-growth-sec .play-bg .video-popup:after {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: playpopup infinite ease-in-out 4s;
          animation: playpopup infinite ease-in-out 4s;
}
.bizzen-growth-sec .play-bg .video-popup:hover {
  color: var(--secondary-color);
}
.bizzen-growth-sec .bizzen-content-box {
  padding-right: 70px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-growth-sec .bizzen-content-box {
    padding-right: 0;
  }
}
.bizzen-growth-sec .bizzen-content-box > p {
  color: var(--white-color);
}
.bizzen-growth-sec .bizzen-content-box .counter-wrap {
  background: radial-gradient(289.09% 298.82% at -18.48% -74.46%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(5.5px);
}
.bizzen-growth-sec .bizzen-content-box .counter-wrap .item-column:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767.98px) {
  .bizzen-growth-sec .bizzen-content-box .counter-wrap .item-column:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .bizzen-growth-sec .bizzen-content-box .counter-wrap .item-column:not(:last-child) .bizzen-counter-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.bizzen-growth-sec .bizzen-content-box .counter-wrap .bizzen-counter-item {
  padding: 25px 40px 30px;
}
.bizzen-growth-sec .bizzen-content-box .counter-wrap .bizzen-counter-item .content h2 {
  color: var(--white-color);
}
.bizzen-growth-sec .bizzen-content-box .counter-wrap .bizzen-counter-item .content p {
  color: var(--white-color);
}
.bizzen-growth-sec .bizzen-content-box .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.bizzen-growth-sec .bizzen-content-box .theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/*=========================
    Process Section  CSS
==========================*/
.bizzen-proces_one {
  background-color: var(--gray-color);
}
.bizzen-proces_one .bizzen-work-list {
  border-left: 1px solid #D8DDE1;
  border-right: 1px solid #D8DDE1;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-proces_one .bizzen-work-list {
    border: 1px solid var(--border-color);
  }
}
.bizzen-proces_one .text-box {
  padding: 0 30px;
}
.bizzen-proces_one .text-box span {
  margin-bottom: 120px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font);
}
.bizzen-proces_one .text-box h2 {
  font-size: 114px;
  font-weight: 700;
  line-height: 1;
}

.bizzen-process_two {
  background-color: var(--gray-color);
}
.bizzen-process_two .text-box {
  max-width: 380px;
}
@media screen and (max-width: 991.98px) {
  .bizzen-process_two .text-box {
    max-width: 100%;
  }
}
.bizzen-process_two .process-wrapper {
  border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .bizzen-process_two .process-wrapper {
    border-top: none;
    padding: 0 15px;
  }
}
.bizzen-process_two .process-wrapper .item-column:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .bizzen-process_two .process-wrapper .item-column:not(:last-child) {
    border-right: none;
  }
  .bizzen-process_two .process-wrapper .item-column:not(:last-child) .bizzen-process-item.style-two {
    margin-bottom: 40px;
  }
}

.bizzen-process-item.style-one {
  padding: 50px 60px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bizzen-process-item.style-one .number {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  color: var(--heading-color);
  margin-right: 30px;
}
.bizzen-process-item.style-one .content h4 {
  max-width: 150px;
}
.bizzen-process-item.style-one:not(:last-child) {
  border-bottom: 1px solid #D8DDE1;
}
.bizzen-process-item.style-two {
  padding: 40px 30px;
}
@media (max-width: 1650px) {
  .bizzen-process-item.style-two {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-process-item.style-two {
    border: 1px solid var(--border-color);
  }
}
.bizzen-process-item.style-two:hover .content p {
  opacity: 1;
}
.bizzen-process-item.style-two.item-active .content p {
  opacity: 1;
}
.bizzen-process-item.style-two .content h4 {
  margin-bottom: 20px;
}
.bizzen-process-item.style-two .content h4 span {
  color: var(--secondary-color);
}
@media screen and (max-width: 1199.98px) {
  .bizzen-process-item.style-two .content h4 span {
    display: block;
  }
}
@media (max-width: 1650px) {
  .bizzen-process-item.style-two .content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-process-item.style-two .content h4 {
    font-size: 22px;
  }
}
.bizzen-process-item.style-two .content p {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-process-item.style-three .number {
  font-size: 48px;
  line-height: 1.15em;
  font-weight: 700;
  color: transparent;
  font-family: var(--heading-font);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #797E88;
  margin-bottom: 15px;
}
.bizzen-process-item.style-three .content h4 {
  margin-bottom: 15px;
}

.bizzen-intro_one {
  position: relative;
  z-index: 1;
}
.bizzen-intro_one:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 50, 50, 0.5);
  z-index: -1;
}

.bizzen-experience-sec {
  position: relative;
  z-index: 1;
}
.bizzen-experience-sec .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bizzen-experience-sec .shape img {
  opacity: 0.1;
}
.bizzen-experience-sec .bizzen-experience-wrap {
  position: relative;
}
.bizzen-experience-sec .bizzen-experience-wrap .arrow-shape {
  position: absolute;
  bottom: 50px;
  left: 40%;
}
@media (max-width: 767.98px) {
  .bizzen-experience-sec .bizzen-experience-wrap .arrow-shape {
    display: none;
  }
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-year {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: var(--primary-black-color);
  border-radius: 500px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .bizzen-experience-sec .bizzen-experience-wrap .experience-year {
    height: 300px;
  }
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-year h2 {
  color: var(--white-color);
  font-size: 200px;
  margin-top: 40px;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .bizzen-experience-sec .bizzen-experience-wrap .experience-year h2 {
    font-size: 100px;
  }
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-content {
  padding-top: 150px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .bizzen-experience-sec .bizzen-experience-wrap .experience-content {
    padding-top: 50px;
    margin-left: 0;
  }
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-content h3 {
  font-size: 48px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  .bizzen-experience-sec .bizzen-experience-wrap .experience-content h3 {
    font-size: 30px;
  }
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-content p {
  margin-bottom: 50px;
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-content p span {
  color: var(--heading-color);
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-content .symbol {
  width: 100%;
  height: 270px;
  border-radius: 0 0 270px 0;
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bizzen-experience-sec .bizzen-experience-wrap .experience-content .symbol h4 {
  font-size: 170px;
  margin-bottom: 80px;
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .bizzen-experience-sec .bizzen-experience-wrap .experience-content .symbol h4 {
    margin-right: 20px;
  }
}

/*======================
    Project Section  CSS
=======================*/
.bizzen-project-item.style-one .project-inner {
  padding: 60px;
}
@media (max-width: 767.98px) {
  .bizzen-project-item.style-one .project-inner {
    padding: 100px 20px 20px;
  }
}
.bizzen-project-item.style-one .project-inner .content {
  background-color: var(--white-color);
  max-width: 550px;
  padding: 50px 60px 60px;
}
@media (max-width: 767.98px) {
  .bizzen-project-item.style-one .project-inner .content {
    padding: 30px 20px 40px;
  }
}
.bizzen-project-item.style-one .project-inner .content .sub-title {
  margin-bottom: 20px;
  color: var(--secondary-color);
}
.bizzen-project-item.style-one .project-inner .content .sub-title:after {
  display: none;
}
.bizzen-project-item.style-one .project-inner .content .title {
  margin-bottom: 20px;
  font-size: 30px;
}
.bizzen-project-item.style-one .project-inner .content .title:hover {
  color: var(--secondary-color);
}
@media (max-width: 767.98px) {
  .bizzen-project-item.style-one .project-inner .content .title {
    font-size: 20px;
  }
}
.bizzen-project-item.style-one .project-inner .content p {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .bizzen-project-item.style-one .project-inner .content p {
    display: none;
  }
}
.bizzen-project-item.style-one .project-inner .content .tag-button .theme-btn {
  margin-right: 10px;
}
.bizzen-project-item.style-one .project-inner .content .tag-button .theme-btn.style-two {
  font-size: 14px;
  padding: 10px 20px;
}
.bizzen-project-item.style-two:hover .project-thumbnail .hover-content {
  padding: 0;
}
.bizzen-project-item.style-two:hover .project-thumbnail .content {
  display: none;
}
.bizzen-project-item.style-two:hover .project-thumbnail .content-wrap {
  bottom: 0;
}
.bizzen-project-item.style-two .project-thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bizzen-project-item.style-two .project-thumbnail img {
  width: 100%;
}
.bizzen-project-item.style-two .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.85);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px;
}
.bizzen-project-item.style-two .project-thumbnail .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.bizzen-project-item.style-two .project-thumbnail .content h4 {
  color: var(--white-color);
  margin-bottom: 5px;
}
.bizzen-project-item.style-two .project-thumbnail .content .tag-links:after {
  display: block;
  content: "";
  width: 170px;
  height: 1px;
  background-color: var(--secondary-color);
  margin-top: 10px;
}
.bizzen-project-item.style-two .project-thumbnail .content .tag-links a {
  color: var(--white-color);
}
.bizzen-project-item.style-two .project-thumbnail .content-wrap {
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: var(--white-color);
  padding: 30px 30px 40px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.bizzen-project-item.style-two .project-thumbnail .content-wrap h4 {
  margin-bottom: 5px;
}
.bizzen-project-item.style-two .project-thumbnail .content-wrap .tag-links:after {
  display: block;
  content: "";
  width: 170px;
  height: 1px;
  background-color: var(--secondary-color);
  margin-top: 10px;
  margin-bottom: 30px;
}
.bizzen-project-item.style-two .project-thumbnail .content-wrap p {
  margin-bottom: 25px;
}
.bizzen-project-item.style-two .project-thumbnail .content-wrap .icon-btn {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.bizzen-project-item.style-three:hover .project-thumbnail .hover-overlay {
  visibility: visible;
  opacity: 1;
}
.bizzen-project-item.style-three:hover .project-thumbnail .project-content .icon-button .icon-btn {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.bizzen-project-item.style-three .project-thumbnail {
  position: relative;
}
.bizzen-project-item.style-three .project-thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 50, 50, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-project-item.style-three .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bizzen-project-item.style-three .project-thumbnail .project-content {
  padding: 10px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.bizzen-project-item.style-three .project-thumbnail .project-content .content {
  padding: 20px;
}
.bizzen-project-item.style-three .project-thumbnail .project-content .icon-button .icon-btn {
  width: 55px;
  height: 90px;
  border-radius: 24px;
  background-color: var(--gray-color);
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bizzen-project-item.style-four:hover .project-thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.bizzen-project-item.style-four:hover .project-thumbnail .project-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bizzen-project-item.style-four .project-thumbnail {
  position: relative;
  overflow: hidden;
}
.bizzen-project-item.style-four .project-thumbnail img {
  width: 100%;
}
.bizzen-project-item.style-four .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(61deg, rgba(6, 50, 50, 0.9) 0%, rgba(194, 223, 147, 0.6) 100%);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1650px) {
  .bizzen-project-item.style-four .project-thumbnail .hover-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-project-item.style-four .project-thumbnail .hover-content {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .bizzen-project-item.style-four .project-thumbnail .hover-content {
    padding: 20px 30px;
  }
}
.bizzen-project-item.style-four .project-thumbnail .project-content {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bizzen-project-item.style-four .project-thumbnail .project-content h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.bizzen-project-item.style-four .project-thumbnail .project-content .category-button a {
  padding: 7px 24px;
  border: 1px solid var(--white-color);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 24px;
  color: var(--white-color);
  text-transform: capitalize;
}
.bizzen-project-item.style-four .project-thumbnail .project-content .category-button a:not(:last-child) {
  margin-right: 7px;
}
@media (max-width: 1650px) {
  .bizzen-project-item.style-four .project-thumbnail .project-content .category-button a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-project-item.style-four .project-thumbnail .project-content .category-button a {
    padding: 7px 20px;
  }
}
@media (max-width: 575.98px) {
  .bizzen-project-item.style-four .project-thumbnail .project-content .category-button a {
    padding: 5px 10px;
  }
}

.bizzen-project_two {
  overflow: hidden;
}
.bizzen-project_two .project-slider {
  margin-right: -50%;
}
@media screen and (max-width: 991.98px) {
  .bizzen-project_two .project-slider {
    margin-right: -12px;
    margin-left: -12px;
  }
  .bizzen-project_two .project-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 767.98px) {
  .bizzen-project_three .project-slider {
    padding: 0 12px;
  }
}
.bizzen-project_three .project-slider .slick-slide {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .bizzen-project_three .project-slider .slick-slide {
    margin-right: 0;
  }
}
.bizzen-project_three .project-slider .slick-track .bizzen-project-item:nth-child(even) {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .bizzen-project_three .project-slider .slick-track .bizzen-project-item:nth-child(even) {
    margin-top: 0;
  }
}

/* Project Details Page CSS */
.bizzen-content-item .content h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.bizzen-content-item .content h4 .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-black-color);
}

.bizzen-project-details-sec .project-details-wrapper .project-thumbnail img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bizzen-project-details-sec .project-details-wrapper .project-content .title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.45em;
}
@media (max-width: 767.98px) {
  .bizzen-project-details-sec .project-details-wrapper .project-content .title {
    font-size: 22px;
  }
}
.bizzen-project-details-sec .project-details-wrapper .project-content P {
  margin-bottom: 25px;
}
.bizzen-project-details-sec .project-details-wrapper .project-content h3 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .bizzen-project-details-sec .project-details-wrapper .project-content h3 {
    font-size: 18px;
  }
}
.bizzen-project-details-sec .project-details-wrapper .project-content .check-list.style-one li {
  color: var(--heading-color);
  font-weight: 500;
}
.bizzen-project-details-sec .project-details-wrapper .project-content .check-list.style-one li i {
  width: 20px;
  height: 20px;
  border: 1px solid var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--secondary-color);
  font-size: 12px;
}
.bizzen-project-details-sec .project-details-wrapper .project-info-box {
  margin-top: -140px;
  position: relative;
  background-color: var(--white-color);
  padding: 40px 30px;
  border-top: 4px solid var(--primary-black-color);
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.06);
  margin-right: 60px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-project-details-sec .project-details-wrapper .project-info-box {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-project-details-sec .project-details-wrapper .project-info-box {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.bizzen-project-details-sec .project-details-wrapper .project-info-box h4 {
  margin-bottom: 15px;
}
.bizzen-project-details-sec .project-details-wrapper .project-info-box ul li {
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}
.bizzen-project-details-sec .project-details-wrapper .project-info-box ul li:first-child {
  border-top: 1px solid var(--border-color);
}
.bizzen-project-details-sec .project-details-wrapper .project-info-box ul li span {
  float: right;
}
.bizzen-project-details-sec .project-details-wrapper .project-info-box ul li span a:not(:last-child) {
  margin-right: 15px;
}
.bizzen-project-details-sec .post-navigation-wrapper {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}
.bizzen-project-details-sec .post-navigation-wrapper .post-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .bizzen-project-details-sec .post-navigation-wrapper .post-navigation-item {
    padding: 0 30px;
  }
}
.bizzen-project-details-sec .post-navigation-wrapper .post-navigation-item .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.bizzen-project-details-sec .post-navigation-wrapper .post-navigation-item .thumbnail img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.bizzen-project-details-sec .post-navigation-wrapper .post-navigation-item.next-item {
  direction: rtl;
}
@media (max-width: 767.98px) {
  .bizzen-project-details-sec .post-navigation-wrapper .icon {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/*=========================
    Pricing Section  CSS
==========================*/
.bizzen-pricing-item.style-one {
  border: 1px solid var(--border-color);
  padding: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-pricing-item.style-one .ribbon {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 2px 15px;
  color: var(--white-color);
  font-weight: 400;
  text-align: center;
  background-color: var(--secondary-color);
}
.bizzen-pricing-item.style-one .ribbon:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  border: 9px solid transparent;
  border-width: 17px 8px;
  border-color: var(--secondary-color);
  border-left-color: transparent;
  left: -9px;
}
.bizzen-pricing-item.style-one .pricing-header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
}
.bizzen-pricing-item.style-one .pricing-header h2 {
  font-size: 48px;
}
.bizzen-pricing-item.style-one .pricing-header h2 .currency {
  font-size: 16px;
}
.bizzen-pricing-item.style-one .pricing-header h2 .duration {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--body-font);
}
.bizzen-pricing-item.style-one .pricing-header h4 {
  margin-bottom: 10px;
}
.bizzen-pricing-item.style-one .pricing-body {
  margin-bottom: 40px;
}
.bizzen-pricing-item.style-one .pricing-body h4 {
  margin-bottom: 15px;
}
.bizzen-pricing-item.style-one .pricing-body .check-list.style-one li {
  color: var(--heading-color);
}
.bizzen-pricing-item.style-one .pricing-body .check-list.style-one li:not(:last-child) {
  margin-bottom: 20px;
}
.bizzen-pricing-item.style-one .pricing-body .check-list.style-one li i {
  color: var(--secondary-color);
}
.bizzen-pricing-item.style-one .pricing-body .check-list li.uncheck {
  color: var(--text-color);
}
.bizzen-pricing-item.style-one .pricing-body .check-list li.uncheck i {
  color: var(--text-color);
}
.bizzen-pricing-item.style-one .pricing-footer .theme-btn {
  width: 100%;
}
.bizzen-pricing-item.style-one:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.bizzen-pricing-item.style-one:hover .pricing-header h2 {
  color: var(--white-color);
}
.bizzen-pricing-item.style-one:hover .pricing-header h4 {
  color: var(--white-color);
}
.bizzen-pricing-item.style-one:hover .pricing-header p {
  color: var(--white-color);
}
.bizzen-pricing-item.style-one:hover .pricing-body h4 {
  color: var(--white-color);
}
.bizzen-pricing-item.style-one:hover .pricing-body .check-list li {
  color: var(--white-color);
}
.bizzen-pricing-item.style-one:hover .pricing-body .check-list li.uncheck {
  color: var(--text-color);
}
.bizzen-pricing-item.style-one:hover .pricing-body .check-list li.uncheck i {
  color: var(--text-color);
}
.bizzen-pricing-item.style-one:hover .pricing-footer .theme-btn.style-one {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.bizzen-pricing-item.style-two {
  min-width: 800px;
}
.bizzen-pricing-item.style-two .pricing-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-title {
  width: 25%;
  padding-top: 20px;
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header {
  width: 20%;
  padding: 20px;
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header .plan {
  display: block;
  font-size: 16px;
  font: 600 18px var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 15px;
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header h2.price {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header h2.price span.duration {
  color: var(--text-color);
  font-size: 16px;
  line-height: 30px;
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header .theme-btn.style-two {
  padding: 14px 25px;
  background-color: transparent;
  color: var(--heading-color);
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header .theme-btn.style-two:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header.bg-active {
  border-bottom: none;
  background-color: var(--primary-black-color);
  padding: 20px 30px;
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header.bg-active .plan {
  color: var(--white-color);
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header.bg-active h2 {
  color: var(--white-color);
}
.bizzen-pricing-item.style-two .pricing-header-wrap .pricing-header.bg-active .theme-btn.style-two {
  padding: 14px 25px;
  background-color: var(--primary-color);
  color: var(--heading-color);
  border-color: transparent;
}
.bizzen-pricing-item.style-two .pricing-body .pricing-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bizzen-pricing-item.style-two .pricing-body .pricing-body-item:last-child .pricing-list {
  border-bottom: none;
}
.bizzen-pricing-item.style-two .pricing-body .pricing-body-item .pricing-title {
  padding: 20px 0 20px;
  width: 25%;
  color: var(--heading-color);
  font: 600 16px var(--heading-font);
}
.bizzen-pricing-item.style-two .pricing-body .pricing-body-item .pricing-list {
  padding: 20px;
  width: 20%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading-color);
  border-bottom: 1px solid var(--border-color);
}
.bizzen-pricing-item.style-two .pricing-body .pricing-body-item .pricing-list.bg-active {
  padding: 20px;
  background-color: var(--primary-black-color);
  border-color: rgba(255, 255, 255, 0.1);
  margin-left: -2px;
}
.bizzen-pricing-item.style-two .pricing-body .pricing-body-item .pricing-list.bg-active i {
  color: var(--primary-color);
}
.bizzen-pricing-item.style-two .pricing-body .pricing-body-item .pricing-list i {
  color: var(--primary-black-color);
  font-size: 24px;
}

@media screen and (max-width: 1199.98px) {
  .bizzen-pricing-_two .table-area {
    width: 1300px;
  }
}

.book-call-widget {
  background-color: var(--primary-black-color);
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.book-call-widget .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  margin-right: 8px;
}
.book-call-widget .thumb img {
  width: 40px;
}
.book-call-widget .content h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color);
}

/*======================
    Faq Section  CSS
=======================*/
.bizzen-faq_one {
  position: relative;
  z-index: 1;
}
.bizzen-faq_one .bizzen-image {
  padding-left: 50px;
}
@media (max-width: 1650px) {
  .bizzen-faq_one .bizzen-image {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-faq_one .bizzen-image {
    padding-left: 0;
  }
}

.accordion-card .accordion-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  cursor: pointer;
  font-weight: 600;
}
.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f107";
}
.accordion-card .accordion-content {
  padding-bottom: 20px;
}
.accordion-card.style-one {
  border-bottom: 1px solid rgba(216, 221, 225, 0.25);
}
.accordion-card.style-one .accordion-header .accordion-title {
  color: var(--white-color);
}
.accordion-card.style-one .accordion-header .accordion-title:after {
  color: var(--primary-color);
}
.accordion-card.style-one .accordion-content p {
  color: rgba(255, 255, 255, 0.4);
}
.accordion-card.style-two {
  border-bottom: 1px solid var(--border-color);
}
.accordion-card.style-two .accordion-header .accordion-title:after {
  color: var(--secondary-color);
}
.accordion-card.style-two .accordion-content p {
  padding-bottom: 20px;
}

/*======================
    Team Section  CSS
=======================*/
.bizzen-team_one .team-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
}
.bizzen-team_one .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1650px) {
  .bizzen-team_one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-team_one .container-fluid {
    padding-left: 15px;
    padding-right: 14px;
  }
}

.bizzen-team-item.style-one:hover .member-image .social-box {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  visibility: visible;
  opacity: 1;
}
.bizzen-team-item.style-one:hover .member-image .member-info {
  padding: 43px 40px 25px;
}
.bizzen-team-item.style-one .member-image {
  position: relative;
}
.bizzen-team-item.style-one .member-image img {
  width: 100%;
}
.bizzen-team-item.style-one .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
.bizzen-team-item.style-one .member-image .content-wrap {
  width: 100%;
  text-align: center;
}
.bizzen-team-item.style-one .member-image .social-box {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  border: 1px solid var(--border-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-team-item.style-one .member-image .social-box a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
  background-color: var(--white-color);
}
.bizzen-team-item.style-one .member-image .social-box a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.bizzen-team-item.style-one .member-image .member-info {
  padding: 23px 40px 25px;
  background-color: var(--primary-black-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bizzen-team-item.style-one .member-image .member-info h4 {
  color: var(--white-color);
}
.bizzen-team-item.style-one .member-image .member-info .position {
  color: rgba(255, 255, 255, 0.8);
}
.bizzen-team-item.style-two:hover .member-image .hover-content {
  visibility: visible;
  opacity: 1;
}
.bizzen-team-item.style-two:hover .member-image .social-box {
  bottom: 0;
}
.bizzen-team-item.style-two .member-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bizzen-team-item.style-two .member-image img {
  width: 100%;
}
.bizzen-team-item.style-two .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bizzen-team-item.style-two .member-image .social-box {
  position: absolute;
  bottom: -50%;
  right: 0;
  background-color: var(--primary-black-color);
  padding: 10px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bizzen-team-item.style-two .member-image .social-box a {
  color: var(--white-color);
  display: block;
  font-size: 14px;
}
.bizzen-team-item.style-two .member-image .social-box a:not(:last-child) {
  margin-bottom: 5px;
}
.bizzen-team-item.style-two .member-info {
  padding-top: 20px;
}

/* Team Details page css */
.bizzen-member-info-box {
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}
@media (max-width: 1650px) {
  .bizzen-member-info-box {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-member-info-box {
    padding: 20px 30px;
  }
}
.bizzen-member-info-box .icon {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 10px 50px #E8E8E8;
          box-shadow: 0 10px 50px #E8E8E8;
  color: var(--secondary-color);
}
.bizzen-member-info-box .content h4 {
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-member-info-box .content h4 {
    font-size: 18px;
  }
}

.team-details-wrapper {
  min-height: 1000px;
}
.team-details-wrapper .member-info {
  padding-left: 40px;
}
@media (max-width: 1650px) {
  .team-details-wrapper .member-info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .team-details-wrapper .member-info {
    padding-left: 0;
  }
}
.team-details-wrapper .member-info .title {
  font-size: 30px;
  line-height: 1.15em;
  margin-bottom: 20px;
}
.team-details-wrapper .member-info .position {
  margin-bottom: 10px;
}
.team-details-wrapper .member-info .member-info-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.team-details-wrapper .member-info .member-info-list .bizzen-member-info-box:nth-child(1) .team-details-wrapper .member-info .member-info-list .bizzen-member-info-box:nth-child(2) {
  margin-bottom: -1px;
}
@media screen and (max-width: 1199.98px) {
  .team-details-wrapper .member-info .member-info-list {
    margin-bottom: 0;
  }
  .team-details-wrapper .member-info .member-info-list .bizzen-member-info-box {
    margin-bottom: 40px;
  }
}
.team-details-wrapper .member-info .social-box {
  margin-bottom: 30px;
}
.team-details-wrapper .member-info .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--gray-color);
  color: var(--primary-black-color);
}
.team-details-wrapper .member-info .social-box a:not(:last-child) {
  margin-right: 10px;
}
.team-details-wrapper .member-info .social-box a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.team-details-wrapper .member-info .check-list.style-one li i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-details-wrapper .member-info .bizzen-content-box h3 {
  margin-bottom: 20px;
}
.team-details-wrapper .member-info .bizzen-content-box p {
  margin-bottom: 25px;
}

.bizzen-skill-item .progress-title h6 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.bizzen-skill-item .progress-title h6 span {
  float: right;
}
.bizzen-skill-item .progress {
  border: 1px solid var(--primary-black-color);
  background-color: transparent;
  height: 10px;
  padding: 2px;
}
.bizzen-skill-item .progress .progress-bar {
  background-color: var(--primary-black-color);
}

.bizzen-team-contact .contact-form .form_control {
  padding: 13px 20px;
  border: none;
  font-weight: 300;
  background-color: var(--white-color);
  margin-bottom: 30px;
}

/*============================
    Testimonial Section  CSS
=============================*/
.bizzen-testimonial_one {
  position: relative;
  z-index: 1;
}
.bizzen-testimonial_one .testimonial-map-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  text-align: center;
  width: 90%;
  height: 100%;
}

.testimonial-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
  z-index: 1;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-slider .slick-arrow.prev {
  left: -100px;
}
.testimonial-slider .slick-arrow.next {
  right: -100px;
}
.testimonial-slider .slick-arrow:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.author-thumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.author-thumb-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}

.testimonial-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-arrows .slick-arrow.prev {
  margin-right: 10px;
}
.testimonial-arrows .slick-arrow:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.bizzen-testimonial_two .bizzen-image img {
  max-width: 445px;
  margin-right: -30px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-testimonial_two .bizzen-image img {
    margin-right: 0;
    max-width: 100%;
  }
}
.bizzen-testimonial_two .bizzen-content-box {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-testimonial_two .bizzen-content-box {
    padding-left: 0;
  }
}
.bizzen-testimonial_two .bizzen-content-box h4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.bizzen-testimonial_two .bizzen-content-box h4:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 110px;
  height: 3px;
  background-color: var(--primary-black-color);
}
.bizzen-testimonial_two .bizzen-content-box h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 70%;
  height: 1px;
  background-color: var(--border-color);
}
.bizzen-testimonial_two .bizzen-content-box .testimonial-arrows {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-testimonial_two .bizzen-content-box .testimonial-arrows {
    bottom: auto;
    right: auto;
    position: relative;
  }
}

.bizzen-testimonial_three {
  overflow: hidden;
}
.bizzen-testimonial_three .testimonial-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .bizzen-testimonial_three .testimonial-arrows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bizzen-testimonial_three .testimonial-slider-three {
  margin-right: -50%;
}
@media (max-width: 767.98px) {
  .bizzen-testimonial_three .testimonial-slider-three {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.bizzen-testimonial_three .testimonial-slider-three .slick-slide {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .bizzen-testimonial_three .testimonial-slider-three .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.bizzen-testimonial-item.style-one {
  text-align: center;
}
.bizzen-testimonial-item.style-one .testimonial-content p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--heading-color);
}
.bizzen-testimonial-item.style-one .testimonial-content .ratings {
  margin-bottom: 30px;
}
.bizzen-testimonial-item.style-one .testimonial-content .author-thumb-item .author-thumb img {
  width: 60px;
  height: 60px;
}
.bizzen-testimonial-item.style-two .testimonial-content .quote-ratings-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.bizzen-testimonial-item.style-two .testimonial-content .quote-ratings-wrap .ratings i {
  color: var(--secondary-color);
}
.bizzen-testimonial-item.style-two .testimonial-content p {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.bizzen-testimonial-item.style-three {
  border: 1px solid var(--border-color);
  padding: 30px;
}
.bizzen-testimonial-item.style-three .testimonial-content .quote-ratings-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.bizzen-testimonial-item.style-three .testimonial-content .quote-ratings-wrap .ratings i {
  color: var(--secondary-color);
}
.bizzen-testimonial-item.style-three .testimonial-content > p {
  margin-bottom: 20px;
}

/*======================
    Blog Section  CSS
=======================*/
.bizzen-blog-post-item.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .bizzen-blog-post-item.style-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bizzen-blog-post-item.style-one .post-thumbnail {
  max-width: 190px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .bizzen-blog-post-item.style-one .post-thumbnail {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.bizzen-blog-post-item.style-one .post-content .post-meta span:not(:last-child):after {
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--primary-black-color);
  border-radius: 50%;
}
.bizzen-blog-post-item.style-one .post-content .title {
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 8px;
}
.bizzen-blog-post-item.style-one .post-content p {
  margin-bottom: 10px;
}
.bizzen-blog-post-item.style-two {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.bizzen-blog-post-item.style-two .post-thumbnail {
  position: relative;
}
.bizzen-blog-post-item.style-two .post-thumbnail img {
  width: 100%;
}
.bizzen-blog-post-item.style-two .post-thumbnail .date {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  font-family: var(--heading-font);
  background-color: var(--primary-black-color);
  padding: 10px 18px;
  line-height: 1;
}
.bizzen-blog-post-item.style-two .post-thumbnail .date span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
}
.bizzen-blog-post-item.style-two .post-content {
  padding-top: 20px;
}
.bizzen-blog-post-item.style-two .post-content .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.bizzen-blog-post-item.style-two .post-content .post-meta span i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.bizzen-blog-post-item.style-two .post-content .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  content: "|";
}
.bizzen-blog-post-item.style-two .post-content .title {
  margin-bottom: 10px;
}
.bizzen-blog-post-item.style-two .post-content .title:hover {
  color: var(--secondary-color);
}
@media (max-width: 1650px) {
  .bizzen-blog-post-item.style-two .post-content .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-blog-post-item.style-two .post-content .title {
    font-size: 18px;
  }
}
.bizzen-blog-post-item.style-two .post-content p {
  margin-bottom: 15px;
}
.bizzen-blog-post-item.style-three {
  border: 1px solid var(--border-color);
  background-color: #F6F6F6;
}
.bizzen-blog-post-item.style-three .post-thumbnail {
  position: relative;
}
.bizzen-blog-post-item.style-three .post-thumbnail img {
  width: 100%;
}
.bizzen-blog-post-item.style-three .post-thumbnail .date {
  position: absolute;
  bottom: -30px;
  right: 20px;
  text-align: center;
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  font-family: var(--heading-font);
  background-color: var(--primary-black-color);
  padding: 10px 18px;
  line-height: 1;
}
.bizzen-blog-post-item.style-three .post-thumbnail .date span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
}
.bizzen-blog-post-item.style-three .post-content {
  padding: 32px 20px 30px;
}
.bizzen-blog-post-item.style-three .post-content .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.bizzen-blog-post-item.style-three .post-content .post-meta span i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.bizzen-blog-post-item.style-three .post-content .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  content: "|";
}
.bizzen-blog-post-item.style-three .post-content .title {
  margin-bottom: 20px;
}
.bizzen-blog-post-item.style-three .post-content .title:hover {
  color: var(--secondary-color);
}
@media (max-width: 1650px) {
  .bizzen-blog-post-item.style-three .post-content .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .bizzen-blog-post-item.style-three .post-content .title {
    font-size: 20px;
  }
}
.bizzen-blog-post-item.style-three .post-content p {
  margin-bottom: 10px;
}

/* Blog Standard Page */
.blog-standard-wrapper .bizzen-blog-post-item {
  padding: 30px;
}
.blog-standard-wrapper .bizzen-blog-post-item .post-content .title {
  font-size: 36px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .blog-standard-wrapper .bizzen-blog-post-item .post-content .title {
    font-size: 22px;
    line-height: 35px;
  }
}

/* Sidebar Widget Area */
.sidebar-widget-area .sidebar-widget {
  background-color: #F6F6F6;
  padding: 40px;
}
@media (max-width: 1650px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 40px 30px;
  }
}
.sidebar-widget-area .sidebar-widget .widget-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D8DDE1;
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .form_control {
  border: 1px solid var(--border-color);
  padding: 12px 25px;
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .search-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 25px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a span {
  margin-left: auto;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
  padding: 13px 15px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 3px;
  line-height: 1;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}

/* Blog Details Page CSS */
.blog-details-wrapper .blog-post-item {
  border: 1px solid var(--border-color);
  padding: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post-item {
    padding: 30px 20px;
  }
}
.blog-details-wrapper .blog-post-item .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-meta span i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.blog-details-wrapper .blog-post-item .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  content: "|";
}
.blog-details-wrapper .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post-item .post-content .title {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post-item .post-content p {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote {
  background-color: #F6F6F6;
  padding: 30px 20px 20px;
  position: relative;
}
.blog-details-wrapper .blog-post-item .post-content blockquote .icon {
  position: absolute;
  top: -16px;
  left: 20px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote p {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5 {
  color: var(--secondary-color);
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--secondary-color);
  vertical-align: middle;
  margin-right: 15px;
}
.blog-details-wrapper .blog-post-item .post-content .bizzen-image {
  margin-bottom: 30px;
}
.blog-details-wrapper .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-details-wrapper .entry-footer span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 15px;
  font-size: 20px;
}
.blog-details-wrapper .entry-footer .tag-links a {
  padding: 8px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .blog-details-wrapper .entry-footer .tag-links a {
    margin-bottom: 10px;
  }
}
.blog-details-wrapper .entry-footer .tag-links a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .entry-footer .social-share {
    margin-top: 15px;
  }
}
.blog-details-wrapper .entry-footer .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-details-wrapper .entry-footer .social-share a:not(:last-child) {
  margin-right: 5px;
}
.blog-details-wrapper .entry-footer .social-share a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.blog-details-wrapper .comments-area h3.comments-title {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
  height: 85px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
    margin-bottom: 20px;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  border-radius: 50%;
  width: 100%;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content {
  position: relative;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name {
  text-transform: capitalize;
  color: var(--heading-color);
  font: 600 18px var(--heading-font);
  margin-bottom: 15px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name .date {
  display: block;
  font-size: 14px;
  color: var(--text-color);
  margin-top: 5px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content p {
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--secondary-color);
  font-weight: 500;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply i {
  margin-right: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply:hover {
  color: var(--primary-color);
}
.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
  margin-left: 50px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 20px;
  }
}
.blog-details-wrapper .comment-form .form_control {
  border: 1px solid var(--border-color);
  padding: 15px 25px;
  font-weight: 300;
  margin-bottom: 30px;
}

/*========================
    Company Section  CSS
==========================*/
.bizzen-company-sec .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1650px) {
  .bizzen-company-sec .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bizzen-company-sec .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bizzen-company-sec .text-box {
  position: relative;
  z-index: 1;
}
.bizzen-company-sec .text-box:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  z-index: -1;
}
.bizzen-company-sec .text-box h6 {
  display: inline-block;
  padding: 0 30px;
  background-color: var(--white-color);
}

.bizzen-client-item .client-img {
  padding: 0 50px;
  text-align: center;
}
.bizzen-client-item .client-img img {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .bizzen-client-item .client-img {
    padding: 0 20px;
  }
}

/*========================
    图片适配样式
==========================*/

/* Hero 主图样式 */
.hero-image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/2;
}

/* 通用区块特色图样式 */
.section-feature-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.section-feature-image:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* Positioning 区域 */
.positioning-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

.positioning-image {
  position: sticky;
  top: 120px;
}

.positioning-image .section-feature-image {
  aspect-ratio: 3/2;
}

/* Framework 区域 */
.framework-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

.framework-visual {
  position: sticky;
  top: 120px;
}

.framework-visual .section-feature-image {
  aspect-ratio: 3/2;
}

/* Resources 区域 */
.resource-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

.resource-visual {
  position: sticky;
  top: 120px;
}

.resource-visual .section-feature-image {
  aspect-ratio: 3/2;
}

/* Editorial 区域 */
.editorial-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

.editorial-visual {
  position: sticky;
  top: 120px;
}

.editorial-visual .section-feature-image {
  aspect-ratio: 3/2;
}

/* Company 区域 */
.company-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

.company-visual {
  position: sticky;
  top: 120px;
}

.company-visual .section-feature-image {
  aspect-ratio: 3/2;
}

.company-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* 图片加载动画 */
@keyframes imageFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-main-image,
.section-feature-image {
  animation: imageFadeIn 0.6s var(--ease-out) forwards;
}

/* 图片懒加载占位符 */
img[loading="lazy"] {
  background: linear-gradient(
    135deg,
    var(--gray-100) 0%,
    var(--gray-50) 50%,
    var(--gray-100) 100%
  );
  background-size: 200% 200%;
  animation: shimmer 1.5s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

img[loading="lazy"]:not([src=""]) {
  animation: none;
  background: none;
}

/* 响应式适配 */
@media (max-width: 1023.98px) {
  .positioning-content,
  .framework-content,
  .resource-content,
  .editorial-content,
  .company-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .positioning-image,
  .framework-visual,
  .resource-visual,
  .editorial-visual,
  .company-visual {
    position: static;
    order: -1;
  }
  
  .positioning-image .section-feature-image,
  .framework-visual .section-feature-image,
  .resource-visual .section-feature-image,
  .editorial-visual .section-feature-image,
  .company-visual .section-feature-image {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 767.98px) {
  .positioning-content,
  .framework-content,
  .resource-content,
  .editorial-content,
  .company-content {
    gap: 24px;
  }
  
  .hero-image-wrapper {
    border-radius: 20px;
  }
  
  .section-feature-image {
    border-radius: var(--radius-lg);
  }
}

/*========================
    CTA Section  CSS
==========================*/
.bizzen-cta-sec {
  position: relative;
  z-index: 1;
}
.bizzen-cta-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.7);
  z-index: -1;
}
.bizzen-cta-sec .bizzen-button .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.bizzen-cta-sec .bizzen-button .theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/*========================
    Contact Section  CSS
==========================*/
.bizzen-contact_one .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.bizzen-contact_one .contact-wrapper .contact-bg-wrap {
  width: 60%;
  min-height: 100%;
}
.bizzen-contact_one .contact-wrapper .contact-bg-wrap .contact-bg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-contact_one .contact-wrapper .contact-bg-wrap {
    display: none;
  }
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper {
  width: 47%;
  background-color: var(--primary-black-color);
  padding: 100px 60px 120px;
  margin-left: -120px;
}
@media screen and (max-width: 1199.98px) {
  .bizzen-contact_one .contact-wrapper .contact-form-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .bizzen-contact_one .contact-wrapper .contact-form-wrapper {
    width: 100%;
    padding: 50px 30px 70px;
  }
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box {
  max-width: 575px;
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box p {
  color: rgba(255, 255, 255, 0.4);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form label {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .form_control {
  background-color: transparent;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.7);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .form_control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.bizzen-contact_one .contact-wrapper .contact-form-wrapper .bizzen-content-box .contact-form .theme-btn.style-one:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/* Contact Page CSS */
.bizzen-info-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  padding: 30px;
}
@media (max-width: 1650px) {
  .bizzen-info-left-box {
    padding: 30px 20px;
  }
}
.bizzen-info-left-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background-color: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  color: var(--heading-color);
  margin-right: 20px;
  border: 1px solid var(--border-color);
}
.bizzen-info-left-box .content h5 {
  font-weight: 600;
  margin-bottom: 7px;
}
.bizzen-info-left-box .content p {
  line-height: 26px;
}

.map-box iframe {
  height: 690px;
}

.bizzen-contact_two .contact-wrapper {
  border: 1px solid var(--border-color);
  padding: 35px 60px 50px;
}
@media (max-width: 767.98px) {
  .bizzen-contact_two .contact-wrapper {
    padding: 40px 30px 50px;
  }
}
.bizzen-contact_two .contact-wrapper h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  .bizzen-contact_two .contact-wrapper h2 {
    font-size: 40px;
    line-height: 1.4em;
  }
}
@media (max-width: 767.98px) {
  .bizzen-contact_two .contact-wrapper h2 {
    font-size: 28px;
    line-height: 1.3em;
  }
}
.bizzen-contact_two .contact-wrapper .contact-form .form_control {
  padding: 12px 30px;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
}

/*======================
    Error Section  CSS
=======================*/
.bizzen-error-sec .bizzen-content-box h1 {
  margin-bottom: 30px;
}
.bizzen-error-sec .bizzen-content-box h1 span {
  font-weight: 300;
  font-family: var(--heading-font);
}
@media screen and (max-width: 1199.98px) {
  .bizzen-error-sec .bizzen-content-box h1 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .bizzen-error-sec .bizzen-content-box h1 {
    font-size: 32px;
  }
}
.bizzen-error-sec .bizzen-content-box p {
  margin-bottom: 40px;
  font-size: 20px;
}

/* Footer Widget */
.footer-widget .widget-title {
  color: var(--white-color);
  margin-bottom: 15px;
}
.footer-widget.footer-about-widget .widget-content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-widget.footer-about-widget .widget-content .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-widget.footer-about-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.footer-widget.footer-about-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.footer-widget.footer-about-widget .form-group .form_control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.footer-widget.footer-about-widget .form-group .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-about-widget .form-group .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-about-widget .form-group .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-about-widget .form-group .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-about-widget .form-group .form_control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-about-widget .form-group .submit-btn {
  position: absolute;
  bottom: 17px;
  right: 0;
  background-color: transparent;
  color: var(--primary-color);
}
.footer-widget.footer-contact-info-widget .widget-content h6 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 10px;
}
.footer-widget.footer-contact-info-widget .widget-content h6:after {
  display: block;
  content: "";
  margin-top: 5px;
  width: 55px;
  height: 1px;
  background-color: var(--primary-color);
}
.footer-widget.footer-contact-info-widget .widget-content ul li {
  line-height: 26px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.footer-widget.footer-social-widget .widget-content .social-box a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-widget.footer-social-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.footer-widget.footer-social-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}

/* Copyright Area */
.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.copyright-area .copyright-text p {
  color: var(--white-color);
}
.copyright-area .copyright-link a {
  color: var(--white-color);
}
.copyright-area .copyright-link a:not(:last-child) {
  margin-right: 20px;
}
.copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

/* Main Footer */
.main-footer {
  position: relative;
  background-color: var(--primary-black-color);
  overflow: hidden;
  z-index: 1;
}
.main-footer .footer-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.main-footer .footer-shape img {
  opacity: 0.07;
}
.main-footer .footer-widget-wrapper .footer-widget-inner {
  position: relative;
  margin-left: 50px;
}
@media screen and (max-width: 1199.98px) {
  .main-footer .footer-widget-wrapper .footer-widget-inner {
    margin-left: 0;
  }
}
.main-footer .footer-widget-wrapper .footer-widget-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991.98px) {
  .main-footer .footer-widget-wrapper .footer-widget-inner:after {
    display: none;
  }
}
.main-footer .footer-widget-wrapper .footer-top {
  padding: 100px 0 100px 100px;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .main-footer .footer-widget-wrapper .footer-top {
    display: none;
  }
}
.main-footer .footer-widget-wrapper .footer-top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 200%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-footer .footer-widget-wrapper .footer-top .big-text {
  color: var(--white-color);
  font-size: 70px;
  font-family: var(--heading-font);
  font-weight: 700;
}
@media (max-width: 1650px) {
  .main-footer .footer-widget-wrapper .footer-top .big-text {
    font-size: 60px;
  }
}
.main-footer .footer-widget-wrapper .footer-widget-area {
  padding: 90px 0 55px 100px;
}
@media screen and (max-width: 1199.98px) {
  .main-footer .footer-widget-wrapper .footer-widget-area {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-footer .footer-widget-wrapper .footer-widget-area {
    padding-left: 0;
    padding: 50px 0 15px;
  }
}

/* Footer V2 */
.footer-v2 .footer-widget .widget-title:after {
  display: block;
  content: "";
  margin-top: 5px;
  width: 55px;
  height: 1px;
  background-color: var(--primary-color);
}
.footer-v2 .footer-widget.footer-nav-widget {
  padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
  .footer-v2 .footer-widget.footer-nav-widget {
    padding-left: 0;
  }
}
.footer-v2 .footer-widget.footer-nav-widget .widget-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-v2 .footer-widget.footer-nav-widget .widget-nav li a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.footer-v2 .footer-widget.footer-contact-info-widget ul li {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-v2 .footer-widget.footer-newsletter-widget p {
  margin-bottom: 20px;
}
.footer-v2 .footer-widget.footer-newsletter-widget .form-group .form_control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.footer-v2 .footer-widget.footer-newsletter-widget .form-group .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form-group .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form-group .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form-group .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form-group .form_control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-v2 .footer-widget.footer-newsletter-widget .form-group .submit-btn {
  position: absolute;
  bottom: 17px;
  right: 0;
  background-color: transparent;
  color: var(--primary-color);
}
