/*
Theme Name: Chronix Digital
Theme URI:  https://chronixdigital.com
Author:     Chronix Digital
Author URI: https://chronixdigital.com
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: Chronix Digital
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --navy: #020b18;
  --navy-2: #061326;
  --panel: #09182d;
  --blue: #155dff;
  --blue-bright: #2e73ff;
  --blue-soft: #6ea2ff;
  --white: #f7f9fc;
  --text: #111827;
  --muted: #667085;
  --border: #e5eaf1;
  --chronix-muted: #667085;
  --chronix-navy: #020b18;
  --chronix-dark: #061326;
  --chronix-blue: #145cff;
  --chronix-blue-light: #2f7bff;
  --chronix-white: #ffffff;
  --chronix-text: #111827;
  --chronix-muted: #667085;
  --chronix-border: #e5eaf2;
  --chronix-light: #f7f9fc;
  --chronix-radius: 12px;
  --chronix-shadow: 0 10px 35px rgba(2, 11, 24, 0.08);
  --chronix-transition: 0.25s ease;
  --dark-border: rgba(255, 255, 255, .12);
  --container: 1280px;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}
a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(46, 115, 255, .4);
  outline-offset: 3px;
}
h2{
  font-size: 42px;
  font-weight: 800;
  color: #000928;
  letter-spacing: -1px;
  margin: 0 0 20px;
  line-height: 52px;
}
.container {
  max-width: 1440px;
  padding: 0 30px;
}
.flex-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.eyebrow {
    display: block;
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.btn {
  min-height: 43px;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.btn-primary {
  --bs-btn-bg: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: #0d4be0;
  --bs-btn-hover-border-color: #0d4be0;
}
.btn-outline-primary {
  --bs-btn-color: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--blue);
  --bs-btn-hover-border-color: var(--blue);
}
.btn-glow {
  box-shadow: 0 9px 28px rgba(21, 93, 255, .25);
}
.wow.fadeInUp {
  animation-name: customFadeInUp;
  animation-duration: 0.9s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.wow.fadeInLeft {
  animation-name: customFadeInLeft;
  animation-duration: 0.9s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes customFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.wow.fadeInRight {
  animation-name: customFadeInRight;
  animation-duration: 0.9s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes customFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(60px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}
.site-nav {
  min-height: 78px;
  background: transparent;
}
.site-nav__inner {
  min-height: 78px;
}
.site-logo img, .footer-logo img {
  display: block;
  width: 230px;
  height: auto;
}
.navbar-nav {
  gap: 36px;
}
.site-nav .nav-link {
  position: relative;
  padding: 8px 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.site-nav .nav-link:hover, .site-nav .nav-link.active {
  color: #fff;
  color: var(--blue);
}
.site-nav .nav-link.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue);
}
.nav-cta {
  min-height: 36px;
  color: #fff;
  border-color: var(--blue);
  font-size: 12px;
}
/* =====================================
              Hero 
========================================*/
.hero-area {
  position: relative;
  min-height: 625px;
  padding: 150px 0 25px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 43%, rgba(15, 85, 255, .20), transparent 27%), radial-gradient(circle at 8% 18%, rgba(15, 85, 255, .07), transparent 32%), var(--navy);
  overflow: hidden;
}
.hero-area::after {
  position: absolute;
  right: -12%;
  bottom: -60%;
  width: 65%;
  height: 100%;
  content: "";
  background: radial-gradient(ellipse, rgba(21, 93, 255, .11), transparent 68%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 570px;
}
.hero-actions a {
  font-size: 14px;
}
.hero-label, .section-label {
  margin: 0px 0px 9px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  display: block;
}
.hero-content h1 {
  margin: 0 0 14px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.2;
}
.hero-content h1 span {
  color: var(--blue-bright);
}
.hero-content p {
  margin: 0 0 16px;
}
.hero-copy__lead {
  max-width: 535px;
  margin: 0 0 25px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.75;
}
.hero-actions {
  margin: 0 0 30px;
  display: flex;
  gap: 20px;
}
.rating-section {
  width: 100%;
  min-height: 108px;
  display: flex;
  align-items: center;
  color: #fff;
}
.rating-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}
/* Left testimonial */
.testimonial {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatars {
  display: flex;
  align-items: center;
}
.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #d9e1e8;
  margin-left: -8px;
}
.avatar:first-child {
  margin-left: 0;
}
.testimonial-text {
  color: #d9dde2;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  max-width: 145px;
}
/* Divider */
.divider {
  width: 1px;
  height: 45px;
  background: rgba(255, 255, 255, 0.25);
}
/* Google rating */
.google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-number {
  font-size: 20px;
  font-weight: 700;
  color: #f5f6f7;
}
.rating-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stars {
  display: flex;
  gap: 2px;
  color: #fbbc04;
  font-size: 16px;
  line-height: 1;
}
.google-text {
  color: #bfc5cc;
  font-size: 12px;
  font-weight: 500;
}
/* =====================================
              Our CLients 
========================================*/
.home-clients {
  padding: 25px 0;
  background: #06101f;
  border-top: 1px solid rgba(255, 255, 255, .04);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.marquee-track ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.marquee-track li {
  margin: 0 29px;
  flex-shrink: 0;
}
.marquee-track img {
  display: block;
  max-width: 160px;
}
/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* =====================================
              Home Services
========================================*/
.home-services {
  padding: 100px 0;
  background: #fff;
}
.section-heading {
  margin-bottom: 50px;
}
.section-heading h2 {
  margin: 0;
  color: var(--chronix-text);
  font-size:46px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.section-heading p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--chronix-muted);
}
.service-card {
  height: 100%;
  padding: 32px 27px;
  background: #fff;
  border: 1px solid var(--chronix-border);
  border-radius: var(--chronix-radius);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover {
  border-color: rgba(20, 92, 255, .25);
  box-shadow: var(--chronix-shadow);
  transform: translateY(-6px);
}
.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  border-radius: 10px;
  color: var(--chronix-blue);
  background: #edf3ff;
  font-size: 23px;
}
.service-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
.service-card p {
  color: var(--chronix-muted);
  min-height: 70px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
}
.service-card a {
  color: var(--chronix-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  gap: 10px;
}
.service-card a:hover {
  text-decoration: underline;
}
/* =====================================
              Home Work
========================================*/
.our-work {
  padding: 100px 0;
  color: #fff;
  background: var(--chronix-navy);
}
.our-work .section-heading h2 {
  color: #fff;
  max-width: 465px;
  margin: 0 auto 16px;
}
.our-work .section-heading p {
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, .58);
}
.work-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.work-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}
.work-filter li {
  padding-bottom: 8px;
  color: rgba(255, 255, 255, .52);
  border-bottom: 2px solid transparent;
  border-bottom-color: transparent;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.work-filter li:hover, .work-filter li.active {
  color: var(--chronix-blue);
  border-bottom-color: var(--chronix-blue);
}
.portfolio-item {
  margin: 30px -15px;
}
.portfolio-item .item {
  width: 33.3%;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 15px;
}
.work-box .image {
  border-radius: 12px;
  overflow: hidden;
}
.project-category {
  display: inline-block;
  margin: 18px 0 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #394c6f;
  border-radius: 10px;
  padding: 3px 15px;
}
.work-box h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.work-box a {
  color: var(--chronix-blue);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
/* =====================================
              Home About
========================================*/
.home-about {
  padding: 100px 0;
  background: #fff;
}
.home-about h2 {
  margin: 0 0 22px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.035em;
  max-width: 433px;
}
.home-about > .container > .row > .col-lg-5 > p {
  max-width: 480px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--chronix-muted);
}
.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.about-feature {
  display: flex;
  gap: 16px;
  padding: 25px;
  border: 1px solid var(--chronix-border);
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.about-feature:hover {
  border-color: rgba(20, 92, 255, .25);
  box-shadow: var(--chronix-shadow);
  transform: translateY(-6px);
}
.about-feature .feature-icon i {
  color: var(--chronix-blue);
  font-size: 34px;
}

.about-feature h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}
.about-feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.why-partner {
  padding: 91px 0 100px;
  background: var(--chronix-navy);
}
.why-partner .heading-content{
    max-width: 1095px;
    margin: 0 auto 55px;
    text-align: center;
}
.why-partner h2{
    color: #fff;
    margin-bottom: 50px;
}
.why-partner p{
    color: #fff;    
}
.why-partner .box {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.why-box{
  text-align: center;
        
}
.why-box .icon{
    margin: 0 0 27px;
}
.why-box h3{
  font-size: 1.25em;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}
.why-box p {
  max-width: 282px;
  margin: 0 auto;
}
.center-btn{
    text-align: center;
}
.why-partner .center-btn {
  padding: 20px 0 0;
}
.website-designers{
    padding: 91px 0 100px;
  background: var(--chronix-navy);
}
.website-designers span {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 0 14px;
  text-align: center;
}
.website-designers h2{
    color: #fff;
    margin: 0 0 42px;
    text-align: center;
}
.website-designers .box {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 60px;
}
.designer-box {
  display: flex;
  flex-wrap: wrap;
}
.designer-box .icon {
  width: 60px;
}
.designer-box .content {
  width: calc(100% - 60px);
  padding-left: 16px;
}
.designer-box h3 {
  font-size: 1.25em;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}
.designer-box p  {
  color: #fff;
  max-width: 569px;
}
.faq {
  padding: 100px 0;
}
.faq .heading-content {
  text-align: center;
  margin: 0 0 30px;
}
.faq .box {
  width: 50%;
  padding: 0 15px;
}
.accordion .accordion-item {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  box-shadow: 0px 8px 12px -10px rgba(0,0,0,.4);
}
.accordion-button {
  background: transparent;
  font-weight: bold;
  color: #111827;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 18.5px 30px 19px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background-image: url("assets/images/down.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/down.svg");
  transform: rotate(-180deg);
}
.accordion-body {
  padding: 0 30px 10px;
}
.accordion-button:focus, .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus, .accordion-button:not(.collapsed) {
  color:#111827;
}
.cta {
  padding: 100px 0;
  color: #fff;
  background: var(--chronix-navy);
}
.bottom-logo {
  padding: 50px 0;
}
.bottom-logo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.bottom-logo ul li{
  width: 25%;
  text-align: center;
}
.bottom-logo ul li img{
    max-width: 215px;
}
/* =====================================
              About Page
========================================*/

.web-design .flex-box {
  align-items: center;
}
.web-design .box{
    width: 50%;
    padding: 0 15px;
}
.web-design {
  padding: 50px 0;
}
.web-design h2 {
  max-width: 509px;
}
 .web-design p{
  font-size: 16px;
  line-height: 1.6;
  max-width: 605px;
}
.counter {
  text-align: center;
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
.counter .item {
  width: 33.3333%;
  padding: 20px 10px;
  margin: 0 10px;
}
.counter .item .count {
  color: #000928;
  margin: 0 0 10px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  text-align: left;
}
.counter .item .text {
  color: #383838;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}
.cd-carousel-wrapper h2 {
  text-align: center;
}
.cd-carousel-wrapper {
  width: 100%;
  background: #fff;
  padding: 30px 0 100px;
  overflow: hidden;
}
.cd-carousel-card {
  background: #081735;
  color: #fff;
  padding: 20px 20px 70px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  border-radius: 15px;
  user-select: none;
  transform-style: preserve-3d;
  will-change: transform;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.cd-carousel-card:nth-child(2n+1) {
  margin-top: 40px;
  margin-bottom: 10px;
  transform: rotateX(6deg) rotateY(-6deg);
}
.cd-carousel-card.odd-card {
  margin-top: 40px;
  margin-bottom: 10px;
  transform: rotateX(9deg) rotateY(-9deg);
}
.cd-carousel-card.even-card {
  margin-bottom: 40px;
  margin-top: 10px;
  transform: rotateX(9deg) rotateY(9deg);
}
.swiper-slide .cd-carousel-card:hover {
  transform: rotateX(0deg) rotateY(0deg);
  box-shadow: none;
  z-index: 2;
}
.cd-carousel-card:hover {
  transform: rotateX(0deg) rotateY(0deg);
  box-shadow: none; /* shadow disappears on hover */
  z-index: 2;
}
.cd-carousel-swiper:hover .cd-carousel-card:not(:hover) {
  opacity: 0.3;
}
.swiper-slide .cd-carousel-card:hover {
  transform: rotateX(0deg) rotateY(0deg);
  box-shadow: none; /* shadow disappears on hover */
  z-index: 2;
}
.cd-carousel-swiper:hover .swiper-slide:not(:hover) .cd-carousel-card {
  opacity: 0.3;
}
.cd-carousel-card h3 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #fff;
}
.cd-carousel-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #d7d7d7;
  padding-bottom: 10px !important;
}
.cd-carousel-button {
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cd-carousel-card:hover .cd-carousel-button {
  opacity: 1;
  transform: translateY(0);
}
.cd-btn {
  display: inline-block;
  position: relative;
  padding: 10px 45px 10px 20px;
  margin-bottom: -10px !important;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #00bfff, #009edb);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 191, 255, 0.3);
  overflow: hidden;
}
.cd-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url('https://designpoint.com.au/wp-content/uploads/2025/04/Arrow-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.cd-btn:hover {
  background: linear-gradient(135deg, #009edb, #007ca8);
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 191, 255, 0.5);
  color: #fff;
}
.cd-btn:hover::after {
  transform: translateY(-50%) translateX(4px);
}
.review {
    padding: 100px 0 0;
}
.review h2{
    text-align: center;
}

.wordpress-design{
    padding: 100px 0;
}

.wordpress-design .box {
  width: 50%;
  padding: 0 15px;
}
.wordpress-design p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 605px;
}
.brands {
  padding: 100px 0 20px;
}
.brands h2 {
  text-align: center;
}
.brands ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.brands ul li{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.brands ul li img {
  max-width: 246px;
  margin: 0 auto;
}
/* =====================================
              About Page
========================================*/
.hero-stats {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(4, 16, 34, 0.72);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.stat-item {
  min-height: 94px;
  padding: 17px 24px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.stat-item__icon {
  flex: 0 0 42px;
  color: #2f74ff;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
.stat-item strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
.stat-item div > span {
  display: block;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.4;
}
.about-story {
  padding: 70px 0;
}
.about-story h2 {
  margin: 0 0 20px;
}
.about-story p, .about-team p {
  max-width: 510px;
  margin: 0 0 16px;
  color: var(--chronix-muted);
  font-size: 14px;
  line-height: 1.6;
}
.story-image img {
  border-radius: 12px;
}
.about-values {
  padding: 100px 0;
}
.about-values h2 {
  color: #fff;
}
.about-values p {
  max-width: 100%;
}
.value-card {
  height: 100%;
  min-height: 175px;
  padding: 25px 20px 21px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(9, 25, 47, 0.95), rgba(5, 17, 34, 0.8));
}
.value-card__icon {
  display: block;
  margin-bottom: 13px;
  color: #2f74ff;
  font-size: 30px;
  line-height: 1;
}
.value-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.value-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  line-height: 1.65;
}
.about-team {
  padding: 100px 0;
}
.about-team .section-heading h2 {
  font-size: 42px;
  margin: 0 0 20px;
}
.team-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(16, 24, 40, 0.06);
}
.team-card__body {
  padding: 12px 10px 13px;
  text-align: center;
}
.team-card h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.team-card p {
  margin: 0 0 9px;
  color: #7a8494;
  font-size: 12px;
  line-height: 1.4;
}
.team-card__socials a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  border-radius: 50%;
  background: #eef2f6;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.section-dark {
  color: var(--chronix-white);
  background: radial-gradient(circle at 50% -10%, rgba(21, 93, 255, 0.13), transparent 35%), var(--chronix-navy);
}
/* =====================================
             services
========================================*/
.services-section {
  padding: 100px 0;
}
.services-section .section-heading p {
  max-width: 1024px;
  margin: 12px 0 0 0;
}
.why-section {
  padding: 100px 0;
  color: #fff;
  background: radial-gradient(circle at 50% -10%, rgba(21, 93, 255, .13), transparent 36%), var(--navy);
}
.why-section h2 {
  color: #fff;
  margin: 0 0 20px;
}
.why-section .section-heading p {
  margin: 0 auto;
  color: #fff;
}
.why-item {
  min-height: 108px;
  padding: 13px 18px;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid var(--dark-border);
}
.why-icon {
  width: 60px;
}
.why-item .content {
  width: calc(100% - 60px);
  padding-left: 14px;
}
.why-item h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.why-item p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.process-section {
  padding: 100px 0;
}
.process-section h2 {
  margin: 0 0 16px;
}
.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.process-track::before {
  position: absolute;
  top: 33px;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  border-top: 1px dashed rgba(46, 115, 255, .4);
}
.process-step__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  border: 1px solid #e8edf5;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .07);
  font-size: 30px;
}
.process-step__number {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}
.process-step p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}
/* =====================================
              Conact
========================================*/
.trust-points {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.trust-point {
  display: flex;
  align-items: center;
  gap: 9px;
}
.trust-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(29, 107, 255, .55);
  box-shadow: 0 0 18px rgba(0, 83, 255, .12);
  color: #1670ff;
  font-size: 17px;
}
.trust-point strong {
  color: #fff;
  font-size: 14px;
}
.trust-point small  {
  color: #9ca8b9;
  font-size: 11px;
  margin-top: 2px;
  display: block;
}
.contact-area {
  padding: 100px 0;
}
.form-card {
  padding: 22px 20px 20px;
}
.form-card, .info-card {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 15px rgba(14,31,57,.04);
}
.form-card h2 {
  font-size: 23px;
  margin: 0 0 8px;
  font-weight: 700;
}
.form-intro {
  color: #697381;
  font-size: 12px;
  margin-bottom: 19px;
}
.input-wrap {
  position: relative;
}
.input-wrap .form-control {
  height: 43px;
  padding-left: 37px;
  border: 1px solid #dfe4eb;
  font-size: 11px;
  border-radius: 5px;
  box-shadow: none;
}
.textarea-wrap textarea {
  min-height: 98px;
  resize: vertical;
  padding-top: 13px;
  resize: none;
}

.input-wrap > i {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #697587;
  font-size: 14px;
}
.textarea-wrap > i {
  top: 17px;
  transform: none;
}
.form-check-input[type="checkbox"] {
  border-radius: .25em;
}
.form-check-label {
  color: #566170;
  font-size: 10px;
}
.form-check-label a {
  color: var(--blue);
  font-weight: 600;
}
.send-btn {
  width: 100%;
  border: 0;
  color: #fff;
  background: var(--blue);
  height: 42px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
}
.send-btn:hover {
  color: #fff;
  background: #0752e8;
}
.send-btn i {
  float: right;
  margin-right: 8px;
  font-size: 15px;
}


.info-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 14px 15px;
  min-height: 88px;
  margin-bottom: 8px;
}
.info-icon {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  border: 1px solid #e2e7ee;
  background: #f9fbff;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 24px;
}
.info-icon {
  color: var(--blue);
  font-size: 24px;
}
.info-card h3, .map-card h3 {
  margin: 2px 0 4px;
  color: #171d27;
  font-size: 12px;
  font-weight: 700;
}
.info-card p, .map-card p {
  margin: 0;
  color: #596474;
  font-size: 10px;
  line-height: 1.55;
}

