/**
* Template Name: Arsha
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Updated: Feb 22 2025 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/maf
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Jost", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37517e;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #47b2e4;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;
  /* The default color of the main navmenu links */
  --nav-hover-color: #47b2e4;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #47b2e4;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f6f8;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #37517e;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #4668a2;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* -------------------------------------------------------------------------- */


/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Archive: Global Header & Navigation moved to header.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Archive: Navigation sections moved to header.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Archive: Global Footer moved to footer.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: linear-gradient(130deg, #203252 0%, #2d4368 54%, #1f3252 100%);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  color: #ffffff;
  padding: 18px;
}

#preloader .loader {
  --b: 5px;
  width: calc(12 * var(--b));
  aspect-ratio: 1;
  border-radius: 50%;
  color: #8fd7ff;
  background:
    repeating-radial-gradient(calc(2 * var(--b)) at top, #0000 -1px, currentColor 0 calc(50% - 1px), #0000 50% calc(100% - 1px)) calc(50% + var(--b)) 100%,
    repeating-radial-gradient(calc(2 * var(--b)) at bottom, currentColor -1px, #0000 0 calc(50% - 1px), currentColor 50% calc(100% - 1px)) 50% 0;
  background-size: 150% 50%;
  background-repeat: no-repeat;
  mask:
    radial-gradient(calc(1.5 * var(--b)) at calc(100% - var(--b) / 2) 0, #0000 calc(100% / 3), #000 calc(100% / 3 + 1px) 110%, #0000 0) calc(50% + var(--b) / 2) 100% / calc(3 * var(--b)) 50% exclude no-repeat,
    conic-gradient(#000 0 0);
  animation: l20 1s infinite linear;
  filter: drop-shadow(0 0 14px rgba(143, 215, 255, 0.45));
}

.preloader-brand {
  font-family: var(--heading-font);
  font-size: 30px;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  min-height: 36px;
}

.preloader-brand span {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
  color: #ffffff;
}

.preloader-brand span.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.preloader-brand span.is-pop {
  color: #8fd7ff;
}

.preloader-brand .space {
  width: 0.34em;
}

.preloader-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}

#preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes l20 {
  100% {
    transform: rotate(1turn);
  }
}

@media (max-width: 576px) {
  .preloader-brand {
    font-size: 24px;
  }
}

/* Legacy preloader keyframes retained for backward compatibility */
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

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

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

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

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

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

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

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}


/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .page-title h1 {
    margin-left: 30px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .page-title h1 {
    margin-left: 50px !important;
    font-size: 20px !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 88px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Archive: Hero Section moved to index.css
--------------------------------------------------------------*/

.hero-accounting .hero-panel-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.hero-accounting .hero-panel-brand img {
  width: 54px;
  height: auto;
}

.hero-accounting .hero-panel-brand span {
  color: #dff5ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.hero-accounting .hero-accounting-panel h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
}

.hero-accounting .hero-accounting-panel p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
}

.hero-accounting .hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.hero-accounting .hero-stat-box {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px 12px;
}

.hero-accounting .hero-stat-box strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  color: #ffffff;
}

.hero-accounting .hero-stat-box span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.84);
}

.hero-accounting .hero-module-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-accounting .hero-module-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
  padding: 2px 0;
}

.hero-accounting .hero-module-list i {
  color: #8ce2ff;
  margin-top: 2px;
}

/* Accounting Focus */
.accounting-focus {
  background: #ffffff;
  padding-top: 74px;
  padding-bottom: 74px;
}

.accounting-focus .accounting-card {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 86%);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(33, 58, 95, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accounting-focus .accounting-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(33, 58, 95, 0.12);
}

.accounting-focus .accounting-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 84%);
  color: var(--accent-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.accounting-focus .accounting-card .icon i {
  font-size: 25px;
}

.accounting-focus .accounting-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.accounting-focus .accounting-card p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
}

.accounting-focus .accounting-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accounting-focus .accounting-card li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.65;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.accounting-focus .accounting-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 16%);
}

