/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility Test
# Common
# Cards
# Forms
# Navigation
# Mobile Nav
# Sidebar
# Search Popup
# Page Header
# Page Sidebar
# Google Map
# FAQ Accordion
# Animations
# Main Slider
# Service
# Get Work
# About
# Case Study
# Solution
# Clients
# Team
# FAQ
# Brand
# Video
# Business
# Mini Banner
# Testimonials
# Gallery
# Pricing
# Shop
# Contact 
# Blog
# Footer
# Error
# Boxed
# Header
--------------------------------------------------------------*/
:root {
  /* ============================================
     Z-INDEX HIERARCHY SYSTEM
     Matriks Frontend Z-Index Scale
     ============================================ */
  
  /* LAYER 1: Background Elements (0-9) */
  --z-background: 0;
  --z-decorative: 1;
  
  /* LAYER 2: Content Elements (10-99) */
  --z-content-base: 10;
  --z-content-hover: 20;
  --z-content-elevated: 50;
  
  /* LAYER 3: Sticky UI (100-499) */
  --z-sticky-content: 100;
  --z-filter-bar: 200;
  --z-secondary-sticky: 300;
  
  /* LAYER 4: Navigation (500-999) */
  --z-header: 500;
  --z-sticky-header: 600;
  --z-navigation: 700;
  
  /* LAYER 5: Overlays (1000-1999) */
  --z-dropdown: 1000;
  --z-mega-menu: 1100;
  --z-popover: 1200;
  --z-search-overlay: 1300;
  
  /* LAYER 6: Modals (2000-2999) */
  --z-modal-backdrop: 2000;
  --z-modal: 2100;
  --z-modal-nested: 2200;
  
  /* LAYER 7: Notifications (3000-3999) */
  --z-toast: 3000;
  --z-notification: 3100;
  
  /* LAYER 8: Top Priority (9000+) */
  --z-loading: 9000;
  --z-critical-overlay: 9500;
  --z-preloader: 9999;

  /* ============================================
     SIZE TOKENS
     ============================================ */
  --matriks-size-8xl: 130px;
  --matriks-size-7xl: 80px;
  --matriks-size-6xl: 40px;
  --matriks-size-5xl: 28px;
  --matriks-size-4xl: 20px;
  --matriks-size-3xl: 18px;
  --matriks-size-2xl: 16px;
  --matriks-size-xl: 16px;
  --matriks-size-lg: 15px;
  --matriks-size-md: 14px;
  --matriks-size-sm: 13px;
  --matriks-body-size: 16px;
  --matriks-body-line-height: 1.875;
  --matriks-font: "Sora", sans-serif;
  --matriks-font2: "Syne", sans-serif;
  --matriks-heading-font: "Epilogue", sans-serif;
  --matriks-base: #D94645;
  --matriks-base-rgb: 217, 70, 69;
  --matriks-base2: #BE403F;
  --matriks-base2-rgb: 190, 64, 63;
  --matriks-base3: #F42549;
  --matriks-base3-rgb: 244, 37, 73;
  --matriks-primary: #282828;
  --matriks-primary-rgb: 29, 29, 29;
  --matriks-secondary: #7b7b7b;
  --matriks-secondary-rgb: 160, 161, 166;
  --matriks-white: #ffffff;
  --matriks-white-rgb: 255, 255, 255;
  --matriks-white2: #F6F6F6;
  --matriks-white2-rgb: 246, 246, 246;
  --matriks-white3: #F7F7F7;
  --matriks-white3-rgb: 247, 247, 247;
  --matriks-white4: #F4E5E5;
  --matriks-white4-rgb: 244, 229, 229;
  --matriks-black: #222222;
  --matriks-black-rgb: 34, 34, 34;
  --matriks-black2: #0E1C31;
  --matriks-black2-rgb: 14, 28, 49;
  --matriks-black3: #282828;
  --matriks-black3-rgb: 40, 40, 40;
  --matriks-gray: #777777;
  --matriks-gray-rgb: 119, 119, 119;
  --matriks-gray2: #9AA5B3;
  --matriks-gray2-rgb: 154, 165, 179;

  /*--------------------------------------------------------------
  # Themes : Red
  --------------------------------------------------------------*/
  --matriks-navbar-background: #D94645;
  --matriks-navbar-background-rgb: 217, 70, 69;
  --matriks-navbar-text: #ffffff;
  --matriks-navbar-text-background: unset;
  --matriks-navbar-text-active: #191919;
  --matriks-navbar-text-active-background: #D94645;

  --matriks-button-background: #D94645;
  --matriks-button-text-color: #ffffff;
  --matriks-button-active-text-color: #ffffff;
  --matriks-button-active-backgroud: #191919;

  --matriks-footer-background: #D94645;
  --matriks-footer-hover-background: #191919;

  --matriks-footer-text-color: #ffffff;
  --matriks-footer-hover-text-color: #191919;

  --bs-body-bg: #ffffff;
  --bs-body-color: #212529;
  --bs-primary: var(--matriks-base);
  --bs-secondary: #6c757d;
  --bs-link-color: var(--matriks-navbar-text-active);
  --bs-link-hover-color: var(--matriks-base);
  --bs-border-color: #dee2e6;
}

/*--------------------------------------------------------------
# Themes : Logos
--------------------------------------------------------------*/
html[data-theme="red"] .sticky-header__logo img,
html[data-theme="red"] .footer-one__logo-box img {
  content: url('/assets/images/matriks-logo-red-light.svg');
}

html[data-theme="light"] .sticky-header__logo img {
  content: url('/assets/images/matriks-logo-dark.svg');
}

html[data-theme="light"] .footer-one__logo-box img {
  content: url('/assets/images/matriks-logo-light.svg');
}

html[data-theme="dark"] .sticky-header__logo img,
html[data-theme="dark"] .footer-one__logo-box img,
html[data-theme="dark"] .header__logo img,
html[data-theme="dark"] .logo-box img,
html[data-theme="dark"] .sidebar-one__logo-box img {
  content: url('/assets/images/matriks-logo-dark.svg');
}


/*--------------------------------------------------------------
# Themes : Light
--------------------------------------------------------------*/
html[data-theme="light"] {
  --matriks-navbar-background: #191919;
  --matriks-navbar-background-rgb: 29, 29, 29;
  --matriks-navbar-text: #ffffff;
  --matriks-navbar-text-active: #D94645;
  --matriks-navbar-text-active-background: #ffffff;

  --matriks-button-background: #191919;
  --matriks-button-text-color: #ffffff;
  --matriks-button-active-backgroud: #D94645;
  --matriks-button-active-text-color: #ffffff;

  --matriks-footer-background: #f8f8f8;
  --matriks-footer-hover-background: #191919;

  --matriks-footer-text-color: #191919;
  --matriks-footer-hover-text-color: #D94645;

  --bs-body-bg: #ffffff;
  --bs-body-color: #212529;
  --bs-primary: var(--matriks-base);
  --bs-secondary: #6c757d;
  --bs-link-color: var(--matriks-navbar-text-active);
  --bs-link-hover-color: var(--matriks-base);
  --bs-border-color: #dee2e6;
}


/*--------------------------------------------------------------
# Themes : Dark
--------------------------------------------------------------*/
html[data-theme="dark"] {
  --matriks-primary: #E6E6E6;
  /* Başlık ve ana metin */
  --matriks-primary-rgb: 230, 230, 230;
  --matriks-secondary: #A9AFB8;
  /* İkincil metin */
  --matriks-secondary-rgb: 169, 175, 184;

  /* Yüzeyler (açık temada “white” olarak kullanılan yerler) */
  --matriks-white: #0F1115;
  /* Ana arka plan */
  --matriks-white-rgb: 15, 17, 21;
  --matriks-white2: #151922;
  /* Kart ve blok zeminleri */
  --matriks-white2-rgb: 21, 25, 34;
  --matriks-white3: #0B0E13;
  /* Alternatif koyu yüzey */
  --matriks-white3-rgb: 11, 14, 19;
  --matriks-white4: #1F1111;
  /* Kırmızı tema ile uyumlu ton */
  --matriks-white4-rgb: 31, 17, 17;

  /* Vurgu renkleri (kırmızı palet aynen kalsın) */
  --matriks-base: #D94645;
  --matriks-base-rgb: 217, 70, 69;

  /* Navbar / Footer / Butonlar */
  --matriks-navbar-background: #0B0E13;
  --matriks-navbar-background-rgb: 11, 14, 19;
  --matriks-navbar-text: #E6E6E6;
  --matriks-navbar-text-active: #ffffff;
  --matriks-navbar-text-active-background: #D94645;

  --matriks-button-background: #0B0E13;
  --matriks-button-text-color: #ffffff;
  --matriks-button-active-backgroud: #D94645;
  --matriks-button-active-text-color: #ffffff;

  --matriks-footer-background: #0B0E13;
  --matriks-footer-hover-background: #191919;
  --matriks-footer-text-color: #D5D9DF;
  --matriks-footer-hover-text-color: #ffffff;

  /*Bootstrap */
  --bs-body-bg: var(--matriks-white);
  --bs-body-color: var(--matriks-primary);
  --bs-dark-rgb: var(--matriks-white);
  --bs-dark: var(--matriks-white);
  --bs-border-color: var(--matriks-white2);
  --bs-light-rgb: var(--matriks-white2-rgb);
  --bs-tertiary-bg: var(--matriks-white2);
  --bs-border-radius: 0.375rem;
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .5);


}


/*--------------------------------------------------------------
# HTML TAGs For Themes
--------------------------------------------------------------*/
html {
  transition: background-color .2s ease, color .2s ease;
}

body {
  background: var(--matriks-white);
  color: var(--matriks-primary);
}


/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

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

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

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

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

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

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

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

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

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

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.badge {
  font-size: 1rem;
  ;
}

.sticky-top {
  z-index: 1;
}

.matriks-btn {
  position: relative;
  padding: 20px 32px 18px 32px;
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-xl);
  color: var(--matriks-button-text-color);
  font-weight: 600;
  line-height: 1.55;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--matriks-button-background);
  z-index: 1;
  overflow: hidden;
}

.matriks-btn:hover {
  color: var(--matriks-button-active-text-color);
}

.matriks-btn::after {
  content: "";
  width: 0px;
  height: 194px;
  background-color: var(--matriks-button-active-backgroud);
  position: absolute;
  right: 0;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}

.matriks-btn:hover::after {
  width: 300px;
  transform: rotate(0deg);
}

.slide-title__heading {
  font-size: 50px;
  color: var(--matriks-white, #ffffff);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;

}

.sec-title__top-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sec-title__top-wrap img {
  margin-right: 10px;
}

.sec-title__top {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-4xl);
  font-weight: 400;
  color: var(--matriks-base, #D94645);
  text-transform: capitalize;
  line-height: 1.875;
  margin-bottom: 0;
}

.sec-title__heading {
  font-size: var(--matriks-size-3xl);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  line-height: 1.208;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--matriks-font, "Sora", sans-serif);
  color: var(--matriks-primary, #191919);
  font-size: var(--matriks-body-size);
  line-height: var(--matriks-body-line-height);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--matriks-base, #D94645);
  display: inline-block;
}

span {
  display: inline-block;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  font-weight: 400;
  color: var(--matriks-secondary, #A0A1A6);
}

input,
textarea {
  color: var(--matriks-primary, #191919);
}

h1,
.h1 {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  font-size: var(--matriks-size-5xl) !important;
}

h2,
.h2 {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  font-size: var(--matriks-size-5xl) !important;
}

h3,
.h3 {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  font-size: var(--matriks-size-4xl) !important;
}

h4,
.h4 {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  font-size: var(--matriks-size-3xl) !important;
}

h5,
.h5 {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  font-size: var(--matriks-size-2xl) !important;
}

h6,
.h6 {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  font-size: var(--matriks-size-xl) !important;
}

p {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-primary);
  line-height: 1.875;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

a,
button,
img,
p,
svg,
svg path,
span,
i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  /* overflow-x: hidden; */
  /*   overflow: hidden; */
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  left: -25px !important;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--matriks-base, #D94645);
}

/* owl carousel slider dots customize */
.matriks-owl__carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .matriks-owl__carousel .owl-dots {
    margin-top: 40px !important;
  }
}

.matriks-owl__carousel .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  margin: 0 6px;
  border-radius: 2px;
}

.matriks-owl__carousel .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.5);
  margin: 0;
}

.matriks-owl__carousel .owl-dots .owl-dot.active {
  border-color: var(--matriks-base, #D94645);
}

.matriks-owl__carousel .owl-dots .owl-dot.active span {
  background: var(--matriks-base, #D94645);
}

/* tiny slider button customize */
.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--matriks-base, #D94645);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: var(--matriks-body-size);
  font-weight: 500;
  color: var(--matriks-black, #222222);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: var(--matriks-size-2xl);
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--matriks-secondary, #A0A1A6);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

/* preloader */
.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-preloader, 9999);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px auto;
  width: 100%;
  height: 100%;
}

/* social media */
.social-list {
  display: flex;
  align-items: center;
}

.social-list .social-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-list .social-link:nth-child(odd) {
  background: rgba(var(--matriks-gray-rgb, 255, 255, 255), 0.15);
}

.social-list .social-link:nth-child(even) {
  background: rgba(var(--matriks-gray-rgb, 255, 255, 255), 0.05);
}

.footer-one .social-list .social-link:nth-child(odd) {
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}

.footer-one .social-list .social-link:nth-child(even) {
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.05);
}

.footer-one .social-list .social-link i {
  color: var(--matriks-white);
}

.footer-one .social-list .social-link:hover {
  background-color: var(--matriks-primary);
}

.social-list .social-link i {
  font-size: var(--matriks-size-xl);
  color: var(--matriks-primary);
}

/* Topbar sosyal medya ikonları daha büyük */
.topbar .social-list .social-link i {
  font-size: 18px;
}

.social-list .social-link:hover {
  background-color: var(--matriks-base);
}

.social-list .social-link:hover i {
  color: rgba(var(--matriks-white-rgb, 255, 255, 255), 1);
}

/* post paginations */
.pagination-box {
  margin-top: 25px;
  padding: 30px 0;
  border-top: 1px solid rgba(var(--matriks-primary-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--matriks-primary-rgb), 0.1);
}

.pagination-box .row {
  align-items: center;
}

.pagination-box__prev-box {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .pagination-box__prev-box {
    justify-content: center;
    align-items: center;
  }
}

.pagination-box__next-box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .pagination-box__next-box {
    justify-content: center;
    align-items: center;
  }
}

.pagination-box__prev,
.pagination-box__next {
  display: flex;
  align-items: center;
}