.map-wrap {
  position: relative;
  height: 225px;
  overflow: hidden;
  margin-top: 24px;
  border-radius: 7px;
  border: 1px solid #dce2ea;
  background: #e9eff4;
}

.map-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(30deg, transparent 0 38%, rgba(255,255,255,.8) 39% 41%, transparent 42%),
    linear-gradient(125deg, transparent 0 43%, rgba(255,255,255,.85) 44% 46%, transparent 47%),
    #dce8ec;
}

.map-grid {
  position: absolute;
  inset: -20%;
  opacity: .7;
  background-image:
    linear-gradient(18deg, transparent 0 48%, #fff 49% 50%, transparent 51%),
    linear-gradient(82deg, transparent 0 48%, #fff 49% 50%, transparent 51%);
  background-size: 95px 75px;
  transform: rotate(-5deg);
}

.map-water {
  position: absolute;
  left: -7%;
  top: -20%;
  width: 20%;
  height: 145%;
  background: #b8dce9;
  transform: rotate(8deg);
  opacity: .85;
}

.map-road {
  position: absolute;
  height: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 0 1px rgba(173,184,190,.22);
}

.road-1 { width: 70%; top: 30%; left: 15%; transform: rotate(-18deg); }
.road-2 { width: 80%; top: 64%; left: 12%; transform: rotate(10deg); }
.road-3 { width: 55%; top: 16%; left: 35%; transform: rotate(52deg); }
.road-4 { width: 50%; top: 65%; left: 45%; transform: rotate(-53deg); }

.map-label {
  position: absolute;
  color: #65727a;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2px;
}

.label-1 { right: 10%; top: 13%; }
.label-2 { left: 48%; top: 66%; }
.label-3 { left: 30%; top: 24%; color: #2693b5; }

.map-pin {
  position: absolute;
  left: 66%;
  top: 49%;
  color: #1c64f7;
  font-size: 40px;
  filter: drop-shadow(0 4px 3px rgba(0,0,0,.16));
}

.map-card {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 20px;
  width: 250px;
  min-height: 135px;
  padding: 18px;
  display: flex;
  gap: 12px;
  background: rgba(255,255,255,.96);
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0,0,0,.1);
}

.map-card a {
  display: inline-block;
  margin-top: 11px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
}


/* =====================================
            Work
========================================*/
.stats-section {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}
.stats-card {
  min-height: 125px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 9px;
  box-shadow: 0 7px 22px rgba(9, 25, 47, .08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-section .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-right: 1px solid #e5e9ef;
}
.stats-section .stat-item:last-child {
  border-right: 0;
}
.stats-section .stat-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 31px;
}
.stats-section .stat-item strong {
  display: block;
  color: #111827;
  font-size: 21px;
}
.stats-section .stat-item span {
  display: block;
  color: #6c7480;
  font-size: 10px;
  margin-top: 3px;
}
.projects {
  padding: 100px 0 38px;
}
.projects .work-filter {
  gap: 20px;
}
.projects .portfolio-item {
  margin: 50px -15px 30px;
}
.projects .work-filter li {
  padding: 7px 25px;
  border: 1px solid #dfe4eb;
  color: #3f4753;
  border-radius: 5px;
  font-size: 14px;
}
.projects .work-filter li:hover, .projects .work-filter li.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}
.projects .work-box {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0e5ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(15, 32, 56, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.projects .work-box .image {
  border-radius: 12px 12px 0 0;
}
.projects .work-box .project-content {
  padding: 13px 14px 17px;
}
.projects .work-box .project-content h3 {
  color: #171d27;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 8px;
  font-weight: 700;
}
.projects .work-box .project-content p {
  color: #68717d;
  font-size: 14px;
  line-height: 1.6;
  min-height: 45px;
  margin: 0 0 11px;
}
/*=====================================
              Blog
========================================*/
.hero-search {
  display: flex;
  width: min(100%, 420px);
  height: 42px;
}
.hero-search input {
  flex: 1;
  padding: 7px 15px;
  height: 42px;
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  border-right-color: rgba(255, 255, 255, 0.28);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: rgba(255, 255, 255, .025);
}
.hero-search button {
  width: 43px;
  height: 42px;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: var(--blue);
  font-size: 20px;
  cursor: pointer;
}
.blog-content {
  padding: 100px 0 80px;
  background: #fff;
}
.blog-toolbar {
  min-height: 39px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.results-tabs {
  display: flex;
  align-items: center;
  gap: 17px;
}
.results-tabs a.active {
  color: var(--blue);
  position: relative;
  font-weight: 600;
}
.results-tabs a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue);
}
.results-tabs span {
  color: #555f70;
  font-size: 14px;
}
.sort-select select {
  min-width: 105px;
  padding: 0 22px 7px 5px;
  border: 0;
  border-bottom: 1px solid #dfe4eb;
  outline: 0;
  color: #222;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}
.post-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e5eaf0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(16, 24, 40, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(21, 93, 255, .25);
  box-shadow: 0 12px 26px rgba(16, 24, 40, .09);
}
.post-image {
  position: relative;
  display: block;
  aspect-ratio: 1.65 / 1;
  overflow: hidden;
  background: #071326;
}
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-image span {
  position: absolute;
  left: 11px;
  bottom: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.post-body {
  min-height: 150px;
  padding: 11px 12px 10px;
  display: flex;
  flex-direction: column;
}
.post-body h2 {
  margin: 0 0 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.post-body p {
  margin: 0 0 8px;
  color: #677184;
  font-size: 12px;
  line-height: 1.4;
}
.post-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #303948;
  font-size: 12px;
}
.post-meta a {
  margin-left: auto;
  color: #0c3f9e;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.pagination-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-number, .next-page {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce3ed;
  border-radius: 4px;
  color: #536071;
  background: #fff;
  font-size: 14px;
  text-decoration: none;
}
.pagination-dots {
  color: #6b7280;
  font-size: 12px;
}
.page-number:hover, .next-page:hover {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}
.page-number.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}
.next-page {
  min-width: 90px;
  gap: 5px;
  color: var(--blue);
  border-color: var(--blue);
}
.blog-image {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .35);
}
.blog-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #d8dfeb;
  font-size: 11px;
  padding-top: 10px;
}
.author {
  display: flex;
  align-items: center;
  gap: 9px;
}
.author-avatar {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: linear-gradient(145deg, #c48760, #222b3c);
  font-size: 10px;
  font-weight: 700;
}
.author strong {
  font-size: 11px;
  color: #fff;
}
.author small {
  color: #aeb8c8;
  margin-top: 1px;
  display: block;
}
.meta-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, .2);
}
.meta-item {
  display: flex;
  gap: 7px;
  align-items: center;
}
.share-btn {
  border: 1px solid #647083;
  background: transparent;
  color: #fff;
  border-radius: 4px;
  padding: 9px 12px;
  font-size: 11px;
}
.article-section {
  padding: 48px 0 58px;
  background: #fff;
}
.article-content p {
  color: #3f4652;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.article-content h2 {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
  margin: 26px 0 8px;
  color: #101723;
}
.quote-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 105px;
  padding: 18px 25px;
  margin: 26px 0 27px;
  border: 1px solid #dce1e9;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(15, 31, 56, .035);
}
.quote-mark {
  font-size: 55px;
  line-height: 1;
  color: var(--blue);
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.article-content .quote-box p {
  margin: 0;
  color: #202631;
  font-size: 16px;
  line-height: 1.5;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e0e4eb;
  border-radius: 8px;
  margin: 25px 0 27px;
  overflow: hidden;
}
.feature {
  padding: 23px 15px 17px;
  text-align: center;
  position: relative;
}
.feature + .feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: #e4e7ec;
}
.feature i {
  display: block;
  color: var(--blue);
  font-size: 38px;
  margin-bottom: 11px;
}
.feature h3 {
  font-size: 14px;
  margin: 0 0 7px;
  font-weight: 700;
}
.feature p {
  margin: 0;
  font-size: 12px;
  color: #747d8b;
  line-height: 1.4;
}
.article-content h2.blue-heading {
  color: var(--blue);
}
.article-cta {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px 22px;
  color: #fff;
  background: radial-gradient(circle at 20% 50%, rgba(21, 99, 255, .12), transparent 30%), #031020;
  border-radius: 8px;
  margin-top: 15px;
}
.cta-icon {
  font-size: 36px;
  color: #fff;
  width: 48px;
  text-align: center;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.article-cta strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.article-cta p {
  color: #c7cfdb;
  margin: 0 0 8px;
  font-size: 14px;
}
.btn-primary-custom {
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 17px;
  line-height: 12px;
  min-height: 36px;
}
.btn-primary-custom:hover {
  background: #0752e8;
  color: #fff;
}
.share-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #555e6d;
  font-size: 12px;
}
.share-row a {
  width: 29px;
  height: 29px;
  border: 1px solid #d5dae2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #222a36;
  font-size: 12px;
}
.sidebar-card {
  border: 1px solid #e3e6eb;
  border-radius: 8px;
  padding: 20px 18px;
  margin-bottom: 20px;
  box-shadow: 0 3px 13px rgba(13, 31, 58, .035);
  background: #fff;
}
.sidebar-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 17px;
  color: #121925;
}
.search-form {
  position: relative;
}
.search-form input {
  height: 42px;
  padding-right: 48px;
  font-size: 11px;
  border-color: #dce1e8;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 43px;
  border: 0;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
}
.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-list li + li {
  border-top: 1px solid #f0f2f5;
}
.category-list li a {
  display: flex;
  justify-content: space-between;
  color: #313945;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}
.related-post {
  display: flex;
  gap: 11px;
  padding: 10px 0;
  color: inherit;
}
.related-post + .related-post {
  border-top: 1px solid #e9ecf1;
}
.related-post img {
  flex: 0 0 68px;
  width: 68px;
  height: 58px;
  object-fit: cover;
  border-radius: 5px;
}
.related-post strong {
  display: block;
  color: #1b222d;
  font-size: 14px;
  line-height: 1.35;
}
.related-post small {
  display: block;
  color: #7c8490;
  font-size: 12px;
  margin-top: 3px;
}
.newsletter-card p {
  font-size: 14px;
  line-height: 1.4;
  color: #646d79;
}
.newsletter-card > small {
  display: block;
  margin-top: 13px;
  color: #8b929d;
  font-size: 12px;
}
/*=====================================
              Footer
========================================*/
.site-footer {
  padding: 75px 0 25px;
  color: rgba(255, 255, 255, .65);
  background: var(--chronix-navy);
}
.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 200px;
  height: auto;
}
.site-footer > .container > .row > .col-lg-4 > p {
  max-width: 280px;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 1.6;
}
.footer-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-links, .footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li, .footer-contact li {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-links a, .footer-contact a {
  color: rgba(255, 255, 255, .5);
}
.footer-links a:hover, .footer-contact a:hover {
  color: #fff;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer-contact i {
  color: var(--chronix-blue-light);
}
.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
}
.footer-social a:hover {
  color: #fff;
  border-color: var(--chronix-blue);
  background: var(--chronix-blue);
}
.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .35);
  font-size: 14px;
}