@media (max-width: 991px) {
  .hero-accounting {
    padding: 106px 0 42px 0;
  }

  .hero-accounting h1 {
    font-size: 40px;
  }

  .hero-accounting p {
    font-size: 18px;
  }

  .hero-accounting .hero-accounting-panel {
    margin-top: 18px;
  }

  .hero-accounting.hero-video-section {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .hero-accounting h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .hero-accounting p {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-accounting .hero-kicker {
    font-size: 11px;
  }

  .hero-accounting .hero-highlights {
    gap: 10px;
    margin: 20px 0;
  }

  .hero-accounting .hero-highlights span {
    font-size: 12px;
    padding: 7px 12px;
  }

  .hero-accounting .hero-accounting-panel {
    padding: 18px;
  }

  .hero-accounting .hero-accounting-panel h3 {
    font-size: 24px;
  }

  .hero-accounting .hero-stat-box strong {
    font-size: 19px;
  }
}

/*--------------------------------------------------------------
# Archive: Clients & About sections moved to index.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services .container {
  overflow: visible;
}

.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
}

.services .service-item .icon {
  margin-bottom: 10px;
}

.services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: 0.3s;
}

.services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  transform: translateY(-10px);
}

.services .service-item:hover h4 a {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Archive: Services (Landing), CTA, Products & Business Proof moved to index.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Archive: Landing Sections (Products, Help, Business Proof) moved to index.css
--------------------------------------------------------------*/

@media (max-width: 767px) {

  #header,
  .header {
    padding: 8px 0 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(16, 46, 86, 0.08) !important;
  }

  #header .container,
  .header .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #header .logo,
  .header .logo {
    max-width: 112px !important;
    width: 112px !important;
    flex: 0 0 112px !important;
    margin-right: 6px !important;
  }

  #header .logo img,
  .header .logo img {
    max-height: 34px !important;
    max-width: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  #header .btn-getstarted,
  .header .btn-getstarted {
    padding: 8px 14px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    margin: 0 8px 0 auto !important;
    min-width: auto !important;
  }

  #header .mobile-nav-toggle,
  .header .mobile-nav-toggle {
    font-size: 26px !important;
    margin-left: 0 !important;
    color: #1c365e !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #header .navmenu a,
  #header .navmenu a:focus,
  .header .navmenu a,
  .header .navmenu a:focus {
    color: #1c365e !important;
  }

  #header .navmenu .active,
  #header .navmenu .active:focus,
  .header .navmenu .active,
  .header .navmenu .active:focus {
    color: var(--accent-color) !important;
  }

  #header .navmenu ul,
  .header .navmenu ul {
    background: #ffffff !important;
  }

  #hero,
  .hero,
  section#hero {
    margin-top: 82px !important;
    padding-top: 18px !important;
    padding-bottom: 28px !important;
    min-height: auto !important;
  }

  #hero .container,
  .hero .container,
  section#hero .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #hero .hero-content,
  #hero .hero-text,
  #hero .hero-copy,
  #hero .hero-info,
  .hero .hero-content,
  .hero .hero-text,
  .hero .hero-copy,
  .hero .hero-info,
  section#hero .hero-content,
  section#hero .hero-text,
  section#hero .hero-copy,
  section#hero .hero-info {
    padding-top: 0 !important;
  }

  #hero video,
  #hero .hero-bg-video,
  #hero .hero-background-video,
  .hero video,
  .hero .hero-bg-video,
  .hero .hero-background-video,
  section#hero video,
  section#hero .hero-bg-video,
  section#hero .hero-background-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  #hero .hero-video,
  #hero .hero-video-wrap,
  #hero .hero-media,
  #hero .hero-visual,
  .hero .hero-video,
  .hero .hero-video-wrap,
  .hero .hero-media,
  .hero .hero-visual,
  section#hero .hero-video,
  section#hero .hero-video-wrap,
  section#hero .hero-media,
  section#hero .hero-visual {
    min-height: 240px !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  #header,
  .header {
    padding: 10px 0 !important;
  }

  #header .container,
  .header .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #header .logo,
  .header .logo {
    max-width: 150px !important;
    width: 150px !important;
    flex: 0 0 150px !important;
    margin-right: 10px !important;
  }

  #header .logo img,
  .header .logo img {
    max-height: 44px !important;
    max-width: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  #header .btn-getstarted,
  .header .btn-getstarted {
    padding: 9px 16px !important;
    font-size: 13px !important;
  }

  #header .mobile-nav-toggle,
  .header .mobile-nav-toggle {
    font-size: 28px !important;
  }

  #hero,
  .hero,
  section#hero {
    margin-top: 90px !important;
    padding-top: 24px !important;
    padding-bottom: 36px !important;
  }
}

/* =========================
   HERO RESPONSIVE FIX
========================= */

#hero,
.hero,
section#hero {
  overflow: hidden;
}

#hero .container,
.hero .container,
section#hero .container {
  position: relative;
  z-index: 2;
}