.pagination-box__prev:hover p,
.pagination-box__next:hover p {
  color: var(--matriks-base, #D94645);
}

.pagination-box__prev:hover path,
.pagination-box__next:hover path {
  stroke: var(--matriks-base, #D94645);
}

.pagination-box__text--prev {
  margin-left: 15px;
}

.pagination-box__text--next {
  margin-right: 15px;
}

.pagination-box__icon {
  font-size: 16px;
  color: var(--matriks-primary, #191919);
}

.pagination-box__text {
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.pagination-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-box__item:not(:last-child) {
  margin-right: 10px;
}

.pagination-box__item--active a {
  color: var(--matriks-white, #ffffff);
  background-color: var(--matriks-primary, #191919);
}

.pagination-box__link {
  width: 50px;
  height: 50px;
  color: var(--matriks-secondary, #A0A1A6);
  background-color: var(--matriks-white2, #F6F6F6);
  border-radius: 50%;
  text-align: center;
  line-height: 51.5px;
}

.pagination-box__link:hover {
  color: var(--matriks-white, #ffffff);
  background-color: var(--matriks-primary, #191919);
}

@media (max-width: 425px) {
  .pagination-box__link {
    width: 45px;
    height: 45px;
    line-height: 46.5px;
  }
}

/* responsive font-size */
@media (max-width: 1599px) {
  :root {
    --matriks-size-8xl: 110px;
    --matriks-size-7xl: 75px;
  }
}

@media (max-width: 1399px) {
  :root {
    --matriks-size-8xl: 95px;
    --matriks-size-7xl: 60px;
    --matriks-size-6xl: 38px;
    --matriks-size-4xl: 19px;
  }
}

@media (max-width: 1199px) {
  :root {
    --matriks-size-8xl: 70px;
    --matriks-size-7xl: 52px;
    --matriks-size-6xl: 35px;
  }
}

@media (max-width: 991px) {
  :root {
    --matriks-size-8xl: 60px;
  }
}

@media (max-width: 767px) {
  :root {
    --matriks-size-7xl: 44px;
    --matriks-size-5xl: 24px;
    --matriks-size-4xl: 18px;
    --matriks-size-xl: 15px;
  }
}

@media (max-width: 575px) {
  :root {
    --matriks-size-8xl: 44px;
    --matriks-size-7xl: 36px;
    --matriks-size-6xl: 30px;
    --matriks-size-5xl: 22px;
    --matriks-size-2xl: 15px;
  }
}

@media (max-width: 425px) {
  :root {
    --matriks-size-8xl: 40px;
    --matriks-size-7xl: 34px;
    --matriks-size-6xl: 28px;
    --matriks-size-4xl: 17px;
    --matriks-size-2xl: 15px;
    --matriks-size-xl: 15px;
  }
}

@media (max-width: 375px) {
  :root {
    --matriks-size-7xl: 30px;
  }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.team__card {
  position: relative;
  padding: 42px 30px 50px 29px;
  border: 1px solid var(--matriks-white2, #F6F6F6);
  background-color: var(--matriks-white, #ffffff);
  z-index: 1;
}

@media (max-width: 1599px) {
  .team__card {
    padding: 25px 20px 25px 20px;
  }
}

.team__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
  z-index: -1;
}

.team__card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
  z-index: -1;
}

.team__card:hover::before,
.team__card:hover::after {
  border-color: var(--matriks-primary, #191919);
  width: 100%;
  height: 100%;
}

.team__card:hover {
  border-color: transparent;
}

.team__card-info {
  margin-bottom: 42px;
}

@media (max-width: 1399px) {
  .team__card-info {
    margin-bottom: 30px;
  }
}

.team__card-profession {
  margin-bottom: 11px;
}

.team__card-name {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  .team__card-name {
    font-size: 22px;
  }
}

@media (max-width: 1399px) {
  .team__card-name {
    font-size: 20px;
  }
}

.team__card-img-box {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  margin-bottom: 30px;
}

.team__card-img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.team__card-social-link:nth-child(odd) {
  background-color: var(--matriks-white2, #F6F6F6) !important;
}

.team__card-social-link:nth-child(even) {
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.08) !important;
}

.team__card-social-link i {
  color: var(--matriks-secondary, #A0A1A6) !important;
}

.team__card-social-link:hover {
  background-color: var(--matriks-base, #D94645) !important;
}

.team__card-social-link:hover i {
  color: var(--matriks-white, #ffffff) !important;
}

@media (max-width: 1399px) {
  .team__card-social-link {
    width: 40px !important;
    height: 40px !important;
  }
}

.testimonial__item {
  position: relative;
  padding: 56px 50px 42px 49px;
  background-color: var(--matriks-white, #ffffff);
  border: 1px solid var(--matriks-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .testimonial__item {
    padding-left: 29px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .testimonial__item {
    padding: 49px 25px 35px 24px;
  }
}

@media (max-width: 375px) {
  .testimonial__item {
    padding: 40px 15px;
  }
}

.testimonial__info {
  display: flex;
  align-items: center;
}

.testimonial__img-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 14px;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

@media (max-width: 375px) {
  .testimonial__img-box {
    width: 58px;
    height: 58px;
  }
}

.testimonial__img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

@media (max-width: 375px) {
  .testimonial__img {
    width: 58px;
    height: 58px;
  }
}

.testimonial__name {
  font-size: var(--matriks-size-4xl);
  line-height: 1.25;
  margin-bottom: 0;
}

.testimonial__review-box {
  display: flex;
  align-items: center;
}

.testimonial__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.testimonial__review-icon {
  font-size: 14px;
  color: var(--matriks-base, #D94645);
}

.testimonial__review-text {
  margin-bottom: 0;
}

.testimonial__text-box {
  margin-top: 22px;
  margin-bottom: 40px;
}

@media (max-width: 425px) {
  .testimonial__text-box {
    margin-bottom: 30px;
  }
}

.testimonial__text {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.666;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}

.testimonial__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial__quote-box {
  display: flex;
  align-items: center;
}

.testimonial__quote-icon {
  font-size: 40px;
  color: var(--matriks-base, #D94645);
}

.testimonial__quote-icon:not(:last-child) {
  margin-right: 6px;
}

.testimonial__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-primary, #191919);
  position: absolute;
  top: 0;
  right: 0;
  animation: zump3 3s infinite linear;
}

.testimonial__shape-one--slide {
  right: 30px;
}

@media (max-width: 991px) {
  .testimonial__shape-one {
    right: 0px;
    width: 20px;
    height: 20px;
  }
}

.testimonial__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: 30px;
  right: 30px;
  animation: rectMove 8s linear 0s infinite;
}

.testimonial__shape-two--slide {
  right: 60px;
}

@media (max-width: 991px) {
  .testimonial__shape-two {
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}

.testimonial__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: 10px;
  right: 50px;
  animation: rectMove 8s linear 2s infinite;
}

.testimonial__shape-three--slide {
  right: 80px;
}

@media (max-width: 991px) {
  .testimonial__shape-three {
    width: 12px;
    height: 12px;
    top: 8px;
    right: 32px;
  }
}

.testimonial__shape-four {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: 50px;
  right: 0;
  animation: zump 3s infinite linear;
}

@media (max-width: 991px) {
  .testimonial__shape-four {
    display: none;
  }
}

.case-study__item {
  position: relative;
  z-index: 1;
}

.case-study__item-img-box {
  position: relative;
  overflow: hidden;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  aspect-ratio: 16 / 9;
  height: auto;
}

.case-study__item-img-box:hover {
  background: unset;
}

.case-study__item-img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--matriks-primary-rgb), 0.5);
  z-index: 1;
  transition: all 0.3s linear;
}

.case-study__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  display: block;
  mix-blend-mode: luminosity;
}

.case-study__item-img:hover {
  transform: scale(1.05) rotate(2deg);
}

.case-study__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--matriks-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (max-width: 1599px) {
  .case-study__item-btn {
    width: 70px;
    height: 70px;
  }
}

.case-study__item-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--matriks-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.case-study__item-btn-icon {
  font-size: 18px;
  color: var(--matriks-base, #D94645);
}

.case-study__item-btn:hover {
  background-color: var(--matriks-primary, #191919);
}

.case-study__item-btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--matriks-primary, #191919);
}

.case-study__item-btn:hover .case-study__item-btn-icon {
  transform: rotate(41deg);
  color: var(--matriks-white, #ffffff);
}

.case-study__item-desc {
  font-size: var(--matriks-size-md);
  color: var(--matriks-white, #ffffff);
  line-height: 1;
  padding: 11px 7px 10px 20px;
  position: absolute;
  left: 0;
  bottom: 107px;
  background-color: var(--matriks-primary, #191919);
  z-index: 11;
  margin-bottom: 0;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease 350ms, visibility 500ms ease 350ms, transform 500ms ease 350ms;
}

@media (max-width: 1599px) {
  .case-study__item-desc {
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .case-study__item-desc {
    bottom: 76px;
  }
}

@media (max-width: 991px) {
  .case-study__item-desc {
    bottom: 81px;
  }
}

@media (max-width: 767px) {
  .case-study__item-desc {
    bottom: 91px;
  }
}

@media (max-width: 425px) {
  .case-study__item-desc {
    bottom: 81px;
  }
}

.case-study__item-title,
.blog__card-category {
  font-size: var(--matriks-size-xl);
  color: var(--matriks-white, #ffffff);
  line-height: 1.4;
  text-transform: capitalize;
  padding: 10px 15px 10px 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: var(--matriks-base, #D94645);
  z-index: 111;
  margin-bottom: 0;
}

@media (max-width: 1799px) {
  .case-study__item-title {
    font-size: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1599px) {
  .case-study__item-title {
    bottom: 54px;
    font-size: 17px;
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .case-study__item-title {
    bottom: 25px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .case-study__item-title {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .case-study__item-title {
    bottom: 40px;
  }
}

@media (max-width: 425px) {
  .case-study__item-title {
    font-size: 15px;
    bottom: 5px;
  }
}

.case-study__item:hover .case-study__item-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.case-study__item:hover .case-study__item-img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.case-study__item:hover .case-study__item-desc {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.case-study__item:hover .case-study__item-title {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.pricing__item {
  position: relative;
  padding: 49px 50px 41px;
  background-color: var(--matriks-white, #ffffff);
  border: 1px solid var(--matriks-white2, #F6F6F6);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

@media (max-width: 1599px) {
  .pricing__item {
    padding: 49px 40px 30px;
  }
}

@media (max-width: 1399px) {
  .pricing__item {
    padding: 49px 30px 30px;
  }
}

@media (max-width: 435px) {
  .pricing__item {
    padding: 49px 20px 20px;
  }
}

.pricing__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}

.pricing__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}

.pricing__item:hover::before,
.pricing__item:hover::after {
  border-color: var(--matriks-primary, #191919);
  width: 100%;
  height: 100%;
}

.pricing__item:hover {
  border-color: transparent;
}

.pricing__category {
  position: absolute;
  top: -10px;
  right: 50px;
  padding: 5px 21.5px;
  color: var(--matriks-white, #ffffff);
  background-color: var(--matriks-base, #D94645);
  margin-bottom: 0;
  z-index: 11;
}

.pricing__price-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .pricing__price-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.pricing__title-box {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .pricing__title-box {
    margin-bottom: 15px;
  }
}

.pricing__icon {
  width: 54px;
  height: 50px;
}

.pricing__title-inner {
  margin-left: 19px;
}

.pricing__title {
  font-size: var(--matriks-size-4xl);
  text-transform: capitalize;
  margin-bottom: 4px;
}

@media (max-width: 1399px) {
  .pricing__title {
    font-size: 20px;
  }
}

.pricing__valitidy {
  margin-bottom: 0;
}

.pricing__price {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .pricing__price {
    width: 100%;
    text-align: right;
  }
}

.pricing__price-one {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  font-weight: 400;
  color: var(--matriks-base, #D94645);
  line-height: 1.875;
}

.pricing__price-two {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-4xl);
  font-weight: 600;
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
}

@media (max-width: 1399px) {
  .pricing__price-two {
    font-size: 20px;
  }
}

.pricing__line-box {
  margin-top: 42px;
  margin-bottom: 41px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.pricing__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 1px;
  background-color: var(--matriks-base, #D94645);
}

.pricing__list-box {
  margin-bottom: 42px;
}

.pricing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.pricing__list-item:not(:last-child) {
  margin-bottom: 13px;
}

.pricing__list-text {
  position: relative;
  margin-bottom: 0;
  padding-left: 19px;
}

.pricing__list-text::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 16px;
  color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: -4px;
}

.pricing__btn {
  padding: 15.5px 28px 13.5px 28px;
}

.shop-product__card {
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.shop-product__img-box {
  position: relative;
  overflow: hidden;
}

.shop-product__img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.7);
  z-index: 1;
  transition: all 0.3s linear;
}

.shop-product__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--matriks-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (max-width: 1599px) {
  .shop-product__btn {
    width: 70px;
    height: 70px;
  }
}

.shop-product__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--matriks-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.shop-product__btn-icon {
  font-size: 24px;
  color: var(--matriks-base, #D94645);
}

.shop-product__btn:hover {
  background-color: var(--matriks-base, #D94645);
}

.shop-product__btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--matriks-base, #D94645);
}

.shop-product__btn:hover .shop-product__btn-icon {
  color: var(--matriks-white, #ffffff);
}

.shop-product__img {
  width: 100%;
}

.shop-product__category {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: table;
  padding: 10px 21.5px;
  color: var(--matriks-white, #ffffff);
  line-height: 1.25;
  background-color: var(--matriks-primary, #191919);
  margin-bottom: 0;
  z-index: 11;
}

.shop-product__card:hover .shop-product__btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.shop-product__card:hover .shop-product__img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.shop-product__card:hover .shop-product__category {
  background-color: var(--matriks-base, #D94645);
}

.shop-product__content {
  padding: 22px 29px 30px;
}

@media (max-width: 1399px) {
  .shop-product__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
}

.shop-product__name {
  display: block;
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-3xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.7;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.shop-product__name:hover {
  color: var(--matriks-base, #D94645);
}

.shop-product__price-review-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 21px;
}

@media (max-width: 375px) {
  .shop-product__price-review-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.shop-product__price-inner {
  display: flex;
  align-items: flex-end;
  margin-right: 28px;
}

@media (max-width: 1399px) {
  .shop-product__price-inner {
    margin-right: 20px;
  }
}

@media (max-width: 375px) {
  .shop-product__price-inner {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.shop-product__price-new {
  font-size: var(--matriks-size-4xl);
  line-height: 1.25;
  margin-right: 6px;
  margin-bottom: 0;
}

.shop-product__price-old {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-md);
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
}

.shop-product__review-inner {
  display: flex;
  align-items: center;
}

.shop-product__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.shop-product__review-icon {
  font-size: 14px;
  color: var(--matriks-base, #D94645);
}

.shop-product__review-text {
  margin-bottom: 0;
}

.shop-product__btn-box {
  display: flex;
  align-items: center;
}

.shop-product__icon {
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
}

.shop-product__btn-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30.5px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--matriks-white2, #F6F6F6);
  margin-right: 30px;
}

@media (max-width: 375px) {
  .shop-product__btn-wishlist {
    padding: 10px 20px;
    margin-right: 20px;
  }
}

.shop-product__btn-wishlist .icon-wishlist {
  margin-right: 8px;
  vertical-align: middle;
}

.shop-product__btn-wishlist:hover {
  background-color: var(--matriks-primary, #191919);
  color: var(--matriks-white, #ffffff);
}

.shop-product__btn-wishlist:hover .icon-wishlist {
  color: var(--matriks-white, #ffffff);
}

.shop-product__btn-circle {
  margin-right: 20px;
}

.shop-product__btn-circle:hover span,
.shop-product__btn-bookmark:hover span {
  color: var(--matriks-base, #D94645);
}

.case-study-one__carousel-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px;
}


.blog__card-content {
  padding-left: 15px;
  background-color: var(--matriks-white);
}

.blog__card-img-box {
  display: block;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;

}

.blog__card-img-box:hover {
  background-color: unset;
  background-blend-mode: unset;
}

.blog__card-img {
  width: 100%;
  mix-blend-mode: luminosity;
  position: relative;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  height: 250px;
  object-fit: cover;
}

.blog__card:hover .blog__card-category {
  background-color: var(--matriks-base, #D94645);
}

.blog__card-comment-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.blog__card-comment-item-divider {
  margin-left: 15px;
  margin-right: 15px;
}

.blog__card-comment {
  margin-bottom: 0;
  margin-top: 10px;
}

.blog__card-title {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-3xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  font-weight: 600;
}

.blog__card-title:hover {
  color: var(--matriks-base, #D94645);
}

.blog__card-author {
  display: flex;
  align-items: center;
}

.blog__card-author-img-box {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.blog__card-author-img {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  mix-blend-mode: luminosity;
  vertical-align: top;
}

.blog__card-author-name {
  margin-bottom: 0;
}

.blog__card-author-name-highlight {
  color: var(--matriks-primary, #191919);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.contact__form-title {
  font-size: var(--matriks-size-5xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 36px;
}

.contact__input-title {
  display: block;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-primary, #191919);
  line-height: 1.875;
  margin-bottom: 0;
}

.contact__form-input {
  border: 0;
  outline: 0;
  width: 100%;
  border-bottom: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  padding-top: 0;
  padding-bottom: 9px;
}


.contact__form-input:hover,
.contact__form-input:focus-within {
  border-color: #d60000;

}


.contact__form-message {
  height: 105px;
  padding-bottom: 0;
}

.contact__form-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.contact__form-text span {
  color: var(--matriks-base, #D94645);
}

.contact__form-btn-box {
  margin-top: 17px;
}

.contact__form-btn {
  border: 0;
  outline: 0;
  padding-left: 39px;
  padding-right: 39px;
  background-color: var(--matriks-base, #D94645);
}

.contact__form-btn::after {
  background-color: var(--matriks-primary, #191919);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Main Header */
.main-header .container,
.main-header .container-fluid {
  /*   position: relative;
 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* Main Header Logo */
.header-logo-title {
  font-size: 15px;
  color: #000000;
  padding: 0;
  margin: 0;
}

.header__login {
  margin-left: 50px;
}

.header__login-button {
  border-radius: 2px;
}

/* Main Header Two */
.main-header-two {
  background-color: var(--matriks-white, #ffffff);
}

.header__search {
  padding: 2px 12px 3px 9px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  transition: border-color 0.3s;
}

.header__search:hover,
.header__search:focus-within {
  border-color: #d60000;
}

.header__search-icon i {
  color: #d60000;
  font-size: 18px;
}

.header-menu-button {
  margin-right: 20px;
}

.search-label {
  margin: 0;
  font-size: 11px;
  color: #999;
  line-height: 1;
}

.search-input {
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  background-color: transparent;
  color: #333;

}

.search-input::placeholder {
  color: #ccc;
  font-size: 13px;
}


/* Sticky Header */
.sticky-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.sticky-header__logo img {
  width: 150px;
  margin: 0 auto;
}

.sticky-header__search {
  transition: border-color 0.3s;
}

.sticky-header__search-icon i {
  color: #d60000;
  font-size: 18px;
}

.sticky-search-label {
  margin: 0;
  font-size: 11px;
  color: #999;
  line-height: 1;
}

.sticky-search-input {
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  background-color: transparent;
  color: #333;
}

.sticky-search-input::placeholder {
  color: #ccc;
  font-size: 13px;
}

.sticky-menu-text {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .mobile-nav__toggler-text {
    font-size: 12px !important;
  }

  .sticky_header__login-button {
    margin-right: 10px !important;
    font-size: 12px;
    background-color: unset !important;
    color: var(--matriks-white) !important;
  }

  .sticky_header__login-button:hover {
    color: var(--matriks-primary) !important;
  }

  .sticky_header__login-button i {
    font-size: 15px;
  }

  .main-menu-three__bar {
    gap: 5px !important;
  }

  .mobile-nav__toggler-bar {
    width: 20px !important;
    height: 2px !important;
  }

}

.sticky_header__login-button i {
  font-size: 15px;
}

/* Mobile layout - Sticky header her zaman görünür */
@media (max-width: 1199px) {

  /* Body'ye padding ekle ki fixed header altındaki içerik gözüksün */
  body {
    padding-top: 60px !important;
  }

  /* Desktop header'ı gizle */
  .main-header-two.main-header.d-none.d-xl-block {
    display: none !important;
  }

  /* Sticky header mobilde her zaman görünür */
  .sticky-header,
  .sticky-header.stricked-menu,
  .sticky-header.stricky-fixed {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: var(--z-sticky-header, 600) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    width: 100% !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Sticky header layout mobilde */
  .sticky-header-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    position: relative !important;
    height: 60px !important;
    min-height: 60px !important;
  }

  .sticky-menu-left {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    height: 60px;
    gap: 6px !important;
    justify-content: flex-start !important;
  }

  /* Container ve row düzenlemeleri */
  .sticky-header .container-fluid {
    padding: 0 10px !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .sticky-header .row {
    margin: 0 !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  /* Sağ taraftaki butonlar için özel responsive */
  .sticky-menu-right {
    gap: 8px !important;
    min-width: 144px !important;
    flex-shrink: 0 !important;
  }

  /* Logo tam ortalı olsun */
  .sticky-logo-center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
  }

  .sticky-menu-right {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 6px !important;
    height: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  /* Tüm child elementlerin margin'lerini sıfırla */
  .sticky-menu-right>* {
    margin: 0 !important;
  }

  /* Desktop menü mobilde gizli */
  .sticky-desktop-menu {
    display: none !important;
  }

  /* Arama mobilde gizli */
  .sticky-header__search {
    display: none !important;
  }

  /* Hamburger menu button */
  .sticky-header .main-menu-three__bar,
  .sticky-header .sticky_menu-button {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-width: 1px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    transition: background-color 0.3s ease !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
  }

  .sticky-header .main-menu-three__bar:hover,
  .sticky-header .sticky_menu-button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05) !important;
  }

  .sticky-header .mobile-nav__icon {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    width: 18px !important;
    align-items: center !important;
  }

  .sticky-header .mobile-nav__toggler-bar {
    width: 18px !important;
    height: 2px !important;
    background-color: #fff !important;
    transition: all 0.3s ease !important;
    border-radius: 1px !important;
    display: block !important;
  }

  .sticky-header .sticky-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sticky-header .sticky-header__logo svg,
  .sticky-header .sticky-header__logo img {
    max-width: 110px !important;
    height: auto !important;
  }

  /* Sidebar button - Çerçeveli tasarım */
  .sticky-header .sidebar-btn__toggler {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-width: 1px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
  }

  .sticky-header .sidebar-btn__toggler:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05) !important;
  }

  .sticky-header .sidebar-btn__toggler::before {
    content: '';
    width: 18px !important;
    height: 18px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
    gap: 2px !important;
    background-image:
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px),
      radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 4px 4px;
    background-position:
      0 0, 6px 0, 12px 0,
      0 6px, 6px 6px, 12px 6px,
      0 12px, 6px 12px, 12px 12px;
    background-repeat: no-repeat;
  }

  .sticky-header .sidebar-btn__toggler span {
    display: none !important;
  }

  /* Search button - Always visible */
  .sticky-header .sticky-header__search {
    display: inline-flex !important;
    align-items: center;
    flex-shrink: 0;
  }

  /* Ensure search button never disappears on mobile */
  @media (max-width: 575px) {
    .sticky-header .sticky-header__search {
      display: inline-flex !important;
      flex-shrink: 0 !important;
    }
  }

  /* Login button */
  .sticky-header .sticky_header__login {
    display: inline-flex !important;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0 !important;
  }

  .sticky-header .sticky_header__login-button {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-width: 1px !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
  }

  .sticky-header .sticky_header__login-button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }

  .sticky-header .sticky_header__login-button i {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1 !important;
    color: #fff !important;
  }

  /* Dil değiştirme butonu mobilde */
  .sticky-header .sticky-language-toggle {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-width: 1px !important;
    border-radius: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    text-decoration: none !important;
  }

  .sticky-header .sticky-language-toggle .fi {
    font-size: 16px !important;
  }

  /* Arama butonu mobilde - Diğer butonlarla aynı boyut */
  .sticky-header .sticky-search-toggle {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-width: 1px !important;
    border-radius: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  .sticky-header .sticky-search-toggle i {
    font-size: 16px !important;
  }

}

/* Küçük mobil cihazlar için daha fazla küçültme (480px altı) */
@media (max-width: 480px) {
  .sticky-header .container-fluid {
    padding: 0 8px !important;
  }

  .sticky-menu-left,
  .sticky-menu-right {
    gap: 4px !important;
  }

  .sticky-header .main-menu-three__bar,
  .sticky-header .sticky_menu-button,
  .sticky-header .sidebar-btn__toggler,
  .sticky-header .sticky_header__login-button,
  .sticky-header .sticky-language-toggle,
  .sticky-header .sticky-search-toggle,
  .sticky-header__language .lang-globe-toggle {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }

  .sticky-header .sticky-header__logo svg,
  .sticky-header .sticky-header__logo img {
    max-width: 110px !important;
  }

  .sticky-header .sticky_header__login-button i,
  .sticky-header .sticky-language-toggle .fi,
  .sticky-header__language .lang-globe-toggle i {
    font-size: 16px !important;
  }
}

/* Çok küçük mobil cihazlar için maksimum küçültme (360px altı) */
@media (max-width: 360px) {
  .sticky-header .container-fluid {
    padding: 0 6px !important;
  }

  .sticky-menu-left,
  .sticky-menu-right {
    gap: 3px !important;
  }

  .sticky-header .main-menu-three__bar,
  .sticky-header .sticky_menu-button,
  .sticky-header .sidebar-btn__toggler,
  .sticky-header .sticky_header__login-button,
  .sticky-header .sticky-language-toggle,
  .sticky-header .sticky-search-toggle,
  .sticky-header__language .lang-globe-toggle {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-radius: 6px !important;
  }

  .sticky-header .sticky-header__logo svg,
  .sticky-header .sticky-header__logo img {
    max-width: 110px !important;
  }

  .sticky-header .sticky_header__login-button i,
  .sticky-header .sticky-language-toggle .fi {
    font-size: 14px !important;
  }

  .sticky-header .mobile-nav__toggler-bar {
    width: 14px !important;
  }
}


/* Desktop için sticky header düzeni */
@media (min-width: 1200px) {

  /* Desktop'ta mobile header'ı gizle */
  .mobile-header {
    display: none !important;
  }

  /* Sticky header - başlangıçta gizli, scroll sonrası görünür */
  .sticky-header {
    display: block !important;
    position: fixed !important;
    top: -100px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    transition: top 0.3s ease !important;
    opacity: 0 !important;
  }

  /* Scroll sonrası sticky header görünür */
  .sticky-header.stricked-menu,
  .sticky-header.stricky-fixed {
    top: 0 !important;
    opacity: 1 !important;
  }

  .sticky-header-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 30px !important;
    padding: 10px 0 !important;
    height: 70px !important;
  }

  .sticky-menu-left {
    display: flex !important;
    /* Hamburger menü her zaman görünür */
    align-items: center;
    flex-shrink: 0;
  }

  /* Desktop hamburger menu button (sol taraf) */
  .sticky-header .main-menu-three__bar,
  .sticky-header .sticky_menu-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    transition: background-color 0.3s ease !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
  }

  .sticky-header .main-menu-three__bar:hover,
  .sticky-header .sticky_menu-button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05) !important;
  }

  .sticky-header .mobile-nav__icon {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 20px !important;
  }

  .sticky-header .mobile-nav__toggler-bar {
    width: 18px !important;
    height: 2px !important;
    background-color: var(--matriks-white);
    transition: all 0.3s ease !important;
    border-radius: 1px !important;
    display: block !important;
  }

  /* Wrapper sidebar button (sağ taraf) */
  .sticky-header .sidebar-btn__toggler {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    position: relative !important;
  }

  .sticky-header .sidebar-btn__toggler:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05) !important;
  }

  /* 9 noktalı wrapper sidebar icon */
  .sticky-header .sidebar-btn__toggler span {
    width: 3px !important;
    height: 3px !important;
    background-color: var(--matriks-white) !important;
    border-radius: 50% !important;
    position: absolute !important;
    transition: all 0.3s ease !important;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(1) {
    top: 8px;
    left: 8px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(2) {
    top: 8px;
    left: 18px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(3) {
    top: 8px;
    right: 8px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(4) {
    top: 18px;
    left: 8px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(5) {
    top: 18px;
    left: 18px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(6) {
    top: 18px;
    right: 8px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(7) {
    bottom: 8px;
    left: 8px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(8) {
    bottom: 8px;
    left: 18px;
  }

  .sticky-header .sidebar-btn__toggler span:nth-child(9) {
    bottom: 8px;
    right: 8px;
  }

  /* Login button - Desktop'ta diğer butonlarla aynı stil */
  .sticky-header .sticky_header__login-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    color: #fff !important;
  }

  .sticky-header .sticky_header__login-button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05) !important;
  }

  .sticky-header .sticky_header__login-button i {
    font-size: 16px !important;
    margin: 0 !important;
    color: #fff !important;
  }

  /* Dil değiştirme ve arama butonları - Desktop'ta diğer butonlarla aynı stil */
  .sticky-header .sticky-language-toggle,
  .sticky-header .sticky-search-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
  }

  .sticky-header .sticky-language-toggle:hover,
  .sticky-header .sticky-search-toggle:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05) !important;
  }

  .sticky-header .sticky-language-toggle .fi,
  .sticky-header .sticky-search-toggle i {
    font-size: 16px !important;
  }

  /* Türk bayrağı butonu beyaz arka plan */
  .sticky-header .sticky-language-toggle[title*="Türkçe"],
  .sticky-header .sticky-language-toggle[aria-label*="geç"] {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
  }

  .sticky-header .sticky-language-toggle[title*="Türkçe"]:hover,
  .sticky-header .sticky-language-toggle[aria-label*="geç"]:hover {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
  }

  .sticky-header__logo {
    margin-left: 15px !important;
    flex-shrink: 0;
  }

  /* Desktop menü */
  .sticky-desktop-menu {
    flex: 1;
    display: flex !important;
    align-items: center;
    margin-left: 20px;
  }

  .sticky-desktop-menu .main-menu__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sticky-desktop-menu .main-menu__list li {
    margin: 0;
  }

  .sticky-desktop-menu .main-menu__list li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 0;
    transition: background-color 0.3s ease;
  }

  /* Home Icon - Sticky ve Desktop Header */
  .main-menu__list .home-icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
  }

  .main-menu__list .home-icon i {
    font-size: 22px;
  }

/*   .main-menu__list .home-icon.current > a {
    color: var(--matriks-primary, #191919);
  } */

  .main-menu__list .home-icon:hover > a,
  .main-menu__list .home-icon.current:hover > a {
   color: var(--matriks-white, #ffffff);
  }

}

/* Arama kutusu - Expandable (Full Overlay) */
.sticky-header__search {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

/* Sticky Search - Tüm Header Kaplayan Sistem */
.sticky-search-container {
  position: relative;
}

.sticky-search-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sticky-search-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.sticky-search-toggle i {
  font-size: 16px;
}

/* Full Header Search Overlay */
.sticky-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--matriks-primary, #282828);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.4s ease;
  z-index: 1001;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.sticky-search-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  gap: 12px;
}

.sticky-search-input-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}

.sticky-search-input {
  width: 100%;
  padding: 8px 48px 8px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.sticky-search-input:focus {
  border-color: var(--matriks-base, #D94645);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(217, 70, 69, 0.3);
}

.sticky-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.sticky-search-submit {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 44px;
  background: var(--matriks-base, #D94645);
  color: #fff;
  border: none;
  border-radius: 0 18px 18px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(217, 70, 69, 0.3);
}

.sticky-search-submit:hover {
  background: #c73e3e;
  box-shadow: 0 4px 15px rgba(217, 70, 69, 0.4);
}

.sticky-search-submit i {
  font-size: 16px;
}

.sticky-search-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
}

.sticky-search-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: scale(1.1);
}

.sticky-search-close i {
  font-size: 18px;
}

/* Tablet ve küçük ekranlar */
@media (max-width: 768px) {

  .sticky-search-toggle i {
    font-size: 14px;
  }

  .sticky-search-overlay {
    padding: 0 15px;
  }

  .sticky-search-input {
    padding: 6px 40px 6px 15px;
    font-size: 15px;
  }

  .sticky-search-submit {
    width: 36px;
    right: 2px;
    border-radius: 0 14px 14px 0;
  }

  .sticky-search-submit i {
    font-size: 14px;
  }

  .sticky-search-close {
    width: 36px;
    height: 36px;
  }

  .sticky-search-close i {
    font-size: 16px;
  }
}

/* Not: sticky-search-toggle boyutları yukarıda mobil responsive kurallarında tanımlı */

.sticky-menu-right {
  flex-shrink: 0;
  margin-left: 0;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: fit-content !important;
}

/* Ensure right buttons never wrap or disappear */
@media (max-width: 575px) {
  .sticky-menu-right {
    gap: 8px !important;
    min-width: 144px !important;
    /* 4 buttons × 40px + 3 gaps × 8px = 184px, ama minimum 144px */
  }
}

.sticky-header .sticky-menu-left {
  flex-shrink: 0;
  margin-right: auto;
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

/* Logo always centered on mobile */
@media (max-width: 1199px) {
  .sticky-header .sticky-menu-left {
    justify-content: center !important;
    text-align: center !important;
  }

  .sticky-header .sticky-menu-left .logo-box {
    margin: 0 auto !important;
    text-align: center !important;
  }
}


/* Desktop header login button - Icon only */
.header__login-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
}

.header__login-icon i {
  font-size: 20px !important;
  margin: 0 !important;
}

/* Mobile Navigation Improvements */
.mobile-nav__menu {
  padding: 8px 0;
  margin: 0 8px;
  list-style: none;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 12px;
}

.mobile-nav__menu-item {
  border-bottom: 1px solid rgba(var(--matriks-gray-rgb), 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.mobile-nav__menu-item:last-child {
  border-bottom: none;
}

.mobile-nav__menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, var(--matriks-base, #D94645) 0%, var(--matriks-base3, #F42549) 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: bottom;
}

.mobile-nav__menu-item:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}

.mobile-nav__menu-link {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--matriks-font, 'Sora', sans-serif);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  margin: 0;
  position: relative;
  letter-spacing: 0.3px;
}

.mobile-nav__menu-link:hover {
  background: linear-gradient(90deg, rgba(var(--matriks-base-rgb), 0.08) 0%, rgba(var(--matriks-base-rgb), 0.02) 100%);
  color: #ffffff;
  transform: translateX(8px);
  padding-left: 32px;
  box-shadow: inset 0 0 20px rgba(var(--matriks-base-rgb), 0.1);
}

.mobile-nav__menu-link i {
  font-size: 14px;
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 16px;
  width: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.mobile-nav__menu-link:hover i {
  opacity: 1;
  transform: scale(1.1) rotate(5deg);
  color: var(--matriks-base, #D94645);
  text-shadow: 0 0 8px rgba(var(--matriks-base-rgb), 0.3);
}

/* Menu Item Active State */
.mobile-nav__menu-item.active .mobile-nav__menu-link {
  background: linear-gradient(90deg, rgba(var(--matriks-base-rgb), 0.12) 0%, rgba(var(--matriks-base-rgb), 0.04) 100%);
  color: #ffffff;
  font-weight: 600;
}

.mobile-nav__menu-item.active::before {
  transform: scaleY(1);
  background: linear-gradient(135deg, var(--matriks-base, #D94645) 0%, var(--matriks-base3, #F42549) 100%);
}

/* Menu Typography Enhancement */
.mobile-nav__menu-link span {
  position: relative;
  z-index: 2;
}

.mobile-nav__menu-link::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--matriks-base, #D94645);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-nav__menu-link:hover::after {
  opacity: 0.6;
  transform: translateY(-50%) scale(1.2);
}

/* Subtle Menu Container Enhancement - Already defined above */

/* Sidebar CTA Button */
.sidebar-one__cta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-one__cta .matriks-btn {
  background: linear-gradient(135deg, var(--matriks-primary, #D94645) 0%, #c73e3e 100%);
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(217, 70, 69, 0.3);
}

.sidebar-one__cta .matriks-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(217, 70, 69, 0.4);
}


.sticky_header__login-button {
  background-color: var(--matriks-white, #ffffff);
  font-size: 16px;
  font-size: 14px;
  border: none;
  color: var(--matriks-base);
}

.sticky_header__login-button:hover {
  background-color: var(--matriks-primary, #191919);
  color: var(--matriks-white, #ffffff);
}


.main-menu-three__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  padding: 0;

}

.mobile-nav__icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}


.mobile-nav__toggler-bar {
  width: 25px;
  height: 3px;
  background-color: var(--matriks-navbar-text);
  border-radius: 1px;
}

.mobile-nav__toggler-text {
  font-size: 16px;
  color: var(--matriks-navbar-text);
  font-weight: 900;
}

.mobile-nav__toggler-text .sticky_menu-button {
  cursor: pointer;
}


@media (min-width: 1600px) {

  .main-header-two .container,
  .main-header-three .container,
  .footer-one .container {
    max-width: 1600px;
  }

  .main-slider .container {
    max-width: 1600px;
  }

}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }

}

/* Topbar */
.topbar {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: var(--matriks-primary, #191919);
  z-index: 99;
  overflow: hidden;
}

.topbar__shape-one {
  width: 47.5px;
  height: 100%;
  fill: var(--matriks-black, #222222);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1599px) {
  .topbar__shape-one {
    left: -10px;
  }
}

@media (max-width: 1399px) {
  .topbar__shape-one {
    left: -15px;
  }
}

.topbar__shape-two {
  width: 28px;
  height: 25px;
  fill: var(--matriks-black, #222222);
  position: absolute;
  left: 20px;
  bottom: 0;
}

@media (max-width: 1599px) {
  .topbar__shape-two {
    left: 10px;
  }
}

@media (max-width: 1399px) {
  .topbar__shape-two {
    left: 2px;
  }
}

.topbar__shape-three {
  width: 47.5px;
  height: 100%;
  fill: var(--matriks-base, #D94645);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1599px) {
  .topbar__shape-three {
    right: -10px;
  }
}

@media (max-width: 1399px) {
  .topbar__shape-three {
    right: -15px;
  }
}

.topbar__shape-four {
  width: 28px;
  height: 25px;
  fill: var(--matriks-base, #D94645);
  position: absolute;
  top: 0;
  right: 20px;
}

@media (max-width: 1599px) {
  .topbar__shape-four {
    right: 10px;
  }
}

@media (max-width: 1399px) {
  .topbar__shape-four {
    right: 2px;
  }
}

.topbar__page-list {
  display: flex;
  align-items: center;
}

.topbar__page-link {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}

.topbar__page-link:hover {
  color: var(--matriks-base, #D94645);
}

.topbar__page-divider {
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
  line-height: 1;
  margin-left: 8px;
  margin-right: 11px;
}

.topbar__right {
  display: flex;
  align-items: center;
}

.topbar__right-item:not(:first-child) {
  margin-left: 25px;
}

.topbar__info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.topbar__info-item {
  display: flex;
  align-items: center;
}

.topbar__info-item:not(:last-child) {
  margin-right: 15px;
}

.topbar__info-icon {
  font-size: var(--matriks-size-lg);
  color: var(--matriks-base, #D94645);
}

.topbar__info-icon.icon-email {
  font-size: 12px;
}

.topbar__info-text {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 8px;
}

.topbar__info-text--email:hover {
  color: var(--matriks-base, #D94645);
}

.topbar__language {
  display: flex;
  align-items: center;
}

/* Topbar dil bayrakları büyük */
.topbar__language .fi {
  font-size: 20px !important;
  width: 24px !important;
  height: auto !important;
}

.topbar__language .btn {
  padding: 8px 12px !important;
  min-width: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.topbar__language-icon {
  color: var(--matriks-base, #D94645);
  font-size: 18px !important;
}

.topbar__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 75px;
}

.topbar__language .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
}

.topbar__language .bootstrap-select>.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid var(--matriks-secondary, #A0A1A6);
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-top: -6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Topbar Two */
.topbar-two {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1399px) {
  .topbar-two {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.topbar-two .topbar__right-item:not(:first-child) {
  margin-left: 28px;
}

@media (max-width: 1399px) {
  .topbar-two .topbar__right-item:not(:first-child) {
    margin-left: 25px;
  }
}

@media (max-width: 1399px) {
  .topbar-two .social-list {
    display: none;
  }
}

/* Topbar Three */
.topbar-three {
  background-color: var(--matriks-white2, #F6F6F6);
}

/* Header */
.header {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 1199px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header .container,
.header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__logo img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .header__logo {
    margin-right: 0;
  }
}

@media (max-width: 425px) {
  .header__logo {
    max-width: 190px;
  }

  .header__logo img {
    width: 100%;
  }
}

.header__info {
  display: flex;
  align-items: center;
}

.header__phone {
  display: flex;
  align-items: center;
}

.header__phone:hover .header__phone-icon {
  background-color: var(--matriks-base, #D94645);
  border-color: transparent;
}

.header__phone:hover .header__phone-icon span {
  color: var(--matriks-white, #ffffff);
}

.header__phone:hover .header__phone-number {
  color: var(--matriks-base, #D94645);
}

.header__email {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.header__email:hover .header__email-icon {
  background-color: var(--matriks-base, #D94645);
  border-color: transparent;
}

.header__email:hover .header__email-icon span {
  color: var(--matriks-white, #ffffff);
}

.header__email:hover .header__email-address {
  color: var(--matriks-base, #D94645);
}

.header__phone-icon,
.header__email-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
}

.header__phone-icon span,
.header__email-icon span {
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-base, #D94645);
}

.header__phone-title,
.header__email-title {
  font-size: var(--matriks-size-sm);
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.header__phone-number,
.header__email-address {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  font-size: var(--matriks-size-md);
  line-height: 1;
  margin-bottom: 0;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__btn {
  background-color: var(--matriks-base, #D94645);
}

.header__btn::after {
  background-color: var(--matriks-primary, #191919);
}

@media (max-width: 1199px) {
  .header__btn {
    display: none;
  }
}

.header .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--matriks-primary, #191919);
}

.header .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--matriks-primary, #191919);
}

.header .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--matriks-primary, #191919);
}

.header .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--matriks-primary, #191919);
}

.header .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--matriks-primary, #191919);
}

.header .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--matriks-primary, #191919);
}

.header .sidebar-btn__toggler:hover span {
  background-color: var(--matriks-base, #D94645);
}

@media (max-width: 1199px) {
  .header .sidebar-btn__toggler {
    display: grid;
    margin-left: 16px;
  }
}

/* Header Two */
.header-two .header__logo {
  margin-right: 50px;
}

.header-two .header__logo img {
  max-width: 250px;
}

@media (max-width: 1599px) {
  .header-two .header__logo {
    margin-right: 50px;
  }
}

@media (max-width: 1399px) {
  .header-two .header__logo {
    margin-right: 40px;
  }
}

.header-two .sidebar-btn__toggler {
  position: relative;
  display: grid;
}

@media (max-width: 1199px) {
  .header-two .sidebar-btn__toggler {
    margin-left: 16px;
  }
}

.header-two .sidebar-btn__toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  /*   border: 1px solid var(--matriks-primary, #191919) */
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .header-two .sidebar-btn__toggler::after {
    display: none;
  }
}

.header-two .sidebar-btn__toggler:hover::after {
  border-color: var(--matriks-base, #D94645);
}

.header-two__social {
  margin-right: 10px;
}

@media (max-width: 1399px) {
  .header-two__social {
    margin-right: 45px;
  }
}

.header-two__social-link:nth-child() {
  background: var(--matriks-white2, #A0A1A6) !important;
}

.header-two__social-link i {
  color: var(--matriks-secondary, #F6F6F6) !important;
}

.header-two__social-link:hover {
  background-color: var(--matriks-base, #D94645) !important;
}

.header-two__social-link:hover i {
  color: rgba(var(--matriks-white-rgb, 255, 255, 255), 1) !important;
}

/* Header Three */
.header-three {
  background-color: var(--matriks-white, #ffffff);
}

/* Main menu One */
.main-menu-one {
  background-color: var(--matriks-primary, #191919);
  position: relative;
  z-index: 91;
}

@media (max-width: 1199px) {
  .main-menu-one {
    display: none;
  }
}

.main-menu-one .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu-one__left {
  display: flex;
  align-items: center;
}

.main-menu-one__logo {
  display: none;
}

.main-menu-one__social {
  margin-right: 100px;
}

@media (max-width: 1399px) {
  .main-menu-one__social {
    margin-right: 60px;
  }
}

.main-menu-one__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.desktop-menu {
  margin-left: -20px;
  position: relative;
  z-index: var(--z-mega-menu, 1100); /* Mega menu kartların üzerinde görünsün */
}

/* .main-menu-one .mobile-nav__toggler {
  display: none;
} */

/* Main menu Two */
.main-menu-two {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 1199px) {
  .main-menu-two {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-menu-two__left {
  display: flex;
  align-items: center;
}

.main-menu-two__logo {
  margin-right: 95px;
}

@media (max-width: 1399px) {
  .main-menu-two__logo {
    margin-right: 40px;
  }
}

.main-menu-two__logo img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .main-menu-two__logo {
    margin-right: 0;
  }
}

.main-menu-two__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-menu-two .sidebar-btn__toggler {
  display: grid;
}

.main-menu-two .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--matriks-primary, #191919);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--matriks-primary, #191919);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--matriks-primary, #191919);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--matriks-primary, #191919);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--matriks-primary, #191919);
}

.main-menu-two .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--matriks-primary, #191919);
}

.main-menu-two .sidebar-btn__toggler:hover span {
  background-color: var(--matriks-base, #D94645);
}

.main-menu-three {
  background-color: var(--matriks-base, #D94645);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  height: 70px;
  position: relative;
  z-index: var(--z-mega-menu, 1100);
  /* overflow: hidden kaldırıldı - mega menu görünebilsin */
}

.main-menu-three .container-fluid {
  padding-left: unset !important;
  padding-right: unset !important;
}


.main-menu-three__left .main-menu__list>li {
  padding: 0;
  margin: 0;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  transition: background-color 0.3s ease;
}

.main-menu-three__left .main-menu__list>li:hover {
  background-color: var(--matriks-navbar-text-active);
}

.main-menu-three__left .main-menu__list>li a {
  height: 35px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.main-menu-three__left .main-menu__list>li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--matriks-navbar-text-active);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

/* Sticky Header Menu Hover Efekti */
.sticky-header .sticky-desktop-menu .main-menu__list>li,
.stricky-header .sticky-desktop-menu .main-menu__list>li {
  padding: 0 !important;
  margin: 0 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  transition: background-color 0.3s ease !important;
  background-color: transparent !important;
}

.sticky-header .sticky-desktop-menu .main-menu__list>li:hover,
.stricky-header .sticky-desktop-menu .main-menu__list>li:hover {
  background-color: var(--matriks-navbar-text-active) !important;
}

.sticky-header .sticky-desktop-menu .main-menu__list>li a,
.stricky-header .sticky-desktop-menu .main-menu__list>li a {
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

@media (max-width: 1400px) {
  .desktop-menu .main-menu-three__right {
    display: none;
  }

  .header__email,
  .header__login {
    margin-left: 30px;
  }

  .header-two .header__logo img {
    width: 200px;
  }
}

/* Main menu Two */
.main-menu-three {
  position: relative;
  overflow: visible;
  z-index: var(--z-navigation, 700);
}

.main-menu-three .container {
  display: block;
  z-index: 111;
  overflow: visible;
  position: static;
}

.main-menu-three__wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--matriks-navbar-background, #D94645);
  z-index: 10;
  height: 70px;
  /* overflow: hidden; - Mega menu için kaldırıldı */
}

/* .desktop-menu{
  margin-left:-20px;
} */

.main-menu-three__right {
  display: flex;
  align-items: center;
  height: 84px;
  /* Menü bar yüksekliği ile eşitle */
}

.main-menu-three__agency {
  display: grid;
  grid-template-columns: 36px auto;
  grid-column-gap: 30px;
  align-items: center;
  margin-right: 55px;
}

@media (max-width: 1599px) {
  .main-menu-three__agency {
    display: none;
  }
}

.main-menu-three__agency-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 28px;
  background-color: var(--matriks-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.main-menu-three__agency-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--matriks-white, #ffffff);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.main-menu-three__agency-icon i {
  font-size: 14px;
  color: var(--matriks-base, #D94645);
}

.main-menu-three__agency-title {
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-white, #ffffff);
  line-height: 1.666;
  margin-bottom: 0;
}

.main-menu-three__agency:hover .main-menu-three__agency-icon {
  background-color: var(--matriks-base, #D94645);
}

.main-menu-three__agency:hover .main-menu-three__agency-icon::after {
  right: 0;
  border-color: var(--matriks-base, #D94645);
}

.main-menu-three__agency:hover .main-menu-three__agency-icon i {
  color: var(--matriks-white, #ffffff);
}

/* .main-menu-three__bar {
  display: none;
} */

.mobile-nav__toggler-text {
  display: flex;
}

.main-menu-three .sidebar-btn__toggler {
  display: none;
  height: 84px;
  /* Menü bar yüksekliği ile eşitle */
  align-items: center;
  justify-content: center;
}

.main-menu-three__btn {
  padding: 0 30px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  line-height: 84px;
}

@media (max-width: 1199px) {
  .main-menu-three__btn {
    display: none;
  }
}

.main-menu-one .main-menu__list,
.main-menu-one .main-menu__list ul,
.main-menu-two .main-menu__list,
.main-menu-two .main-menu__list ul,
.main-menu-three .main-menu__list,
.main-menu-three .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {

  .main-menu-one .main-menu__list,
  .main-menu-one .main-menu__list ul,
  .main-menu-two .main-menu__list,
  .main-menu-two .main-menu__list ul,
  .main-menu-three .main-menu__list,
  .main-menu-three .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: none;
  }
}

.main-menu-one .main-menu__list,
.main-menu-two .main-menu__list,
.main-menu-three .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  margin-right: auto;
}

.stricky-header .main-menu__list>li+li {
  margin-left: 5px;
}

@media (max-width: 1399px) {

  .main-menu-one .main-menu__list>li+li,
  .main-menu-two .main-menu__list>li+li,
  .main-menu-three .main-menu__list>li+li,
  .stricky-header .main-menu__list>li+li {
    margin-left: 5px;
  }
}

.main-menu-one .main-menu__list>li,
.main-menu-two .main-menu__list>li,
.main-menu-three .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 22.25px;
  padding-bottom: 22.25px;
  position: relative;
}

.main-menu-one .main-menu-two__left .main-menu__list>li,
.main-menu-two .main-menu-two__left .main-menu__list>li,
.main-menu-three .main-menu-two__left .main-menu__list>li,
.stricky-header .main-menu-two__left .main-menu__list>li {
  padding-top: 42.25px;
  padding-bottom: 42.25px;
}

.main-menu-three__left {
  display: flex;
}

.main-menu-one .main-menu-three__left .main-menu__list>li,
.main-menu-two .main-menu-three__left .main-menu__list>li,
.main-menu-three .main-menu-three__left .main-menu__list>li,
.stricky-header .main-menu-three__left .main-menu__list>li {
  padding: 24px 20px;
}

.main-menu-one .main-menu__list>li>a,
.main-menu-two .main-menu__list>li>a,
.main-menu-three .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  display: flex;
  align-items: center;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  color: var(--matriks-navbar-text);
  font-weight: 600;
  line-height: 2.222;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

@media (max-width: 1399px) {

  .main-menu-one .main-menu__list>li>a,
  .main-menu-two .main-menu__list>li>a,
  .main-menu-three .main-menu__list>li>a,
  .stricky-header .main-menu__list>li>a {
    font-size: var(--matriks-size-xl);
  }
}

.main-menu-one .main-menu-two__left .main-menu__list>li>a,
.main-menu-two .main-menu-two__left .main-menu__list>li>a,
.main-menu-three .main-menu-two__left .main-menu__list>li>a,
.stricky-header .main-menu-two__left .main-menu__list>li>a {
  color: var(--matriks-primary, #191919);
}

.main-menu-one .main-menu__list>li.dropdown>a>i.fa-angle-down,
.main-menu-two .main-menu__list>li.dropdown>a>i.fa-angle-down,
.main-menu-three .main-menu__list>li.dropdown>a>i.fa-angle-down,
.stricky-header .main-menu__list>li.dropdown>a>i.fa-angle-down {
  font-size: 16px;
  margin-left: 8px;
}

.main-menu-one .main-menu__list>li.current>a,
.main-menu-one .main-menu__list>li:hover>a,
.main-menu-one .main-menu__list>li.dropdown:hover>a>i.fa-angle-down,
.main-menu-one .main-menu__list>li.current>a>i.fa-angle-down,
.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.main-menu-two .main-menu__list>li.dropdown:hover>a>i.fa-angle-down,
.main-menu-two .main-menu__list>li.current>a>i.fa-angle-down,
.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.main-menu-three .main-menu__list>li.dropdown:hover>a>i.fa-angle-down,
.main-menu-three .main-menu__list>li.current>a>i.fa-angle-down,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.dropdown:hover>a>i.fa-angle-down,
.stricky-header .main-menu__list>li.current>a>i.fa-angle-down {
  text-shadow: 0px 0 0 currentColor;
}

.main-menu-one .main-menu__list>li.dropdown:hover>a>i.fa-angle-down,
.main-menu-two .main-menu__list>li.dropdown:hover>a>i.fa-angle-down,
.main-menu-three .main-menu__list>li.dropdown:hover>a>i.fa-angle-down,
.stricky-header .main-menu__list>li.dropdown:hover>a>i.fa-angle-down {
  transform: rotate(180deg);
}

.main-menu-one .main-menu__list li ul,
.main-menu-two .main-menu__list li ul,
.main-menu-three .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu-one .main-menu__list li:hover>ul,
.main-menu-two .main-menu__list li:hover>ul,
.main-menu-three .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main-menu-one .main-menu__list li ul li,
.main-menu-two .main-menu__list li ul li,
.main-menu-three .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu-one .main-menu__list li ul li+li,
.main-menu-two .main-menu__list li ul li+li,
.main-menu-three .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--matriks-black, #222222), 0.1);
}

.main-menu-one .main-menu__list li ul li a,
.main-menu-two .main-menu__list li ul li a,
.main-menu-three .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-sm);
  color: var(--matriks-white, #ffffff);
  font-weight: 600;
  line-height: 2.222;
  color: var(--matriks-black, #222222);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: 500ms;
}

@media (max-width: 1399px) {

  .main-menu-one .main-menu__list li ul li a,
  .main-menu-two .main-menu__list li ul li a,
  .main-menu-three .main-menu__list li ul li a,
  .stricky-header .main-menu__list li ul li a {
    font-size: var(--matriks-size-md);
  }
}

.main-menu-one .main-menu__list li ul li:hover>a,
.main-menu-two .main-menu__list li ul li:hover>a,
.main-menu-three .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--matriks-base, #D94645);
  color: var(--matriks-white, #ffffff);
}

.main-menu-one .main-menu__list li ul li>ul,
.main-menu-two .main-menu__list li ul li>ul,
.main-menu-three .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu-one .main-menu__list li ul li>ul.right-align,
.main-menu-two .main-menu__list li ul li>ul.right-align,
.main-menu-three .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-one .main-menu__list li ul li>ul ul,
.main-menu-two .main-menu__list li ul li>ul ul,
.main-menu-three .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.stricky-header-one .mobile-nav__toggler,
.stricky-header-two .mobile-nav__toggler,
.stricky-header-three .mobile-nav__toggler,
.header .mobile-nav__toggler,
.main-menu-two .mobile-nav__toggler {
  width: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  /* display: none; */
  cursor: pointer;
  transition: 500ms;
}

.stricky-header-one .mobile-nav__toggler-bars,
.stricky-header-two .mobile-nav__toggler-bars,
.stricky-header-three .mobile-nav__toggler-bars,
.header .mobile-nav__toggler-bars,
.main-menu-two .mobile-nav__toggler-bars {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--matriks-primary, #191919);
  margin: 6px 0;
}

@media (max-width: 1199px) {

  .stricky-header-one .mobile-nav__toggler,
  .stricky-header-two .mobile-nav__toggler,
  .stricky-header-three .mobile-nav__toggler,
  .header .mobile-nav__toggler,
  .main-menu-two .mobile-nav__toggler {
    display: block;
  }
}

.sidebar-btn__toggler {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 30px;
  height: 30px;
  padding-right: 32px;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-btn__toggler:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-btn__toggler span {
  width: 4px;
  height: 4px;
  background-color: rgba(var(--matriks-white-rgb), 1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.sidebar-btn__toggler:hover span:nth-child(1),
.sidebar-btn__toggler:hover span:nth-child(2),
.sidebar-btn__toggler:hover span:nth-child(3),
.sidebar-btn__toggler:hover span:nth-child(7),
.sidebar-btn__toggler:hover span:nth-child(8),
.sidebar-btn__toggler:hover span:nth-child(9) {
  background-color: var(--matriks-primary) !important;
}

.sidebar-btn__toggler span:nth-child(5) {
  background-color: var(--matriks-base, #D94645);
}

.sidebar-btn__toggler span:nth-child(6) {
  background-color: var(--matriks-base, #D94645);
}

.sidebar-btn__toggler:hover span {
  background-color: var(--matriks-base, #D94645);
}

.stricky-header {
  position: fixed;
  z-index: var(--z-sticky-header, 600);
  top: 0;
  left: 0;
  background-color: var(--matriks-navbar-background);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.stricky-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stricky-header-one .main-menu-one__logo {
  display: block;
  margin-right: 75px;
}

.stricky-header-one .main-menu-one__logo img {
  max-width: 100%;
}

@media (max-width: 1399px) {
  .stricky-header-one .main-menu-one__logo {
    margin-right: 30px;
  }
}

.stricky-header-one .main-menu-one__social {
  display: none;
}

.stricky-header-one .main-menu__list>li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stricky-header-one .mobile-nav__toggler-bars {
  background-color: var(--matriks-white, #ffffff);
}

.stricky-header-two {
  background-color: var(--matriks-white, #ffffff);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--matriks-primary, #191919);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--matriks-primary, #191919);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--matriks-primary, #191919);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--matriks-primary, #191919);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--matriks-primary, #191919);
}

.stricky-header-two .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--matriks-primary, #191919);
}

@media (min-width: 1600px) {
  .stricky-header-three .container {
    max-width: 1744px;
  }
}

.stricky-header-three .main-menu-three__wrapper {
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .stricky-header-three .main-menu-three__wrapper {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .stricky-header-three .main-menu-three__logo {
    display: block;
  }

  .stricky-header-three .main-menu-three__logo img {
    max-width: 100%;
  }
}

.mobile-nav__toggler:hover .sticky-menu-text {
  color: var(--matriks-white, #ffffff) !important;
}

.mobile-nav__toggler:hover .mobile-nav__toggler-bar {
  background-color: var(--matriks-primary) !important;
}

.mobile-nav__toggler:hover .sticky-menu-text {
  color: var(--matriks-primary) !important;
}

@media (max-width: 1199px) {
  .stricky-header-three .sidebar-btn__toggler {
    display: grid;
  }
}

.stricky-header.stricky-fixed {
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: url("../images/close.svg"), auto;
}

.mobile-nav__content {
  width: 400px;
  background-color: var(--matriks-white);
  z-index: 999;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .matriks-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
  background-color: var(--matriks-black3);
}

.mobile-nav__content .matriks-btn::after {
  background-color: var(--matriks-base);
}

.mobile-nav__content .logo-box {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-nav__content hr {
  color: var(--matriks-secondary, #A0A1A6);
}

.mobile-nav__close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 24px;
  color: var(--matriks-primary);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


/* NAV WRAPPER XL START  */
.nav-wrapper-xl .mobile-nav__content {
  width: 50%;
}

.nav-wrapper-xl .nav-wapper-content {
  display: flex;
}

.nav-wrapper-xl .nav-wapper-content-col-1 {
  width: 50%;
  height: 100%;
  padding-right: 30px;
  border-right: 1px solid rgba(var(--matriks-white-rgb), 0.1);
  height: calc(100vh - 60px);
}

.nav-wrapper-xl .nav-wapper-content-col-2 {
  padding-top: 20px;
  width: 50%;
  height: 100%;
  padding-left: 30px;

}

.nav-wrapper-xl .mobile-nav__container {
  margin-bottom: 20px;
}

.nav-wrapper-xl .matriks-btn {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .nav-wrapper-xl .mobile-nav__content {
    width: 100%;
  }

  .nav-wrapper-xl .nav-wapper-content {
    display: inline;
  }

  .nav-wrapper-xl .mobile-nav__container {
    margin-bottom: 5px;
  }


  .nav-wrapper-xl .nav-wapper-content-col-1 {
    width: 100%;
    height: unset;
    border: unset;
    padding: 0;
  }

  .nav-wrapper-xl .nav-wapper-content-col-2 {
    width: 100%;
    padding: 0;
  }
}

/* NAV WRAPPER XL END  */
.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li {
  border-bottom: 1px solid rgba(var(--matriks-gray-rgb), 0.3);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-lg);
  color: var(--matriks-secondary, #A0A1A6);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 35px;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a:hover {
  color: var(--matriks-base, #D94645);
}

.mobile-nav__content .main-menu__list>li.dropdown>a>i.fa-angle-down {
  display: none;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--matriks-white, #ffffff);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-base, #D94645);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--matriks-white, #ffffff);
  color: var(--matriks-primary, #191919);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav__language {
  display: flex;
  align-items: center;
}

.mobile-nav__language img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid var(--matriks-secondary, #A0A1A6);
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-top: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--matriks-primary, #191919);
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--matriks-base, #D94645);
}

.mobile-nav__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  font-family: var(--matriks-font, "Sora", sans-serif);
  color: var(--matriks-secondary, #A0A1A6);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--matriks-base);
}

.mobile-nav__contact li>i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--matriks-base, #D94645);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__socila {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav__socila-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--matriks-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__socila-link i {
  font-size: 16px;
  color: var(--matriks-secondary, #A0A1A6);
}

.mobile-nav__socila-link:hover {
  background-color: var(--matriks-base, #D94645);
}

.mobile-nav__socila-link:hover i {
  color: var(--matriks-white, #ffffff);
}

.mobile-nav__container .main-menu-one__left,
.mobile-nav__container .main-menu-two__left,
.mobile-nav__container .main-menu-three__wrapper {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-nav__container .main-menu-one__social,
.mobile-nav__container .main-menu-one__right,
.mobile-nav__container .main-menu-two__right,
.mobile-nav__container .main-menu-two__logo,
.mobile-nav__container .main-menu-three__right,
.mobile-nav__container .main-menu-three__logo {
  display: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*-------------------------------------
# Sidebar One
-------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}



.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: url("../images/close.svg"), auto;
}

.sidebar-one__content {
  width: 450px;
  background-color: var(--matriks-white);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (max-width: 540px) {

  .mobile-nav__content,
  .sidebar-one__content {
    width: unset;
  }
}

.sidebar-one__content::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 24px;
  color: var(--matriks-primary);
  cursor: pointer;
}

.sidebar-one__close:hover {
  color: var(--matriks-base, #D94645);
}

.sidebar-one__item:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-one__title {
  font-size: var(--matriks-size-3xl);
  color: var(--matriks-primary);
  line-height: 1.5;
  margin-bottom: 15px;
}

.sidebar-one__about-desc {
  margin-bottom: 0;
}

.sidebar-one__information-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sidebar-one__information-item {
  display: flex;
  align-items: flex-start;
}

.sidebar-one__information-item:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-one__information-icon {
  font-size: var(--matriks-size-md);
  color: var(--matriks-primary);
  margin-top: 7px;
  margin-right: 10px;
  line-height: normal;
}

.sidebar-one__information-icon.icofont-home {
  margin-top: 5px;
  font-size: 16px;
}

.sidebar-one__information-icon.icofont-clock-time {
  margin-top: 5.5px;
  font-size: 15px;
}

.sidebar-one__information-icon.icon-email {
  margin-top: 9px;
  font-size: 12px;
}

.sidebar-one__information-icon.icon-phone {
  margin-top: 7px;
  font-size: 14px;
}

.sidebar-one__information-address {
  margin-bottom: 0;
}

.sidebar-one__information-text {
  font-size: var(--matriks-size-md);
  margin-bottom: 0;
}

.sidebar-one__information-text-link {
  color: var(--matriks-secondary, #A0A1A6);
}

.sidebar-one__information-text-link:hover {
  color: var(--matriks-base, #D94645);
}

.sidebar-one__socila {
  margin-bottom: 10px;
  margin-right: 0;
}

.sidebar-one__newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-one__newsletter-input {
  border: 0;
  outline: 0;
  color: var(--matriks-white, #ffffff) !important;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 15px;
  padding-right: 10px;
  background-color: rgba(var(--matriks-white-rgb), 0.05);
}

.sidebar-one__newsletter-btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-color: var(--matriks-base, #D94645);
}

.sidebar-one__newsletter-btn i {
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-white, #ffffff);
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: var(--z-search-overlay, 1300);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--matriks-black, #222222);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .matriks-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}

.search-popup__content .matriks-btn:hover {
  background-color: var(--matriks-black, #222222);
  color: #fff;
}

.search-popup__content .matriks-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding-top: 148px;
  padding-bottom: 142px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  /*   overflow: hidden;
 */
}

.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}

.page-header__vartical-text {
  position: relative;
  position: absolute;
  top: 77px;
  left: 60px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-lg);
  color: var(--matriks-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 11;
  transition: all 2s ease;
}

.page-header__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 111;
}

.page-header__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 111;
}

@media (max-width: 1799px) {
  .page-header__vartical-text {
    left: 50px;
  }
}

@media (max-width: 1599px) {
  .page-header__vartical-text {
    display: none;
  }
}

.page-header__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}

.page-header__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.page-header__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.page-header__circle-text {
  position: relative;
  position: absolute;
  top: 50%;
  right: 107px;
  transform: translateY(-50%);
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 111;
}

@media (max-width: 1899px) {
  .page-header__circle-text {
    right: 180px;
  }
}

@media (max-width: 1799px) {
  .page-header__circle-text {
    right: 230px;
  }
}

@media (max-width: 1699px) {
  .page-header__circle-text {
    right: 275px;
  }
}

@media (max-width: 1599px) {
  .page-header__circle-text {
    right: 280px;
  }
}

@media (max-width: 1499px) {
  .page-header__circle-text {
    right: 320px;
  }
}

@media (max-width: 1399px) {
  .page-header__circle-text {
    right: 190px;
  }
}

@media (max-width: 1199px) {
  .page-header__circle-text {
    right: 200px;
  }
}

@media (max-width: 991px) {
  .page-header__circle-text {
    top: -5%;
    right: 0px;
  }
}

@media (max-width: 767px) {
  .page-header__circle-text {
    display: none;
  }
}

.page-header__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}

.page-header__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.page-header__curved-circle--item {
  width: 164px;
}

.page-header__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--matriks-size-md);
  color: rgba(var(--matriks-white-rgb), 0.4);
  letter-spacing: 0.2em;
}

.page-header__curved-circle--item span:first-child {
  color: rgba(var(--matriks-white-rgb), 0.7);
}

.page-header__circle-text:hover .page-header__curved-circle--item span {
  color: var(--matriks-white, #ffffff);
}

.page-header .container {
  position: relative;
  z-index: 11;
}

.page-header__circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: -45px;
  left: -26px;
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}

@media (max-width: 1399px) {
  .page-header__circle {
    top: -60px;
    left: -20px;
  }
}

@media (max-width: 1199px) {
  .page-header__circle {
    width: 220px;
    height: 220px;
    left: -7px;
  }
}

@media (max-width: 767px) {
  .page-header__circle {
    width: 200px;
    height: 200px;
    top: -55px;
  }
}

@media (max-width: 575px) {
  .page-header__circle {
    top: -45px;
    left: 12px;
    width: 180px;
    height: 180px;
  }
}

.page-header__inner {
  position: relative;
  z-index: 111;
}

@media (max-width: 575px) {
  .page-header__inner {
    padding-left: 12px;
  }
}

.page-header__heading {
  margin-bottom: 25px;
}

.page-header__breadcrumb-wrap {
  display: flex;
  align-items: flex-start;
  padding-left: 7px;
}

@media (max-width: 575px) {
  .page-header__breadcrumb-wrap {
    padding-left: 0px;
  }
}

.page-header__arrow {
  font-size: 18px;
  color: var(--matriks-white, #ffffff);
  margin-top: 5px;
  margin-right: 16px;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 575px) {
  .page-header__arrow {
    margin-right: 8px;
  }
}

@media (max-width: 425px) {
  .page-header__arrow {
    display: none;
  }
}

.page-header__shape-one {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 11;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1599px) {
  .page-header__shape-one {
    width: 350px;
  }
}

@media (max-width: 1399px) {
  .page-header__shape-one {
    width: 220px;
  }
}

@media (max-width: 1199px) {
  .page-header__shape-one {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .page-header__shape-one {
    width: 160px;
    bottom: -75px;
  }
}

@media (max-width: 575px) {
  .page-header__shape-one {
    width: 150px;
    bottom: -110px;
  }
}

.page-header__shape-one path:nth-child(1) {
  fill: var(--matriks-base, #D94645);
}

.page-header__shape-one path:nth-child(2) {
  fill: #D33D3C;
}

.matriks-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.matriks-breadcrumb__item {
  position: relative;
  font-size: var(--matriks-size-4xl);
  font-weight: 400;
  color: rgba(var(--matriks-white-rgb), 0.6);
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .matriks-breadcrumb__item {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .matriks-breadcrumb__item {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .matriks-breadcrumb__item {
    font-size: 16px;
  }
}

.matriks-breadcrumb__item-divider,
.matriks-breadcrumb__link {
  position: relative;
  display: inline-block;
  font-size: var(--matriks-size-4xl);
  font-weight: 400;
  color: var(--matriks-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767px) {

  .matriks-breadcrumb__item-divider,
  .matriks-breadcrumb__link {
    font-size: 19px;
  }
}

@media (max-width: 767px) {

  .matriks-breadcrumb__item-divider,
  .matriks-breadcrumb__link {
    font-size: 18px;
  }
}

@media (max-width: 425px) {

  .matriks-breadcrumb__item-divider,
  .matriks-breadcrumb__link {
    font-size: 16px;
  }
}

.matriks-breadcrumb__link:hover {
  color: rgba(var(--matriks-white-rgb), 0.6);
}

/*--------------------------------------------------------------
# Page Sidebar
--------------------------------------------------------------*/
/*-------------------------------------
# Page Sidebar
-------------------------------------*/
.page-sidebar__single {
  padding: 27px 30px 30px;
  background-color: var(--matriks-white3, #F7F7F7);
}

@media (max-width: 425px) {
  .page-sidebar__single {
    padding: 17px 20px 20px;
  }
}

.page-sidebar__single:not(:last-child) {
  margin-bottom: 30px;
}

.page-sidebar__title {
  font-size: var(--matriks-size-4xl);
  line-height: 1.25;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.page-sidebar__search-form {
  display: flex;
  align-items: center;
}

@media (max-width: 375px) {
  .page-sidebar__search-form {
    flex-direction: column;
  }
}

.page-sidebar__search-input {
  border: 0;
  outline: 0;
  padding: 10px 10px 10px 19px;
  width: calc(100% - 56px);
  height: 50px;
  background-color: var(--matriks-white, #ffffff);
}

.page-sidebar__search-input::placeholder {
  color: var(--matriks-secondary, #A0A1A6);
}

@media (max-width: 375px) {
  .page-sidebar__search-input {
    width: 100%;
    margin-bottom: 15px;
  }
}

.page-sidebar__search-btn {
  position: relative;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 50px;
  background-color: var(--matriks-primary, #191919);
  overflow: hidden;
  z-index: 1;
}

.page-sidebar__search-btn::after {
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}

.page-sidebar__search-btn:hover::after {
  width: 350px;
}

@media (max-width: 375px) {
  .page-sidebar__search-btn {
    width: 100%;
  }
}

.page-sidebar__search-icon {
  font-size: 14px;
  color: var(--matriks-white, #ffffff);
}

.page-sidebar__service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.page-sidebar__service-item:not(:last-child) {
  margin-bottom: 10px;
}

.page-sidebar__service-link {
  padding: 10px 20px;
  display: block;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-secondary, #A0A1A6);
  line-height: 1.875;
  background-color: var(--matriks-white, #ffffff);
  text-transform: capitalize;
}

.page-sidebar__service-link:hover {
  color: var(--matriks-white, #ffffff);
  background-color: var(--matriks-primary, #191919);
}

@media (max-width: 425px) {
  .page-sidebar__service-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-sidebar__social-link:nth-child(odd) {
  background-color: var(--matriks-white, #ffffff) !important;
}

.page-sidebar__social-link:nth-child(even) {
  background-color: rgba(var(--matriks-primary-rgb), 0.08) !important;
}

.page-sidebar__social-link i {
  color: var(--matriks-secondary, #A0A1A6) !important;
}

.page-sidebar__social-link:hover {
  background-color: var(--matriks-base, #D94645) !important;
}

.page-sidebar__social-link:hover i {
  color: var(--matriks-white, #ffffff) !important;
}

.page-sidebar__contact {
  position: relative;
  padding: 131px 30px 132px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.page-sidebar__contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--matriks-primary-rgb), 0.7);
  background-blend-mode: overlay;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-sidebar__contact {
    padding-top: 100px;
    padding-bottom: 101px;
  }
}

@media (max-width: 425px) {
  .page-sidebar__contact {
    padding-top: 80px;
    padding-bottom: 81px;
  }
}

.page-sidebar__contact-wrap {
  position: relative;
  z-index: 11;
  text-align: center;
}

.page-sidebar__contact-title {
  font-size: var(--matriks-size-5xl);
  color: var(--matriks-white, #ffffff);
  line-height: 1.312;
  text-transform: capitalize;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .page-sidebar__contact-title {
    margin-bottom: 30px;
  }
}

.page-sidebar__contact-btn {
  padding: 17.5px 28px 17.5px;
  background-color: var(--matriks-base3, #F42549);
}

.page-sidebar__contact-icon {
  color: var(--matriks-white, #ffffff);
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.page-sidebar__contact-text {
  font-size: var(--matriks-size-xl);
  color: var(--matriks-white, #ffffff);
  line-height: 1.375;
  margin-bottom: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.page-sidebar__contact-btn:hover {
  background-color: var(--matriks-white, #ffffff);
}

.page-sidebar__contact-btn:hover span,
.page-sidebar__contact-btn:hover .page-sidebar__contact-text {
  color: var(--matriks-primary, #191919);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.google-map__default {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 580px;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# FAQ Accordion
--------------------------------------------------------------*/
.accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.accrodion:not(:last-child) .accrodion-title {
  border-bottom: 1px solid rgba(var(--matriks-primary-rgb), 0.1);
}

.accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 35px 0 35px 63px;
  background-color: var(--matriks-white, #ffffff);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

@media (max-width: 575px) {
  .accrodion-title {
    padding: 20px 0 20px 53px;
  }
}

.accrodion-title h4 {
  position: relative;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-4xl);
  font-weight: 400;
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accrodion.active .accrodion-title {
  border-color: transparent;
  padding-bottom: 14px;
}

.accrodion .accrodion-title h4::before {
  font-size: 16px;
  color: var(--matriks-primary, #191919);
  position: absolute;
  top: 50%;
  left: -66px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--matriks-primary-rgb), 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

@media (max-width: 575px) {
  .accrodion .accrodion-title h4::before {
    left: -56px;
  }
}

.accrodion:nth-child(1) .accrodion-title h4::before {
  content: "\eb01";
  font-family: Icofont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.accrodion:nth-child(2) .accrodion-title h4::before {
  content: "\eca7";
  font-family: Icofont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.accrodion:nth-child(3) .accrodion-title h4::before {
  content: "\e918";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accrodion:nth-child(4) .accrodion-title h4::before {
  content: "\e90e";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accrodion.active .accrodion-title h4::before {
  color: var(--matriks-base, #D94645);
}

.accrodion-content {
  position: relative;
  padding-left: 63px;
  padding-bottom: 21px;
  background-color: var(--matriks-white, #ffffff);
  border-bottom: 1px solid rgba(var(--matriks-primary-rgb), 0.1);
}

@media (max-width: 575px) {
  .accrodion-content {
    padding-left: 50px;
  }
}

.accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zump2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zump3 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zumpSlow {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

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

@keyframes zumpTop {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(13px);
  }
}

@keyframes zumpBottom {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-13px);
  }
}

@keyframes zumpShapeTop {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(8px);
  }
}

@keyframes zumpShapeBottom {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes zumpX {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-13px);
  }
}

@keyframes zumpX2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(13px);
  }
}

@keyframes squareMover1 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    transform: translate(141px, -20px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    transform: translate(83px, -60px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes squareMover2 {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes bannerShake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes treeMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes rectMove {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
/*-----------------------------------
# Main Slider
-----------------------------------*/
.main-slider {
  position: relative;
  z-index: 1;
}

.main-slider__slide {
  position: relative;
  padding-top: 180px;
  padding-bottom: 211px;
  z-index: 11;
}

@media (max-width: 991px) {
  .main-slider__slide {
    padding-top: 170px;
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .main-slider__slide {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media (max-width: 575px) {
  .main-slider__slide {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (max-width: 425px) {
  .main-slider__slide {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

@media (max-width: 375px) {
  .main-slider__slide {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

.main-slider__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.main-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.main-slider__circle-text {
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 111;
}

@media (max-width: 1899px) {
  .main-slider__circle-text {
    right: 180px;
  }
}

@media (max-width: 1799px) {
  .main-slider__circle-text {
    right: 230px;
  }
}

@media (max-width: 1699px) {
  .main-slider__circle-text {
    right: 275px;
  }
}

@media (max-width: 1599px) {
  .main-slider__circle-text {
    right: 320px;
  }
}

@media (max-width: 1499px) {
  .main-slider__circle-text {
    right: 370px;
  }
}

@media (max-width: 1399px) {
  .main-slider__circle-text {
    right: 580px !important;
  }
}

@media (max-width: 991px) {
  .main-slider__circle-text {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .main-slider__circle-text {
    display: none;
  }
}

.main-slider__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}

.main-slider__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.main-slider__curved-circle--item {
  width: 164px;
}

.main-slider__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--matriks-size-md);
  color: rgba(var(--matriks-white-rgb, 255, 255, 255), 0.4);
  letter-spacing: 0.2em;
}

.main-slider__curved-circle--item span:first-child {
  color: var(--matriks-base, #D94645);
}

.main-slider__circle-text:hover .main-slider__curved-circle--item span {
  color: rgba(var(--matriks-white-rgb, 255, 255, 255), 0.7);
}

.main-slider__vartical-text {
  position: relative;
  position: absolute;
  top: 160px;
  left: -88px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-lg);
  color: var(--matriks-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(-110px);
  z-index: 11;
  transition: all 2s ease;
}

.main-slider__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 111;
}

.main-slider__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 111;
}

@media (max-width: 1799px) {
  .main-slider__vartical-text {
    left: -100px;
  }
}

@media (max-width: 1599px) {
  .main-slider__vartical-text {
    display: none;
  }
}

.main-slider__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  z-index: 11;
}

.main-slider__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.main-slider__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.main-slider__container {

  position: relative;
  z-index: 111;
}

.main-slider__content {
  position: relative;
  width: 100%;
  max-width: 1031px;
  z-index: 11;
}

@media (max-width: 1799px) {
  .main-slider__content {
    max-width: 970px;
  }
}

@media (max-width: 1599px) {
  .main-slider__content {
    max-width: 900px;
  }
}

@media (max-width: 1399px) {
  .main-slider__content {
    max-width: 830px;
  }
}

@media (max-width: 1199px) {
  .main-slider__content {
    max-width: 650px;
  }
}

.main-slider__desc-wrap {
  display: flex;
  align-items: flex-start;
}

.main-slider__title {
  margin-bottom: 22px;
}

@media (max-width: 425px) {
  .main-slider__title {
    line-height: 1.3;
  }
}

.main-slider__arrow {
  font-size: 18px;
  color: var(--matriks-white, #ffffff);
  margin-top: 5px;
  margin-right: 15px;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 575px) {
  .main-slider__arrow {
    margin-right: 8px;
  }
}

.main-slider__desc {
  font-size: var(--matriks-size-3xl);
  color: var(--matriks-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .main-slider__desc {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .main-slider__desc {
    font-size: 19px;
  }
}

@media (max-width: 425px) {
  .main-slider__desc {
    font-size: 16px;
  }
}

.main-slider__circle {
  width: 366px;
  height: 366px;
  border-radius: 50%;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: -17px;
  left: -85px;
  animation: zumpBottom 1s infinite alternate;
}

@media (max-width: 1799px) {
  .main-slider__circle {
    left: -45px;
  }
}

@media (max-width: 1599px) {
  .main-slider__circle {
    top: -30px;
    left: -20px;
  }
}

@media (max-width: 1399px) {
  .main-slider__circle {
    top: -70px;
  }
}

@media (max-width: 1199px) {
  .main-slider__circle {
    top: -90px;
    left: -2px;
  }
}

@media (max-width: 991px) {
  .main-slider__circle {
    width: 340px;
    height: 340px;
    top: -65px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .main-slider__circle {
    width: 300px;
    height: 300px;
    top: -68px;
  }
}

@media (max-width: 575px) {
  .main-slider__circle {
    width: 270px;
    height: 270px;
    top: -58px;
    left: 8px;
  }
}

@media (max-width: 425px) {
  .main-slider__circle {
    width: 260px;
    height: 260px;
    top: -30px;
  }
}

.main-slider__shape-one {
  fill: var(--matriks-base, #D94645);
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider__shape-one {
    width: 300px;
    height: 500px;
  }
}

@media (max-width: 1199px) {
  .main-slider__shape-one {
    width: 260px;
    height: 400px;
  }
}

@media (max-width: 991px) {
  .main-slider__shape-one {
    display: none;
  }
}

.main-slider__shape-two {
  fill: var(--matriks-base, #D94645);
  position: absolute;
  right: -12px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider__shape-two {
    width: 210px;
  }
}

@media (max-width: 991px) {
  .main-slider__shape-two {
    display: none;
  }
}

.main-slider__letter-one {
  position: absolute;
  right: 333px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1599px) {
  .main-slider__letter-one {
    width: 200px;
  }
}

@media (max-width: 1399px) {
  .main-slider__letter-one {
    width: 180px;
    right: 290px;
  }
}

@media (max-width: 1199px) {
  .main-slider__letter-one {
    right: 240px;
  }
}

@media (max-width: 991px) {
  .main-slider__letter-one {
    right: 100px;
  }
}

@media (max-width: 767px) {
  .main-slider__letter-one {
    display: none;
  }
}

/*-----------------------------------
# Main Slider Two
-----------------------------------*/
.main-slider-two .main-slider__vartical-text {
  top: 290px;
  z-index: 1111;
}

.main-slider-two .main-slider-two__slide {
  position: relative;
  padding-top: 149px;
  padding-bottom: 98px;
  z-index: 11;
}

@media (max-width: 575px) {
  .main-slider-two .main-slider-two__slide {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media (max-width: 425px) {
  .main-slider-two .main-slider-two__slide {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

.main-slider-two .sec-title__top-wrap {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .main-slider-two .sec-title__top-wrap {
    margin-bottom: 10px;
  }
}

.main-slider-two .main-slider-two__title {
  font-size: var(--matriks-size-8xl);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 34px;
}

@media (max-width: 425px) {
  .main-slider-two .main-slider-two__title {
    margin-bottom: 25px;
  }
}

.main-slider-two .main-slider__circle-text {
  top: -46px;
  right: 111px;
}

@media (max-width: 1599px) {
  .main-slider-two .main-slider__circle-text {
    right: 160px;
  }
}

@media (max-width: 991px) {
  .main-slider-two .main-slider__circle-text {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .main-slider-two .main-slider__circle-text {
    display: none;
  }
}

.main-slider-two__shape-one {
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.main-slider-two__shape-one path:nth-child(1) {
  fill: var(--matriks-base, #D94645);
}

.main-slider-two__shape-one path:nth-child(2) {
  fill: var(--matriks-white, #ffffff);
  fill-opacity: 0.1;
}

.main-slider-two__shape-one path:nth-child(3) {
  fill: var(--matriks-white, #ffffff);
  fill-opacity: 0.05;
}

@media (max-width: 1199px) {
  .main-slider-two__shape-one {
    top: -200px;
    right: -200px;
  }
}

@media (max-width: 991px) {
  .main-slider-two__shape-one {
    display: none;
  }
}

.main-slider-two__shape-two {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  animation: zumpTop 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider-two__shape-two {
    bottom: -60px;
  }
}

@media (max-width: 1199px) {
  .main-slider-two__shape-two {
    bottom: -70px;
  }
}

@media (max-width: 991px) {
  .main-slider-two__shape-two {
    bottom: -150px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__shape-two {
    bottom: -200px;
  }
}

@media (max-width: 575px) {
  .main-slider-two__shape-two {
    bottom: -220px;
  }
}

@media (max-width: 520px) {
  .main-slider-two__shape-two {
    bottom: -250px;
  }
}

@media (max-width: 425px) {
  .main-slider-two__shape-two {
    bottom: -270px;
  }
}

.main-slider-two__shape-three {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 11;
  animation: zumpTop 1s infinite alternate;
}

@media (max-width: 1399px) {
  .main-slider-two__shape-three {
    bottom: -60px;
  }
}

@media (max-width: 1199px) {
  .main-slider-two__shape-three {
    bottom: -70px;
  }
}

@media (max-width: 991px) {
  .main-slider-two__shape-three {
    bottom: -150px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__shape-three {
    bottom: -200px;
  }
}

@media (max-width: 575px) {
  .main-slider-two__shape-three {
    bottom: -220px;
  }
}

@media (max-width: 520px) {
  .main-slider-two__shape-three {
    bottom: -250px;
  }
}

@media (max-width: 425px) {
  .main-slider-two__shape-three {
    bottom: -270px;
  }
}

.main-slider-two__shape-four {
  position: absolute;
  left: 54px;
  bottom: -15px;
  z-index: 1;
  animation: zumpBottom 1s infinite alternate;
}

.main-slider-two__shape-four path:nth-child(1) {
  fill: var(--matriks-base2, #BE403F);
}

.main-slider-two__shape-four path:nth-child(2) {
  fill: var(--matriks-base, #D94645);
}

.main-slider-two__shape-four path:nth-child(3) {
  fill: var(--matriks-base, #D94645);
}

@media (max-width: 1599px) {
  .main-slider-two__shape-four {
    bottom: -55px;
  }
}

@media (max-width: 1399px) {
  .main-slider-two__shape-four {
    bottom: -97px;
    left: -94px;
  }
}

@media (max-width: 991px) {
  .main-slider-two__shape-four {
    bottom: -180px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__shape-four {
    display: none;
  }
}

.main-slider-two__box-one {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--matriks-primary, #191919);
  position: absolute;
  right: 142px;
  bottom: 119px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .main-slider-two__box-one {
    bottom: 59px;
  }
}

@media (max-width: 1199px) {
  .main-slider-two__box-one {
    bottom: 49px;
  }
}

@media (max-width: 991px) {
  .main-slider-two__box-one {
    display: none;
  }
}

/*-----------------------------------
# Main Slider Three
-----------------------------------*/
.main-slider-three .main-slider__vartical-text {
  color: var(--matriks-primary, #191919);
  top: 160px;
  z-index: 1111;
  animation: zump 3s infinite linear;
}

.main-slider-three .main-slider-three__slide {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 11;
}

@media (max-width: 1799px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 80px;
  }
}

@media (max-width: 1599px) {
  .main-slider-three .main-slider-three__slide {
    padding-bottom: 80px;
  }
}

@media (max-width: 1399px) {
  .main-slider-three .main-slider-three__slide {
    padding-bottom: 80px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}

@media (max-width: 575px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media (max-width: 375px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  min-height: 850px;
}

.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--matriks-white2-rgb, 246, 246, 246), 0.9);
  background-blend-mode: overlay;
  z-index: 1;
}

.main-slider-three .main-slider__vartical-line {
  border-right-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.main-slider-three .main-slider__vartical-line--one {
  border-left-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.main-slider-three .main-slider__circle-text {
  bottom: -50px;
  right: 0;
  z-index: 11;
}


.main-slider-three .main-slider__curved-circle--item span {
  color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
}

.main-slider-three .main-slider__circle-text:hover .main-slider__curved-circle--item span {
  color: var(--matriks-base, #D94645);
}

.main-slider-three__container {
  position: relative;
  z-index: 11;
}

@media (min-width: 1600px) {
  .main-slider-three__content-col {
    width: 58.33%;
  }
}

.main-slider-three__content {
  max-width: 700pxpx;
  position: relative;
  z-index: 11;
}

.main-slider-three .sec-title__top-wrap {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .main-slider-three .sec-title__top-wrap {
    margin-bottom: 10px;
  }
}

.main-slider-three .main-slider-three__title {
  color: var(--matriks-primary, #191919);
  margin-bottom: 40px;
}

@media (max-width: 1599px) {
  .main-slider-three .main-slider-three__title {
    margin-bottom: 57px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three .main-slider-three__title {
    margin-bottom: 40px;
  }
}

.main-slider-three .main-slider__arrow {
  color: var(--matriks-primary, #191919);
}

.main-slider-three .main-slider__desc {
  color: var(--matriks-primary, #191919);
}

.main-slider-three__content-shape-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: zump 4s infinite linear;
}

@media (max-width: 1599px) {
  .main-slider-three__content-shape-one {
    right: 100px;
  }
}

@media (max-width: 1399px) {
  .main-slider-three__content-shape-one {
    right: 80px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__content-shape-one {
    visibility: hidden;
    z-index: -1;
  }
}

.main-slider-three__img-col {
  position: relative;
  z-index: 1;
}

@media (min-width: 1600px) {
  .main-slider-three__img-col {
    width: 41.66%;
  }
}



.main-slider-three__img-box {
  position: relative;
  position: absolute;
  top: -20px;
  right: -92px;
  z-index: 1;

}

@media (max-width: 1599px) {
  .main-slider-three__img-box {
    right: 5px;
  }
}

.main-slider-three__img-box-one {
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1399px) {
  .main-slider-three__img-box-one {
    max-width: 470px;
  }
}

.main-slider-three__img-box-two {
  max-width: 500px;
  position: absolute;
  bottom: -35px;
  left: -192px;
  z-index: 11;
}

@media (max-width: 1599px) {
  .main-slider-three__img-box-two {
    left: -110px;
  }
}

@media (max-width: 1399px) {
  .main-slider-three__img-box-two {
    max-width: 470px;
  }
}


.main-slider-three__img-box-shape-one {
  position: absolute;
  top: -35px;
  left: 150px;
  z-index: 11;
  animation: treeMove 6s infinite alternate;
}

.main-slider-three__img-box-shape-two {
  position: absolute;
  left: -200px;
  bottom: 20px;
  z-index: 11;
  animation: zump 3s infinite linear;
}

@media (max-width: 1599px) {
  .main-slider-three__img-box-shape-two {
    left: -120px;
  }
}

@media (max-width: 1399px) {
  .main-slider-three__img-box-shape-two {
    left: -90px;
  }
}

.main-slider-three__img-box-shape-three {
  position: absolute;
  top: 0;
  left: 300px;
  width: 32.5px;
  height: 21px;
  background-color: var(--matriks-base, #D94645);
  z-index: 1;
  animation: zump 3s infinite linear;
}

.main-slider-three__shape-one {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.main-slider-three__shape-one path:nth-child(1) {
  fill: var(--matriks-primary, #191919);
  fill-opacity: 0.1;
}

.main-slider-three__shape-one path:nth-child(2) {
  fill: var(--matriks-primary, #191919);
  fill-opacity: 0.05;
}

@media (max-width: 1199px) {
  .main-slider-three__shape-one {
    top: -250px;
  }
}

@media (max-width: 991px) {
  .main-slider-three__shape-one {
    top: -310px;
    right: -30px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__shape-one {
    top: -340px;
    right: -50px;
  }
}

@media (max-width: 575px) {
  .main-slider-three__shape-one {
    display: none;
  }
}

.main-slider-three__shape-two {
  position: absolute;
  top: 315px;
  right: -5px;
  z-index: 1;
  animation: zump 3s infinite linear;
}

.main-slider-three__shape-two path {
  fill: var(--matriks-primary, #191919);
}

@media (max-width: 1199px) {
  .main-slider-three__shape-two {
    top: 70px;
  }
}

@media (max-width: 991px) {
  .main-slider-three__shape-two {
    display: none;
  }
}

.main-slider-three__shape-three {
  position: absolute;
  left: 54px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.main-slider-three__shape-three path:nth-child(1) {
  fill: #F0F0F0;
}

.main-slider-three__shape-three path:nth-child(2) {
  fill: #F0F0F0;
}

.main-slider-three__shape-three path:nth-child(3) {
  fill: #DFDFDF;
}

@media (max-width: 1399px) {
  .main-slider-three__shape-three {
    left: -100px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__shape-three {
    bottom: -134px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__shape-three {
    bottom: -175px;
  }
}

@media (max-width: 575px) {
  .main-slider-three__shape-three {
    bottom: -226px;
  }
}

.main-slider-three__shape-four {
  position: absolute;
  left: 54px;
  bottom: -15px;
  z-index: 1;
  animation: zumpBottom 1s infinite alternate;
}

.main-slider-three__box-one {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 143px;
  bottom: 120px;
  z-index: 1;
  animation: zump 3s infinite linear;
}

@media (max-width: 1799px) {
  .main-slider-three__box-one {
    right: 30px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__box-one {
    display: none;
  }
}

.main-slider-three__carousel .owl-dot {
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.3) !important;
}

.main-slider-three__carousel .owl-dot span {
  background: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.5) !important;
}

.main-slider-three__carousel .owl-dot.active {
  border-color: var(--matriks-base, #D94645) !important;
}

.main-slider-three__carousel .owl-dot.active span {
  background: var(--matriks-base, #D94645) !important;
}

.main-slider__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.main-slider__carousel .slide-title .sec-title__top-wrap,
.main-slider__carousel .slide-title__heading {
  transform: translateY(-90px);
  transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
}

.main-slider__carousel .slide-title__desc-wrap,
.main-slider__carousel .slide-title__btn-box {
  transform: translateY(90px);
  transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
}

.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-one,
.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-two {
  transform: translateX(150%);
  transition: all 3s ease;
}

.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-two {
  transition-delay: 2s;
}

.main-slider__carousel .owl-item.active .sec-title__top-wrap,
.main-slider__carousel .owl-item.active .slide-title__heading,
.main-slider__carousel .owl-item.active .slide-title__desc-wrap,
.main-slider__carousel .owl-item.active .slide-title__btn-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-slider__carousel .owl-item.active .slide-title__vartical-text {
  opacity: 1;
  visibility: visible;
  transform: rotate(180deg) translateY(0px);
}

.main-slider__carousel .owl-item.active .main-slider-three__img-box-one,
.main-slider__carousel .owl-item.active .main-slider-three__img-box-two {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.main-slider__carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 111;
  display: flex;
  justify-content: center;
}

.main-slider__carousel .owl-dots .owl-dot {
  border: 1px solid rgba(var(--matriks-white-rgb), 0.1);
}

.main-slider__carousel .owl-dots .owl-dot span {
  background-color: rgba(var(--matriks-white-rgb), 0.5);
}

@keyframes sliderThreeZumpTop {
  0% {
    transform: translateY(0) skewX(8deg);
  }

  100% {
    transform: translateY(-13px) skewX(8deg);
  }
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
/*-------------------------------------
# Service One
-------------------------------------*/
.service-one {
  position: relative;
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .service-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.service-one .container {
  position: relative;
}

.service-one__shape-one {
  position: absolute;
  top: 48px;
  left: 85px;
  animation: squareMover2 20s linear infinite alternate;
  z-index: -1;
}

@media (max-width: 1799px) {
  .service-one__shape-one {
    left: 70px;
    width: 120px;
  }
}

@media (max-width: 1599px) {
  .service-one__shape-one {
    top: 25px;
    left: 40px;
    width: 90px;
  }
}

.service-one__item {
  position: relative;
  padding: 49px 30px 39px;
  border: 1px solid var(--matriks-white2, #F6F6F6);
  transition: all 0.4s ease-in-out;
  background-color: var(--matriks-white, #ffffff);
  color: var(--matriks-primary);
}

.service-one__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}

.service-one__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}

.service-one__item:hover::before,
.service-one__item:hover::after {
  border-color: var(--matriks-primary, #191919);
  width: 100%;
  height: 100%;
}

.service-one__item:hover {
  border-color: transparent;
}

.service-one__item:hover .service-one__category {
  background-color: var(--matriks-primary, #191919);
  color: var(--matriks-white, #ffffff);
}

.service-one__category {
  display: inline-block;
  padding: 8px 22px;
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-md);
  color: var(--matriks-primary, #191919);
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--matriks-white2, #F6F6F6);
  border-radius: 50px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .service-one__category {
    margin-bottom: 70px;
  }
}

@media (max-width: 425px) {
  .service-one__category {
    margin-bottom: 50px;
  }
}

.service-one__img {
  margin-bottom: 40px;
}

.service-one__text {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-primary, #191919) !important;
  line-height: 1.875;
  margin-bottom: 40px;
}

.service-one__text span {
  font-weight: 700;
}

.service-one__btn {
  padding: 10.5px 27.5px 8.5px 27.5px;
  color: var(--matriks-primary, #191919);
  font-weight: 400;
  line-height: 1.571;
  background-color: var(--matriks-white2, #F6F6F6);
  z-index: 10;
}

.service-one__btn::after {
  background-color: var(--matriks-primary, #191919);
}

.service-one__btn::before {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
  display: none;
}

.service-one__btn:hover {
  color: var(--matriks-white, #ffffff);
  background-color: var(--matriks-base, #D94645);
}

.service-one__btn:hover::after {
  width: 300px;
}

.service-one__bottom-desc-wrap {
  margin-top: 40px;
  text-align: center;
}

.service-one__bottom-desc {
  margin-bottom: 0;
}

.service-one__bottom-desc span {
  color: var(--matriks-primary, #191919);
  font-weight: 700;
}

.service-one__circle-text {
  position: relative;
  position: absolute;
  right: -88px;
  bottom: 153px;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 1599px) {
  .service-one__circle-text {
    right: -45px;
  }
}

@media (max-width: 1310px) {
  .service-one__circle-text {
    display: none;
  }
}

.service-one__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.service-one__curved-circle--item {
  width: 164px;
}

.service-one__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--matriks-size-md);
  color: rgba(var(--matriks-primary-rgb), 0.4);
  letter-spacing: 0.2em;
}

.service-one__curved-circle--item span:first-child {
  color: var(--matriks-base, #D94645);
}

/*-------------------------------------
# Service Two
-------------------------------------*/
.service-two {
  position: relative;
  z-index: 1;
  margin-top: -112px;
  padding-top: 232px;
  padding-bottom: 0;
  background-color: var(--matriks-white, #ffffff);
}

.service-two-two {
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .service-two {
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .service-two {
    padding-top: 192px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1399px) {
  .service-two-one {
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .service-two .container {
    max-width: 100%;
  }
}

.service-two__col {
  position: relative;
  /* display: flex;

  */
  border: 1px solid #EEEEEE;
  transition: all 0.4s ease-in-out;
  padding: 40px 30px;
}

@media (max-width: 1199px) {
  .service-two__col {
    display: block;
    padding: 0 12px;
    border: 0;
    min-height: auto;
  }
}

@media (max-width: 1399px) {

  .service-two__col--one,
  .service-two__col--six {
    display: none;
  }
}

.service-two__item {
  text-align: center;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .service-two__item {
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 50px 19px;
    min-height: 300px;
  }

  .service-two__item:hover {
    border-color: var(--matriks-primary, #191919);
  }
}

@media (max-width: 575px) {
  .service-two__item {
    min-height: auto;
  }
}

.service-two__letter-s {
  max-width: 100%;
  height: auto;
}

.service-two__icon circle,
.service-two__icon path {
  stroke: var(--matriks-primary, #191919);
}

.service-two__title {
  margin-top: 30px;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1599px) {
  .service-two__title {
    font-size: 20px;
  }
}

.service-two__col:hover {
  border-color: var(--matriks-primary, #191919);
}

@media (max-width: 575px) {
  .service-two__col:hover {
    border: 0;
  }
}

.service-two__col:hover .service-two__icon circle,
.service-two__col:hover .service-two__icon path {
  stroke: var(--matriks-base, #D94645);
}

.service-two__col:hover .service-two__title {
  color: var(--matriks-base, #D94645);
}

.service-two__circle-text {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-two__circle-text:hover .service-one__curved-circle--item span {
  color: var(--matriks-base, #D94645);
}

.service-two__shape-one {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .service-two__shape-one {
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .service-two__shape-one {
    display: none;
  }
}

.service-two__shape-one path {
  fill: var(--matriks-primary, #191919);
  fill-opacity: 0.05;
}

.service-two-one {
  margin-top: 0;
  padding-top: 40px;
}

@media (max-width: 575px) {
  .service-two-one {
    padding-top: 80px;
  }
}

/*-------------------------------------
# Service Three
-------------------------------------*/
.service-three {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .service-three {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .service-three .container {
    max-width: 1320px;
  }
}

@media (max-width: 991px) {
  .service-three__col {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .service-three__col {
    min-height: 300px;
  }

  .service-three__col--four,
  .service-three__col--six {
    display: none;
  }
}

@media (max-width: 575px) {
  .service-three__col {
    min-height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.service-three__col:hover {
  background-color: var(--matriks-primary, #191919);
  border-color: var(--matriks-primary, #191919);
}

@media (max-width: 575px) {
  .service-three__col:hover {
    background-color: transparent;
    border: 0;
  }
}

.service-three__col:hover .service-three__icon circle,
.service-three__col:hover .service-three__icon path {
  stroke: var(--matriks-white, #ffffff);
}

.service-three__col:hover .service-three__title {
  color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .service-three__item {
    background-color: var(--matriks-white, #ffffff);
  }

  .service-three__item:hover {
    background-color: var(--matriks-primary, #191919);
  }
}

.service-three__circle-text {
  display: block;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-three__circle-text:hover .service-one__curved-circle--item span {
  color: var(--matriks-base, #D94645);
}

.service-three__item-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-three__item-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 1px solid var(--matriks-primary, #191919);
  z-index: 1;
  text-align: left;
}

.service-three__item-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  border-radius: 50%;
  border-left: 1px solid var(--matriks-primary, #191919);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.service-three__item-btn span {
  font-family: var(--matriks-font2, "Syne", sans-serif);
  font-size: var(--matriks-size-xl);
  color: var(--matriks-primary, #191919);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.562;
}

.service-three__item-btn span .icon-arrow-right-2 {
  vertical-align: bottom;
  font-size: 17px;
  margin-left: 9px;
  color: var(--matriks-primary, #191919);
}

.service-three__item-btn:hover {
  background-color: var(--matriks-primary, #191919);
}

.service-three__item-btn:hover::before {
  left: 0;
}

.service-three__item-btn:hover span,
.service-three__item-btn:hover .icon-arrow-right-2 {
  color: var(--matriks-white, #ffffff);
}

.service-three__item-btn:hover .icon-arrow-right-2 {
  transform: rotate(41deg);
}

.service-three-one {
  padding-top: 115px;
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 575px) {
  .service-three-one {
    padding-top: 75px;
  }
}

.service-three-one__inner-container {
  padding-left: 0;
  padding-right: 0;
}

.service-three-one__heading {
  margin-bottom: 22px;
}

.service-three-one__desc {
  margin-bottom: 109px;
}

@media (max-width: 991px) {
  .service-three-one__desc {
    margin-bottom: 21px;
  }
}

@media (max-width: 575px) {
  .service-three-one .service-three__item {
    background-color: var(--matriks-white2, #F6F6F6);
  }

  .service-three-one .service-three__item:hover {
    background-color: var(--matriks-primary, #191919);
  }
}

.service-three-one__item-btn-box {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .service-three-one__item-btn-box {
    display: none;
  }
}

.service-three-one__col-btn {
  display: none;
}

@media (max-width: 991px) {
  .service-three-one__col-btn {
    display: flex;
  }
}

/*-------------------------------------
# Service Four
-------------------------------------*/

.service-four {
  position: relative;
  z-index: 1;
  margin-top: -112px;
  padding-top: 232px;
  padding-bottom: 0;
  background-color: var(--matriks-white, #ffffff);
}

.service-four-shapes {
  min-height: 550px;
}

.service-four-two {
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .service-four {
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .service-four {
    padding-top: 192px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1399px) {
  .service-four-one {
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .service-four .container {
    max-width: 100%;
  }
}

.service-four__col {
  position: relative;
  border: 1px solid #EEEEEE;
  transition: all 0.4s ease-in-out;
  padding: 7px 15px;
}


@media (min-width: 1200px) {

  .service-four .h3,
  h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1399px) {

  .service-four__col--one,
  .service-four__col--six {
    display: none;
  }
}

.service-four__item {
  transition: all 0.4s ease-in-out;

}

.service-four__item:hover {
  border-color: var(--matriks-primary, #191919);
}


@media (max-width: 575px) {
  .service-four__item {
    min-height: auto;
  }
}

.service-four__letter-s {
  max-width: 100%;
  height: auto;
}

.service-four__icon circle,
.service-four__icon path {
  stroke: var(--matriks-primary, #191919);
}

.service-four__title {
  margin-top: 30px;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1599px) {
  .service-four__title {
    font-size: 18px;
  }
}

.service-four__col:hover {
  border-color: var(--matriks-primary, #191919);
}

@media (max-width: 575px) {
  .service-four__col:hover {
    border: 0;
  }
}

.service-four__col:hover .service-four__icon circle,
.service-four__col:hover .service-four__icon path {
  stroke: var(--matriks-base, #D94645);
}

.service-four__col:hover .service-four__title {
  color: var(--matriks-base, #D94645);
}

.service-four__circle-text {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-four__circle-text:hover .service-one__curved-circle--item span {
  color: var(--matriks-base, #D94645);
}

.service-four__shape-one {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .service-four__shape-one {
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .service-four__shape-one {
    display: none;
  }
}

.service-four__shape-one path {
  fill: var(--matriks-primary, #191919);
  fill-opacity: 0.05;
}

.service-four-one {
  margin-top: 0;
  padding-top: 40px;
}

@media (max-width: 575px) {
  .service-four-one {
    padding-top: 80px;
  }
}

.service-four-one .faq-one__img-wrap::before {
  height: 500px;
  width: 290px;
}

.service-four-one .faq-one__img-wrap::after {
  height: 500px;
  width: 290px;
  left: 100px
}

.service-four-one .faq-one__shape-one {
  top: 280px;
  left: 65px;
}


.service-four-one .case-study-one__sec-title {
  margin-bottom: 10px
}

.service-four-one .faq-one__shape-two {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  left: 218px;
  top: 160px;
}


.service-four-one .faq-one__shape-three {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  left: 262px;
  top: 396px;
  position: absolute;
  background-color: var(--matriks-primary, #191919);
  animation: 8s linear 0s infinite normal none running rotate;
}

.service-four-one .faq-one__shape-circle--one {
  top: 35px;
  left: 93px;
}

.service-four-one .faq-one__shape-circle--two {
  top: 275px;
  left: 136px;
}


/*-------------------------------------
# Solution Four
-------------------------------------*/
.solution-four #imageCarousel .carousel-inner {
  padding-top: 40px;
  margin-left: -20px;
  animation: treeMove 10s infinite alternate;
}

.solution-four #imageCarousel .carousel-inner img {
  max-height: 500px;
}

.solution-four-shapes {
  min-height: 500px;
}

/*-------------------------------------
# Service One Carouusel
-------------------------------------*/
.service-one__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*-------------------------------------
# Service Two Carouusel
-------------------------------------*/
.service-two-slider {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 575px) {
  .service-two-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .service-two__carousel .service-two__col {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .service-two__carousel .service-two__col {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-two__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*-------------------------------------
# Service Three Carouusel
-------------------------------------*/
@media (max-width: 575px) {
  .service-three__carousel .service-three__col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*-------------------------------------
# Service Details Page
-------------------------------------*/
.service-details-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .service-details-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.service-details-page__right {
  padding-left: 0;
  padding-right: 0;
}

.service-details-page__top-service-img-box {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  margin-bottom: 45px;
}

.service-details-page__top-service-img {
  mix-blend-mode: luminosity;
  width: 100%;
}

.service-details-page__top-service-title {
  font-size: var(--matriks-size-5xl);
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 10px;
}

.service-details-page__top-service-desc {
  margin-bottom: 0;
}

.service-details-page__consulting {
  margin-top: 12px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 425px) {
  .service-details-page__consulting {
    flex-direction: column;
  }
}

.service-details-page__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}

@media (max-width: 1399px) {
  .service-details-page__consulting-img--two {
    margin-right: 33px;
  }
}

@media (max-width: 425px) {
  .service-details-page__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.service-details-page__consulting-title {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-primary, #191919);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.service-details-page__consulting-desc {
  margin-bottom: 0;
}

.service-details-page__inner-row {
  display: grid;
  grid-template-columns: 306px 1fr;
  grid-column-gap: 108px;
  align-items: center;
}

@media (max-width: 1599px) {
  .service-details-page__inner-row {
    grid-column-gap: 70px;
  }
}

@media (max-width: 1399px) {
  .service-details-page__inner-row {
    grid-column-gap: 40px;
  }
}

@media (max-width: 1199px) {
  .service-details-page__inner-row {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }
}

.service-details-page__join-img-box {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.service-details-page__join-img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details-page__join-title {
  font-size: var(--matriks-size-5xl);
  line-height: 1.312;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.service-details-page__join-desc {
  margin-bottom: 41px;
}

.service-details-page__service {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 30px;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 425px) {
  .service-details-page__service {
    grid-gap: 15px;
  }
}

.service-details-page__service:not(:last-child) {
  margin-bottom: 30px;
}

.service-details-page__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--matriks-primary, #191919);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.service-details-page__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--matriks-primary, #191919);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.service-details-page__service-icon i {
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
}

.service-details-page__service-title {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  margin-bottom: 0;
}

.service-details-page__service:hover .service-details-page__service-icon {
  background-color: var(--matriks-base, #D94645);
}

.service-details-page__service:hover .service-details-page__service-icon::after {
  left: 0;
  border-color: var(--matriks-base, #D94645);
}

.service-details-page__accrodion-box {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .service-details-page__accrodion-box {
    margin-top: 40px;
  }
}

.service-details-page .accrodion:first-child .accrodion-title {
  border-top: 1px solid rgba(var(--matriks-primary-rgb), 0.1);
}

.service-details-page .accrodion-title {
  border-bottom: 1px solid rgba(var(--matriks-primary-rgb), 0.1);
}

/*--------------------------------------------------------------
# Get Work
--------------------------------------------------------------*/
/*-------------------------------------
# Get Work One
-------------------------------------*/
.get-work-one__wrapper {
  position: relative;
  padding-top: 57px;
  padding-bottom: 46px;
  background-color: var(--matriks-base);
  z-index: 11;
  overflow: hidden;
}

@media (max-width: 991px) {
  .get-work-one__wrapper {
    padding-top: 114px;
    padding-bottom: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.get-work-one .row {
  justify-content: center;
  align-items: center;
}

.get-work-one__heading {
  color: var(--matriks-white, #ffffff);
}

.get-work-one__sec-title {
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .get-work-one__sec-title {
    text-align: center;
  }
}

.get-work-one__video {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 11;
}

@media (max-width: 991px) {
  .get-work-one__video {
    margin-top: 40px;
    justify-content: center;
  }
}

.get-work-one__video-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 94px;
  border: 1px solid rgba(var(--matriks-white-rgb), 0.7);
}

.get-work-one__video-btn-icon {
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-white, #ffffff);
}

.get-work-one__video-btn-border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid rgba(var(--matriks-white-rgb), 0.7);
  z-index: -1;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}

@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.get-work-one__video-btn-border:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.get-work-one__video-btn-border:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.get-work-one__video-btn-border:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.get-work-one__video-btn:hover {
  border-color: var(--matriks-primary, #191919);
}

.get-work-one__video-btn:hover .get-work-one__video-btn-icon {
  color: var(--matriks-primary, #191919);
}

.get-work-one__video-btn:hover .get-work-one__video-btn-border {
  border-color: var(--matriks-primary, #191919);
}

@media (max-width: 1399px) {
  .get-work-one__video-btn {
    width: 70px;
    height: 78px;
  }
}

.get-work-one__border-one {
  position: absolute;
  top: -39px;
  right: 90px;
  z-index: -1;
  animation: zumpTop 1s infinite alternate;
}

.get-work-one__border-two {
  position: absolute;
  left: 70px;
  bottom: -31px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 575px) {
  .get-work-one__border-two {
    display: none;
  }
}

.get-work-one__ornament-one {
  position: absolute;
  right: 20px;
  bottom: -46px;
}

@media (max-width: 767px) {
  .get-work-one__ornament-one {
    bottom: -80px;
  }
}

@media (max-width: 425px) {
  .get-work-one__ornament-one {
    bottom: -105px;
  }
}

.get-work-one__ornament-two {
  position: absolute;
  top: -56px;
  left: 134px;
}

@media (max-width: 991px) {
  .get-work-one__ornament-two {
    top: -112px;
  }
}

.get-work-one__shape-one {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.get-work-one__shape-one path:nth-child(1) {
  fill: #BE403F;
}

.get-work-one__shape-one path:nth-child(2) {
  fill: #BE403F;
}

.get-work-one__shape-one path:nth-child(3) {
  fill: #D94645;
}

@media (max-width: 1399px) {
  .get-work-one__shape-one {
    right: -75px;
  }
}

@media (max-width: 1199px) {
  .get-work-one__shape-one {
    right: -90px;
  }
}

@media (max-width: 991px) {
  .get-work-one__shape-one {
    top: auto;
    right: -45px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .get-work-one__shape-one {
    right: -80px;
    bottom: -20px;
  }
}

@media (max-width: 575px) {
  .get-work-one__shape-one {
    right: -90px;
    bottom: -25px;
  }
}

@media (max-width: 425px) {
  .get-work-one__shape-one {
    bottom: -55px;
  }
}

@media (max-width: 375px) {
  .get-work-one__shape-one {
    bottom: -75px;
  }
}

.get-work-one__shape-two {
  position: absolute;
  top: 0;
  right: 67px;
  z-index: -1;
}

.get-work-one__shape-two path {
  fill: rgba(var(--matriks-white-rgb), 0.05);
}

@media (max-width: 1399px) {
  .get-work-one__shape-two {
    right: -80px;
  }
}

@media (max-width: 1199px) {
  .get-work-one__shape-two {
    right: -140px;
  }
}

@media (max-width: 991px) {
  .get-work-one__shape-two {
    right: -305px;
    animation: zumpX 1s infinite alternate;
  }
}

@media (max-width: 575px) {
  .get-work-one__shape-two {
    right: -260px;
  }
}

.get-work-one__shape-three {
  position: absolute;
  top: 0;
  left: 155px;
  z-index: -1;
}

.get-work-one__shape-three path {
  fill: rgba(var(--matriks-white-rgb), 0.05);
}

@media (max-width: 1199px) {
  .get-work-one__shape-three {
    left: 95px;
  }
}

@media (max-width: 991px) {
  .get-work-one__shape-three {
    left: -100px;
    animation: zumpX 1s infinite alternate;
  }
}

@media (max-width: 575px) {
  .get-work-one__shape-three {
    left: -270px;
  }
}

@media (max-width: 425px) {
  .get-work-one__shape-three {
    left: -315px;
  }
}

@media (max-width: 375px) {
  .get-work-one__shape-three {
    left: -355px;
  }
}

.get-work-one__shape-four {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.get-work-one__shape-four path:nth-child(1) {
  fill: #BE403F;
}

.get-work-one__shape-four path:nth-child(2) {
  fill: #BE403F;
}

.get-work-one__shape-four path:nth-child(3) {
  fill: #D94645;
}

@media (max-width: 1399px) {
  .get-work-one__shape-four {
    left: -25px;
  }
}

@media (max-width: 1199px) {
  .get-work-one__shape-four {
    left: -75px;
  }
}

@media (max-width: 991px) {
  .get-work-one__shape-four {
    top: auto;
    left: -60px;
    bottom: -50px;
  }
}

@media (max-width: 767px) {
  .get-work-one__shape-four {
    left: -80px;
    bottom: -90px;
  }
}

@media (max-width: 575px) {
  .get-work-one__shape-four {
    display: none;
  }
}

/*-------------------------------------
# Get Work Two
-------------------------------------*/
.get-work-two {
  position: relative;
  position: relative;
  padding-top: 49px;
  padding-bottom: 54px;
  background-color: var(--matriks-primary, #191919);
  z-index: 11;
  overflow: hidden;
}

@media (max-width: 991px) {
  .get-work-two {
    padding-top: 114px;
    padding-bottom: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.get-work-two .get-work-one__wrapper {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  z-index: 1;
  overflow: visible;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__wrapper {
    padding: 0;
  }
}

.get-work-two .container {
  position: relative;
  z-index: 1;
}

.get-work-two .row {
  justify-content: space-between;
  align-items: center;
}

.get-work-two .get-work-one__sec-title {
  padding-right: 45px;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__sec-title {
    padding-right: 0;
  }
}

.get-work-two .get-work-one__border-one {
  top: -33px;
  right: 23px;
}

.get-work-two .get-work-one__border-two {
  left: 274px;
  bottom: -35px;
}

@media (max-width: 575px) {
  .get-work-two .get-work-one__border-two {
    display: none;
  }
}

.get-work-two .get-work-one__ornament-one {
  right: -88px;
  bottom: -55px;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__ornament-one {
    display: none;
  }
}

.get-work-two .get-work-one__ornament-two {
  top: -48px;
  left: 330px;
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__ornament-two {
    display: none;
  }
}

.get-work-two .get-work-one__video {
  justify-content: center;
}

@media (max-width: 1599px) {
  .get-work-two .get-work-one__video {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__video {
    margin-top: 60px;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .get-work-two .get-work-one__video {
    margin-top: 40px;
  }
}

.get-work-two .get-work-one__shape-one {
  right: 95px;
}

@media (max-width: 1799px) {
  .get-work-two .get-work-one__shape-one {
    right: 0;
  }
}

@media (max-width: 1599px) {
  .get-work-two .get-work-one__shape-one {
    right: -20px;
  }
}

@media (max-width: 1199px) {
  .get-work-two .get-work-one__shape-one {
    right: -70px;
  }
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-one {
    right: -50px;
    bottom: -5px;
    animation: zumpTop 1s infinite alternate;
  }
}

@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-one {
    right: -90px;
  }
}

.get-work-two .get-work-one__shape-two {
  top: -24px;
  right: 80px;
}

@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-two {
    right: 150px;
    animation: zumpX 1s infinite alternate;
  }
}

@media (max-width: 1199px) {
  .get-work-two .get-work-one__shape-two {
    right: 100px;
  }
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-two {
    top: -93px;
    right: -150px;
  }
}

@media (max-width: 767px) {
  .get-work-two .get-work-one__shape-two {
    right: -260px;
  }
}

@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-two {
    right: -260px;
  }
}

.get-work-two .get-work-one__shape-three {
  top: -25px;
  left: 139px;
}

@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-three {
    left: -135px;
    animation: zumpX 1s infinite alternate;
  }
}

@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-three {
    top: -92px;
  }
}

@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-three {
    left: -270px;
  }
}

@media (max-width: 425px) {
  .get-work-two .get-work-one__shape-three {
    left: -315px;
  }
}

@media (max-width: 375px) {
  .get-work-two .get-work-one__shape-three {
    left: -355px;
  }
}

.get-work-two .get-work-one__shape-four {
  left: 74px;
}

@media (max-width: 1799px) {
  .get-work-two .get-work-one__shape-four {
    left: -20px;
  }
}

@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-four {
    display: none;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*-------------------------------------
# About One
-------------------------------------*/
.about-one {
  margin-top: -110px;
  padding-top: 281px;
  padding-bottom: 171px;
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .about-one {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .about-one {
    padding-top: 226px;
    padding-bottom: 280px;
  }
}

@media (max-width: 575px) {
  .about-one {
    padding-top: 186px;
    padding-bottom: 220px;
  }
}

@media (max-width: 450px) {
  .about-one {
    padding-bottom: 241px;
  }
}

@media (max-width: 380px) {
  .about-one {
    padding-bottom: 231px;
  }
}

.about-one-one {
  background-color: var(--matriks-white, #ffffff);
  padding-bottom: 54px;
}

@media (max-width: 1799px) {
  .about-one-one {
    padding-bottom: 53px;
  }
}

@media (max-width: 1599px) {
  .about-one-one {
    padding-bottom: 52px;
  }
}

@media (max-width: 1399px) {
  .about-one-one {
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .about-one-one {
    padding-bottom: 159px;
  }
}

@media (max-width: 575px) {
  .about-one-one {
    padding-bottom: 140px;
  }
}

@media (max-width: 450px) {
  .about-one-one {
    padding-bottom: 160px;
  }
}

@media (max-width: 380px) {
  .about-one-one {
    padding-bottom: 150px;
  }
}

.about-one__img-wrap {
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .about-one__img-wrap {
    max-width: 500px;
  }
}

.about-one__img-one-box {
  position: relative;
  z-index: 11;
}

.about-one__img-one-box::before {
  content: "";
  width: 472px;
  height: calc(100% - 152px);
  position: absolute;
  top: -50px;
  left: 106px;
  background-color: rgba(var(--matriks-base-rgb, 217, 70, 69), 0.05);
  z-index: 1;
  transform: skewX(20deg);
  animation: imgBoxZump 3s infinite linear;
}

@media (max-width: 1399px) {
  .about-one__img-one-box::before {
    width: 394px;
  }
}

@media (max-width: 1199px) {
  .about-one__img-one-box::before {
    width: 337px;
    left: 85px;
  }
}

@media (max-width: 575px) {
  .about-one__img-one-box::before {
    display: none;
  }
}

.about-one__img-one-box::after {
  content: "";
  width: 425px;
  height: calc(100% - 45px);
  position: absolute;
  top: 20px;
  left: 92px;
  border: 1px solid var(--matriks-primary, #191919);
  z-index: 1;
  transform: skewX(20deg);
}

@media (max-width: 1399px) {
  .about-one__img-one-box::after {
    width: 375px;
  }
}

@media (max-width: 1199px) {
  .about-one__img-one-box::after {
    width: 305px;
  }
}

@media (max-width: 575px) {
  .about-one__img-one-box::after {
    display: none;
  }
}

.about-one__img-one-box-inner {
  position: relative;
  z-index: 1;
  clip-path: polygon(27% 0, 100% 0%, 73% 100%, 0% 100%);
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.about-one__img-one {
  mix-blend-mode: luminosity;
}

.about-one__img-one-text {
  position: relative;
  padding: 10px;
  width: 128px;
  height: 132px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: -21px;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skewX(20deg);
  z-index: 11;
}

@media (max-width: 1399px) {
  .about-one__img-one-text {
    height: 125px;
  }
}

@media (max-width: 1199px) {
  .about-one__img-one-text {
    height: 115px;
  }
}

@media (max-width: 991px) {
  .about-one__img-one-text {
    height: 105px;
  }
}

@media (max-width: 575px) {
  .about-one__img-one-text {
    height: 90px;
  }
}

@media (max-width: 450px) {
  .about-one__img-one-text {
    height: 85px;
  }
}

@media (max-width: 380px) {
  .about-one__img-one-text {
    height: 80px;
  }
}

.about-one__img-one-text::before {
  content: "";
  width: 8px;
  height: 21px;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: var(--matriks-base, #D94645);
  transform: skewX(-20deg);
  z-index: -1;
}

.about-one__img-one-title {
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
  font-weight: 700;
  margin-bottom: 0;
  transform: skewX(-20deg);
}

@media (max-width: 1399px) {
  .about-one__img-one-title {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .about-one__img-one-title {
    font-size: 13px;
  }
}

.about-one__img-two-box {
  width: calc(100% - 35px);
  min-height: 369px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: 111;
}

@media (max-width: 1199px) {
  .about-one__img-two-box {
    min-height: 305px;
  }
}

@media (max-width: 575px) {
  .about-one__img-two-box {
    width: calc(100% - 10px);
    min-height: 290px;
  }
}

@media (max-width: 450px) {
  .about-one__img-two-box {
    min-height: 250px;
    bottom: -160px;
  }
}

@media (max-width: 380px) {
  .about-one__img-two-box {
    min-height: 220px;
    bottom: -150px;
  }
}

.about-one__img-two-box::after {
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--matriks-white, #ffffff);
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 11;
}

.about-one__img-two-box::before {
  content: "";
  width: calc(100% - 42px);
  height: 128px;
  position: absolute;
  right: -36px;
  bottom: -19px;
  background-color: var(--matriks-base, #D94645);
  clip-path: polygon(0 0, 91% 0, 100% 100%, 8.5% 100%);
  z-index: 1;
}

@media (max-width: 1399px) {
  .about-one__img-two-box::before {
    width: calc(100% - 25px);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8.5% 100%);
  }
}

@media (max-width: 1199px) {
  .about-one__img-two-box::before {
    width: calc(100% - 10px);
    right: -30px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 9.5% 100%);
  }
}

@media (max-width: 575px) {
  .about-one__img-two-box::before {
    display: none;
  }
}

@media (max-width: 450px) {
  .about-one__img-two-box::before {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12.5% 100%);
    width: calc(100% + 10px);
    right: -27px;
  }
}

.about-one__img-two-box-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 111;
  object-fit: cover;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.about-one__img-two {
  mix-blend-mode: luminosity;
}

.about-one__img-inner-box-one {
  display: none;
  width: 604px;
  height: 379px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--matriks-white, #ffffff);
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 11;
}

.about-one__img-inner-box-two {
  display: none;
  width: 558px;
  height: 128px;
  position: absolute;
  left: 78px;
  bottom: -18.5px;
  background-color: var(--matriks-base, #D94645);
  clip-path: polygon(0 0, 91% 0, 100% 100%, 8% 100%);
  z-index: 1;
}

.about-one__content {
  padding-left: 86px;
}

@media (max-width: 1399px) {
  .about-one__content {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .about-one__content {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .about-one__content {
    margin-bottom: 90px;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .about-one__content {
    margin-bottom: 50px;
  }
}

.about-one__desc {
  margin-top: 22px;
  margin-bottom: 34px;
}

.about-one__consulting {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

@media (max-width: 425px) {
  .about-one__consulting {
    flex-direction: column;
  }
}

.about-one__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}

@media (max-width: 425px) {
  .about-one__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.about-one__consulting-title {
  font-size: var(--matriks-size-4xl);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.about-one__consulting-desc {
  margin-bottom: 0;
}

.about-one__signature {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 21px;
  z-index: 1;
  max-width: 336px;
  border: 1px solid var(--matriks-primary, #191919);
}

@media (max-width: 425px) {
  .about-one__signature {
    max-width: 262px;
  }
}

.about-one__signature-user-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 9px;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.about-one__signature-user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.about-one__signature-img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 425px) {
  .about-one__signature-img {
    max-width: 168px;
  }
}

.about-one__signature-cartoon {
  position: absolute;
  right: -54px;
  bottom: 6px;
  animation: zumpTop 1s infinite alternate;
}

.about-one__signature-border {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid var(--matriks-primary, #191919);
  background-color: var(--matriks-white, #ffffff);
}

.about-one__signature-border--one {
  top: -3px;
  right: -3px;
}

.about-one__signature-border--two {
  right: -3px;
  bottom: -3px;
}

.about-one__signature-border--three {
  left: -3px;
  bottom: -3px;
}

.about-one__signature-border--four {
  top: -3px;
  left: -3px;
}

.about-one__shape-box-one {
  position: absolute;
  top: 147px;
  left: 3px;
  width: 32.5px;
  height: 21px;
  background-color: var(--matriks-base, #D94645);
  transform: skewX(15deg);
  z-index: -1;
  animation: boxZump 3s linear infinite;
}

@media (max-width: 1599px) {
  .about-one__shape-box-one {
    top: 80px;
  }
}

@media (max-width: 575px) {
  .about-one__shape-box-one {
    display: none;
  }
}

.about-one__shape-box-two {
  position: absolute;
  right: 21.5px;
  bottom: 123px;
  width: 33.5px;
  height: 23.5px;
  background-color: var(--matriks-primary, #191919);
  transform: skewX(15deg);
  z-index: -1;
  animation: boxZump2 3s linear infinite;
}

@media (max-width: 575px) {
  .about-one__shape-box-two {
    display: none;
  }
}

.about-one__shape-one {
  position: absolute;
  top: -120px;
  left: -153px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1799px) {
  .about-one__shape-one {
    left: -140px;
  }
}

@media (max-width: 1599px) {
  .about-one__shape-one {
    top: -115px;
    left: -40px;
    width: 70px;
  }
}

@media (max-width: 1399px) {
  .about-one__shape-one {
    left: -30px;
    width: 65px;
  }
}

@media (max-width: 1399px) {
  .about-one__shape-one {
    left: -20px;
    width: 60px;
  }
}

@media (max-width: 991px) {
  .about-one__shape-one {
    display: none;
  }
}

.about-one__shape-two {
  position: absolute;
  left: -103px;
  bottom: -113px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1599px) {
  .about-one__shape-two {
    left: -40px;
    bottom: -141px;
  }
}

@media (max-width: 1399px) {
  .about-one__shape-two {
    left: -30px;
  }
}

@media (max-width: 1199px) {
  .about-one__shape-two {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .about-one__shape-two {
    left: -5px;
    bottom: -120px;
    height: 60px;
  }
}

/*-------------------------------------
# About Two
-------------------------------------*/
.about-two {
  padding-top: 170px;
  padding-bottom: 50px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 1399px) {
  .about-two {
    padding-bottom: 143px;
  }
}

@media (max-width: 1199px) {
  .about-two {
    padding-bottom: 116px;
  }
}

@media (max-width: 991px) {
  .about-two {
    padding-top: 117px;
    padding-bottom: 251px;
  }
}

@media (max-width: 575px) {
  .about-two {
    padding-top: 77px;
    padding-bottom: 211px;
  }
}

.about-two__img-wrap {
  position: relative;
  z-index: 11;
}

.about-two__img-one-box {
  position: relative;
  z-index: 11;
}

.about-two__img-one-box-inner {
  max-width: 526px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

@media (max-width: 767px) {
  .about-two__img-one-box-inner {
    max-width: 400px;
  }
}

@media (max-width: 500px) {
  .about-two__img-one-box-inner {
    max-width: 355px;
  }
}

@media (max-width: 425px) {
  .about-two__img-one-box-inner {
    max-width: 305px;
  }
}

@media (max-width: 375px) {
  .about-two__img-one-box-inner {
    max-width: 250px;
  }
}

.about-two__img-one-box-inner::before {
  content: "";
  width: calc(100% - 45px);
  height: 314px;
  position: absolute;
  top: -50px;
  left: -63px;
  background-color: rgba(var(--matriks-base-rgb, 217, 70, 69), 0.05);
  animation: zumpShapeTop 1s infinite alternate;
  z-index: -1;
}

@media (max-width: 1399px) {
  .about-two__img-one-box-inner::before {
    left: -40px;
  }
}

@media (max-width: 1199px) {
  .about-two__img-one-box-inner::before {
    left: -10px;
  }
}

@media (max-width: 991px) {
  .about-two__img-one-box-inner::before {
    width: calc(100% - 0px);
    left: -63px;
  }
}

@media (max-width: 500px) {
  .about-two__img-one-box-inner::before {
    left: -39px;
  }
}

.about-two__img-one-box-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -24px;
  left: -24px;
  border: 1px solid var(--matriks-primary, #191919);
  z-index: 1;
}

@media (max-width: 1399px) {
  .about-two__img-one-box-inner::after {
    top: -20px;
    left: -20px;
  }
}

.about-two__img-one {
  max-width: 100%;
  mix-blend-mode: luminosity;
}

.about-two__img-one-text {
  position: relative;
  padding: 10px;
  width: 128px;
  height: 132px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: -24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skewX(20deg);
  z-index: 11;
}

@media (max-width: 1399px) {
  .about-two__img-one-text {
    height: 125px;
    top: -20px;
    right: 22px;
  }
}

@media (max-width: 1199px) {
  .about-two__img-one-text {
    height: 110px;
  }
}

@media (max-width: 991px) {
  .about-two__img-one-text {
    height: 105px;
  }
}

@media (max-width: 575px) {
  .about-two__img-one-text {
    height: 90px;
  }
}

@media (max-width: 450px) {
  .about-two__img-one-text {
    height: 85px;
  }
}

@media (max-width: 380px) {
  .about-two__img-one-text {
    height: 80px;
  }
}

.about-two__img-one-text::before {
  content: "";
  width: 9px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: var(--matriks-base, #D94645);
  transform: skewX(-20deg);
  z-index: 1;
}

@media (max-width: 1399px) {
  .about-two__img-one-text::before {
    height: 20px;
  }
}

.about-two__img-one-title {
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
  font-weight: 700;
  margin-bottom: 0;
  transform: skewX(-20deg);
}

@media (max-width: 1399px) {
  .about-two__img-one-title {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .about-two__img-one-title {
    font-size: 13px;
  }
}

.about-two__img-two-box {
  position: relative;
  z-index: 11;
}

@media (max-width: 767px) {
  .about-two__img-two-box {
    max-width: 330px;
  }
}

@media (max-width: 500px) {
  .about-two__img-two-box {
    max-width: 280px;
  }
}

@media (max-width: 425px) {
  .about-two__img-two-box {
    max-width: 250px;
  }
}

@media (max-width: 375px) {
  .about-two__img-two-box {
    max-width: 220px;
  }
}

.about-two__img-two-box-inner {
  position: relative;
  position: absolute;
  left: 0;
  bottom: -130px;
  z-index: 111;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

@media (max-width: 1399px) {
  .about-two__img-two-box-inner {
    left: -30px;
  }
}

@media (max-width: 1199px) {
  .about-two__img-two-box-inner {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .about-two__img-two-box-inner {
    left: 0px;
  }
}

.about-two__img-two {
  max-width: 100%;
  mix-blend-mode: luminosity;
}

.about-two__img-three {
  position: absolute;
  right: -62px;
  bottom: 0;
  animation: zumpTop 1s infinite alternate;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-two__img-three {
    right: -45px;
  }
}

@media (max-width: 991px) {
  .about-two__img-three {
    right: -55px;
    animation: zumpBottom 1s infinite alternate;
  }
}

.about-two__content {
  padding-left: 86px;
}

@media (max-width: 1399px) {
  .about-two__content {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .about-two__content {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .about-two__content {
    margin-bottom: 60px;
    padding-left: 0;
  }
}

.about-two__desc {
  margin-top: 22px;
  margin-bottom: 34px;
}

.about-two__bottom-item:not(:last-child) {
  margin-bottom: 35px;
}

.about-two__consulting {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 425px) {
  .about-two__consulting {
    flex-direction: column;
  }
}

.about-two__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}

@media (max-width: 425px) {
  .about-two__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.about-two__consulting-img--two {
  margin-right: 32px;
}

@media (max-width: 425px) {
  .about-two__consulting-img--two {
    margin-right: 0;
  }
}

.about-two__consulting-title {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-primary, #191919);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.about-two__consulting-desc {
  margin-bottom: 0;
}

.about-two__shape-box-one {
  position: absolute;
  top: -3px;
  left: 0;
  width: 32.5px;
  height: 21px;
  background-color: var(--matriks-primary, #191919);
  transform: skewX(15deg);
  z-index: -1;
  animation: rotate 7s linear infinite forwards;
}

@media (max-width: 1599px) {
  .about-two__shape-box-one {
    left: -10px;
  }
}

@media (max-width: 1399px) {
  .about-two__shape-box-one {
    display: none;
  }
}

.about-two__shape-box-two {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 30px;
  height: 30px;
  background-color: var(--matriks-base, #D94645);
  z-index: -1;
  animation: zump 3s infinite linear;
}

@media (max-width: 1399px) {
  .about-two__shape-box-two {
    bottom: -100px;
  }
}

@media (max-width: 1199px) {
  .about-two__shape-box-two {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-two__shape-box-two {
    display: block;
  }
}

@media (max-width: 767px) {
  .about-two__shape-box-two {
    display: none;
  }
}

.about-two__shape-box-three {
  position: absolute;
  right: 30px;
  bottom: -80px;
  width: 30px;
  height: 30px;
  background-color: var(--matriks-primary, #191919);
  z-index: -1;
  animation: zump3 3s infinite linear;
}

@media (max-width: 1399px) {
  .about-two__shape-box-three {
    bottom: -50px;
  }
}

@media (max-width: 1199px) {
  .about-two__shape-box-three {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-two__shape-box-three {
    display: block;
  }
}

@media (max-width: 767px) {
  .about-two__shape-box-three {
    display: none;
  }
}

.about-two__shape-box-four {
  position: absolute;
  right: 60px;
  bottom: -100px;
  width: 20px;
  height: 20px;
  background-color: var(--matriks-base, #D94645);
  z-index: -1;
  animation: rectMove 8s linear 0s infinite;
}

@media (max-width: 1399px) {
  .about-two__shape-box-four {
    bottom: -70px;
  }
}

@media (max-width: 1199px) {
  .about-two__shape-box-four {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-two__shape-box-four {
    display: block;
  }
}

@media (max-width: 767px) {
  .about-two__shape-box-four {
    display: none;
  }
}

.about-two__shape-box-five {
  position: absolute;
  right: 80px;
  bottom: -80px;
  width: 20px;
  height: 20px;
  background-color: var(--matriks-base, #D94645);
  z-index: -1;
  animation: rectMove 8s linear 2s infinite;
}

@media (max-width: 1399px) {
  .about-two__shape-box-five {
    bottom: -50px;
  }
}

@media (max-width: 1199px) {
  .about-two__shape-box-five {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-two__shape-box-five {
    display: block;
  }
}

@media (max-width: 767px) {
  .about-two__shape-box-five {
    display: none;
  }
}

.about-two__shape-one {
  position: absolute;
  top: -120px;
  left: -153px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1799px) {
  .about-two__shape-one {
    left: -130px;
  }
}

@media (max-width: 1599px) {
  .about-two__shape-one {
    top: -115px;
    left: -40px;
    width: 70px;
  }
}

@media (max-width: 1399px) {
  .about-two__shape-one {
    top: -120px;
    left: -30px;
    width: 65px;
  }
}

@media (max-width: 1399px) {
  .about-two__shape-one {
    left: -20px;
    width: 60px;
  }
}

@media (max-width: 991px) {
  .about-two__shape-one {
    display: none;
  }
}

.about-two__shape-two {
  position: absolute;
  left: -103px;
  bottom: -81px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1599px) {
  .about-two__shape-two {
    left: -40px;
    bottom: -115px;
  }
}

@media (max-width: 1399px) {
  .about-two__shape-two {
    left: -30px;
  }
}

@media (max-width: 1199px) {
  .about-two__shape-two {
    display: none;
  }
}

.about-two__shape-three {
  position: absolute;
  top: 70px;
  left: -25px;
  animation: zumpShapeTop 1s infinite alternate;
  z-index: -1;
}

@media (max-width: 1399px) {
  .about-two__shape-three {
    left: -35px;
  }
}

@media (max-width: 1199px) {
  .about-two__shape-three {
    left: -23px;
  }
}

@media (max-width: 991px) {
  .about-two__shape-three {
    left: 35px;
  }
}

@media (max-width: 767px) {
  .about-two__shape-three {
    top: 40px;
    left: 0;
  }
}

/*-------------------------------------
# About Two One
-------------------------------------*/
.about-two-one {
  background-color: var(--matriks-primary, #191919);
}

.about-two-one .about-two__consulting-title {
  color: var(--matriks-white, #ffffff);
}

.about-two-one .about-two__heading {
  color: var(--matriks-white, #ffffff);
}

.about-two-one .about-two__img-one-box-inner::after {
  border-color: var(--matriks-white, #ffffff);
}

.about-two-one .about-two__shape-box-one {
  background-color: var(--matriks-base, #D94645);
}

.about-two-one .about-two__shape-box-three {
  background-color: var(--matriks-white, #ffffff);
}

/*-------------------------------------
# About Page
-------------------------------------*/
.about-page {
  padding-top: 170px;
  margin-top: 0;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 991px) {
  .about-page {
    padding-top: 115px;
  }
}

@media (max-width: 575px) {
  .about-page {
    padding-top: 75px;
  }
}

@keyframes imgBoxZump {
  0% {
    -webkit-transform: translateZ(0) skewX(20deg);
    transform: translateZ(0) skewX(20deg);
  }

  50% {
    -webkit-transform: translate3d(0, 15px, 0) skewX(20deg);
    transform: translate3d(0, 15px, 0) skewX(20deg);
  }

  100% {
    -webkit-transform: translateZ(0) skewX(20deg);
    transform: translateZ(0) skewX(20deg);
  }
}

@keyframes boxZump {
  0% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) skewX(15deg);
    transform: translate3d(0, -20px, 0) skewX(15deg);
  }

  100% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
}

@keyframes boxZump2 {
  0% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }

  50% {
    -webkit-transform: translate3d(0, 20px, 0) skewX(15deg);
    transform: translate3d(0, 20px, 0) skewX(15deg);
  }

  100% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
}

/*--------------------------------------------------------------
# Case Study
--------------------------------------------------------------*/
/*-------------------------------------
# Case Study One
-------------------------------------*/
.case-study-one {
  padding-top: 60px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-one {
    padding-top: 77px;
  }
}

.case-study-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.case-study-one__top-wrap {
  justify-content: center;
}

.case-study-one .case-study__item-btn {
  top: 31.8%;
}

/*-------------------------------------
# Case Study Two
-------------------------------------*/
.case-study-two {
  padding-top: 120px;
}

.case-study-two__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.case-study-two__top-wrap {
  justify-content: center;
}

.case-study-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.case-study-two__col:nth-child(1) {
  width: 27.4%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(1) {
    width: 44.7%;
  }
}

@media (max-width: 767px) {
  .case-study-two__col:nth-child(1) {
    width: 100%;
  }
}

.case-study-two__col:nth-child(2) {
  width: 34%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(2) {
    width: 55.3%;
  }
}

@media (max-width: 767px) {
  .case-study-two__col:nth-child(2) {
    width: 100%;
  }
}

.case-study-two__col:nth-child(3) {
  width: 38.6%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(3) {
    width: 54%;
  }
}

@media (max-width: 767px) {
  .case-study-two__col:nth-child(3) {
    width: 100%;
  }
}

.case-study-two__col:nth-child(4) {
  width: 33%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(4) {
    width: 46%;
  }
}

@media (max-width: 767px) {
  .case-study-two__col:nth-child(4) {
    width: 100%;
  }
}

.case-study-two__col:nth-child(5) {
  width: 39.7%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(5) {
    width: 59%;
  }
}

@media (max-width: 767px) {
  .case-study-two__col:nth-child(5) {
    width: 100%;
  }
}

.case-study-two__col:nth-child(6) {
  width: 27.3%;
}

@media (max-width: 1199px) {
  .case-study-two__col:nth-child(6) {
    width: 41%;
  }
}

@media (max-width: 767px) {
  .case-study-two__col:nth-child(6) {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .case-study-two .case-study__item-img {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 991px) {
  .case-study-two .case-study__item-btn {
    top: 20%;
  }
}

@media (max-width: 767px) {
  .case-study-two .case-study__item-btn {
    top: 26%;
  }
}

@media (max-width: 1399px) {
  .case-study-two .case-study__item-desc {
    bottom: 78px;
  }
}

@media (max-width: 1199px) {
  .case-study-two .case-study__item-desc {
    bottom: 76px;
  }
}

@media (max-width: 500px) {
  .case-study-two .case-study__item-desc {
    bottom: 86px;
  }
}

@media (max-width: 1399px) {
  .case-study-two .case-study__item-title {
    bottom: 25px;
  }
}

@media (max-width: 500px) {
  .case-study-two .case-study__item-title {
    bottom: 35px;
  }
}

/*-------------------------------------
# Case Study Three
-------------------------------------*/
.case-study-three {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-three {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.case-study-three__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.case-study-three__top-wrap {
  justify-content: center;
}

/*-------------------------------------
# Case Study Page
-------------------------------------*/
.case-study-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*-------------------------------------
# Case Study Sidebar Page
-------------------------------------*/
.case-study-sidebar {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.case-study-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------------------
# Case Study Deatils Page
-------------------------------------*/
.case-study-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .case-study-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.case-study-details__md-title {
  font-size: var(--matriks-size-5xl);
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.case-study-details__sm-title {
  font-size: var(--matriks-size-4xl);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.case-study-details__desc {
  margin-bottom: 0;
}

.case-study-details__item:not(:last-child) {
  margin-bottom: 39px;
}

.case-study-details__img-box {
  position: relative;
  margin-bottom: 18px;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.case-study-details__img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.case-study-details__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--matriks-white, #ffffff);
  background-color: var(--matriks-base, #D94645);
  line-height: 1.25;
  margin-bottom: 0;
}

.case-study-details__service-box {
  margin-top: 4px;
}

.case-study-details__service {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 27px;
  align-items: center;
}

@media (max-width: 425px) {
  .case-study-details__service {
    grid-gap: 15px;
  }
}

.case-study-details__service:not(:last-child) {
  margin-bottom: 30px;
}

.case-study-details__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--matriks-primary, #191919);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.case-study-details__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--matriks-primary, #191919);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.case-study-details__service-icon i {
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
}

.case-study-details__service-title {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  margin-bottom: 0;
}

.case-study-details__service:hover .case-study-details__service-icon {
  background-color: var(--matriks-base, #D94645);
}

.case-study-details__service:hover .case-study-details__service-icon::after {
  left: 0;
  border-color: var(--matriks-base, #D94645);
}

.case-study-details__info-box {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .case-study-details__info-box {
    margin-top: 20px;
  }
}

.case-study-details__info-item:not(:last-child) {
  margin-bottom: 30px;
}

.case-study-details__info {
  padding: 42px 29px 42px;
  position: relative;
  z-index: 1;
  background-color: var(--matriks-primary, #191919);
  overflow: hidden;
}

@media (max-width: 425px) {
  .case-study-details__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.case-study-details__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.case-study-details__info-item:not(:last-child) {
  margin-bottom: 24px;
}

.case-study-details__info-top {
  margin-bottom: 18px;
}

.case-study-details__info-title {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 0;
}

.case-study-details__info--link:hover {
  color: var(--matriks-secondary, #A0A1A6);
}

.case-study-details__info-shape {
  position: absolute;
  right: -20px;
  bottom: -12px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.case-study-details__info-shape path:nth-child(1) {
  fill: var(--matriks-base2, #BE403F);
}

.case-study-details__info-shape path:nth-child(2) {
  fill: var(--matriks-base2, #BE403F);
}

.case-study-details__info-shape path:nth-child(3) {
  fill: var(--matriks-base, #D94645);
}

.case-study-details__social {
  padding: 27px 30px 30px;
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 425px) {
  .case-study-details__social {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.case-study-details__social-title {
  margin-bottom: 22px;
}

.case-study-details__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.case-study-details__social-item:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 575px) {
  .case-study-details__social-item:not(:last-child) {
    margin-right: 17px;
  }
}

.case-study-details__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: var(--matriks-white, #ffffff);
  border-radius: 50%;
}

.case-study-details__social-link span {
  font-size: 18px;
  color: var(--matriks-secondary, #A0A1A6);
}

.case-study-details__social-link:hover {
  background-color: var(--matriks-base, #D94645);
}

.case-study-details__social-link:hover span {
  color: var(--matriks-white, #ffffff);
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
/*-------------------------------------
# Solution One
-------------------------------------*/
.solution-one {
  padding-top: 166px;
  padding-bottom: 170px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 1399px) {
  .solution-one {
    padding-top: 116px;
  }
}

@media (max-width: 575px) {
  .solution-one {
    padding-top: 76px;
    padding-bottom: 130px;
  }
}

.solution-one__heading {
  margin-bottom: 32px;
}

.solution-one__service-desc {
  margin-bottom: 40px;
}

.solution-one__service-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 23px;
}

@media (max-width: 767px) {
  .solution-one__service-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.solution-one__service {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  grid-gap: 34px;
}

@media (max-width: 575px) {
  .solution-one__service {
    grid-template-columns: 55px 1fr;
    grid-gap: 25px;
  }
}

.solution-one__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 66px;
  height: 66px;
  background-color: var(--matriks-primary, #191919);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .solution-one__service-icon {
    width: 55px;
    height: 55px;
  }
}

.solution-one__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--matriks-primary, #191919);
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.solution-one__service-icon--one {
  margin-left: 10px;
}

.solution-one__service-icon--one::after {
  left: -10px;
}

.solution-one__service-icon--two {
  margin-right: 31px;
}

@media (max-width: 767px) {
  .solution-one__service-icon--two {
    margin-left: 10px;
    margin-right: 20px;
  }
}

.solution-one__service-icon--two::after {
  right: -10px;
}

@media (max-width: 767px) {
  .solution-one__service-icon--two::after {
    left: -10px;
  }
}

.solution-one__service-icon i {
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
}

.solution-one__service-title {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  margin-bottom: 0;
}

.solution-one__service:hover .solution-one__service-icon {
  background-color: var(--matriks-base, #D94645);
}

.solution-one__service:hover .solution-one__service-icon::after {
  border-color: var(--matriks-base, #D94645);
}

.solution-one__service:hover .solution-one__service-icon--one::after {
  left: 0;
}

.solution-one__service:hover .solution-one__service-icon--two::after {
  right: 0;
}

@media (max-width: 767px) {
  .solution-one__service:hover .solution-one__service-icon--two::after {
    left: 0;
  }
}

.solution-one__img-col {
  margin-top: 5px;
}

.solution-one__img-wrap {
  max-width: 450px;
  position: relative;
  margin-left: auto;
  margin-right: 50px;
  z-index: 1;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

@media (max-width: 1399px) {
  .solution-one__img-wrap {
    max-width: 390px;
  }
}

@media (max-width: 1399px) {
  .solution-one__img-wrap {
    margin-top: 100px;
    margin-left: 45px;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .solution-one__img-wrap {
    margin-left: 50px;
  }
}

@media (max-width: 515px) {
  .solution-one__img-wrap {
    max-width: 322px;
    margin-left: 30px;
  }
}

@media (max-width: 425px) {
  .solution-one__img-wrap {
    max-width: 280px;
  }
}

@media (max-width: 375px) {
  .solution-one__img-wrap {
    max-width: 226px;
  }
}

.solution-one__img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}

.solution-one__border {
  width: 100%;
  height: 100%;
  border: 1px solid var(--matriks-primary, #191919);
  position: absolute;
  z-index: -1;
}

.solution-one__border--one {
  top: 10px;
  left: -10px;
}

.solution-one__border--two {
  top: 20px;
  left: -20px;
}

.solution-one__border--three {
  top: 30px;
  left: -30px;
}

.solution-one__border--four {
  top: 40px;
  left: -40px;
}

@media (max-width: 515px) {
  .solution-one__border--four {
    display: none;
  }
}

.solution-one__border--five {
  top: 50px;
  left: -50px;
}

@media (max-width: 515px) {
  .solution-one__border--five {
    display: none;
  }
}

.solution-one__border--six {
  top: -10px;
  right: -10px;
}

.solution-one__border--seven {
  top: -20px;
  right: -20px;
}

.solution-one__border--eight {
  top: -30px;
  right: -30px;
}

.solution-one__border--nine {
  top: -40px;
  right: -40px;
}

@media (max-width: 515px) {
  .solution-one__border--nine {
    display: none;
  }
}

.solution-one__border--ten {
  top: -50px;
  right: -50px;
}

@media (max-width: 515px) {
  .solution-one__border--ten {
    display: none;
  }
}

.solution-one__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background-color: var(--matriks-primary, #191919);
}

@media (max-width: 425px) {
  .solution-one__icon-wrap {
    width: 100px;
    height: 100px;
  }
}

.solution-one__icon {
  animation: zumpShapeBottom 1s infinite alternate;
}

@media (max-width: 425px) {
  .solution-one__icon {
    width: 50px;
  }
}

.solution-one__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  right: 0;
  bottom: 0;
}

.solution-one__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--matriks-primary, #191919);
  position: absolute;
  right: -20px;
  bottom: -20px;
  animation: rotate 8s infinite linear;
}

.solution-one__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--matriks-primary, #191919);
  position: absolute;
  right: -40px;
  bottom: -40px;
  animation: rotate 8s infinite linear;
}

.solution-one__shape-four {
  width: 10px;
  height: 10px;
  background-color: var(--matriks-primary, #191919);
  position: absolute;
  right: -50px;
  bottom: -50px;
  animation: rotate 8s infinite linear;
}

@media (max-width: 425px) {
  .solution-one__shape-four {
    display: none;
  }
}

.solution-one__shape-five {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: 0;
  left: 0;
}

.solution-one__shape-six {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-primary, #191919);
  position: absolute;
  top: -50px;
  left: -30px;
  animation: rectMove 8s linear 0s infinite;
}

.solution-one__shape-seven {
  width: 20px;
  height: 20px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: -20px;
  left: -50px;
  animation: rectMove 8s linear 2s infinite;
}

@media (max-width: 515px) {
  .solution-one__shape-seven {
    display: none;
  }
}

.solution-one__main-tab-box {
  position: relative;
  display: block;
}

.solution-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .solution-one__main-tab-box .tab-buttons {
    flex-wrap: wrap;
  }
}

.solution-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -14px;
  margin-top: -1px;
  flex-wrap: wrap;
}

.solution-one__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
  font-weight: 600;
  line-height: 1.375;
  background-color: var(--matriks-primary, #191919);
  padding-top: 19px;
  padding-bottom: 19px;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
  clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0% 100%, 6% 49%, 0% 0%);
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(1) span {
  background-color: var(--matriks-black3, #282828);
  padding-left: 33px;
  padding-right: 32px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
  background-color: var(--matriks-primary, #191919);
  padding-left: 38px;
  padding-right: 37px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(3) span {
  background-color: var(--matriks-black3, #282828);
  padding-left: 44px;
  padding-right: 43px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--matriks-base, #D94645);
  transition: all 0.3s ease;
  z-index: -1;
}

.solution-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--matriks-white, #ffffff);
}

.solution-one__main-tab-box .tab-buttons .tab-btn.active-btn span::before {
  width: 100%;
}

.solution-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.solution-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.solution-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

/*-----------------------------------
# Solution Two
-----------------------------------*/
.solution-two {
  padding-top: 0;
  padding-bottom: 0;
}

.solution-two__wrapper {
  padding: 50px 38px 40px;
  position: relative;
  z-index: 11;
}

@media (max-width: 1199px) {
  .solution-two__wrapper {
    padding: 30px 18px 30px;
  }
}

@media (max-width: 991px) {
  .solution-two__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.solution-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.solution-two__bg div:last-child div {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.solution-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.solution-two .solution-one__content {
  position: relative;
  width: 100%;
  max-width: 746px;
  padding: 47px 60px 50px 48px;
  background-color: var(--matriks-white, #ffffff);
  z-index: 11;
}

@media (max-width: 1199px) {
  .solution-two .solution-one__content {
    padding: 40px 53px 43px 41px;
  }
}

@media (max-width: 991px) {
  .solution-two .solution-one__content {
    padding: 30px 25px;
  }
}

@media (max-width: 425px) {
  .solution-two .solution-one__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 375px) {
  .solution-two .solution-one__service-wrap {
    grid-row-gap: 35px;
  }
}

@media (max-width: 375px) {
  .solution-two .solution-one__service {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}

.solution-two .solution-one__icon-wrap {
  left: auto;
  bottom: auto;
  top: 50px;
  right: 38px;
  z-index: 1;
  background-color: var(--matriks-base, #D94645);
}

@media (max-width: 1199px) {
  .solution-two .solution-one__icon-wrap {
    display: none;
  }
}

.solution-two__shape-one {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50px;
  right: -80px;
  background-color: var(--matriks-base, #D94645);
  z-index: 1;
  animation: solutionXRun1 7s linear infinite;
}

@keyframes solutionXRun1 {

  0%,
  50%,
  100% {
    right: -50px;
  }

  25%,
  75% {
    right: -80px;
  }
}

@media (max-width: 991px) {
  .solution-two__shape-one {
    display: none;
  }
}

.solution-two__shape-two {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: -50px;
  background-color: var(--matriks-primary, #191919);
  z-index: 1;
  animation: solutionXRun2 7s linear infinite;
}

@keyframes solutionXRun2 {

  0%,
  50%,
  100% {
    right: -80px;
  }

  25%,
  75% {
    right: -50px;
  }
}

@media (max-width: 991px) {
  .solution-two__shape-two {
    display: none;
  }
}

.solution-two__shape-three {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: -20px;
  background-color: var(--matriks-base, #D94645);
  z-index: 1;
  animation: rectMove 7s linear 0s infinite;
}

@media (max-width: 991px) {
  .solution-two__shape-three {
    display: none;
  }
}

.solution-two__shape-four {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: var(--matriks-base, #D94645);
  z-index: 1;
  animation: rectMove 7s linear 2s infinite;
}

@media (max-width: 991px) {
  .solution-two__shape-four {
    display: none;
  }
}

.solution-two .solution-one__shape-one {
  right: 50px;
  bottom: 100px;
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-one {
    display: none;
  }
}

.solution-two .solution-one__shape-two {
  right: 30px;
  bottom: 80px;
  background-color: var(--matriks-white, #ffffff);
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-two {
    display: none;
  }
}

.solution-two .solution-one__shape-three {
  right: 10px;
  bottom: 60px;
  background-color: var(--matriks-white, #ffffff);
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-three {
    display: none;
  }
}

.solution-two .solution-one__shape-four {
  right: 0px;
  bottom: 50px;
  background-color: var(--matriks-primary, #191919);
  z-index: 1;
}

@media (max-width: 991px) {
  .solution-two .solution-one__shape-four {
    display: none;
  }
}

/*-----------------------------------
# Solution Three
-----------------------------------*/
.solution-three {
  padding-top: 145px;
  padding-bottom: 244px;
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 1399px) {
  .solution-three {
    padding-top: 146px;
    padding-bottom: 243px;
  }
}

@media (max-width: 1199px) {
  .solution-three {
    padding-top: 116px;
    padding-bottom: 244px;
  }
}

@media (max-width: 767px) {
  .solution-three {
    padding-top: 118px;
  }
}

@media (max-width: 575px) {
  .solution-three {
    padding-top: 77px;
    padding-bottom: 204px;
  }
}

.solution-three__img-wrap {
  position: relative;
  max-width: 502px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 11;
}

@media (max-width: 1399px) {
  .solution-three__img-wrap {
    max-width: 400px;
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .solution-three__img-wrap {
    max-width: 420px;
    margin-top: 80px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 575px) {
  .solution-three__img-wrap {
    margin-left: 12px;
  }
}

.solution-three__img-wrap-inner {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}

.solution-three__img {
  mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .solution-three__img {
    max-width: 100%;
  }
}

.solution-three__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  bottom: 14px;
  width: 120px;
  height: 120px;
  background-color: var(--matriks-primary, #191919);
}

@media (max-width: 575px) {
  .solution-three__icon-wrap {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 425px) {
  .solution-three__icon-wrap {
    width: 80px;
    height: 80px;
  }
}

.solution-three__icon {
  animation: zumpShapeBottom 1s infinite alternate;
}

@media (max-width: 575px) {
  .solution-three__icon {
    width: 50px;
  }
}

@media (max-width: 425px) {
  .solution-three__icon {
    width: 40px;
  }
}

.solution-three__shape-one {
  position: absolute;
  top: -24px;
  right: -23px;
  z-index: -1;
  animation: zumpBottom 1s infinite alternate;
}

@media (max-width: 1399px) {
  .solution-three__shape-one {
    top: -67px;
    right: -50px;
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .solution-three__shape-one {
    top: -92px;
    right: -20px;
    max-width: 450px;
  }
}

@media (max-width: 489px) {
  .solution-three__shape-one {
    top: -116px;
    right: -10px;
    max-width: 400px;
  }
}

@media (max-width: 425px) {
  .solution-three__shape-one {
    top: -141px;
    max-width: 350px;
  }
}

@media (max-width: 375px) {
  .solution-three__shape-one {
    top: -165px;
    max-width: 301px;
  }
}

.solution-three__border {
  width: calc(100% - 84px);
  height: 100%;
  position: absolute;
  border: 1px solid var(--matriks-primary, #191919);
  z-index: -11;
  transform: skewX(9deg);
}

@media (max-width: 1399px) {
  .solution-three__border {
    transform: skewX(7deg);
  }
}

@media (max-width: 1199px) {
  .solution-three__border {
    transform: skewX(9deg);
  }
}

.solution-three__border--one {
  left: 19px;
  bottom: -24px;
}

.solution-three__border--one::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -4px;
  background-color: var(--matriks-primary, #191919);
  z-index: -1;
  transform: skewX(-9deg);
}

.solution-three__border--one::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -1px;
  right: -4px;
  background-color: var(--matriks-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionXRun 25s linear infinite;
}

@keyframes solutionXRun {

  0%,
  50%,
  100% {
    -webkit-transform: translateX(-371px) skewX(-9deg);
    transform: translateX(-371px) skewX(-9deg);
  }

  25%,
  75% {
    -webkit-transform: translateX(0) skewX(-9deg);
    transform: translateX(0) skewX(-9deg);
  }
}

@media (max-width: 1399px) {
  @keyframes solutionXRun {

    0%,
    50%,
    100% {
      -webkit-transform: translateX(-277px) skewX(-9deg);
      transform: translateX(-277px) skewX(-9deg);
    }

    25%,
    75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}

@media (max-width: 1199px) {
  @keyframes solutionXRun {

    0%,
    50%,
    100% {
      -webkit-transform: translateX(-296px) skewX(-9deg);
      transform: translateX(-296px) skewX(-9deg);
    }

    25%,
    75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}

@media (max-width: 470px) {
  .solution-three__border--one::after {
    animation: solutionXRun 20s linear infinite;
  }

  @keyframes solutionXRun {

    0%,
    50%,
    100% {
      -webkit-transform: translateX(-160px) skewX(-9deg);
      transform: translateX(-160px) skewX(-9deg);
    }

    25%,
    75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}

.solution-three__border--two {
  top: -24px;
  right: 19px;
}

.solution-three__border--two::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -52px;
  background-color: var(--matriks-primary, #191919);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionRectMove1 8s linear 0s infinite;
}

@keyframes solutionRectMove1 {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }

  25%,
  75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}

.solution-three__border--two::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  bottom: -49px;
  background-color: var(--matriks-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionRectMove2 8s linear 2s infinite;
}

@keyframes solutionRectMove2 {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }

  25%,
  75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*-------------------------------------
# Clients One
-------------------------------------*/
.clients-one__wrapper {
  position: relative;
  z-index: 111;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--matriks-white, #ffffff);
  margin-bottom: 20px;
}

.clients-one__row {
  align-items: center;
}

.clients-one__img-group {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  padding-left: 72px;
}

@media (max-width: 1399px) {
  .clients-one__img-group {
    padding-left: 10px;
  }
}

.clients-one__clients-info {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.clients-one__clients-info--box {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .clients-one__clients-info--box {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 375px) {
  .clients-one__clients-info--box {
    width: 70px;
    height: 70px;
  }
}

.clients-one__clients-info--box:not(:first-child) {
  margin-left: -36px;
}

@media (max-width: 575px) {
  .clients-one__clients-info--box:not(:first-child) {
    margin-left: -40px;
  }
}

.clients-one__img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid var(--matriks-white, #ffffff);
  mix-blend-mode: luminosity;
}

@media (max-width: 575px) {
  .clients-one__img {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 375px) {
  .clients-one__img {
    width: 70px;
    height: 70px;
  }
}

.clients-one__clients-total {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--matriks-base, #D94645);
}

.clients-one__clients-total-text {
  font-size: var(--matriks-size-md);
  color: var(--matriks-white, #ffffff);
  line-height: 1.428;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .clients-one__clients-total-text {
    font-size: 12px;
  }
}

.clients-one__clients-shape-img-one {
  position: absolute;
  right: 17px;
  bottom: -31px;
  animation: treeMove 6s infinite alternate;
}

@media (max-width: 1399px) {
  .clients-one__clients-shape-img-one {
    right: 60px;
  }
}

@media (max-width: 991px) {
  .clients-one__clients-shape-img-one {
    display: none;
  }
}

.clients-one__text {
  padding-left: 13px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .clients-one__text {
    padding-left: 10px;
  }
}

.clients-one__info-text {
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.666;
  margin-bottom: 0;
}

.clients-one__info-link {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-base, #D94645);
  font-weight: 700;
  line-height: 1.666;
}

.clients-one__info-link:hover {
  color: var(--matriks-primary, #191919);
}

.clients-one__clients-shape-img-two {
  position: absolute;
  top: -58px;
  left: 276px;
  animation: zump2 3s infinite linear;
}

@media (max-width: 991px) {
  .clients-one__clients-shape-img-two {
    display: none;
  }
}

.clients-one__shape-one {
  position: absolute;
  top: -78px;
  left: -186px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1199px) {
  .clients-one__shape-one {
    left: -350px;
  }
}

@media (max-width: 991px) {
  .clients-one__shape-one {
    left: -190px;
  }
}

@media (max-width: 575px) {
  .clients-one__shape-one {
    display: none;
  }
}

.clients-one__shape-one path {
  fill: var(--matriks-primary, #191919);
  fill-opacity: 0.05;
}

.clients-one__shape-two {
  position: absolute;
  bottom: -63px;
  right: -17px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1399px) {
  .clients-one__shape-two {
    bottom: -48px;
  }
}

@media (max-width: 1199px) {
  .clients-one__shape-two {
    right: -180px;
  }
}

@media (max-width: 991px) {
  .clients-one__shape-two {
    right: -122px;
    bottom: 48px;
  }
}

@media (max-width: 767px) {
  .clients-one__shape-two {
    right: -245px;
  }
}

.clients-one__shape-two path {
  fill: var(--matriks-primary, #191919);
  fill-opacity: 0.05;
}

/*-------------------------------------
# Clients Two
-------------------------------------*/
.clients-two .clients-one__wrapper {
  margin-top: -99px;
  margin-bottom: 0;
}

/*-------------------------------------
# Clients Three
-------------------------------------*/
.clients-three .clients-one__wrapper {
  margin-bottom: -99px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/*-------------------------------------
# Team One
-------------------------------------*/
.team-one {
  padding-top: 197px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  background-color: var(--matriks-primary, #191919);
  overflow: hidden;
}

@media (max-width: 575px) {
  .team-one {
    padding-top: 147px;
    padding-bottom: 80px;
  }
}

.team-one-slider {
  padding-top: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .team-one-slider {
    padding-top: 80px;
  }
}

.team-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.team-one__top-wrap {
  justify-content: center;
}

.team-one__heading {
  color: var(--matriks-white, #ffffff);
}

.team-one__item {
  position: relative;
  padding: 42px 30px 50px 29px;
  border: 1px solid rgba(var(--matriks-white-rgb), 0.1);
  min-height: 520px;
  background-color: var(--matriks-primary, #191919);
}

@media (max-width: 1399px) {
  .team-one__item {
    min-height: 500px;
  }
}

@media (max-width: 1199px) {
  .team-one__item {
    min-height: 580px;
  }
}

@media (max-width: 425px) {
  .team-one__item {
    min-height: 560px;
  }
}

.team-one__item-info {
  margin-bottom: 17px;
  padding-right: 60px;
}

@media (max-width: 1399px) {
  .team-one__item-info {
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .team-one__item-info {
    padding-right: 0;
  }
}

.team-one__item-profession {
  margin-bottom: 11px;
}

.team-one__item-name {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 0;
}

.team-one__item-img-wrap {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.team-one__item-img {
  max-width: 290px;
  position: absolute;
  left: 0;
  bottom: -50px;
  font-size: 432px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  mix-blend-mode: luminosity;
}

@media (max-width: 1399px) {
  .team-one__item-img {
    font-size: 400px;
  }
}

@media (max-width: 1199px) {
  .team-one__item-img {
    bottom: 30px;
  }
}

.team-one__item-social {
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 30px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .team-one__item-social {
    top: auto;
    right: auto;
    left: 29px;
    bottom: 40px;
    flex-direction: row;
  }
}

@media (max-width: 1399px) {
  .team-one__item-social-link {
    width: 40px !important;
    height: 40px !important;
  }
}

.team-one__shape-one {
  position: absolute;
  left: 1285px;
  bottom: 66px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}

.team-one__shape-one path:nth-child(1) {
  fill: #D94645;
}

.team-one__shape-one path:nth-child(2) {
  fill: #D94645;
}

.team-one__shape-one path:nth-child(3) {
  fill: #282828;
}

.team-one__shape-two {
  position: absolute;
  left: -10px;
  bottom: -120px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.team-one__shape-two path:nth-child(1) {
  fill: var(--matriks-white, #ffffff);
  fill-opacity: 0.03;
}

.team-one__shape-two path:nth-child(2) {
  fill: var(--matriks-white, #ffffff);
  fill-opacity: 0.03;
}

.team-one__shape-two path:nth-child(3) {
  fill: #D94645;
}

.team-one__carousel .owl-dot {
  border: 1px solid var(--matriks-secondary, #A0A1A6) !important;
}

.team-one__carousel .owl-dot span {
  background: var(--matriks-secondary, #A0A1A6) !important;
}

.team-one__carousel .owl-dot.active {
  border-color: var(--matriks-base, #D94645) !important;
}

.team-one__carousel .owl-dot.active span {
  background: var(--matriks-base, #D94645) !important;
}

/*-------------------------------------
# Team Two
-------------------------------------*/
.team-two {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .team-two {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.team-two__top-wrap {
  justify-content: center;
}

.team-two__heading {
  color: var(--matriks-primary, #191919);
}

.team-two-one {
  padding-bottom: 0;
}

/*-------------------------------------
# Team Three
-------------------------------------*/
.team-three {
  position: relative;
  padding-top: 197px;
  padding-bottom: 120px;
  background-color: var(--matriks-primary, #191919);
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 575px) {
  .team-three {
    padding-top: 157px;
    padding-bottom: 80px;
  }
}

.team-three__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.team-three__top-wrap {
  justify-content: center;
}

.team-three__heading {
  color: var(--matriks-white, #ffffff);
}

.team-three .team__card {
  background-color: var(--matriks-primary, #191919);
  border-color: var(--matriks-black3, #282828);
}

.team-three .team__card::after,
.team-three .team__card::before {
  display: none;
}

.team-three .team__card-name {
  color: var(--matriks-white, #ffffff);
}

.team-three .team__card-social-link:nth-child(odd) {
  background-color: rgba(var(--matriks-white2-rgb, 246, 246, 246), 0.08) !important;
}

.team-three .team__card-social-link:nth-child(even) {
  background-color: var(--matriks-black3, #282828) !important;
}

.team-three .team__card-social-link i {
  color: var(--matriks-secondary, #A0A1A6) !important;
}

.team-three .team__card-social-link:hover {
  background-color: var(--matriks-base, #D94645) !important;
}

.team-three .team__card-social-link:hover i {
  color: var(--matriks-white, #ffffff) !important;
}

.team-three__shape-one {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1599px) {
  .team-three__shape-one {
    top: auto;
    bottom: -10px;
  }
}

.team-three__shape-two {
  position: absolute;
  left: 0;
  bottom: 154px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 1599px) {
  .team-three__shape-two {
    bottom: 140px;
  }
}

@media (max-width: 1399px) {
  .team-three__shape-two {
    top: 0;
    bottom: auto;
  }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
/*-------------------------------------
# FAQ One
-------------------------------------*/
.faq-one {
  padding-top: 169px;
  padding-bottom: 88px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 1399px) {
  .faq-one {
    padding-top: 161px;
  }
}

@media (max-width: 575px) {
  .faq-one {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}

.faq-one__img-wrap {
  position: relative;
  padding-top: 90px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  z-index: 1;
}

@media (max-width: 575px) {
  .faq-one__img-wrap {
    display: block;
    padding-top: 0;
    max-width: 306px;
  }
}

.faq-one__img-wrap::after {
  content: "";
  width: 432px;
  height: 714px;
  position: absolute;
  top: 35px;
  left: 59px;
  transform: rotate(10deg);
  background-color: var(--matriks-white2, #F6F6F6);
  z-index: -11;
}

@media (max-width: 575px) {
  .faq-one__img-wrap::after {
    display: none;
  }
}

.faq-one__img-wrap::before {
  content: "";
  width: 362px;
  height: 690px;
  position: absolute;
  top: 44px;
  left: 107px;
  transform: rotate(-10deg);
  border: 1px solid var(--matriks-primary, #191919);
  z-index: -1;
}

@media (max-width: 575px) {
  .faq-one__img-wrap::before {
    width: calc(100% - 110px);
    height: 100%;
    left: 54px;
  }
}

@media (max-width: 575px) {
  .faq-one__img-wrap::before {
    display: none;
  }
}

.faq-one__img-wrap-inner-one {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  margin-top: 85px;
}

@media (max-width: 575px) {
  .faq-one__img-wrap-inner-one {
    margin-top: 15px;
  }
}

.faq-one__img-one {
  mix-blend-mode: luminosity;
}

@media (max-width: 575px) {
  .faq-one__img-one {
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }
}

.faq-one__img-wrap-inner-two {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.faq-one__img-two {
  mix-blend-mode: luminosity;
}

@media (max-width: 575px) {
  .faq-one__img-two {
    display: none;
  }
}

.faq-one__shape-circle {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  border: 1px dashed var(--matriks-primary, #191919);
}

@media (max-width: 1399px) {
  .faq-one__shape-circle {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .faq-one__shape-circle {
    width: 150px;
    height: 150px;
  }
}

.faq-one__shape-circle--one {
  position: absolute;
  top: -49px;
  right: -24px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}

@media (max-width: 1399px) {
  .faq-one__shape-circle--one {
    top: -40px;
    right: 30px;
  }
}

@media (max-width: 575px) {
  .faq-one__shape-circle--one {
    display: none;
  }
}

.faq-one__shape-circle--two {
  position: absolute;
  top: -49px;
  right: -6px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}

@media (max-width: 1399px) {
  .faq-one__shape-circle--two {
    top: -40px;
    right: 50px;
  }
}

@media (max-width: 575px) {
  .faq-one__shape-circle--two {
    display: none;
  }
}

.faq-one__shape-one {
  width: 86px;
  height: 81px;
  fill: var(--matriks-base, #D94645);
  position: absolute;
  top: 24px;
  left: 0;
  animation: rotate 8s infinite linear;
}

@media (max-width: 575px) {
  .faq-one__shape-one {
    display: none;
  }
}

.faq-one__shape-two {
  position: absolute;
  left: 157px;
  bottom: -91px;
  width: 39px;
  height: 40px;
  background-color: var(--matriks-primary, #191919);
  animation: rotate 8s infinite linear;
}

@media (max-width: 575px) {
  .faq-one__shape-two {
    display: none;
  }
}

@media (max-width: 1199px) {
  .faq-one__content {
    margin-top: 120px;
  }
}

@media (max-width: 575px) {
  .faq-one__content {
    margin-top: 0px;
  }
}

.faq-one__heading {
  margin-bottom: 22px;
}

.faq-one__desc {
  margin-bottom: 0;
}

/*-------------------------------------
# FAQ Page
-------------------------------------*/
.faq-page {
  padding-bottom: 117px;
}

@media (max-width: 575px) {
  .faq-page {
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
/*-------------------------------------
# Brand One
-------------------------------------*/
.brand-one {
  padding-bottom: 84px;
}

.brand-one__carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.brand-one__carousel .owl-stage {
  display: flex;
  align-items: center;
}

.brand-one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

/* .brand-one__item-img:hover {
  transform: scale(1.1);
} */

.brand-one__item-img {
  object-fit: contain;
  aspect-ratio: auto;
}

/* Slider images aspect-ratio fix for CLS */
.main-slider-three__img-one,
.main-slider-three__img-two {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
/*-------------------------------------
# Video One
-------------------------------------*/
@media (min-width: 1600px) {
  .video-one .container {
    max-width: 1804px;
  }
}

.video-one__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 302px 30px;
  border: 1px solid var(--matriks-primary, #191919);
  overflow: hidden;
}

@media (max-width: 1399px) {
  .video-one__wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media (max-width: 1199px) {
  .video-one__wrapper {
    padding: 120px 20px;
  }
}

@media (max-width: 425px) {
  .video-one__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.video-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.video-one__bg div:last-child div {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.video-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}

.video-one__heading {
  font-size: 400px;
  color: rgba(255, 255, 255, 0.1);
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

@media (max-width: 1599px) {
  .video-one__heading {
    font-size: 350px;
  }
}

@media (max-width: 1399px) {
  .video-one__heading {
    font-size: 300px;
  }
}

@media (max-width: 1199px) {
  .video-one__heading {
    font-size: 250px;
  }
}

@media (max-width: 991px) {
  .video-one__heading {
    font-size: 200px;
  }
}

@media (max-width: 767px) {
  .video-one__heading {
    font-size: 150px;
  }
}

@media (max-width: 575px) {
  .video-one__heading {
    font-size: 120px;
  }
}

@media (max-width: 450px) {
  .video-one__heading {
    font-size: 100px;
  }
}

@media (max-width: 375px) {
  .video-one__heading {
    font-size: 85px;
  }
}

.video-one__video-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 196px;
  background-color: var(--matriks-white, #ffffff);
  border-radius: 50%;
  z-index: 11;
}

@media (max-width: 1599px) {
  .video-one__video-btn {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 1399px) {
  .video-one__video-btn {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1199px) {
  .video-one__video-btn {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 991px) {
  .video-one__video-btn {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 450px) {
  .video-one__video-btn {
    width: 90px;
    height: 90px;
  }
}

.video-one__video-btn::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--matriks-white, #ffffff);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.video-one__video-icon {
  font-size: 24px;
  color: var(--matriks-base, #D94645);
}

@media (max-width: 991px) {
  .video-one__video-icon {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .video-one__video-icon {
    font-size: 18px;
  }
}

.video-one__video-btn:hover {
  background-color: var(--matriks-primary, #191919);
}

.video-one__video-btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--matriks-primary, #191919);
}

.video-one__video-btn:hover .video-one__video-icon {
  color: var(--matriks-white, #ffffff);
}

.video-one__shape-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: zumpX2 1s infinite alternate;
}

.video-one__shape-one path:nth-child(1) {
  fill: var(--matriks-base, #D94645);
}

.video-one__shape-one path:nth-child(2) {
  fill: var(--matriks-base, #D94645);
}

.video-one__shape-one path:nth-child(3) {
  fill: var(--matriks-black3, #282828);
}

@media (max-width: 1399px) {
  .video-one__shape-one {
    top: -70px;
    max-width: 350px;
  }
}

@media (max-width: 1199px) {
  .video-one__shape-one {
    top: -110px;
    max-width: 270px;
  }
}

@media (max-width: 991px) {
  .video-one__shape-one {
    top: -155px;
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .video-one__shape-one {
    top: -170px;
    max-width: 160px;
  }
}

@media (max-width: 575px) {
  .video-one__shape-one {
    top: -190px;
    max-width: 130px;
  }
}

@media (max-width: 425px) {
  .video-one__shape-one {
    right: -40px;
  }
}

.video-one__shape-two {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}

.video-one__shape-two path:nth-child(1) {
  fill: var(--matriks-primary, #191919);
}

.video-one__shape-two path:nth-child(2) {
  fill: var(--matriks-primary, #191919);
}

.video-one__shape-two path:nth-child(3) {
  fill: var(--matriks-base, #D94645);
}

@media (max-width: 1399px) {
  .video-one__shape-two {
    max-width: 350px;
    bottom: -70px;
  }
}

@media (max-width: 1199px) {
  .video-one__shape-two {
    max-width: 270px;
    bottom: -100px;
  }
}

@media (max-width: 991px) {
  .video-one__shape-two {
    left: 0;
    max-width: 220px;
    bottom: -125px;
  }
}

@media (max-width: 767px) {
  .video-one__shape-two {
    max-width: 170px;
    bottom: -150px;
  }
}

@media (max-width: 575px) {
  .video-one__shape-two {
    max-width: 130px;
    bottom: -170px;
  }
}

/*--------------------------------------------------------------
# Business
--------------------------------------------------------------*/
/*-------------------------------------
# Business One
-------------------------------------*/
.business-one {
  padding-top: 145px;
  padding-bottom: 141px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 1399px) {
  .business-one {
    padding-bottom: 119px;
  }
}

@media (max-width: 1199px) {
  .business-one {
    padding-top: 117px;
    padding-bottom: 117px;
  }
}

@media (max-width: 991px) {
  .business-one {
    padding-bottom: 141px;
  }
}

@media (max-width: 575px) {
  .business-one {
    padding-top: 77px;
    padding-bottom: 101px;
  }
}

@media (max-width: 1199px) {
  .business-one__row {
    align-items: center;
  }
}

.business-one__desc {
  margin-top: 22px;
  margin-bottom: 41px;
}

@media (max-width: 991px) {
  .business-one__desc {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.business-one__inner-content {
  padding-top: 25px;
  border-top: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  padding-left: 0;
  padding-right: 0;
}

.business-one__inner-content-title {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-4xl);
  line-height: 1.25;
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  margin-bottom: 15px;
}

.business-one__inner-content-desc {
  text-transform: capitalize;
}

.business-one__inner-content-highlight {
  color: var(--matriks-primary, #191919);
  font-weight: 500;
}

.business-one__img-wrap {
  position: relative;
  max-width: 502px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 11;
}

@media (max-width: 1199px) {
  .business-one__img-wrap {
    max-width: 420px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .business-one__img-wrap {
    max-width: 420px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 12px;
  }
}

@media (max-width: 575px) {
  .business-one__img-wrap {
    margin-left: 12px;
  }
}

.business-one__img-wrap-inner {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}

.business-one__img {
  mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .business-one__img {
    max-width: 100%;
  }
}

.business-one__shape-one {
  position: absolute;
  top: -24px;
  right: -23px;
  z-index: -1;
  animation: zumpBottom 1s infinite alternate;
}

@media (max-width: 1399px) {
  .business-one__shape-one {
    right: -50px;
    max-width: 550px;
  }
}

@media (max-width: 1199px) {
  .business-one__shape-one {
    right: -20px;
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .business-one__shape-one {
    top: -92px;
  }
}

@media (max-width: 489px) {
  .business-one__shape-one {
    top: -116px;
    right: -10px;
    max-width: 400px;
  }
}

@media (max-width: 425px) {
  .business-one__shape-one {
    top: -141px;
    max-width: 350px;
  }
}

@media (max-width: 375px) {
  .business-one__shape-one {
    top: -165px;
    max-width: 301px;
  }
}

.business-one__border {
  width: calc(100% - 84px);
  height: 100%;
  position: absolute;
  border: 1px solid var(--matriks-primary, #191919);
  z-index: -11;
  transform: skewX(9deg);
}

.business-one__border--one {
  left: 19px;
  bottom: -24px;
}

.business-one__border--one::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -3px;
  background-color: var(--matriks-primary, #191919);
  z-index: -1;
  transform: skewX(-9deg);
}

.business-one__border--one::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -1px;
  right: -4px;
  background-color: var(--matriks-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg) translateX(-370px);
  animation: businessXRun 25s linear infinite;
}

@keyframes businessXRun {

  0%,
  50%,
  100% {
    -webkit-transform: translateX(-371px) skewX(-9deg);
    transform: translateX(-371px) skewX(-9deg);
  }

  25%,
  75% {
    -webkit-transform: translateX(0) skewX(-9deg);
    transform: translateX(0) skewX(-9deg);
  }
}

@media (max-width: 1199px) {
  @keyframes businessXRun {

    0%,
    50%,
    100% {
      -webkit-transform: translateX(-270px) skewX(-9deg);
      transform: translateX(-270px) skewX(-9deg);
    }

    25%,
    75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}

@media (max-width: 991px) {
  @keyframes businessXRun {

    0%,
    50%,
    100% {
      -webkit-transform: translateX(-296px) skewX(-9deg);
      transform: translateX(-296px) skewX(-9deg);
    }

    25%,
    75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}

@media (max-width: 470px) {
  .business-one__border--one::after {
    animation: businessXRun 20s linear infinite;
  }

  @keyframes businessXRun {

    0%,
    50%,
    100% {
      -webkit-transform: translateX(-160px) skewX(-9deg);
      transform: translateX(-160px) skewX(-9deg);
    }

    25%,
    75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}

.business-one__border--two {
  top: -24px;
  right: 19px;
}

.business-one__border--two::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -52px;
  background-color: var(--matriks-primary, #191919);
  z-index: -1;
  transform: skewX(-9deg);
  animation: businessRectMove1 8s linear 0s infinite;
}

@keyframes businessRectMove1 {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }

  25%,
  75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}

.business-one__border--two::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  bottom: -49px;
  background-color: var(--matriks-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: businessRectMove2 8s linear 2s infinite;
}

@keyframes businessRectMove2 {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }

  25%,
  75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}

/*-------------------------------------
# Business Two
-------------------------------------*/
.business-two {
  position: relative;
  z-index: 1;
}

.business-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.business-two__bg div:last-child div {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.business-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.business-two__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}

.business-two__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.business-two__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.business-two .container {
  position: relative;
  z-index: 11;
}

.business-two .business-one__heading {
  color: var(--matriks-white, #ffffff);
}

.business-two .business-one__inner-content-title {
  color: var(--matriks-white, #ffffff);
}

.business-two .business-one__inner-content-highlight {
  color: var(--matriks-white, #ffffff);
}

.business-two .business-one__border {
  border-color: rgba(var(--matriks-white-rgb), 0.1);
}

.business-two .business-one__border--two::before {
  background-color: var(--matriks-base, #D94645);
}

/*-------------------------------------
# Business Three
-------------------------------------*/
.business-three {
  position: relative;
  z-index: 1;
  padding-top: 127px;
  padding-bottom: 151px;
}

@media (max-width: 1399px) {
  .business-three {
    padding-top: 133px;
  }
}

@media (max-width: 1199px) {
  .business-three {
    padding-top: 135px;
  }
}

@media (max-width: 767px) {
  .business-three {
    padding-top: 137px;
  }
}

@media (max-width: 575px) {
  .business-three {
    padding-top: 90px;
    padding-bottom: 101px;
  }
}

@media (max-width: 375px) {
  .business-three {
    padding-top: 92px;
  }
}

.business-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.business-three__bg div:last-child div {
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.business-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}

.business-three__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}

.business-three__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.business-three__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.business-three .container {
  position: relative;
  z-index: 11;
}

.business-three__content {
  text-align: center;
}

@media (max-width: 1399px) {
  .business-three__content {
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
  }
}

.business-three__heading {
  color: var(--matriks-white, #ffffff);
  line-height: 1.104;
  margin-bottom: 38px;
}

.business-three__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.business-three__btn {
  padding: 25px 34.5px 24px;
}

@media (max-width: 1399px) {
  .business-three__btn {
    padding: 20px 32px 18px 32px;
  }
}

.business-three__btn-one {
  background-color: var(--matriks-base, #D94645);
}

.business-three__btn-one:hover {
  color: var(--matriks-base, #D94645);
}

.business-three__btn-one::after {
  background-color: var(--matriks-white, #ffffff);
}

/*--------------------------------------------------------------
# Mini Banner
--------------------------------------------------------------*/
/*-------------------------------------
# Mini Banner One
-------------------------------------*/
.mini-banner-one {
  padding-top: 75px;
  padding-bottom: 64px;
  background-color: var(--matriks-base, #D94645);
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.mini-banner-one .row {
  align-items: center;
}

@media (max-width: 991px) {
  .mini-banner-one__content {
    text-align: center;
  }
}

.mini-banner-one__heading {
  color: var(--matriks-white, #ffffff);
}

.mini-banner-one__btn-wrap {
  text-align: right;
}

.mini-banner-one__btn-wrap .matriks-btn {
  background-color: var(--matriks-white);
  color: var(--matriks-primary);
  ;
}

.mini-banner-one__btn-wrap .matriks-btn:hover {
  color: var(--matriks-white);
}

.mini-banner-one__btn-wrap .matriks-btn:after {
  background-color: var(--matriks-primary);
}

@media (max-width: 991px) {
  .mini-banner-one__btn-wrap {
    text-align: center;
  }
}

.mini-banner-one__btn {
  padding: 30px 43.5px 28px;
  font-size: var(--matriks-size-xl);
  line-height: 1.375;
}

@media (max-width: 991px) {
  .mini-banner-one__btn {
    padding: 20px 30px;
  }
}

.mini-banner-one__btn::after {
  background-color: var(--matriks-white, #ffffff);
}

.mini-banner-one__btn:hover {
  color: var(--matriks-primary, #191919);
}

.mini-banner-one__btn:hover::after {
  width: 300px;
}

.mini-banner-one__shape-one {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}

@media (max-width: 991px) {
  .mini-banner-one__shape-one {
    top: auto;
    left: -150px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .mini-banner-one__shape-one {
    left: -250px;
  }
}

@media (max-width: 470px) {
  .mini-banner-one__shape-one {
    left: -270px;
  }
}

@media (max-width: 425px) {
  .mini-banner-one__shape-one {
    left: -315px;
  }
}

@media (max-width: 375px) {
  .mini-banner-one__shape-one {
    left: -330px;
  }
}

.mini-banner-one__shape-two {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 767px) {
  .mini-banner-one__shape-two {
    right: -50px;
  }
}

@media (max-width: 470px) {
  .mini-banner-one__shape-two {
    right: -70px;
  }
}

@media (max-width: 425px) {
  .mini-banner-one__shape-two {
    right: -100px;
  }
}

@media (max-width: 375px) {
  .mini-banner-one__shape-two {
    right: -130px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*-------------------------------------
# Testimonial One
-------------------------------------*/
.testimonial-one {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 575px) {
  .testimonial-one {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.testimonial-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.testimonial-one__top-wrap {
  justify-content: center;
}

.testimonial-one .testimonial__text {
  font-size: var(--matriks-size-4xl);
  line-height: 1.666;
  padding-right: 29px;
}

@media (max-width: 1199px) {
  .testimonial-one .testimonial__text {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  .testimonial-one .testimonial__text {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .testimonial-one .testimonial__text {
    font-size: 16px;
  }
}

.testimonial-one .owl-item img {
  display: inline-block !important;
  width: auto;
}

.testimonial__logo {
  width: 120px !important;
}

.testimonial-one-slider .testimonial-one__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-primary, #191919);
  position: absolute;
  top: 0;
  right: 30px !important;
}

@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-one {
    width: 20px;
    height: 20px;
  }
}

.testimonial-one-slider .testimonial-one__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: 30px;
  right: 60px !important;
}

@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-two {
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}

.testimonial-one-slider .testimonial-one__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: 10px;
  right: 80px !important;
}

@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-three {
    width: 12px;
    height: 12px;
    top: 8px;
    right: 32px;
  }
}

.testimonial-one-slider .testimonial-one__shape-four {
  width: 30px;
  height: 30px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-one-one {
  background-color: var(--matriks-white, #ffffff);
}

.testimonial-one-one .testimonial__item {
  border: 1px solid var(--matriks-white2, #F6F6F6);
}

.testimonial-one-one .testimonial__text {
  font-size: var(--matriks-size-2xl);
  padding-right: 12px;
}

@media (max-width: 1399px) {
  .testimonial-one-one .testimonial__text {
    padding-right: 0;
  }
}

/*-------------------------------------
# Testimonial Page
-------------------------------------*/
.testimonial-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .testimonial-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.testimonial-page .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.testimonial-one__carousel .owl-dots {
  position: static;
  justify-content: center;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/*-------------------------------------
# Gallery One
-------------------------------------*/
.gallery-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .gallery-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.gallery-page__img-box {
  position: relative;
  overflow: hidden;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.gallery-page__img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.7);
  z-index: 1;
  transition: all 0.3s linear;
}

.gallery-page__img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}

.gallery-page__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--matriks-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (max-width: 1599px) {
  .gallery-page__btn {
    width: 70px;
    height: 70px;
  }
}

.gallery-page__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--matriks-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.gallery-page__btn__icon {
  font-size: 24px;
  color: var(--matriks-base, #D94645);
}

.gallery-page__btn:hover {
  background-color: var(--matriks-primary, #191919);
}

.gallery-page__btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--matriks-primary, #191919);
}

.gallery-page__btn:hover .gallery-page__icon {
  transform: rotate(41deg);
  color: var(--matriks-white, #ffffff);
}

.gallery-page__item:hover .gallery-page__btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.gallery-page__item:hover .gallery-page__img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/*-------------------------------------
# Pricing One
-------------------------------------*/
.pricing-one {
  position: relative;
  z-index: 1;
  padding-top: 117px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .pricing-one {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}

.pricing-one__overlay-text {
  text-align: center;
  width: 100%;
  font-size: 25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: var(--matriks-white2, #F6F6F6);
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1799px) {
  .pricing-one__overlay-text {
    font-size: 360px;
  }
}

@media (max-width: 1599px) {
  .pricing-one__overlay-text {
    font-size: 315px;
  }
}

@media (max-width: 1399px) {
  .pricing-one__overlay-text {
    font-size: 300px;
  }
}

@media (max-width: 1199px) {
  .pricing-one__overlay-text {
    display: none;
  }
}

.pricing-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.pricing-one__top-wrap {
  justify-content: center;
}

.pricing-one-one .pricing-one__overlay-text {
  display: none;
}

/*-------------------------------------
# Pricing Two
-------------------------------------*/
.pricing-two {
  background-color: var(--matriks-white2, #F6F6F6);
}

.pricing-two .pricing__list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .pricing-two .pricing__list-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .pricing-two .pricing__list-box .pricing__list:not(:last-child) {
    margin-bottom: 13px;
  }
}

/*-------------------------------------
# Pricing Page
-------------------------------------*/
.pricing-page {
  background-color: var(--matriks-white, #ffffff);
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 575px) {
  .pricing-page {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
}

.pricing-page__carousel .owl-stage-outer {
  padding-top: 20px;
}

.pricing-page__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.showing-product-container {
  padding: 28px 0;
  border-top: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  border-bottom: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.showing-product__row {
  align-items: center;
}

.showing-product__left {
  display: flex;
  align-items: center;
  gap: 17px;
}

@media (max-width: 991px) {
  .showing-product__left {
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .showing-product__left {
    flex-direction: column;
  }
}

.showing-product__left-btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.showing-product__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--matriks-primary, #191919);
}

.showing-product__grid-icon {
  font-size: 15px;
  color: var(--matriks-white, #ffffff);
}

.showing-product__grid:hover {
  background-color: var(--matriks-base, #D94645);
}

.showing-product__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--matriks-white2, #F6F6F6);
}

.showing-product__list-inner {
  width: 16px;
}

.showing-product__list-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--matriks-gray2, #9AA5B3);
  border-radius: 20px;
  margin: 4px 0;
}

.showing-product__list:hover {
  background-color: var(--matriks-base, #D94645);
}

.showing-product__list:hover .showing-product__list-line {
  background-color: var(--matriks-white, #ffffff);
}

.showing-product__text {
  margin-bottom: 0;
}

.showing-product__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

@media (max-width: 991px) {
  .showing-product__right {
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .showing-product__right {
    flex-direction: column;
  }
}

.showing-product__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  background-color: var(--matriks-primary, #191919);
}

.showing-product__filter-icon {
  font-size: 14px;
  color: var(--matriks-white, #ffffff);
}

.showing-product__filter-text {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-white, #ffffff);
  line-height: 1.875;
  text-transform: capitalize;
  margin-left: 7px;
}

.showing-product__filter:hover {
  background-color: var(--matriks-base, #D94645);
}

.showing-product__sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  min-width: 204px !important;
}

.showing-product__sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.showing-product__sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 40px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--matriks-white2, #F6F6F6) !important;
  margin: 0;
  padding: 0;
  padding-left: 19px;
  padding-right: 63px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  color: var(--matriks-gray2, #9AA5B3) !important;
  line-height: 40px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.showing-product__sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--matriks-gray2, #9AA5B3);
}

.showing-product__sort .bootstrap-select .dropdown-menu {
  border-radius: 0 !important;
}

/*-------------------------------------
# Shope Page
-------------------------------------*/
.shop-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*-------------------------------------
# Shope Sidebar
-------------------------------------*/
.shop-sidebar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.shop-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1399px) {
  .shop-sidebar .showing-product__left {
    justify-content: space-between;
  }
}

@media (max-width: 1399px) {
  .shop-sidebar .showing-product__right {
    justify-content: space-between;
  }
}

/*-------------------------------------
# Shope Details
-------------------------------------*/
.shop-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.shop-details__gallery-top {
  position: relative;
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.shop-details__gallery-top-img {
  width: 100%;
}

.shop-details__gallery-top-slide-btn-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 11;
}

.shop-details__gallery-top-button {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--matriks-base, #D94645);
}

.shop-details__gallery-top-button i {
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
}

.shop-details__gallery-top-button:hover {
  background-color: var(--matriks-primary, #191919);
}

.shop-details__gallery-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 10px;
}

.shop-details__gallery-thumb-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #F8F8F8;
  cursor: pointer;
  border: 1px solid transparent;
}

.shop-details__gallery-thumb-img {
  max-width: 100%;
  height: auto;
}

.shop-details__gallery-thumb .swiper-slide-thumb-active {
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.shop-details__right {
  padding-left: 86px;
}

@media (max-width: 1599px) {
  .shop-details__right {
    padding-left: 60px;
  }
}

@media (max-width: 1399px) {
  .shop-details__right {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .shop-details__right {
    padding-left: 0;
  }
}

.shop-details__stock {
  display: table;
  font-size: var(--matriks-size-md);
  color: var(--matriks-white, #ffffff);
  line-height: 1.428;
  padding: 1px 11.5px;
  background-color: var(--matriks-base, #D94645);
}

.shop-details__title {
  font-size: var(--matriks-size-4xl);
  color: var(--matriks-black2, #0E1C31);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.shop-details__price-review-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}

@media (max-width: 375px) {
  .shop-details__price-review-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.shop-details__price-inner {
  display: flex;
  align-items: flex-end;
  margin-right: 12px;
}

@media (max-width: 375px) {
  .shop-details__price-inner {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.shop-details__price-new {
  font-size: var(--matriks-size-5xl);
  line-height: 1;
  margin-right: 6px;
  margin-bottom: 0;
}

.shop-details__price-old {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-md);
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
}

.shop-details__review-inner {
  display: flex;
  align-items: center;
}

.shop-details__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.shop-details__review-icon {
  font-size: 14px;
  color: var(--matriks-base, #D94645);
}

.shop-details__review-text {
  margin-bottom: 0;
}

.shop-details__desc-box {
  margin-bottom: 18px;
}

.shop-details__desc {
  margin-bottom: 0;
}

.shop-details__box-title {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-xl);
  color: var(--matriks-primary, #191919);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25;
}

.shop-details__color-duration-box {
  max-width: 416px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .shop-details__color-duration-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.shop-details__color-box,
.shop-details__duration-box,
.shop-details__quantity-box,
.shop-details__tag-box {
  display: flex;
  align-items: center;
  gap: 10px 18px;
}

.shop-details__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--matriks-base, #D94645);
}

.shop-details__duration {
  width: 107px;
  height: 5px;
  background-color: var(--matriks-base, #D94645);
}

.shop-details__quantity-box {
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.shop-details__quantity-box-inner {
  display: flex;
  align-items: center;
  max-width: 264px;
  height: 30px;
  border: 1px solid #EEE;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .shop-details__quantity-box-inner {
    max-width: 150px;
  }
}

.shop-details__quantity-btn {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 25px;
  background-color: var(--matriks-white, #ffffff);
}

.shop-details__quantity-btn i {
  font-size: 10px;
  color: var(--matriks-secondary, #A0A1A6);
}

.shop-details__quantity-btn--decrease {
  width: 51px;
}

.shop-details__quantity-btn--decrease i {
  font-size: 14px;
}

.shop-details__quantity-input {
  border: 0;
  outline: 0;
  width: calc(100% - 80px);
  padding: 10px;
  height: 25px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  color: var(--matriks-primary, #191919);
  font-weight: 400;
  appearance: textfield;
  text-align: center;
  background-color: var(--matriks-white, #ffffff);
}

.shop-details__tag-box {
  margin-bottom: 21px;
  flex-wrap: wrap;
}

.shop-details__tag-text {
  margin-bottom: 0;
  text-transform: capitalize;
}

.shop-details__btn-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.shop-details__btn-wishlist {
  padding: 10.5px 21.5px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  color: var(--matriks-white, #ffffff);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--matriks-base, #D94645);
}

.shop-details__btn-wishlist::after {
  background-color: var(--matriks-primary, #191919);
}

.shop-details__btn-wishlist .icofont-ui-love {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

.shop-details__btn-wishlist:hover::after {
  width: 216px;
}

.shop-details__btn-cart {
  position: relative;
  padding: 9.5px 36px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-md);
  color: var(--matriks-gray2, #9AA5B3);
  line-height: 2.142;
  font-weight: 400;
  text-transform: capitalize;
  background-color: var(--matriks-white, #ffffff);
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  z-index: 1;
  overflow: hidden;
}

.shop-details__btn-cart::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -160px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}

.shop-details__btn-cart .icon-cart {
  font-size: 14px;
  color: var(--matriks-primary, #191919);
  margin-right: 5px;
  vertical-align: middle;
}

.shop-details__btn-cart:hover {
  color: var(--matriks-white, #ffffff);
}

.shop-details__btn-cart:hover .icon-cart {
  color: var(--matriks-white, #ffffff);
}

.shop-details__btn-cart:hover::after {
  bottom: -85px;
  width: 300px;
  transform: rotate(0deg);
}

.shop-details__info-inner {
  width: 100%;
  max-width: 536px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
  gap: 15px;
}

.shop-details__phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-details__phone-title {
  font-size: var(--matriks-size-md);
  line-height: 1.428;
  margin-bottom: 0;
}

.shop-details__phone-number {
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-black2, #0E1C31);
  line-height: 1.4;
  font-weight: 600;
}

.shop-details .social-link {
  height: 38px;
}

.shop-details .social-link:nth-child(odd) {
  background-color: var(--matriks-white2, #F6F6F6);
}

.shop-details .social-link:nth-child(even) {
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.shop-details .social-link i {
  color: var(--matriks-secondary, #A0A1A6);
}

.shop-details .social-link:hover {
  background-color: var(--matriks-base, #D94645);
}

.shop-details .social-link:hover i {
  color: var(--matriks-white, #ffffff);
}

.shop-details__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 42px;
}

.shop-details__info-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: start;
  gap: 9px;
}

.shop-details__info-item:not(:last-child) {
  margin-bottom: 4px;
}

.shop-details__info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: var(--matriks-base, #D94645);
  border-radius: 50%;
  margin-top: 7px;
}

.shop-details__info-icon i {
  font-size: 6px;
  color: var(--matriks-white, #ffffff);
}

.shop-details__info-text {
  margin-bottom: 0;
}

.shop-details__payment-box {
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.shop-details__payment-card-box {
  display: flex;
  align-items: center;
  gap: 4px;
}

.shop-details__payment-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  background-color: var(--matriks-white, #ffffff);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
}

.shop-details__tab-box {
  margin-top: 25px;
}

.shop-details__main-tab-box {
  position: relative;
  display: block;
}

.shop-details__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons {
    gap: 15px;
  }
}

.shop-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
}

.shop-details__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  font-family: var(--matriks-heading-font, "Epilogue", sans-serif);
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  line-height: 1.25;
  border: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
  padding: 18px 32.5px;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}

@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons .tab-btn span {
    padding: 15px 25px;
  }
}

.shop-details__main-tab-box .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--matriks-primary, #191919);
  transition: all 0.3s ease;
  z-index: -1;
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
  border-color: transparent;
  color: var(--matriks-white, #ffffff);
}

.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span::before {
  width: 100%;
}

.shop-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.shop-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.shop-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

.shop-details__top-description {
  margin-bottom: 0;
}

.shop-details__top-description--two {
  margin-bottom: 14px;
}

.shop-details__tab-list-item {
  gap: 17px;
}

@media (max-width: 767px) {
  .shop-details__tab-list-item {
    gap: 10px;
  }
}

.shop-details__table-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.shop-details__table {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-collapse: collapse;
}

.shop-details__table thead th,
.shop-details__table tbody td {
  padding: 14px 14px 13px 50px;
  border: 1px solid #EEEEEE;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-weight: 400;
}

@media (max-width: 1399px) {

  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding: 12px 12px 11px 30px;
  }
}

@media (max-width: 1199px) {

  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding-left: 20px;
  }
}

.shop-details__table tbody td:nth-child(1) {
  font-size: var(--matriks-size-xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.5;
}

.shop-details__table tbody td:nth-child(2) {
  font-size: var(--matriks-size-md);
  color: var(--matriks-secondary, #A0A1A6);
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Contact 
--------------------------------------------------------------*/
/*-------------------------------------
# Contact One
-------------------------------------*/
.contact-one {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .contact-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.contact-one__google-map {
  margin-bottom: 50px;
}

/* ============================================
   ENHANCED CONTACT MAP STYLES
   Modern harita tasarımı
   ============================================ */

.contact-map-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.contact-map {
  width: 100%;
  height: 450px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.contact-map--fallback {
  border-radius: 16px;
}

.contact-map--fallback iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Floating Overlay Bilgi Kutusu */
.contact-map-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1001;
  max-width: 320px;
  pointer-events: auto;
}

.contact-map-overlay__content {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.contact-map-overlay__logo {
  margin-bottom: 16px;
}

.contact-map-overlay__logo img {
  height: auto;
  max-width: 180px;
}

.contact-map-overlay__title {
  font-size: 14px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 8px;
  line-height: 1.4;
}

.contact-map-overlay__address {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-map-overlay__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-map-overlay__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 70, 69, 0.4);
}

/* Responsive */
@media (max-width: 767px) {
  .contact-map {
    height: 350px;
  }
  
  .contact-map-overlay {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    margin-top: -60px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .contact-map-overlay__content {
    border-radius: 12px;
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .contact-map {
    height: 300px;
  }
  
  .contact-map-wrapper {
    border-radius: 12px;
  }
  
  .contact-map-overlay__title {
    font-size: 13px;
  }
  
  .contact-map-overlay__address {
    font-size: 12px;
  }
}

/* ============================================
   END ENHANCED CONTACT MAP STYLES
   ============================================ */

.contact-one__info {
  display: grid;
  grid-template-columns: 1fr 110px;
}

@media (max-width: 1199px) {
  .contact-one__info {
    grid-template-columns: 1fr 50px;
  }
}

@media (max-width: 575px) {
  .contact-one__info {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.contact-one__info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 19px;
  align-items: center;
  border-top: 1px solid var(--matriks-white2, #F6F6F6);
  padding: 15px 0 15px 10px;
}

@media (max-width: 1199px) {
  .contact-one__info-item {
    padding: 20px 0 20px 30px;
  }
}

@media (max-width: 575px) {
  .contact-one__info-item {
    grid-gap: 10px;
    padding: 20px 0 20px 25px;
  }
}

.contact-one__info-item:last-child {
  border-bottom: 1px solid var(--matriks-white2, #F6F6F6);
}

.contact-one__info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--matriks-primary, #191919);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .contact-one__info-icon {
    width: 37px;
    height: 37px;
  }
}

.contact-one__info-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--matriks-primary, #191919);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.contact-one__info-icon i {
  font-size: 16px;
  color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .contact-one__info-icon i {
    font-size: 12px;
  }
}

.contact-one__info-title {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .contact-one__info-title {
    font-size: 18px;
  }
}

.contact-one__info-item:hover .contact-one__info-icon {
  background-color: var(--matriks-base, #D94645);
}

.contact-one__info-item:hover .contact-one__info-icon::after {
  left: 0;
  border-color: var(--matriks-base, #D94645);
}

.contact-one__info-link:hover {
  color: var(--matriks-base, #D94645);
}

.contact-one__social {
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .contact-one__social {
    flex-direction: row;
  }
}

.contact-one__social-link:nth-child(odd) {
  background-color: var(--matriks-white2, #F6F6F6) !important;
}

.contact-one__social-link:nth-child(even) {
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.08) !important;
}

.contact-one__social-link i {
  color: var(--matriks-secondary, #A0A1A6) !important;
}

.contact-one__social-link:hover {
  background-color: var(--matriks-base, #D94645) !important;
}

.contact-one__social-link:hover i {
  color: var(--matriks-white, #ffffff) !important;
}

@media (max-width: 991px) {
  .contact-one__contact {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*-------------------------------------
# Blog One
-------------------------------------*/
.blog-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}

.blog-one__top-wrap {
  justify-content: center;
}

/*-------------------------------------
# Blog Two
-------------------------------------*/
.blog-two {
  padding-top: 115px;
}

@media (max-width: 575px) {
  .blog-two {
    padding-top: 75px;
  }
}

/*-------------------------------------
# Blog Page
-------------------------------------*/
.blog-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 575px) {
  .blog-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.blog-page .blog__card-author-img {
  width: 30px !important;
  height: 30px !important;
}

/*-------------------------------------
# Blog Details
-------------------------------------*/
@media (max-width: 991px) {
  .blog-details__right {
    margin-top: 40px;
  }
}

/*-------------------------------------
# Blog Sidebar
-------------------------------------*/
.blog-sidebar {
  padding-top: 23px;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .blog-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.blog-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------------------
# Blog Deatils
-------------------------------------*/
.blog-details {

  background-color: var(--matriks-white, #ffffff);
}

.blog-details__md-title {
  font-size: var(--matriks-size-5xl);
  color: var(--matriks-primary, #191919);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-details__sm-title {
  font-size: var(--matriks-size-4xl);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.blog-details__col {
  margin-left: auto;
  margin-right: auto;
}

.blog-details__blog-card {
  margin-bottom: 32px;
}

.blog-details__card-img-box {
  display: block;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;

}

.blog-details__card-img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.blog-details__card-img:hover {
  mix-blend-mode: unset;
}

.blog-details__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--matriks-white, #ffffff) !important;
  background-color: var(--matriks-base, #D94645);
  line-height: 1.25;
  margin-bottom: 0;
}

.blog-details__card-comment-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.blog-details__card-comment-item-divider {
  margin-left: 15px;
  margin-right: 15px;
}

.blog-details__card-comment {
  margin-bottom: 0;
}

.blog-details__card-title {
  margin-bottom: 19px;
}

.blog-details__card-author {
  display: flex;
  align-items: center;
}

.blog-details__card-author-img-box {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

.blog-details__card-author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
  vertical-align: top;
}

.blog-details__card-author-name {
  margin-bottom: 0;
}

.blog-details__card-author-name-highlight {
  color: var(--matriks-primary, #191919);
}

.blog-details__card-desc-one-box {
  margin-top: 22px;
  margin-bottom: 38px;
}

.blog-details__card-desc-one {
  margin-bottom: 0;
}

.blog-details__card-desc-two-box {
  margin-top: 22px;
  margin-bottom: 38px;
}

.blog-details__card-desc-two {
  margin-bottom: 0;
}

.blog-details__card-desc-three-box {
  padding: 18.5px 50px 18.5px;
  display: flex;
  align-items: flex-start;
  border: 1px solid var(--matriks-primary, #191919);
}

@media (max-width: 1199px) {
  .blog-details__card-desc-three-box {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 425px) {
  .blog-details__card-desc-three-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-details__card-desc-three-img {
  margin-top: 5px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .blog-details__card-desc-three-img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.blog-details__card-desc-three {
  font-size: var(--matriks-size-2xl);
  color: var(--matriks-primary, #191919);
  font-weight: 300;
  margin-bottom: 0;
  line-height: 2;
}

.blog-details__card-bottom {
  margin-top: 42px;
}

.blog-details__card-desc-four {
  margin-bottom: 20px;
}

.blog-details__card-bottom-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-details__card-bottom-list-item {
  display: flex;
  align-items: flex-start;
}

.blog-details__card-bottom-list-item:not(:last-child) {
  margin-bottom: 18px;
}

.blog-details__card-bottom-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--matriks-base, #D94645);
}

.blog-details__card-bottom-list-icon i {
  margin-top: 2px;
  display: inline-block;
  font-size: 14px;
  color: var(--matriks-base, #D94645);
}

.blog-details__card-bottom-list-text {
  margin-top: -6px;
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  margin-bottom: 0;
}

.blog-details__tag {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

@media (max-width: 1199px) {
  .blog-details__tag {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-details__tag-title {
  color: var(--matriks-primary, #191919);
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 29px;
}

@media (max-width: 1199px) {
  .blog-details__tag-title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.blog-details__tag-btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
}

@media (max-width: 1399px) {
  .blog-details__tag-btn-group {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .blog-details__tag-btn-group {
    gap: 10px;
  }
}

.blog-details__tag-btn {
  padding: 3.5px 10.5px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-secondary, #A0A1A6);
  line-height: 1.875;
  background-color: var(--matriks-white, #ffffff);
  border: 1px solid var(--matriks-primary, #191919);
}

.blog-details__tag-btn:hover {
  color: var(--matriks-white, #ffffff);
  background-color: var(--matriks-base, #D94645);
  border-color: var(--matriks-base, #D94645);
}

.blog-details__profile {
  display: flex;
  align-items: flex-start;
  padding: 46px 50px 41px;
  background-color: var(--matriks-white2, #F6F6F6);
}

@media (max-width: 1199px) {
  .blog-details__profile {
    padding: 40px;
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .blog-details__profile {
    padding: 30px;
  }
}

@media (max-width: 375px) {
  .blog-details__profile {
    padding: 20px;
  }
}

.blog-details__profile-img-box {
  width: 100px;
  height: 91px;
  margin-top: 5px;
  margin-right: 19px;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
}

@media (max-width: 1199px) {
  .blog-details__profile-img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.blog-details__profile-img {
  width: 100px;
  height: 91px;
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.blog-details__profile-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .blog-details__profile-info {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.blog-details__profile-desc {
  margin-bottom: 0;
}

.blog-details__info-social {
  margin-top: -8px;
  margin-left: 48px;
}

@media (max-width: 1199px) {
  .blog-details__info-social {
    margin-top: 20px;
    margin-left: 0;
  }
}

.blog-details__info-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 47px;
  background-color: var(--matriks-primary, #191919);
}

.blog-details__info-social-link i {
  font-size: 14px;
  color: var(--matriks-white, #ffffff);
}

.blog-details__info-social-link:hover {
  background-color: var(--matriks-base, #D94645);
}

.blog-details__left .pagination-box {
  padding: 38px 0;
}

@media (max-width: 767px) {
  .blog-details__left .pagination-box__prev-box {
    justify-content: flex-start;
  }

  .blog-details__left .pagination-box__next-box {
    justify-content: flex-end;
  }
}

.blog-details__left .pagination-box>div>div:nth-child(2) {
  display: none;
}

.blog-details__left .pagination-box>div>* {
  width: 50% !important;
}

.blog-details__comment {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .blog-details__comment {
    margin-top: 80px;
  }
}

@media (max-width: 425px) {
  .blog-details__comment {
    margin-top: 60px;
  }
}

.blog-details__comment-title {
  margin-bottom: 15px;
}

.blog-details__comment-wrap {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .blog-details__comment-wrap {
    flex-direction: column;
  }
}

.blog-details__comment-one {
  padding: 22px 0;
  border-bottom: 1px solid rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.1);
}

.blog-details__comment-two {
  padding: 26px 0 22px 70px;
}

@media (max-width: 1199px) {
  .blog-details__comment-two {
    padding-left: 30px;
  }
}

.blog-details__comment-img-box {
  width: 86px;
  height: 86px;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  margin-top: 5px;
  margin-right: 23px;
}

@media (max-width: 1199px) {
  .blog-details__comment-img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.blog-details__comment-img {
  width: 86px;
  height: 86px;
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.blog-details__comment-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-details__comment-info {
    flex-direction: column;
    align-items: flex-end;
  }
}

.blog-details__comment-text {
  margin-bottom: 0;
}

.blog-details__comment-reply-box {
  margin-top: 3px;
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .blog-details__comment-reply-box {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .blog-details__comment-reply-box {
    margin-left: 0;
    margin-top: 30px;
  }
}

.blog-details__comment-reply-link {
  padding: 4px 9.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--matriks-white3, #F7F7F7);
}

.blog-details__comment-reply-link span {
  font-size: var(--matriks-size-md);
  color: var(--matriks-gray, #777777);
  line-height: 1.5;
}

.blog-details__comment-reply-link i {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--matriks-gray, #777777);
}

.blog-details__comment-reply-link:hover {
  background-color: var(--matriks-base, #D94645);
}

.blog-details__comment-reply-link:hover span {
  color: var(--matriks-white, #ffffff);
}

.blog-details__comment-reply-link:hover i {
  color: var(--matriks-white, #ffffff);
}

.blog-details__contact {
  margin-top: 85px;
}

@media (max-width: 767px) {
  .blog-details__contact {
    margin-top: 60px;
  }
}

@media (max-width: 425px) {
  .blog-details__contact {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*-------------------------------------
# Footer One
-------------------------------------*/
.footer-one {
  padding-top: 40px;
  background-color: var(--matriks-footer-background);
  overflow: hidden;
}

.footer-one__logo-box img {
  max-width: 250px;
}

@media (max-width: 575px) {
  .footer-one {
    padding-top: 77px;
  }
}

.footer-one .container {
  position: relative;
  z-index: 11;
}

.footer-one__row-one {
  padding-bottom: 25px;
}

@media (max-width: 575px) {
  .footer-one__row-one {
    padding-bottom: 70px;
  }
}

.footer-one__about-text {
  margin-top: 22px;
  margin-bottom: 42px;
  padding-right: 40px;
  color: var(--matriks-footer-text-color);
}

@media (max-width: 1599px) {
  .footer-one__about-text {
    padding-right: 30px;
  }
}

@media (max-width: 1399px) {
  .footer-one__about-text {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .footer-one__link-wrap {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .footer-one__link-wrap {
    padding-left: 0px;
  }
}

.footer-one__title {
  font-size: var(--matriks-size-3xl);
  color: var(--matriks-footer-text-color);
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 11px;
}

.footer-one__link-list,
.footer-one__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-one__link-item:not(:last-child),
.footer-one__info-item:not(:last-child) {
  margin-bottom: 17px;
}

.footer-one__address {
  padding-right: 8px;
}

@media (max-width: 1599px) {
  .footer-one__address {
    padding-right: 0;
  }
}

.footer-one__link,
.footer-one__info,
.footer-one__info-link {
  position: relative;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-footer-text-color);
  line-height: 1.875;
  padding-left: 16px;
  margin-bottom: 0;
}

.footer-one .footer-one__link::before,
.footer-one .footer-one__info::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 14px;
  color: var(--matriks-footer-text-color);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 9px;
  left: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-one__info-link {
  padding-left: 0;
}

.footer-one__link:hover,
.footer-one__info-link:hover {
  color: var(--matriks-footer-hover-text-color);
}

.footer-one__link:hover::before,
.footer-one__info-link:hover::before {
  color: var(--matriks-footer-hover-text-color);
}

/* ============================================
   ENHANCED FOOTER CONTACT STYLES
   Modern ikon kartları ve animasyonlar
   ============================================ */

.footer-contact-enhanced {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
}

.footer-contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.footer-contact-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-contact-icon i {
  font-size: 20px;
  color: var(--matriks-footer-text-color);
  transition: all 0.3s ease;
}

.footer-contact-item:hover .footer-contact-icon {
  background: var(--matriks-white);
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-contact-item:hover .footer-contact-icon i {
  color: var(--matriks-base);
}

.footer-contact-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.footer-contact-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-contact-value {
  font-size: 15px;
  font-weight: 500;
  color: var(--matriks-footer-text-color);
  line-height: 1.5;
  margin: 0;
  font-style: normal;
}

.footer-contact-value:hover {
  color: var(--matriks-white) !important;
}

a.footer-contact-value {
  position: relative;
  padding-left: 0;
}

a.footer-contact-value::before {
  display: none;
}

a.footer-contact-value::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--matriks-white);
  transition: width 0.3s ease;
}

a.footer-contact-value:hover::after {
  width: 100%;
}

/* Responsive düzenlemeler */
@media (max-width: 991px) {
  .footer-contact-enhanced {
    gap: 15px;
  }
  
  .footer-contact-item {
    padding: 10px 14px;
  }
  
  .footer-contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  
  .footer-contact-icon i {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .footer-contact-enhanced {
    gap: 12px;
  }
  
  .footer-contact-item {
    padding: 10px 12px;
    gap: 12px;
  }
  
  .footer-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
  
  .footer-contact-icon i {
    font-size: 16px;
  }
  
  .footer-contact-label {
    font-size: 11px;
  }
  
  .footer-contact-value {
    font-size: 14px;
  }
}

/* Clickable card styles (when entire card is a link) */
a.footer-contact-item--clickable {
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
}

a.footer-contact-item--clickable:hover {
  text-decoration: none !important;
}

a.footer-contact-item--clickable .footer-contact-value {
  transition: color 0.3s ease;
}

a.footer-contact-item--clickable:hover .footer-contact-value {
  color: var(--matriks-white) !important;
}

/* ============================================
   END ENHANCED FOOTER CONTACT STYLES
   ============================================ */

.footer-one__bottom {
  border-top: 1px solid rgb(var(--matriks-primary-rgb), 0.1);
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-one__row-two {
  align-items: center;
}

@media (max-width: 575px) {
  .footer-one__copyright {
    text-align: center;
  }
}

.footer-one__copyright-text {
  margin-bottom: 0;
  color: var(--matriks-footer-text-color);
}

.footer-one__copyright-text a:hover {
  color: var(--matriks-secondary, #A0A1A6);
}

.footer-one .matriks-scroll-up-btn {
  margin-left: auto;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--matriks-button-background);
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer-one .matriks-scroll-up-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .footer-one .matriks-scroll-up-btn {
    display: none;
  }
}

.footer-one .matriks-scroll-up-btn::after {
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--matriks-button-active-backgroud);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}

.footer-one .matriks-scroll-up-btn span {
  color: var(--matriks-white, #ffffff);
}


@media (max-width: 767px) {
  .footer-one .matriks-scroll-up-btn span {
    font-size: 14px;
  }
}

.footer-one .matriks-scroll-up-btn:hover::after {
  width: 300px;
}

.footer-one .matriks-scroll-up-btn:hover span {
  transform: rotate(-50deg);
}

.footer-one__shape-one {
  position: absolute;
  top: -69px;
  right: 170px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}

@media (max-width: 1399px) {
  .footer-one__shape-one {
    top: auto;
    right: 0px;
    bottom: -10px;
  }
}

@media (max-width: 1199px) {
  .footer-one__shape-one {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .footer-one__shape-one {
    right: -120px;
  }
}

@media (max-width: 767px) {
  .footer-one__shape-one {
    right: -170px;
  }
}

@media (max-width: 425px) {
  .footer-one__shape-one {
    right: -270px;
  }
}

@media (max-width: 375px) {
  .footer-one__shape-one {
    right: -300px;
  }
}

/*-------------------------------------
# Footer Two
-------------------------------------*/
.footer-two {
  padding-top: 218px;
}

@media (max-width: 1399px) {
  .footer-two {
    padding-top: 220px;
  }
}

@media (max-width: 575px) {
  .footer-two {
    padding-top: 180px;
  }
}

/*-------------------------------------
# Footer Bottom
-------------------------------------*/
.footer-bottom__menu ul {
  margin: 0;
  padding: 0;
}

.footer-bottom__link-item {
  list-style: none;
  float: left;
}

.footer-bottom__link-item a {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-xl);
  font-weight: 400;
  color: var(--matriks-footer-text-color);
  line-height: 1.875;
  margin-bottom: 0;
}

.footer-bottom__link-item a:hover {
  color: var(--matriks-footer-hover-text-color);
}

/*--------------------------------------------------------------
# Error 
--------------------------------------------------------------*/
/*-------------------------------------
# Error
-------------------------------------*/
.error-page {
  padding-top: 197px;
  padding-bottom: 162px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--matriks-primary, #191919);
  background-blend-mode: luminosity;
  overflow: hidden;
}

@media (max-width: 767px) {
  .error-page {
    padding-bottom: 140px;
  }
}

@media (max-width: 575px) {
  .error-page {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

.error-page::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(var(--matriks-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}

.error-page__vartical-text {
  position: relative;
  position: absolute;
  top: 72px;
  left: 60px;
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-lg);
  color: var(--matriks-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 11;
  transition: all 2s ease;
}

.error-page__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 11;
}

.error-page__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--matriks-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 11;
}

@media (max-width: 1799px) {
  .error-page__vartical-text {
    left: 50px;
  }
}

@media (max-width: 1599px) {
  .error-page__vartical-text {
    display: none;
  }
}

.error-page__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 11;
}

.error-page__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.error-page__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--matriks-white-rgb, 255, 255, 255), 0.1);
}

.error-page .container {
  position: relative;
  z-index: 111;
}

.error-page__circle-text {
  position: relative;
  position: absolute;
  top: -66px;
  right: 0;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 11;
}

@media (max-width: 991px) {
  .error-page__circle-text {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .error-page__circle-text {
    display: none;
  }
}

.error-page__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}

.error-page__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.error-page__curved-circle--item {
  width: 164px;
}

.error-page__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--matriks-size-md);
  color: rgba(var(--matriks-white-rgb), 0.4);
  letter-spacing: 0.2em;
}

.error-page__curved-circle--item span:first-child {
  color: rgba(var(--matriks-white-rgb), 0.7);
}

.error-page__circle-text:hover .error-page__curved-circle--item span {
  color: var(--matriks-white, #ffffff);
}

.error-page__content {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.error-page__sec-title {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 142px;
}

@media (max-width: 575px) {
  .error-page__sec-title {
    max-width: 350px;
    margin-bottom: 80px;
  }
}

@media (max-width: 375px) {
  .error-page__sec-title {
    max-width: 296px;
  }
}

.error-page__heading {
  font-size: 200px;
  color: var(--matriks-white, #ffffff);
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .error-page__heading {
    font-size: 170px;
  }
}

@media (max-width: 375px) {
  .error-page__heading {
    font-size: 135px;
  }
}

.error-page__heading span {
  position: relative;
  font-weight: 300;
}

.error-page__heading span::after {
  content: "";
  width: 42px;
  height: 89px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--matriks-base, #D94645);
}

@media (max-width: 575px) {
  .error-page__heading span::after {
    width: 30px;
    height: 74px;
  }
}

@media (max-width: 375px) {
  .error-page__heading span::after {
    width: 25px;
    height: 60px;
  }
}

.error-page__cartoon {
  position: absolute;
  right: -18px;
  bottom: 31px;
  animation: zump 3s infinite linear;
}

.error-page__shape-img {
  position: absolute;
  top: -49px;
  right: -26px;
  animation: zumpX 1s infinite alternate;
}

@media (max-width: 575px) {
  .error-page__shape-img {
    display: none;
  }
}

.error-page__link-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 14px;
}

.error-page__arrow {
  color: var(--matriks-white, #ffffff);
  margin-top: 3px;
  margin-right: 10px;
  animation: zumpX 1s infinite alternate;
}

.error-page__text-link {
  font-family: var(--matriks-font, "Sora", sans-serif);
  font-size: var(--matriks-size-2xl);
  font-weight: 400;
  color: var(--matriks-white, #ffffff);
  line-height: 1.25;
}

.error-page__text-link:hover {
  color: var(--matriks-base, #D94645);
}

.error-page__desc {
  color: var(--matriks-white, #ffffff);
  margin-bottom: 0;
}

.error-page__form {
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.error-page__search-field {
  border: 0;
  outline: 0;
  padding: 10px 10px 10px 30px;
  width: calc(100% - 70px);
  height: 70px;
  background-color: var(--matriks-white, #ffffff);
}

@media (max-width: 375px) {
  .error-page__search-field {
    padding-left: 20px;
  }
}

.error-page__search-btn {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: var(--matriks-base, #D94645);
}

.error-page__search-btn:hover {
  background-color: var(--matriks-primary, #191919);
}

.error-page__search-icon {
  font-size: 24px;
  color: var(--matriks-white, #ffffff);
}

.error-page__shape-one {
  position: absolute;
  right: -15px;
  bottom: -30px;
  z-index: 11;
  animation: zump 3s infinite linear;
}

@media (max-width: 1599px) {
  .error-page__shape-one {
    width: 350px;
  }
}

@media (max-width: 1399px) {
  .error-page__shape-one {
    width: 320px;
  }
}

@media (max-width: 1299px) {
  .error-page__shape-one {
    width: 280px;
  }
}

@media (max-width: 1199px) {
  .error-page__shape-one {
    width: 215px;
    right: -50px;
    bottom: -125px;
  }
}

@media (max-width: 999px) {
  .error-page__shape-one {
    display: none;
  }
}

.error-page__shape-one path:nth-child(1) {
  fill: var(--matriks-base, #D94645);
}

.error-page__shape-one path:nth-child(2) {
  fill: #D33D3C;
}

.error-page__letter-one {
  position: absolute;
  left: 113px;
  bottom: 38px;
  z-index: 11;
}

@media (max-width: 1599px) {
  .error-page__letter-one {
    width: 200px;
    left: 50px;
  }
}

@media (max-width: 1399px) {
  .error-page__letter-one {
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .error-page__letter-one {
    display: none;
  }
}

/*--------------------------------------------------------------
# Boxed 
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--matriks-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--matriks-black-rgb, 34, 34, 34), 0.08);
}

body.boxed-wrapper .main-slider__vartical-text {
  display: none;
}

/*# sourceMappingURL=matriks.css.map */

/*--------------------------------------------------------------
# Header 
--------------------------------------------------------------*/
.mobile-header {
  background-color: var(--matriks-navbar-background);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.mobile-header .main-menu-three__wrapper {
  padding: 15px 10px;
}

.mobile-header .sidebar-btn__toggler span,
.stricky-header .sidebar-btn__toggler span {
  background-color: rgba(var(--matriks-white-rgb), 1);
}

.mobile-header .sidebar-btn__toggler:hover span,
.stricky-header .sidebar-btn__toggler:hover span {
  background-color: rgba(var(--matriks-white-rgb), 1) !important;
}

.mobile-header .sidebar-btn__toggler:hover span:nth-child(1),
.mobile-header .sidebar-btn__toggler:hover span:nth-child(2),
.mobile-header .sidebar-btn__toggler:hover span:nth-child(3),
.mobile-header .sidebar-btn__toggler:hover span:nth-child(7),
.mobile-header .sidebar-btn__toggler:hover span:nth-child(8),
.mobile-header .sidebar-btn__toggler:hover span:nth-child(9),
.stricky-header .sidebar-btn__toggler:hover span:nth-child(1),
.stricky-header .sidebar-btn__toggler:hover span:nth-child(2),
.stricky-header .sidebar-btn__toggler:hover span:nth-child(3),
.stricky-header .sidebar-btn__toggler:hover span:nth-child(7),
.stricky-header .sidebar-btn__toggler:hover span:nth-child(8),
.stricky-header .sidebar-btn__toggler:hover span:nth-child(9) {
  background-color: var(--matriks-primary) !important;
}

.stricky-header .sidebar-btn__toggler span:nth-child(4),
.stricky-header .sidebar-btn__toggler span:nth-child(5),
.stricky-header .sidebar-btn__toggler span:nth-child(6) {
  background-color: var(--matriks-primary, #191919);
}

.header-lg .sidebar-btn__toggler span {
  background-color: rgba(var(--matriks-white-rgb), 1);
}

.header-lg .sidebar-btn__toggler span:nth-child(4),
.header-lg .sidebar-btn__toggler span:nth-child(5),
.header-lg .sidebar-btn__toggler span:nth-child(6) {
  background-color: var(--matriks-base, #D94645);
}

.stricky-header .sticky_menu-button {
  display: none !important;
}

@media (max-width: 1199px) {
  .stricky-header .sticky_menu-button {
    display: flex !important;
  }
}

.header-lg .container-fluid {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.header-lg .main-menu-three__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width: 740px) {
  .header-lg .main-menu-three__wrapper {
    padding-right: 0.5rem;
  }
}

.header-xs .sidebar-btn__toggler {
  margin-left: 0;
}

.header-xs .sticky_header__login-button {
  margin: 0;
  padding: 0;
}

.header-xs .main-menu-three__wrapper {
  padding-left: 10px !important;
}

.sidebar-menu .nav-pills .nav-link.active,
.sidebar-menu .nav-pills .show>.nav-link {
  background-color: unset;
}

.sidebar-menu .text-secondary {
  font-size: 14px;
}

.sidebar-menu .nav-item i {
  margin-right: 5px;
}

.sidebar-menu .sticky {
  background: #f8f9fa;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-block {
  display: block;
  width: 100%;
}

.flash-message-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1055;
  max-width: 400px;
  width: 100%;
  padding: 0 15px;
}

.flash-message-container .alert {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding-right: 3rem;
}

.flash-message-container .btn-close {
  position: absolute;
  top: 12px;
  right: 16px;
}

.btn-check:checked+.btn i {
  color: white !important;
}

.btn-check:checked+.btn {
  background-color: rgba(var(--matriks-primary-rgb), 0.08);
  border-color: rgba(var(--matriks-primary-rgb), 0.08);
  color: white;
}

.bigger-checkbox {
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0d6efd33;
  margin-top: 7px;

}

.bigger-checkbox:checked {
  background-color: #0d6efd;
  border-color: rgba(var(--matriks-primary-rgb), 0.08);
}



/* Rely on Bootstrap defaults for dialog layout (no override needed) */
/* .modal-full-page-y .modal-dialog { } */
.modal.show .modal-dialog {
  background-color: #fff;
  /* ensure solid white background */
}

.modal-full-page-y .modal-content {
  /* Flex column so header/body/footer stack; allow body to take remaining space */
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  /* flush to viewport edges */
  box-shadow: none;
  /* remove outer shadow gap */
  /* Let the whole modal be taller than viewport so overlay scrolls */
  max-height: none !important;
  /* allow dialog to manage scroll */
  min-height: 100%;
  /* stretch to dialog height to remove inner gap */
  height: 100%;
  /* ensure full stretch so no inner bottom gap */
  overflow: visible !important;
  /* avoid clipping content inside */
}

@supports (height: 100svh) {
  .modal-full-page-y .modal-content {
    max-height: none;
  }
}

.modal-full-page-y .modal-body {
  /* Whole modal scrolls; body should not create inner scroll */
  flex: 0 0 auto;
  min-height: auto;
  overflow: visible;
  /* content can flow; container clips */
}

/* When modal-dialog is scrollable, ensure constraints remain with our vertical margins */
.modal-full-page-y .modal-dialog.modal-dialog-scrollable .modal-content {
  max-height: 100dvh;
}

.modal-full-page-y .modal-dialog.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* Force scroll in case any global CSS overrides modal body overflow */
.modal-full-page-y .modal-body {
  overflow-y: auto !important;
}

/* Remove vertical margins to allow true full-height */
.modal-full-page-y .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

/* Slightly wider dialog on large screens while respecting viewport */
@media (min-width: 1200px) {
  .modal-full-page-y .modal-dialog.modal-lg {
    max-width: 600px;
  }
}

/* On fullscreen on small screens, allow full viewport height and scroll body */
.modal-full-page-y .modal-dialog.modal-fullscreen-sm-down .modal-content {
  max-height: 100dvh;
}

.modal-full-page-y .modal-dialog.modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
}



.modal-full-page-y .modal-footer {
  /* Inner padding only; make bottom flush with viewport */
  padding: 0.75rem 1.5rem 2rem 1.5rem;
  background-color: inherit;
  /* match modal-content white */
  border-top: 1px solid rgba(0, 0, 0, .075);
}

/* Ensure header/footer keep natural height and do not flex-grow */
.modal-full-page-y .modal-header,
.modal-full-page-y .modal-footer {
  flex: 0 0 auto;
}


/* Slider container pozisyonu */
.main-slider-three__carousel {
  position: relative;
}

/* Full-height modal on all viewports */
.modal-full-page-y {
  --bs-modal-margin: 0;
  overflow: hidden !important;
}

.modal-full-page-y.modal {
  position: fixed;
  inset: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.modal-open .modal-full-page-y {
  overflow: hidden !important;
}

/* Ensure the page behind does not capture scroll while modal is open */
html {
  height: 100%;
}

body.modal-open {
  overflow: hidden !important;
  height: 100%;
}

/* Prevent white slivers on resize/scrollbar changes */
.modal-full-page-y {
  overflow-x: hidden;
}

.modal-full-page-y .modal-dialog {
  scrollbar-gutter: stable both-edges;
}

.modal-backdrop.show {
  position: fixed;
  inset: 0;
  height: 100dvh;
}

@supports (height: 100svh) {
  .modal-backdrop.show {
    height: 100svh;
  }
}

/* Constrain scrollable dialog to viewport minus margins */
/* Use Bootstrap's built-in scroll sizing; only set vertical margin via variable above */

/* When centered + scrollable together, align to top so full content is reachable */
.modal-full-page-y .modal-dialog-centered {
  align-items: flex-start;
}

/* Use dialog only for centering; let overlay handle scroll */
.modal-full-page-y .modal-dialog {
  display: flex;
  /* allow stretching */
  margin: 0 auto 0 !important;
  /* center horizontally, no bottom margin */
  height: 100dvh !important;
  /* exact viewport height */
  min-height: 100dvh !important;
  /* fill viewport, remove bottom gap */
  max-height: 100dvh !important;
  /* viewport constrained */
  overflow-y: auto !important;
  /* scroll here so footer moves too */
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}

@supports (height: 100svh) {
  .modal-full-page-y .modal-dialog {
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
  }
}

/* Remove bottom margin to ensure no gap */
.modal-full-page-y .modal-dialog {
  margin-bottom: 0 !important;
}

.main-slider-three__carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex !important;
  /* Bazı temalar gizliyor, force et */
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  /* Slide <a>'sının üstünde kalsın */
  pointer-events: none;
  /* Altındaki tam geniş <a> tıklamayı engellemesin */
}

/* Butonların kendisi tıklanabilir olsun */
.main-slider-three__carousel .owl-nav button {
  pointer-events: all;
  border: 0;
  outline: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: grid;
  place-items: center;
}

/* Hover efekti */
.main-slider-three__carousel .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.75);
}

/* Eğer tema .owl-nav.disabled'ı gizliyorsa, yine de göster */
.main-slider-three__carousel .owl-nav.disabled {
  display: flex !important;
}


/* Mobil: görseli mutlak merkezle */
@media (max-width: 991.98px) {

  /* Başlık, görsel ve açıklama bloklarını ortala */
  .main-slider-three .slide-title,
  .main-slider-three .sec-title,
  .main-slider-three .main-slider__content,
  .main-slider-three .main-slider__desc-wrap {
    text-align: center !important;
  }

  /* İç boşluk/itme yapan soldan padding'leri sıfırla */
  .main-slider-three__content,
  .main-slider-three__content-col {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  /* Görsel sarmalayıcıyı esnek yap ve ortala */
  .main-slider-three__img-mobile {
    display: flex !important;
    justify-content: center !important;
    /* yatay merkez */
    align-items: center !important;
    /* dikey hizalama (yükseklik varsa) */
    width: 100%;
    margin: .75rem 0;
  }

  /* Görselin kendisini blok yap ve auto margin ile merkezle */
  .main-slider-three__img-mobile img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto;
    max-width: min(400px, 85vw);
    /* istersen 320–520px arası dene */
    transform: none !important;
    /* olası tema transform’larını iptal */
  }

  /* Sağ kolon tamamen gizli; eski konumlandırmanın etkisini kaldır */
  .main-slider-three__img-col {
    display: none !important;
  }

  .main-slider-three .sec-title__top-wrap {
    display: block;
  }

}

@media (max-width: 576px) {
  .sec-title__top {
    font-size: 16px;
  }

  .slide-title__heading {
    font-size: 32px !important;
  }

  .main-slider-three__content-col {
    margin-top: -10px !important;
  }

  .main-slider-three__img-mobile img {
    max-width: min(300px, 70vw) !important;
  }
}

.sticky-title {
  font-size: 28px;
  padding: 20px 0 15px 0;
  top: 70px;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

@media (max-width: 992px) {
  .sticky-title {
    top: 60px;
  }
}

.owl-theme .owl-nav [class*=owl-] {
  background: rgba(var(--matriks-white-rgb), 0.3) !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(var(--matriks-base-rgb), 0.8) !important;
}

.owl-theme .owl-nav .owl-prev {
  margin-left: 20px;
}

.owl-theme .owl-nav .owl-next {
  margin-right: 20px;
}

/* Sticky Header Dil Değiştirme Butonu - Çerçeveli */
.sticky-language-toggle {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 4px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.sticky-language-toggle:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: scale(1.05) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: none !important;
}

.sticky-language-toggle .fi {
  font-size: 18px;
}

/* Türk bayrağı butonuna beyaz arka plan - Türkçe'ye geçiş için */
.sticky-language-toggle[aria-label*="Türkçe"] {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
}

.sticky-language-toggle[aria-label*="Türkçe"]:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* fi-tr bayrağı zaten kırmızı renkte, ek stil gerekmez */

/* Genel Türk bayrağı kuralı - tüm durumları kapsar */
.sticky-language-toggle[title*="Türkçe"],
.sticky-language-toggle[aria-label*="geç"] {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
}

.sticky-language-toggle[title*="Türkçe"]:hover,
.sticky-language-toggle[aria-label*="geç"]:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* Sağ Sidebar CTA Butonu */
.sidebar-cta-btn {
  border-color: var(--matriks-base, #D94645) !important;
  color: var(--matriks-base, #D94645) !important;
  padding: 12px 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

.sidebar-cta-btn:hover {
  background: var(--matriks-base, #D94645) !important;
  border-color: var(--matriks-base, #D94645) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(217, 70, 69, 0.3) !important;
}



/* Image Alignment Classes - For Editor Content */
.img-left {
  text-align: left;
  margin: 15px 0;
}

.img-left img {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
}

.img-center {
  text-align: center;
  margin: 15px 0;
}

.img-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-right {
  text-align: right;
  margin: 15px 0;
}

.img-right img {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}

/* Standalone image alignment (not in wrapper) */
img.align-left {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  float: left;
  margin-right: 15px;
}

img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.align-right {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  float: right;
  margin-left: 15px;
}

/* 
@media (min-width: 1400px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {


} */


.matriks-block {
  padding-top: 10px;
  padding-bottom: 5px;
}

/* ========================================
   Language Dropdown
   ======================================== */

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown__toggle {
  background: transparent;
  border: none;
  color: #333;
  font-size: 18px;
  padding: 5px 8px;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-dropdown__toggle:hover {
  color: #dc3545;
}

.language-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 120px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  z-index: 1000;
}

.language-dropdown.open .language-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-dropdown__item {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.language-dropdown__item:hover {
  background-color: #f5f5f5;
  color: #dc3545;
}

.language-dropdown__item.active {
  color: #dc3545;
  font-weight: 600;
}

/* Sticky header için beyaz renk */
.sticky-header .language-dropdown__toggle {
  color: #fff;
}

.sticky-header .language-dropdown__toggle:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* ========================================
   DİL DEĞİŞTİRME - DÜNYA İCONU + DROPDOWN
   ======================================== */

/* Dünya iconu butonu - çerçevesiz, arka plansız */
.lang-globe-toggle {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #555;
  font-size: 18px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-globe-toggle::after {
  display: none;
  /* Bootstrap dropdown ok işaretini gizle */
}

.lang-globe-toggle:hover,
.lang-globe-toggle:focus {
  color: var(--matriks-base, #D94645);
  outline: none;
  box-shadow: none;
}

/* Dropdown menü */
.lang-dropdown-menu {
  min-width: 140px;
  padding: 8px 0;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: var(--z-dropdown, 1000) !important;
  margin-top: 6px !important;
}

.lang-dropdown-menu .dropdown-item {
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}

.lang-dropdown-menu .dropdown-item:hover {
  background: rgba(217, 70, 69, 0.1);
  color: var(--matriks-base, #D94645);
}

.lang-dropdown-menu .dropdown-item.active {
  background: var(--matriks-base, #D94645);
  color: #fff;
}

/* Topbar'da dil butonu */
.topbar__language.dropdown {
  position: relative;
  z-index: 1050;
}

.topbar__language .lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  z-index: 9999;
  margin-top: 0 !important;
  background: #f9f9f9;
  border: 1px solid #eee;
}

/* Topbar overflow visible */
.topbar,
.topbar-three,
.topbar__right {
  overflow: visible !important;
}

/* Sticky header - overflow visible yaparak dropdown'ın görünmesini sağla */
.sticky-header,
.stricky-header,
.stricked-menu {
  overflow: visible !important;
}

.sticky-header .main-menu-three__wrapper,
.sticky-header .sticky-menu-right,
.sticky-header__language {
  overflow: visible !important;
}

/* Sticky header'da dil butonu - diğer butonlar gibi arka planlı */
.sticky-header__language .lang-globe-toggle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.sticky-header__language .lang-globe-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.sticky-header__language .lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 99999;
}

/* ========================================
   DESKTOP HEADER V3 - İki Sütunlu Tasarım
   ======================================== */

.main-header-v3 {
  background: #fff;
}

.header-v3-top {
  background: #fff;
}

.header-v3-top .container {
  max-width: 1600px;
}

.header-v3-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-v3-logo a {
  display: flex;
  align-items: center;
}

/* Sağ: İçerik - iki satırlı yapı */
.header-v3-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

/* Wrapper buton - siyah noktalar */
.header-v3-right .sidebar-btn__toggler span,
.header-v3-inforow .sidebar-btn__toggler span {
  background-color: var(--matriks-primary, #191919);
}

/* Üst Satır: Arama + Sosyal + Dil */
.header-v3-toprow {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 12px;
  gap: 20px;
  width: 100%;
}

/* Arama Formu */
.header-v3-search {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 6px 15px;
  min-width: 220px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.header-v3-search:hover {
  background: #f0f0f0;
  border-color: rgba(217, 70, 69, 0.2);
}

.header-v3-search:focus-within {
  background: #fff;
  border-color: var(--matriks-base, #D94645);
  box-shadow: 0 4px 15px rgba(217, 70, 69, 0.15);
}

.header-v3-search__input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

.header-v3-search__input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

.header-v3-search:focus-within .header-v3-search__input::placeholder {
  color: #bbb;
}

.header-v3-search__btn {
  background: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
}

.header-v3-search:hover .header-v3-search__btn {
  color: var(--matriks-base, #D94645);
}

.header-v3-search:focus-within .header-v3-search__btn {
  color: var(--matriks-base, #D94645);
  transform: scale(1.1);
}

.header-v3-search__btn:hover {
  color: var(--matriks-base, #D94645);
}

/* Sosyal Medya */
.header-v3-social {
  gap: 10px;
}

.header-v3-social__link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 20px;
  transition: all 0.3s ease;
  border-radius: 50%;
  background: transparent;
}

.header-v3-social__link:hover {
  color: var(--matriks-base, #D94645);
  background: rgba(217, 70, 69, 0.12);
  box-shadow: 0 4px 12px rgba(217, 70, 69, 0.2);
  transform: translateY(-2px);
}

/* Dil Butonu - Bizi Arayın/Bize Ulaşın tarzında */
.header-v3-lang-btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.header-v3-lang-btn::after {
  display: none;
  /* Bootstrap dropdown ok işaretini gizle */
}

.header-v3-lang-btn__icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 70, 69, 0.1);
  border-radius: 50%;
  color: var(--matriks-base, #D94645);
  font-size: 22px;
  transition: all 0.3s ease;
}

.header-v3-lang-btn:hover .header-v3-lang-btn__icon {
  background: var(--matriks-base, #D94645);
  color: #fff;
  transform: scale(1.1);
}

.header-v3-lang-btn__text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.header-v3-lang-btn__label {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.header-v3-lang-btn__value {
  font-size: 15px;
  font-weight: 600;
  color: var(--matriks-primary, #191919);
  transition: color 0.3s ease;
}

.header-v3-lang-btn:hover .header-v3-lang-btn__value {
  color: var(--matriks-base, #D94645);
}

.apps-dropdown-menu {
  min-width: 350px;
  padding: 12px !important;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 23px !important; /* Desktop header */
  z-index: var(--z-dropdown, 1000) !important; /* Dropdown layer */
}

/* Sticky header için farklı margin-top ve z-index */
.sticky-header .apps-dropdown-menu,
.stricky-header .apps-dropdown-menu,
.header-sticky .apps-dropdown-menu,
.is-sticky .apps-dropdown-menu {
  margin-top: 10px !important;
  z-index: var(--z-dropdown, 1000) !important;
  position: fixed !important;
  top: 56px !important;
  right: 12px !important;
  left: auto !important;
  transform: none !important;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.apps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  text-decoration: none;
  color: var(--matriks-primary, #191919);
  border-radius: 10px;
  transition: background-color 0.2s ease;
  position: relative;
}

.apps-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--matriks-primary, #191919);
}

.apps-item-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.apps-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  margin-bottom: 10px;
  background: transparent !important;
}

.apps-icon i {
  font-size: 50px;
}

.apps-icon-logo {
  background: transparent;
  padding: 4px;
}

.apps-logo-img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}

.apps-item span {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.apps-badge {
  position: absolute;
  top: 6px;
  right: -2px;
  background: var(--matriks-base, #D94645);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bg-gradient-ai {
  background: transparent !important;
  color: #7c3aed;
}

/* Alt Satır: İletişim + Wrapper Buton */
.header-v3-inforow {
  gap: 25px;
  width: 100%;
}

/* İletişim Kartları */
.header-v3-contact {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.header-v3-contact:hover {
  color: var(--matriks-base, #D94645);
}

.header-v3-contact__icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 70, 69, 0.1);
  border-radius: 50%;
  margin-right: 12px;
  color: var(--matriks-base, #D94645);
  font-size: 18px;
  transition: all 0.3s ease;
}

.header-v3-contact:hover .header-v3-contact__icon {
  background: var(--matriks-base, #D94645);
  color: #fff;
}

.header-v3-contact__text {
  display: flex;
  flex-direction: column;
}

.header-v3-contact__title {
  font-size: 12px;
  color: #888;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.header-v3-contact__value {
  font-size: 15px;
  font-weight: 600;
  color: var(--matriks-primary, #191919);
}

.header-v3-contact:hover .header-v3-contact__value {
  color: var(--matriks-base, #D94645);
}

/* Sidebar Buton */
.header-v3-sidebar-btn {
  margin-left: 50px;
  margin-right: 6px;
}

/* ========================================
   DESKTOP HEADER V4 - İki Sütunlu Tasarım
   ======================================== */

.header-v4-main {
  padding: 15px 0;
}

.header-v4-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-v4-toprow {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  gap: 15px;
}

.header-v4-inforow {
  padding-top: 10px;
  gap: 20px;
}

/* V4 Sosyal medya ikonları - daha büyük */
.header-v4-toprow .header-two__social-link {
  width: 38px;
  height: 38px;
  font-size: 18px;
}

.header-v4-toprow .header-two__social-link:hover {
  background: rgba(217, 70, 69, 0.12);
  box-shadow: 0 4px 12px rgba(217, 70, 69, 0.2);
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Homepage Cards - Hover Effects (Referans & Blog)
--------------------------------------------------------------*/
.homepage-card-hover {
  transition: all 0.3s ease;
  border: 1px solid transparent !important;
}

.homepage-card-hover:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
  border-color: var(--matriks-base, #D94645) !important;
}

.homepage-card-hover img {
  transition: all 0.4s ease;
}

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

.homepage-card-hover .card-body {
  transition: all 0.3s ease;
}

.homepage-card-hover:hover .card-body h4,
.homepage-card-hover:hover .card-body h5,
.homepage-card-hover:hover .card-body .h5 {
  color: var(--matriks-base, #D94645) !important;
}

/*--------------------------------------------------------------
# System Section Headers - Card Style with Bottom Border
--------------------------------------------------------------*/
.system-section-header {
  position: relative;
  padding: 3px 20px 16px 20px;
  background-color: #fafafa;
  border-radius: 8px;
  border-bottom: 3px solid var(--matriks-base, #D94645);
  display: flex;
  align-items: center;
}

.system-section-header h4 {
  color: var(--matriks-base, #D94645);
  margin: 0;
}

/*--------------------------------------------------------------
# Related Reference Cards - Hover Effects
--------------------------------------------------------------*/
.related-reference-card {
  transition: all 0.3s ease;
  border: 1px solid transparent !important;
  background: var(--matriks-white, #ffffff);
}

.related-reference-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
  border-color: var(--matriks-base, #D94645) !important;
}

.related-reference-card img {
  transition: all 0.3s ease;
}

.related-reference-card:hover img {
  transform: scale(1.05);
}

.related-reference-card .card-title {
  transition: color 0.3s ease;
}

.related-reference-card:hover .card-title {
  color: var(--matriks-base, #D94645) !important;
}

.related-reference-card .card-text {
  transition: color 0.3s ease;
}

.related-reference-card:hover .card-text {
  color: var(--matriks-primary, #191919) !important;
}

/*--------------------------------------------------------------
# Service Card - Hover Effects (Sistemlerimiz & Çözümlerimiz)
--------------------------------------------------------------*/
.service-card {
  transition: all 0.3s ease;
  background: var(--matriks-white, #ffffff);
}

.service-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: var(--matriks-base, #D94645) !important;
}

.service-card:hover h4 {
  color: var(--matriks-base, #D94645);
}

.service-card img {
  transition: all 0.3s ease;
}

.service-card:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Slider Image Skew Effect
--------------------------------------------------------------*/
/* Hover efekti her zaman uygulanır */
.main-slider-three__img-box {
  transition: transform 0.4s ease;
}

.main-slider-three__img-box:hover {
  transform: perspective(1000px) rotateY(-6deg) skewY(2deg);
}

/* img-skew class'ı aktifse ilk yüklemede de skew olur */
.main-slider-three__img-box.img-skew {
  transform: perspective(1000px) rotateY(-3deg) skewY(1deg);
}

.main-slider-three__img-box.img-skew:hover {
  transform: perspective(1000px) rotateY(-6deg) skewY(2deg);
}

.main-slider-three__img-box.img-skew .main-slider-three__img-box-one,
.main-slider-three__img-box.img-skew .main-slider-three__img-box-two {
  box-shadow: none;
}

.main-slider-three__img-box.img-skew .main-slider-three__img-box-one-inner,
.main-slider-three__img-box.img-skew .main-slider-three__img-box-two-inner {
  background-color: transparent !important;
  clip-path: none !important;
}

/*--------------------------------------------------------------
# Slider Single Image Position (Sadece Alt Görsel varsa)
--------------------------------------------------------------*/
.main-slider-three__img-box.single-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
}

.main-slider-three__img-box-one.single-image-position {
  margin-top: -30px;
  position: relative;
  top: -10px;
}

/*--------------------------------------------------------------
# Slider Video/GIF Media Styles
--------------------------------------------------------------*/
.slider-media-container {
  background-color: transparent !important;
  clip-path: none !important;
}

.slider-media-video,
.slider-media-gif {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* Video/GIF için sol konum ayarı */
.main-slider-three__img-box .slider-media-video,
.main-slider-three__img-box .slider-media-gif {
  position: relative;
  top: 50px;
  left: -20px;
}

/*--------------------------------------------------------------
# Footer Mobile Centering (991px and below)
--------------------------------------------------------------*/
@media (max-width: 991px) {
  /* Footer about section centering */
  .footer-one__about {
    text-align: center;
  }
  
  .footer-one__logo-box {
    display: flex;
    justify-content: center;
  }
  
  .footer-one__about-text {
    text-align: center;
  }
  
  /* Social links centering */
  .mfooter-social__social.social-list {
    justify-content: center;
  }
  
  /* Menu sections centering */
  .footer-one__link-wrap {
    text-align: center;
  }
  
  .footer-one__title {
    text-align: center;
  }
  
  .footer-one__link-list,
  .footer-one__info-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-one__link-item,
  .footer-one__info-item {
    text-align: center;
  }
  
  /* Contact info section centering */
  .footer-one__info-wrap {
    text-align: center;
  }
  
  .footer-one__info {
    text-align: center;
  }
  
  .footer-one__address {
    text-align: center;
  }
  
  /* Bottom menu (KVKK links) centering */
  .footer-one__bottom ul {
    justify-content: center !important;
    text-align: center;
  }
  
  .footer-bottom__link-item {
    float: none;
    text-align: center;
  }
  
  .footer-bottom__link-item a {
    text-align: center;
  }
  
  /* Copyright section centering */
  .footer-one__row-two {
    justify-content: center;
  }
  
  .footer-one__copyright {
    text-align: center;
  }
  
  .footer-one__copyright-text {
    text-align: center;
  }
  
  /* Scroll up button centering on mobile */
  .footer-one .matriks-scroll-up-btn {
    margin: 10px auto 0;
  }
}

/* Extra small devices (575px and below) */
@media (max-width: 575px) {
  .footer-one__row-two .col-sm-10,
  .footer-one__row-two .col-sm-2 {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Content Body - Editor Content Styles
--------------------------------------------------------------*/
/* Matriks Editor'den gelen içerik için görsellerin doğal boyutlarından 
   büyük gösterilmesini engeller ve responsive yapar */
.content-body img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Görseller container'dan küçükse varsayılan olarak sol hizalı kalır */
.content-body img:not(.img-full-width) {
  width: auto;
}

/* Tam genişlik görseller için özel class */
.content-body img.img-full-width {
  width: 100%;
}

/* Ortalanmış görseller için class */
.content-body img.img-centered,
.content-body .text-center img {
  margin-left: auto;
  margin-right: auto;
}

/* Bootstrap row/col yapısı içindeki görseller */
.content-body .row img {
  max-width: 100%;
  height: auto;
}

/* Görsel alt boşluğu */
.content-body img {
  margin-bottom: 1rem;
}

/* Görseller için responsive yuvarlak köşe */
.content-body img.rounded {
  border-radius: 0.5rem;
}

/* Görseller için gölge */
.content-body img.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

/* Blog, Brand ve diğer içerik alanları için de aynı kurallar */
.blog-details__content img,
.brand-header__description img,
.brand-content img {
  max-width: 100%;
  height: auto;
  display: block;
  width: auto;
  margin-bottom: 1rem;
}

.blog-details__content img.rounded,
.brand-header__description img.rounded,
.brand-content img.rounded {
  border-radius: 0.5rem;
}

.blog-details__content img.shadow-sm,
.brand-header__description img.shadow-sm,
.brand-content img.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

/*--------------------------------------------------------------
# Header Mega Menu - Solutions & Systems (Multi-Column Design)
/*--------------------------------------------------------------
# Mega Menu - Fixed Position Strategy
# Parent stacking context'ten bağımsız, tüm içeriğin üzerinde
--------------------------------------------------------------*/
.has-mega-menu {
  position: static !important; /* Tüm header'lar için static */
}

.mega-menu {
  position: fixed;
  top: 150px; /* Desktop header yüksekliği */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: calc(100vw - 48px);
  max-width: 1320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: var(--z-mega-menu, 1100);
  padding: 0;
  overflow: hidden;
}

.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Wrapper */
.mega-menu__wrapper {
  display: flex;
  gap: 0;
}

/* Columns */
.mega-menu__column {
  flex: 1;
  padding: 24px;
  border-right: 1px solid #f1f5f9;
}

.mega-menu__column:last-child {
  border-right: none;
}

.mega-menu__column--cta {
  flex: 1;
  background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 100%);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Column Header */
.mega-menu__column-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.mega-menu__column-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

/* List */
.mega-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* List Column */
.mega-menu__column--list {
  flex: 1;
}

/* Marker Style */
.mega-menu__marker {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--matriks-base, #D94645);
  min-width: 16px;
  opacity: 0.6;
  transition: all 0.2s ease;
  line-height: 1;
}

.mega-menu__link:hover .mega-menu__marker {
  opacity: 1;
  transform: translateX(2px);
}

/* Link Item */
.mega-menu__link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none !important;
  color: #334155 !important;
  transition: all 0.2s ease;
}

.mega-menu__link:hover {
  background: rgba(217, 70, 69, 0.06);
  color: var(--matriks-base, #D94645) !important;
  transform: translateX(4px);
}

/* Link Icon */
.mega-menu__link-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.mega-menu__link:hover .mega-menu__link-icon {
  transform: scale(1.1);
}

.mega-menu__link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mega-menu__link-icon i {
  font-size: 18px;
  color: var(--matriks-base, #D94645);
}

/* Link Text */
.mega-menu__link-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  transition: color 0.2s ease;
}

/* Preview Column */
.mega-menu__column--preview {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(135deg, #fafafa 0%, #f1f5f9 100%);
  min-height: 280px;
}

/* Preview Default State */
.mega-menu__preview-default {
  text-align: center;
  color: #94a3b8;
}

.mega-menu__preview-default .mega-menu__preview-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(217, 70, 69, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu__preview-default .mega-menu__preview-icon i {
  font-size: 28px;
  color: var(--matriks-base, #D94645);
}

.mega-menu__preview-default .mega-menu__preview-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
}

.mega-menu__preview-default .mega-menu__preview-text {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0;
}

/* Preview Content State */
.mega-menu__preview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: fadeIn 0.25s ease;
  color: inherit;
  height: 100%;
}

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

.mega-menu__preview-content img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.mega-menu__preview-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.mega-menu__preview-content p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

/* CTA Card */
.mega-menu__cta-card {
  text-align: center;
  padding: 16px;
}

.mega-menu__cta-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--matriks-base, #D94645) 0%, #ef4444 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(217, 70, 69, 0.25);
}

.mega-menu__cta-icon i {
  font-size: 24px;
  color: #fff;
}

.mega-menu__cta-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.mega-menu__cta-text {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 16px;
}

.mega-menu__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--matriks-base, #D94645);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(217, 70, 69, 0.3);
}

.mega-menu__cta-btn:hover {
  background: #c53030;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 70, 69, 0.4);
}

.mega-menu__cta-btn i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.mega-menu__cta-btn:hover i {
  transform: translateX(4px);
}

/* Main menu parent için position context */
.main-menu-three,
.main-menu {
  position: static;
}

/* Desktop header - mega menu fixed ile tüm içeriğin üzerinde */
.main-header .has-mega-menu,
.main-header-two .has-mega-menu {
  position: static !important;
}

/* Desktop header için mega menu - JavaScript ile dinamik pozisyon */
/* positionMegaMenu() fonksiyonu mega-menu-solutions.blade.php içinde */
.main-header-two .mega-menu,
.main-menu-three .mega-menu {
  /* top değeri JavaScript tarafından menuContainer.getBoundingClientRect().bottom ile hesaplanır */
  top: 150px; /* Fallback - JS yüklenmezse */
}

/* Sticky header için mega menu ayarları */
.stricky-header .has-mega-menu {
  position: static !important;
}

/* Sticky header aktifken desktop mega menu'yü gizle */
/* İki mega menu'nün çakışmasını önler */
.stricky-header.stricky-fixed ~ .main-header-two .mega-menu {
  display: none !important;
}

.stricky-header .mega-menu {
  top: 70px; /* Sticky header yüksekliği */
  margin-left: 0 !important;
}

.stricky-header .has-mega-menu:hover .mega-menu {
  transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 992px) {
  .mega-menu {
    width: calc(100vw - 20px);
    max-width: none;
  }
  
  .mega-menu__wrapper {
    flex-direction: column;
  }
  
  .mega-menu__column {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
    padding: 16px;
  }
  
  .mega-menu__column--list {
    flex: 1;
    max-height: 300px;
  }
  
  .mega-menu__column--preview {
    display: none; /* Hide preview on mobile */
  }
  
  .mega-menu__column--cta {
    flex: 1;
  }
}

.sticky-desktop-menu {
  position: relative;
}

/*--------------------------------------------------------------
# Solutions Mega Dropdown - Bootstrap Based
# Apps menu gibi basit dropdown yapısı
--------------------------------------------------------------*/

/* Dropdown container */
.solutions-dropdown {
  position: static !important; /* Dropdown'ın parent göre değil viewport'a göre konumlanması için */
}

/* Mega dropdown menu */
.solutions-mega-dropdown {
  width: calc(100vw - 48px);
  max-width: 1320px;
  padding: 0;
  border: none;
  border-radius: 16px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  overflow: hidden;
  /* Bootstrap dropdown otomatik konumlandırır */
}

/* 3 sütunlu wrapper */
.solutions-mega-wrapper {
  display: flex;
  gap: 0;
}

/* Sütunlar */
.solutions-mega-column {
  padding: 24px;
  border-right: 1px solid #f1f5f9;
}

.solutions-mega-column:last-child {
  border-right: none;
}

/* Liste sütunu */
.solutions-mega-list {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 0;
  /* Scroll kaldırıldı - tüm öğeler görünsün */
}

/* Link item */
.solutions-mega-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none !important;
  color: #334155 !important;
  transition: all 0.2s ease;
}

.solutions-mega-link:hover {
  background: rgba(217, 70, 69, 0.06);
  color: var(--matriks-base, #D94645) !important;
  transform: translateX(4px);
}

/* Marker */
.solutions-mega-marker {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--matriks-base, #D94645);
  opacity: 0.6;
  transition: all 0.2s ease;
}

.solutions-mega-link:hover .solutions-mega-marker {
  opacity: 1;
  transform: translateX(2px);
}

/* Link text */
.solutions-mega-text {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Preview sütunu */
.solutions-mega-preview {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fafafa 0%, #f1f5f9 100%);
  min-height: 300px;
}

/* Preview default */
.solutions-mega-preview-default {
  display: block; /* İlk açılışta görünsün */
  text-align: center;
  color: #94a3b8;
}

.solutions-mega-preview-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(217, 70, 69, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solutions-mega-preview-icon i {
  font-size: 28px;
  color: var(--matriks-base, #D94645);
}

.solutions-mega-preview-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
}

.solutions-mega-preview-text {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0 0 16px 0;
}

/* Default preview button */
.solutions-mega-default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: var(--matriks-base, #D94645);
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(217, 70, 69, 0.3);
}

.solutions-mega-default-btn:hover {
  background: #c13d3c;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 70, 69, 0.4);
}

/* Preview content */
.solutions-mega-preview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  text-decoration: none !important;
  color: inherit !important;
  animation: solutionsFadeIn 0.25s ease;
}

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

.solutions-mega-preview-content-img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: opacity 0.15s ease-in-out;
}

.solutions-mega-preview-content-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.solutions-mega-preview-content-text {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  max-width: 280px;
}

/* CTA sütunu */
.solutions-mega-cta {
  flex: 0.7;
  background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.solutions-mega-cta-card {
  text-align: center;
  padding: 16px;
}

.solutions-mega-cta-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--matriks-base, #D94645) 0%, #ef4444 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(217, 70, 69, 0.25);
}

.solutions-mega-cta-icon i {
  font-size: 24px;
  color: #fff;
}

.solutions-mega-cta-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.solutions-mega-cta-text {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 16px;
}

.solutions-mega-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--matriks-base, #D94645);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(217, 70, 69, 0.3);
}

.solutions-mega-cta-btn:hover {
  background: #c53030;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 70, 69, 0.4);
}

.solutions-mega-cta-btn i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.solutions-mega-cta-btn:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 992px) {
  .solutions-mega-dropdown {
    width: calc(100vw - 20px);
  }
  
  .solutions-mega-wrapper {
    flex-direction: column;
  }
  
  .solutions-mega-column {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
  }
  
  .solutions-mega-preview {
    display: none;
  }
}

/* Hover ile açılma - Desktop */
@media (min-width: 1200px) {
  .solutions-dropdown {
    position: relative; /* Mega menu bunun içinde absolute olacak */
  }
  
  .solutions-mega-dropdown {
    position: absolute !important;
    top: 100% !important; /* Parent'ın hemen altında */
    left: 50% !important;
    transform: translateX(-50%) translateY(10px);
    margin-top: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 9999;
  }
  
  .solutions-dropdown:hover .solutions-mega-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  
  .solutions-mega-dropdown.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  
  /* Sticky Header Mega Menu */
  .solutions-dropdown-sticky {
    position: static; /* Parent static olsun ki mega menu viewport'a göre konumlansın */
  }
  
  .solutions-dropdown-sticky .solutions-mega-dropdown {
    position: fixed !important;
    top: 70px !important; /* Sticky header yüksekliği */
    left: 50vw !important; /* Viewport ortası */
    transform: translateX(-50%) translateY(10px);
    margin-top: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 9999;
  }
  
  .solutions-dropdown-sticky:hover .solutions-mega-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  
  /* Sticky header gizlendiğinde mega menu de gizlensin */
  .sticky-header:not(.stricky-fixed) .solutions-mega-dropdown,
  .sticky-header:not(.stricky-fixed) .systems-mega-dropdown {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* =============================================
   SYSTEMS MEGA MENU (3 Sütun)
   ============================================= */
.systems-mega-dropdown {
  width: calc(100vw - 48px);
  max-width: 1320px;
  padding: 0;
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: visible;
}

.systems-mega-container {
  display: flex;
}

/* Sütun 1: Sistemler Listesi */
.systems-mega-list {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px;
  border-right: 1px solid #f1f5f9;
  /* Scroll kaldırıldı - tüm öğeler görünsün */
}

.systems-mega-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #334155 !important;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.systems-mega-link:hover {
  background: rgba(217, 70, 69, 0.06);
  color: var(--matriks-base, #D94645) !important;
  transform: translateX(4px);
}

.systems-mega-link-marker {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--matriks-base, #D94645);
  opacity: 0.6;
  transition: all 0.2s ease;
}

.systems-mega-link:hover .systems-mega-link-marker {
  opacity: 1;
  transform: translateX(2px);
}

/* Sütun 2: Sistem Ön İzleme */
.systems-mega-preview {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fafafa 0%, #f1f5f9 100%);
  min-height: 300px;
  padding: 24px;
  border-right: 1px solid #f1f5f9;
}

.systems-mega-preview-default {
  display: block;
  text-align: center;
  color: #94a3b8;
}

.systems-mega-preview-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(217, 70, 69, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.systems-mega-preview-icon i {
  font-size: 28px;
  color: var(--matriks-base, #D94645);
}

.systems-mega-preview-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}

.systems-mega-preview-text {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0;
}

.systems-mega-preview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none !important;
  padding: 20px;
}

.systems-mega-preview-content-img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: opacity 0.15s ease-in-out;
}

.systems-mega-preview-content-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  text-align: center;
}

.systems-mega-preview-content-text {
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

/* Sütun 3: Sistem Alt Öğeleri (Marka Logoları) */
.systems-mega-items {
  flex: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  min-height: 320px;
  padding: 20px;
  overflow-y: auto;
}

.systems-mega-items-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #94a3b8;
}

.systems-mega-items-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  background: rgba(100, 116, 139, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.systems-mega-items-icon i {
  font-size: 20px;
  color: #64748b;
}

.systems-mega-items-text {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0;
}

.systems-mega-items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center; /* Dikeyde ortada topla */
  gap: 70px;
  width: 100%;
  height: 100%;
}

.systems-mega-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.systems-mega-item-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.systems-mega-item-logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

/* MXCore logosu için özel margin */
.systems-mega-item-logo-mxcore {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Desktop Hover ile Açılma */
@media (min-width: 1200px) {
  .systems-dropdown {
    position: static !important; /* Mega menu header container'a göre konumlansın */
  }
  
  .systems-dropdown .systems-mega-dropdown {
    position: absolute !important;
    top: 100% !important; /* Parent'ın hemen altında */
    left: 50% !important;
    transform: translateX(-50%) translateY(10px);
    margin-top: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 9999;
  }
  
  .systems-dropdown:hover .systems-mega-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  
  /* Sticky Header Systems Mega Menu */
  .systems-dropdown-sticky {
    position: static;
  }
  
  .systems-dropdown-sticky .systems-mega-dropdown {
    position: fixed !important;
    top: 70px !important;
    left: 50vw !important;
    transform: translateX(-50%) translateY(10px);
    margin-top: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 9999;
  }
  
  .systems-dropdown-sticky:hover .systems-mega-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

/* ============================================
   REFERENCE DETAIL PAGE - DYNAMIC CONTENT
   ============================================ */

/* --- Sticky Reference Title --- */
.reference-sticky-title {
  position: sticky;
  top: 70px; /* Below site sticky header */
  z-index: 110;
  background: #fff;
  padding: 0.75rem 0;
  margin: 0 0 0 0;
  border-bottom: 1px solid #e9ecef;
}

.reference-sticky-title h1 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #212529;
}

/* --- Project Info Card --- */
.reference-info-card-wrapper {
  padding: 0.5rem 0;
  margin: 0 0 0.5rem 0;
}

.reference-info-card {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.reference-info-card .info-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: #f5f5f5;
  border: none;
  transition: background 0.2s ease;
}

.reference-info-card .info-item:hover {
  background: #eee;
}

.reference-info-card .info-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--matriks-primary, #c8102e);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.reference-info-card .info-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
}

.reference-info-card .info-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

.reference-info-card .info-label::after {
  content: ':';
}

.reference-info-card .info-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.reference-info-card .info-link {
  color: var(--matriks-primary, #c8102e);
  text-decoration: none;
  transition: color 0.2s ease;
}

.reference-info-card .info-link:hover {
  color: #a00d24;
  text-decoration: underline;
}

.reference-info-card .info-item-link {
  text-decoration: none;
  cursor: pointer;
}

.reference-info-card .info-item-link:hover {
  background: #eaeaea;
}

.reference-info-card .info-item-link .info-value {
  color: var(--matriks-primary, #c8102e);
}

/* --- Brand Logos Gallery --- */
.reference-brands {
  padding: 0.75rem 0;
}

.brand-logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}

.brand-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
  min-height: 120px;
}

.brand-logo-item:hover {
  border-color: var(--matriks-primary, #c8102e);
  box-shadow: 0 4px 16px rgba(200, 16, 46, 0.15);
  transform: translateY(-3px);
}

.brand-logo-img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  filter: grayscale(30%);
  transition: filter 0.25s ease;
}

.brand-logo-item:hover .brand-logo-img {
  filter: grayscale(0%);
}

.brand-logo-placeholder {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.brand-logo-name {
  display: none; /* Hide brand name text, show only logo */
}

/* --- System Items Cards --- */
.reference-system-items {
  padding: 0.75rem 0;
}

.system-item-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  transition: all 0.25s ease;
  height: 100%;
}

.system-item-card:hover {
  border-color: var(--matriks-primary, #c8102e);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateX(4px);
}

.system-item-logo {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
}

.brand-mini-logo,
.system-item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Büyük marka logosu (tıklanabilir) */
.brand-logo-lg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.brand-logo-link:hover .brand-logo-lg {
  transform: scale(1.1);
  filter: brightness(1.05);
}

/* System item logo büyütülmüş */
.system-item-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
}

.system-item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  font-size: 1.5rem;
}

.system-item-content {
  flex: 1;
  min-width: 0;
}

.system-item-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.system-item-category {
  display: inline-block;
  font-size: 0.7rem;
  color: #6c757d;
  background: #f1f3f5;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.35rem;
}

.system-item-excerpt {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.system-item-arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 50%;
  color: #adb5bd;
  transition: all 0.25s ease;
}

.system-item-card:hover .system-item-arrow {
  background: var(--matriks-primary, #c8102e);
  color: #fff;
}

/* --- Similar Projects Slider --- */
.reference-similar-projects {
  padding: 1.5rem 0;
}

.similar-projects-carousel {
  padding: 0.5rem 0;
}

.similar-project-item {
  padding: 0.25rem;
}

.similar-project-card {
  display: block;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.25s ease;
}

.similar-project-card:hover {
  border-color: var(--matriks-primary, #c8102e);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.similar-project-img-wrap {
  position: relative;
  height: 140px;
  overflow: hidden;
  background: #f8f9fa;
}

.similar-project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.similar-project-card:hover .similar-project-img {
  transform: scale(1.05);
}

.similar-project-content {
  padding: 0.75rem 1rem;
}

.similar-project-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.similar-project-year {
  font-size: 0.75rem;
  color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .reference-sticky-title {
    top: 60px;
    padding: 0.5rem 0;
  }
  
  .reference-sticky-title h1 {
    font-size: 1.25rem;
  }
  
  .reference-info-card {
    gap: 0.5rem;
  }
  
  .reference-info-card .info-item {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
  }
  
  .reference-info-card .info-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
  
  .reference-info-card .info-label {
    font-size: 0.6rem;
  }
  
  .reference-info-card .info-value {
    font-size: 0.85rem;
  }
  
  .brand-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .system-item-card {
    flex-direction: column;
    text-align: center;
  }
  
  .system-item-content {
    text-align: center;
  }
  
  .system-item-arrow {
    display: none;
  }
}
/* Performance CLS Fixes */
@media (min-width: 992px) {
  .footer-one { min-height: 450px; }
}