#hero .row,
.hero .row,
section#hero .row {
  align-items: center;
}

#hero .hero-content,
#hero .hero-text,
#hero .hero-copy,
#hero .hero-info,
.hero .hero-content,
.hero .hero-text,
.hero .hero-copy,
.hero .hero-info,
section#hero .hero-content,
section#hero .hero-text,
section#hero .hero-copy,
section#hero .hero-info {
  width: 100%;
  max-width: 680px;
}

#hero .hero-actions,
#hero .hero-btns,
#hero .hero-buttons,
#hero .hero-cta-group,
.hero .hero-actions,
.hero .hero-btns,
.hero .hero-buttons,
.hero .hero-cta-group,
section#hero .hero-actions,
section#hero .hero-btns,
section#hero .hero-buttons,
section#hero .hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#hero .hero-actions a,
#hero .hero-btns a,
#hero .hero-buttons a,
#hero .hero-cta-group a,
.hero .hero-actions a,
.hero .hero-btns a,
.hero .hero-buttons a,
.hero .hero-cta-group a,
section#hero .hero-actions a,
section#hero .hero-btns a,
section#hero .hero-buttons a,
section#hero .hero-cta-group a {
  white-space: nowrap;
}

#hero .hero-points,
#hero .hero-list,
#hero .hero-highlights,
#hero .hero-features,
.hero .hero-points,
.hero .hero-list,
.hero .hero-highlights,
.hero .hero-features,
section#hero .hero-points,
section#hero .hero-list,
section#hero .hero-highlights,
section#hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

#hero .hero-points>*,
#hero .hero-list>*,
#hero .hero-highlights>*,
#hero .hero-features>*,
.hero .hero-points>*,
.hero .hero-list>*,
.hero .hero-highlights>*,
.hero .hero-features>*,
section#hero .hero-points>*,
section#hero .hero-list>*,
section#hero .hero-highlights>*,
section#hero .hero-features>* {
  flex: 0 0 auto;
}

#hero .hero-video,
#hero .hero-video-wrap,
#hero .hero-media,
#hero .hero-visual,
.hero .hero-video,
.hero .hero-video-wrap,
.hero .hero-media,
.hero .hero-visual,
section#hero .hero-video,
section#hero .hero-video-wrap,
section#hero .hero-media,
section#hero .hero-visual {
  width: 100%;
}

#hero video,
#hero .hero-bg-video,
#hero .hero-background-video,
.hero video,
.hero .hero-bg-video,
.hero .hero-background-video,
section#hero video,
section#hero .hero-bg-video,
section#hero .hero-background-video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {

  #hero,
  .hero,
  section#hero {
    min-height: auto !important;
    padding-top: 110px !important;
    padding-bottom: 56px !important;
  }

  #hero .container,
  .hero .container,
  section#hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #hero .row,
  .hero .row,
  section#hero .row {
    row-gap: 28px;
  }

  #hero h1,
  .hero h1,
  section#hero h1 {
    font-size: clamp(34px, 5vw, 52px) !important;
    line-height: 1.08 !important;
  }

  #hero h2,
  #hero .hero-subtitle,
  .hero h2,
  .hero .hero-subtitle,
  section#hero h2,
  section#hero .hero-subtitle {
    font-size: clamp(18px, 2.8vw, 28px) !important;
    line-height: 1.35 !important;
  }

  #hero p,
  #hero .hero-description,
  .hero p,
  .hero .hero-description,
  section#hero p,
  section#hero .hero-description {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  #hero .hero-content,
  #hero .hero-text,
  #hero .hero-copy,
  #hero .hero-info,
  .hero .hero-content,
  .hero .hero-text,
  .hero .hero-copy,
  .hero .hero-info,
  section#hero .hero-content,
  section#hero .hero-text,
  section#hero .hero-copy,
  section#hero .hero-info {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #hero .hero-actions,
  #hero .hero-btns,
  #hero .hero-buttons,
  #hero .hero-cta-group,
  .hero .hero-actions,
  .hero .hero-btns,
  .hero .hero-buttons,
  .hero .hero-cta-group,
  section#hero .hero-actions,
  section#hero .hero-btns,
  section#hero .hero-buttons,
  section#hero .hero-cta-group {
    justify-content: center;
  }

  #hero .hero-points,
  #hero .hero-list,
  #hero .hero-highlights,
  #hero .hero-features,
  .hero .hero-points,
  .hero .hero-list,
  .hero .hero-highlights,
  .hero .hero-features,
  section#hero .hero-points,
  section#hero .hero-list,
  section#hero .hero-highlights,
  section#hero .hero-features {
    justify-content: center;
  }
}

@media (max-width: 767px) {

  #header,
  .header {
    padding: 10px 0 !important;
  }

  #header .container,
  .header .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #header .logo,
  .header .logo {
    max-width: 170px;
    margin-right: 8px;
  }

  #header .logo img,
  .header .logo img {
    max-height: 58px !important;
    width: auto !important;
  }

  #header .btn-getstarted,
  .header .btn-getstarted {
    padding: 10px 18px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    margin: 0 10px 0 auto !important;
    min-width: auto !important;
  }

  #header .mobile-nav-toggle,
  .header .mobile-nav-toggle {
    font-size: 30px !important;
    margin-left: 0 !important;
  }
}

/*--------------------------------------------------------------
# Archive: Hero Responsive overrides moved to index.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Archive: Product info styles moved to index.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

@media (max-width: 468px) {
  .team .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.team .team-member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  flex-shrink: 0;
}

.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

@media (max-width: 468px) {
  .team .team-member .member-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
  }
}

.team .team-member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member .social {
    justify-content: center;
  }
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

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

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

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

.testimonials .swiper-wrapper {
  height: auto;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
}

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

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/* Area Archived: Help Center Premium moved to index.css */


/* Area Archived: Contact Premium moved to index.css */

/* Global Tech Background Decoration */
.contact-tech-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(148, 163, 184, 0.15) 1.2px, transparent 1.2px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}
/*--------------------------------------------------------------
# Professional Error 404 Section (Clean)
--------------------------------------------------------------*/
.error-404-clean {
  padding: 120px 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-color: var(--background-color);
  position: relative;
}

.error-404-clean .container {
  position: relative;
  z-index: 2;
}

.error-404-clean .error-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.error-404-clean .error-code {
  font-size: clamp(100px, 15vw, 180px);
  font-weight: 800;
  color: var(--heading-color);
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  letter-spacing: -2px;
  text-shadow: 10px 10px 0px color-mix(in srgb, var(--accent-color), transparent 90%);
}

.error-404-clean .error-title {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 20px;
  font-family: var(--heading-font);
}

.error-404-clean .error-text {
  font-size: 18px;
  color: var(--default-color);
  margin-bottom: 40px;
  line-height: 1.6;
  opacity: 0.8;
}

.error-404-clean .error-action .btn-primary {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.error-404-clean .error-action .btn-primary:hover {
  background: var(--heading-color);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px color-mix(in srgb, var(--heading-color), transparent 70%);
}

.error-404-clean .quick-links {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.error-404-clean .link-item {
  color: var(--default-color);
  font-weight: 600;
  margin: 0 15px;
  font-size: 15px;
  transition: 0.3s;
}

.error-404-clean .link-item:hover {
  color: var(--accent-color);
}

@media (max-width: 575px) {
  .error-404-clean {
    padding: 80px 0;
  }
  .error-404-clean .error-code {
    font-size: 100px;
  }
  .error-404-clean .link-item {
    display: block;
    margin: 10px 0;
  }
}
/* ===============================
   PREMIUM EMPTY STATES (SHARED)
================================*/
.downloads-empty-state {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
  background: #fff;
  border-radius: 40px;
  border: 1px dashed #e2e8f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
}

.empty-icon-wrapper {
  width: 90px;
  height: 90px;
  background: #f8fafc;
  color: #94a3b8;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 10px;
  border: 1px solid #f1f5f9;
}

.downloads-empty-state h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
}

.downloads-empty-state p {
  font-size: 16px;
  color: #64748b;
  max-width: 500px;
  margin: 0 auto 10px;
  line-height: 1.6;
}

.empty-actions {
  margin-top: 10px;
}

.btn-empty-support {
  background: linear-gradient(135deg, #47b2e4 0%, #37517e 100%);
  color: #fff !important;
  padding: 14px 40px;
  border-radius: 100px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(71, 178, 228, 0.2);
  text-decoration: none;
}

.btn-empty-support:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(71, 178, 228, 0.3);
  color: #fff !important;
}
