/* Creovibe - Creative Agency HTML Template

Template Name: Creovibe
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header 
6.  Mobile Menu
7.  Hidden Sidebar style
8.  Section Title
9.  Banner Section / Two / Three
10. Project Section / Two / Three
11. Features Section / Two / Three
12. About Section / Two / Three
13. Services Section / Two / Three
14. Video Section / Two
15. Contact Section
16. FAQ's Section / Two
17. Fun Fact Section / Two
18. Testimonial Section / Two
19. Process Section / Two
20. Team Section
21. Why Choose Us / Two / Three
22. News Section
23. Main Footer
**********************************************/
@import url("animate.css");
@import url("aos.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticon-digitaal.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
:root {
  --r: 30px; /* radius */
  --s: 50px; /* size of the inner curve*/
  --_m: /calc(2 * var(--r)) calc(2 * var(--r))
    radial-gradient(#000 70%, #0000 72%) no-repeat;
  --theme-color1: #0a2f6b; /* Ana renk */
  --theme-color2: #6f95bc; /* İkincil renk */
  --theme-color3: #8a8a8a; /* Hover / detay */
  --theme-color1-rgb: 10, 47, 107;
  --theme-color2-rgb: 111, 149, 188;
  --theme-color3-rgb: 138, 138, 138;
  --theme-color1-text-color: #ffffff;
  --theme-color2-text-color: #ffffff;
  --theme-color3-text-color: #0e0f10;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-lighter: #e5e5e5;
  --theme-color-silver: #f5f5f5;
  --review-color: #ffaa18;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #1a1a1a;
  --theme-color-gray: #f7f9fc;
  --gradient-1: linear-gradient(90deg, #0a2f6b 0%, #6f95bc 100%);
  --theme-color-light: #ffffff;
  --text-color: #555555;
  --headings-color: #1a1a1a;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --body-font-family: "Creato Display", sans-serif;
  --heading-font-family: "Creato Display", sans-serif;
  --heading-font-family2: "Creato Display", sans-serif;
  --body-bg: #ffffff;
  --body-font-size: 16px;
  --body-line-height: 1.5;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2625em;
  --line-height-heading-h2: 1.2em;
  --line-height-heading: 1.5em;
  --line-height-heading-small: 1.5em;
  --h1-font-size: 110px;
  --h2-font-size: 48px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-subtitle-font-size: 15px;
  --sec-title-subtitle-font-family: "Creato Display", sans-serif;
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: 24px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: "Creato Display", sans-serif;
  --sec-title-font-weight: 700;
  --sec-title-title-line-height: var(--line-height-heading-h2);
  --container-width: 1360px;
  --small-container-width: 1000px;
  --large-container-width: 1870px;
}

@font-face {
  font-display: swap;
  font-family: "Creato Display";
  font-style: normal;
  src: url("../fonts/creato-display/CreatoDisplay-Regular.otf") format("opentype");
}

/* Tek font ayarı */
html,
body,
button,
input,
textarea,
select {
  font-family: "Creato Display", sans-serif;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
  letter-spacing: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading-h2);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.row:not([class*="gx-"], [class*="gy-"], [class*="g-"]) {
  --bs-gutter-x: 30px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-24 {
  --bs-gutter-x: 24px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
    --bs-gutter-x: 30px;
  }
}
/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #111;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #111;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::placeholder,
.input-text::placeholder {
  color: #111;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #111;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #111;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.title a {
  color: inherit;
}

.page-wrapper-shape .anim-icons {
  pointer-events: none;
}
.page-wrapper-shape .anim-icons .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.page-wrapper-shape .anim-icons .image-2 {
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.color1 {
  color: var(--theme-color1);
}
[data-tm-layout="lemon"] .color1 {
  color: var(--dark-color2);
}

.color1-1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
}

.sticky-section {
  position: sticky;
  top: 120px;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
    Preloader
=======================*/
.preloader {
  background-color: #ffffff;
  left: 0px;
  height: 100%;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 116px;
  font-family: "Creato Display", sans-serif;
  letter-spacing: 26px;
  
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 767.98px) {
  .preloader:before {
    font-size: 58px;
    letter-spacing: 18px;
  }
}
@media (max-width: 575.98px) {
  .preloader:before {
    font-size: 40px;
    letter-spacing: 12px;
  }
}

.preloader-loaded {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
  color: #000;
}
.preloader-loaded.light
  .text-preloader-outer
  .text-preloading
  .text-split:before {
  color: var(--theme-color1);
}
.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}
.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader-loaded.loaded .preloader-slide.slide-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded.loaded .preloader-slide.slide-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded .text-preloader-outer {
  position: absolute;
  z-index: 100;
}
.preloader-loaded .text-preloader-outer .text-preloading {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 180px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1199.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 40px;
  }
}
.preloader-loaded .text-preloader-outer .text-preloading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  margin-left: -55px;
  margin-top: -70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.html);
  content: "";
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split {
  color: #fff;
  position: relative;
  display: inline-block;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
  content: attr(data-text);
  -webkit-animation: text-split 4s infinite;
  animation: text-split 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.preloader-loaded
  .text-preloader-outer
  .text-preloading
  .text-split:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader-loaded
  .text-preloader-outer
  .text-preloading
  .text-split:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preloader-loaded
  .text-preloader-outer
  .text-preloading
  .text-split:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.preloader-loaded
  .text-preloader-outer
  .text-preloading
  .text-split:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.preloader-loaded
  .text-preloader-outer
  .text-preloading
  .text-split:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.preloader-loaded
  .text-preloader-outer
  .text-preloading
  .text-split:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.preloader-loaded
  .text-preloader-outer
  .text-preloading
  .text-split:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.preloader-loaded .preloader-slide {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader-loaded .preloader-slide.slide-left {
  left: 0;
}
.preloader-loaded .preloader-slide.slide-right {
  right: 0;
}

@-webkit-keyframes text-split {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes text-split {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--theme-color1);
  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--text-color-theme-color1);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: var(--theme-color1-text-color);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 21px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}
.social-icon-one.light li a {
  color: var(--theme-color-light);
}
.social-icon-one.light li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
.social-icon-two li a:hover {
  color: #fff;
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.html);
}

.bg-pattern-2 {
  background-image: url(../images/icons/pattern-2.html);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.html);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.html);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.html);
}

.bg-pattern-6 {
  background-image: url(../images/icons/pattern-6.html);
}

.devider {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .devider {
    width: 100%;
  }
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.play-btn {
  position: relative;
}
.play-btn:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
  animation: fa-spin 60s infinite linear;
}

.play-btn-two {
  position: relative;
}
.play-btn-two:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.play-btn-two .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn-two .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
  animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now2:hover .icon {
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  backdrop-filter: blur(0);
}
.play-now2 .icon {
  position: absolute;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background: linear-gradient(
    138.84deg,
    rgba(255, 255, 255, 0.268) -6.39%,
    rgba(255, 255, 255, 0.084) 112.17%
  );
  backdrop-filter: blur(7.4452600479px);
  color: #fff;
  z-index: 1;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now2 .ripple,
.play-now2 .ripple:before,
.play-now2 .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(var(--theme-color-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--theme-color-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now2 .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now2 .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}
.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
  animation: zoom-one 3s infinite linear;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}
@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.info-btn small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .info-btn strong {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.info-btn:hover {
  color: var(--theme-color1);
}

.info-btn-two {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 74px;
  padding: 0 42px;
  padding-left: 90px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--heading-font-family);
}
@media (max-width: 991.98px) {
  .info-btn-two {
    padding-left: 70px;
  }
}
.info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}
.info-btn-two strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-dark);
}
.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.info-btn-two:hover {
  color: var(--theme-color1);
}

.styled-pagination {
  position: relative;
  max-width: 356px;
  margin: 12px auto;
  width: 100%;
  margin-top: 60px;
  background-color: transparent;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(-1.4%, rgba(217, 217, 217, 0)),
    to(#c2a74e)
  );
  background: linear-gradient(
    270deg,
    rgba(217, 217, 217, 0) -1.4%,
    #c2a74e 100%
  );
}
.styled-pagination .swiper-pagination-progressbar-fill:before {
  position: absolute;
  top: -7px;
  height: 15px;
  width: 15px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
}

.swiper-horizontal {
  padding-bottom: 70px;
}

.swiper-horizontal > .styled-scrollbar {
  border-radius: 2px;
  height: 3px;
  width: 356px;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(-1.4%, rgba(217, 217, 217, 0)),
    to(#c2a74e)
  );
  background: linear-gradient(
    270deg,
    rgba(217, 217, 217, 0) -1.4%,
    #c2a74e 100%
  );
}

.swiper-horizontal > .styled-scrollbar > .swiper-scrollbar-drag {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 15px;
  max-width: 15px;
  top: -6px;
  cursor: pointer;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 6px;
  margin-top: 31px;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 14px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-family: var(--body-font-family);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 6px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  background-color: var(--theme-color2);
}
.skills .skill-item .skill-bar .bar-inner .bar:before {
  border: 1px solid #d7d7d7;
  content: "";
  top: -4px;
  left: -3px;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--theme-color2);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 26px;
  text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 65px;
  width: 65px;
  color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid var(--theme-color2);
}

.custom-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 87px;
  padding-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  content: "";
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
  padding: 0 17px;
}
.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
  width: 100%;
}
.custom-navs .owl-nav .owl-next {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-navs .owl-nav .owl-next:before {
  left: auto;
  right: 0;
}

.custom-navs-two .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-navs-two .owl-nav:before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  left: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav:after {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  right: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
  background-color: #f9f6f1;
  color: var(--theme-color-dark);
  font-size: 8px;
  position: relative;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
.custom-navs-two .owl-nav .owl-prev:hover,
.custom-navs-two .owl-nav .owl-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.custom-navs-two .owl-nav .owl-next {
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
}

.disable-navs .owl-nav {
  display: none;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
  padding: 0 0 0 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: var(--heading-font-family);
  font-weight: 600;
  margin-bottom: 30px;
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

.box-shadow-none,
.box_shadow_none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.button-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}
.button-circle .inner {
  width: 140px;
  height: 140px;
  line-height: 153px;
  text-align: center;
}
.button-circle .inner .shape-circle1 {
  position: absolute;
  top: 0;
  left: 0;
}
.button-circle .inner .icon {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color1);
  font-size: 34px;
}
.button-circle .inner .text-circle-box {
  position: relative;
}
.button-circle .inner .text-circle-box svg {
  fill: #fff;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 12px;
  
}

/***

==================================================================
btn-style-one
==================================================================

***/
.theme-btn-one {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  gap: 12px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-one:before {
  background-color: var(--theme-color3);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.theme-btn-one i {
  background-color: var(--theme-color-white);
  color: var(--theme-color-dark);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-one:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-btn-one:hover {
  color: var(--theme-color3-text-color);
}
.theme-btn-one:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/***

==================================================================
btn-style-two
==================================================================

***/
.theme-btn-two {
  color: var(--theme-color-dark);
  background-color: var(--theme-color-white);
  padding: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  gap: 12px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-two:before {
  background-color: var(--theme-color1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.theme-btn-two i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-two:hover i {
  background-color: var(--theme-color-white);
  color: var(--theme-color-dark);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-btn-two:hover {
  color: var(--theme-color1-text-color);
}
.theme-btn-two:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/***

==================================================================
btn-style-two
==================================================================

***/
.theme-btn-three {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  gap: 12px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-three:before {
  background-color: var(--theme-color1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.theme-btn-three i {
  background-color: #fff;
  color: var(--theme-color-dark);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-three:hover {
  color: var(--theme-color1-text-color);
  border-color: var(--theme-color1);
}
.theme-btn-three:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.theme-btn-three:hover i {
  background-color: #fff;
  color: var(--theme-color-dark);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***

==================================================================
btn-style-two
==================================================================

***/
.theme-btn-four {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  gap: 12px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-four:before {
  background-color: var(--theme-color1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.theme-btn-four i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-four:hover {
  color: var(--theme-color1-text-color);
  border-color: var(--theme-color1);
}
.theme-btn-four:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.theme-btn-four:hover i {
  background-color: #fff;
  color: var(--theme-color-dark);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***

==================================================================
btn-style-two
==================================================================

***/
.theme-btn-five {
  color: var(--theme-color-white);
  background-color: #181818;
  padding: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  gap: 12px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-five:before {
  background-color: var(--theme-color1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.theme-btn-five i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-btn-five:hover i {
  background-color: var(--theme-color-white);
  color: var(--theme-color-dark);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-btn-five:hover {
  color: var(--theme-color1-text-color);
}
.theme-btn-five:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/***

==================================================================
work-button-one
==================================================================

***/
.work-button-one {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding: 18.5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 12px;
  z-index: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-button-one:before {
  background-color: var(--theme-color3);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.work-button-one i,
.work-button-one img {
  color: var(--theme-color-white);
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-button-one:hover i {
  color: var(--theme-color3-text-color);
}
.work-button-one:hover img {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
.work-button-one:hover {
  color: var(--theme-color3-text-color);
}
.work-button-one:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/***

==================================================================
btn-style-one
==================================================================

***/
.service-button-three {
  color: #fff;
  background-color: transparent;
  border: 1px solid #2f2f2f;
  padding: 21px 24.2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border-radius: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: 10px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-button-three {
    padding: 14px 20px;
  }
}
.service-button-three:before {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.service-button-three i {
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-button-three img {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-button-three:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-button-three:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.service-button-three:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.theme-btn-six {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding: 18.5px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-six:before {
  background-color: var(--theme-color3);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.theme-btn-six i,
.theme-btn-six img {
  color: var(--theme-color-white);
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-six:hover i {
  color: var(--theme-color3-text-color);
}
.theme-btn-six:hover img {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
.theme-btn-six:hover {
  color: var(--theme-color3-text-color);
}
.theme-btn-six:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.accordion-box {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}
.accordion-box .block {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border-radius: 72px;
  background-color: #101010;
  margin-bottom: 12px;
  padding: 9px 9px 9px 30px;
}
.accordion-box .block:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 32px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block:after {
  content: "";
  background: transparent;
  position: absolute;
  width: 100.2%;
  height: 100.2%;
  left: -1px;
  top: 1px;
  border-radius: 32px;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn {
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.accordion-box .block .acc-btn .icon {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
  font-size: 20px;
  min-width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .accordion-box .block .acc-btn .icon {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.accordion-box .block .acc-btn.active {
  top: 0;
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color1);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block.active-block {
  border-radius: 32px;
  padding: 9px 9px 26px 30px;
}
.accordion-box .block.active-block:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(254, 74, 46, 0.03)),
    to(rgba(254, 74, 46, 0.18))
  );
  background: linear-gradient(
    180deg,
    rgba(254, 74, 46, 0.03) 0%,
    rgba(254, 74, 46, 0.18) 100%
  );
}
.accordion-box .block.active-block:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 75, 47, 0)),
    to(#ff4b2f)
  );
  background: linear-gradient(180deg, rgba(255, 75, 47, 0) 0%, #ff4b2f 100%);
}
.accordion-box .acc-content {
  display: none;
  position: relative;
}
.accordion-box .acc-content .content {
  padding: 0;
  position: relative;
}
.accordion-box .acc-content .content .text {
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 648px;
}
@media (max-width: 767.98px) {
  .accordion-box .acc-content .content .text {
    font-size: 16px;
  }
}
.accordion-box .acc-content.current {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}

.accordion-box2 {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box2 .block {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 30px;
  padding: 0 0 26px 0;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box2 .block:last-child {
  margin-bottom: 0;
}
.accordion-box2 .block .acc-btn {
  border: none;
  border-radius: 0;
  color: #9d9d9d;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--heading-font-family);
  margin-bottom: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .accordion-box2 .block .acc-btn {
    font-size: 18px;
  }
}
.accordion-box2 .block .acc-btn .icon {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .accordion-box2 .block .acc-btn .icon {
    font-size: 16px;
  }
}
.accordion-box2 .block .acc-btn.active {
  top: 0;
}
.accordion-box2 .block .acc-btn.active .icon {
  color: #fff;
}
.accordion-box2 .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box2 .block.active-block {
  border-radius: 0;
  padding: 27px 27px 25px 27px;
  border-color: rgba(255, 255, 255, 0.3);
}
.accordion-box2 .block.active-block .acc-btn {
  color: #fff;
}
.accordion-box2 .acc-content {
  display: none;
  position: relative;
}
.accordion-box2 .acc-content .content {
  padding: 0;
  position: relative;
}
.accordion-box2 .acc-content .content .text {
  display: block;
  margin-bottom: 0;
  max-width: 789px;
  margin-top: 10px;
}
.accordion-box2 .acc-content.current {
  display: block;
  margin-bottom: 0;
}

.accordion-box3 {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}
.accordion-box3 .block {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-bottom: 12px;
}
.accordion-box3 .block .acc-btn {
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .accordion-box3 .block .acc-btn {
    font-size: 18px;
  }
}
.accordion-box3 .block .acc-btn .icon {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
  font-size: 20px;
  min-width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .accordion-box3 .block .acc-btn .icon {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.accordion-box3 .block .acc-btn.active {
  top: 0;
}
.accordion-box3 .block .acc-btn.active .icon {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color1);
}
.accordion-box3 .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box3 .block.active-block:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(254, 74, 46, 0.03)),
    to(rgba(254, 74, 46, 0.18))
  );
  background: linear-gradient(
    180deg,
    rgba(254, 74, 46, 0.03) 0%,
    rgba(254, 74, 46, 0.18) 100%
  );
}
.accordion-box3 .block.active-block:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 75, 47, 0)),
    to(#ff4b2f)
  );
  background: linear-gradient(180deg, rgba(255, 75, 47, 0) 0%, #ff4b2f 100%);
}
.accordion-box3 .acc-content {
  display: none;
  position: relative;
}
.accordion-box3 .acc-content .content {
  padding: 0;
  position: relative;
}
.accordion-box3 .acc-content .content .text {
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 648px;
}
@media (max-width: 767.98px) {
  .accordion-box3 .acc-content .content .text {
    font-size: 16px;
  }
}
.accordion-box3 .acc-content.current {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}

@-webkit-keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/*** 

====================================================================
  Anim Icons
====================================================================

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.anim-icons .shape-leaf1 {
  position: absolute;
  left: 39px;
  bottom: 0;
}
@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf1 {
    display: none;
  }
}
.anim-icons .shape-leaf2 {
  position: absolute;
  right: 39px;
  bottom: 0;
}
@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf2 {
    display: none;
  }
}
.anim-icons.align-top .shape-leaf1,
.anim-icons.align-top .shape-leaf2 {
  bottom: auto;
  top: 0;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.anim-icons.full-width {
  max-width: 100%;
  pointer-events: none;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-wheel-1 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-1.html);
}

.icon-wheel-2 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-2.html);
}

.icon-wheel-3 {
  width: 149px;
  height: 147px;
  background-image: url(../images/icons/icon-wheel-3.html);
}

.icon-wheel-5 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-5.html);
}

.icon-wheel-compass-1 {
  width: 171px;
  height: 176px;
  background-image: url(../images/icons/icon-wheel-compass-1.html);
}

.icon-wheel-compass-2 {
  width: 97px;
  height: 99px;
  background-image: url(../images/icons/icon-wheel-compass-2.html);
}

.icon-wheel-compass-3 {
  width: 103px;
  height: 106px;
  background-image: url(../images/icons/icon-wheel-compass-3.html);
}

.icon-anchor-1 {
  width: 138px;
  height: 136px;
  background-image: url(../images/icons/icon-anchor-1.html);
}

.icon-sailboat-line-1 {
  width: 431px;
  height: 705px;
  background-image: url(../images/icons/icon-sailboat-line-1.html);
}

.icon-sailboat-line-3 {
  width: 242px;
  height: 250px;
  background-image: url(../images/icons/icon-sailboat-line-3.html);
}

.icon-sailboat-line-4 {
  width: 369px;
  height: 728px;
  background-image: url(../images/icons/icon-sailboat-line-4.html);
}

.icon-big-boat-1 {
  width: 800px;
  height: 464px;
  background-image: url(../images/icons/icon-big-boat-1.html);
}

.icon-big-boat-2 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-2.html);
}

.icon-big-boat-3 {
  width: 373px;
  height: 126px;
  background-image: url(../images/icons/icon-big-boat-3.html);
}

.icon-big-boat-5 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-5.html);
}

.icon-pattern1 {
  width: 494px;
  height: 465px;
  background-image: url(../images/background/footer1-pattern1.html);
}

.icon-pattern2 {
  width: 247px;
  height: 477px;
  background-image: url(../images/background/footer1-pattern2.html);
}

.icon-plane-1 {
  width: 350px;
  height: 349px;
  background-image: url(../images/icons/icon-plane-1.html);
}

.icon-plane-2 {
  width: 106px;
  height: 640px;
  background-image: url(../images/icons/icon-plane-2.html);
}

.icon-plane-3 {
  width: 455px;
  height: 420px;
  background-image: url(../images/icons/icon-plane-3.html);
}

.icon-plane-4 {
  width: 301px;
  height: 336px;
  background-image: url(../images/icons/icon-plane-4.html);
}

.icon-plane-5 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-5.html);
}

.icon-plane-6 {
  width: 188px;
  height: 110px;
  background-image: url(../images/icons/icon-plane-6.html);
}

.icon-plane-7 {
  width: 256px;
  height: 255px;
  background-image: url(../images/icons/icon-plane-7.html);
}

.icon-plane-8 {
  width: 374px;
  height: 194px;
  background-image: url(../images/icons/icon-plane-8.html);
}

.icon-plane-9 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-9.html);
}

.icon-big-arrow {
  width: 1279px;
  height: 250px;
  background-image: url(../images/banner/icon-big-arrow.html);
}

.icon-arrow {
  width: 42px;
  height: 64px;
  background-image: url(../images/icons/icon-arrow.html);
}

.icon-arrow-2 {
  width: 92px;
  height: 35px;
  background-image: url(../images/icons/icon-arrow-2.html);
}

.icon-big-bus {
  width: 807px;
  height: 621px;
  background-image: url(../images/icons/icon-big-bus.html);
}

.icon-bus {
  width: 623px;
  height: 432px;
  background-image: url(../images/icons/icon-bus.html);
}

.icon-bus-2 {
  width: 218px;
  height: 198px;
  background-image: url(../images/icons/icon-bus-2.html);
}

.icon-bus-3 {
  width: 800px;
  height: 502px;
  background-image: url(../images/icons/icon-bus-3.html);
}

.overlay-1 {
  width: 200px;
  height: 204px;
  background-image: url(../images/icons/overlay-1.html);
}

.overlay-2 {
  width: 860px;
  height: 621px;
  background-image: url(../images/icons/overlay-2.html);
}

.overlay-3 {
  width: 491px;
  height: 500px;
  background-image: url(../images/icons/overlay-3.html);
}

.overlay-4 {
  width: 1078px;
  height: 621px;
  background-image: url(../images/icons/overlay-4.html);
}

.overlay-5 {
  width: 379px;
  height: 297px;
  background-image: url(../images/icons/overlay-5.html);
}

.overlay-6 {
  width: 1706px;
  height: 780px;
  background-image: url(../images/icons/overlay-6.html);
}

.icon-shapes {
  width: 92px;
  height: 144px;
  background-image: url(../images/icons/icon-box.html);
}

.icon-box-2 {
  width: 233px;
  height: 194px;
  background-image: url(../images/icons/icon-box-2.html);
}

.icon-border-3 {
  width: 137px;
  height: 18px;
  background-image: url(../images/icons/icon-border-3.html);
}

.icon-quote {
  width: 92px;
  height: 66px;
  background-image: url(../images/icons/icon-quote.html);
}

.icon-quote-2 {
  width: 137px;
  height: 99px;
  background-image: url(../images/icons/icon-quote-2.html);
}

.icon-container {
  width: 615px;
  height: 396px;
  background-image: url(../images/icons/icon-container.html);
}

.icon-dots {
  width: 730px;
  height: 565px;
  background-image: url(../images/icons/icon-dots.html);
}

.icon-dots-2 {
  width: 679px;
  height: 676px;
  background-image: url(../images/icons/icon-dots-2.html);
}

.icon-dots-3 {
  width: 611px;
  height: 547px;
  background-image: url(../images/icons/icon-dots-3.html);
}

.icon-dots-4 {
  width: 810px;
  height: 666px;
  background-image: url(../images/icons/icon-dots-4.html);
}

.icon-dots-5 {
  width: 580px;
  height: 376px;
  background-image: url(../images/icons/icon-dots-5.html);
}

.icon-dotted-map {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map.html);
}

.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map-2.html);
}

.icon-city {
  width: 919px;
  height: 348px;
  background-image: url(../images/icons/icon-city.html);
}

.icon-city-2 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-2.html);
}

.bg-lines {
  width: 1532px;
  height: 100%;
  background-image: url(../images/icons/bg-lines.html);
}

.icon-city-3 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-3.html);
}

.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}

.zoom-three {
  -webkit-animation: zoom-three 5s infinite linear;
  animation: zoom-three 5s infinite linear;
}

.reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tm-animation-flicker {
  0%,
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }
  50% {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
  }
  75% {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
}
@keyframes tm-animation-flicker {
  0%,
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }
  50% {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
  }
  75% {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes round-shape-anim {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(194, 167, 78, 0.08),
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08);
    box-shadow:
      0 0 0 0 rgba(194, 167, 78, 0.08),
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow:
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08),
      0 0 0 70px rgba(194, 167, 78, 0);
    box-shadow:
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08),
      0 0 0 70px rgba(194, 167, 78, 0);
  }
}
@keyframes round-shape-anim {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(194, 167, 78, 0.08),
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08);
    box-shadow:
      0 0 0 0 rgba(194, 167, 78, 0.08),
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow:
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08),
      0 0 0 70px rgba(194, 167, 78, 0);
    box-shadow:
      0 0 0 30px rgba(194, 167, 78, 0.08),
      0 0 0 50px rgba(194, 167, 78, 0.08),
      0 0 0 70px rgba(194, 167, 78, 0);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.overlay-anim-two {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.overlay-anim-two:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.overlay-anim-two:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

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

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
  animation: rotateY 30s linear infinite;
}

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

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animation__rotateX {
  -webkit-animation: rotateX 30s linear infinite;
  animation: rotateX 30s linear infinite;
}

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotateX {
  -webkit-animation: rotateX 30s linear infinite;
  animation: rotateX 30s linear infinite;
}

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circleZoom {
  -webkit-animation: circlezoomrotate 15s infinite linear;
  animation: circlezoomrotate 15s infinite linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
}
[data-tm-layout="lemon"] .search-popup .search-back-drop {
  background-color: var(--dark-color1);
}
.search-popup .search-back-drop {
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
}
[data-tm-layout="lemon"] .search-popup .close-search {
  color: var(--headings-color);
}
.search-popup .close-search {
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-popup .form-group input[type="search"],
.search-popup .form-group input[type="text"] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
}
[data-tm-layout="lemon"] .search-popup .form-group input[type="search"],
[data-tm-layout="lemon"] .search-popup .form-group input[type="text"] {
  background: var(--dark-color2);
}
.search-popup .form-group input[type="search"],
.search-popup .form-group input[type="text"] {
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type="search"]:focus,
.search-popup .form-group input[type="text"]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  background: #ffffff;
  border-radius: 5px;
  color: var(--theme-color-dark);
}
[data-tm-layout="lemon"] .search-popup .form-group button {
  background: var(--dark-color1);
  color: var(--dark-color2);
}
.search-popup .form-group button {
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
[data-tm-layout="lemon"] .search-popup .form-group button:hover {
  color: var(--dark-color2);
}
.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1439.98px) {
  .header-top .top-center {
    display: none;
  }
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.header-top .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
  font-family: var(--heading-font-family);
}
.header-top .useful-links li a {
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color1);
}

.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1023.98px) {
  .main-header .main-box {
    padding: 0;
  }
}
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .main-header .main-box .nav-outer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.main-menu {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  top: 0;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 38px 0;
  margin-right: 32px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
}
@media (max-width: 1439.98px) {
  .main-menu .navigation > li {
    margin-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .main-menu .navigation > li {
    margin-right: 30px;
  }
}
.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before {
  color: var(--theme-color1);
  left: 0;
  width: 100%;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 228px;
  z-index: 100;
  padding: 0;
  background-color: var(--theme-color-white);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid var(--theme-color-gray);
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  color: var(--theme-color-dark);
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 30px;
  padding: 10px 0px;
  line-height: 29px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > a .badge-menu {
  background-color: #336aea;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-red {
  background-color: #ff3838;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-dark {
  background-color: #222429;
}
.main-menu .navigation > li > ul > li:hover {
  background-color: var(--theme-color-white);
}
.main-menu .navigation > li > ul > li:hover:before {
  scale: 1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 10px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  top: 10px;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid var(--theme-color-gray);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover {
  background-color: var(--theme-color-white);
}
.main-menu .navigation > li > ul > li > ul > li:hover:before {
  scale: 1;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color-dark);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--theme-color-light);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 20px;
  color: var(--theme-color-dark);
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  color: var(--theme-color-dark);
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}
.main-header .info-btn small {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: var(--theme-color1);
}
.main-header .info-btn i:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  border-radius: 50%;
  content: "";
}
.main-header .info-btn:hover {
  color: var(--theme-color1);
}

.contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-list li {
  position: relative;
  padding-left: 65px;
  margin-left: 35px;
}
.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-color1);
}
.contact-list li .title {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--body-font-family);
  margin-bottom: 2px;
}
.contact-list li .text {
  font-size: 16px;
  line-height: 24px;
  color: #cecece;
}
.contact-list li .text a {
  color: inherit;
}

.main-header .cart-btn {
  background-color: var(--theme-color1);
  position: relative;
  color: var(--theme-color-light);
  font-size: 30px;
  padding: 38.5px 10px;
  text-align: center;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .main-header .cart-btn {
    padding: 28px 10px;
    width: 90px;
  }
}
.main-header .cart-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.main-header .cart-btn .count {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-white);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .cart-btn-two {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .cart-btn-two:hover {
  color: var(--theme-color1);
}
.main-header .cart-btn-two .count {
  position: absolute;
  top: -7px;
  right: -12px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background-color: var(--theme-color-dark);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-search {
  position: relative;
  width: 160px;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
  background: none;
}

.main-header .search-btn {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  text-align: center;
}
.main-header .search-btn:hover {
  color: var(--theme-color1);
}
[data-tm-layout="lemon"] .main-header .search-btn:hover {
  color: var(--dark-color2);
}
.main-header .search-btn:hover strong {
  color: var(--theme-color1);
}

/*** 

====================================================================
    Header Style One
====================================================================

***/
.header-style-one {
  background-color: transparent;
}
.header-style-one .outer-box {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1023.98px) {
  .header-style-one .outer-box {
    padding: 15px;
  }
}
.header-style-one .main-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-one .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-one .header-btn {
    display: none;
  }
}

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
  background-color: transparent;
  position: absolute;
}
.header-style-two .outer-box {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1023.98px) {
  .header-style-two .outer-box {
    padding: 15px;
  }
}
.header-style-two .header-lower {
  border-bottom: 1px solid #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .header-style-two .header-lower {
    padding-bottom: 10px;
  }
}
.header-style-two .main-box {
  gap: 210px;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box {
    gap: 100px;
  }
}
@media (max-width: 1023.98px) {
  .header-style-two .main-box {
    gap: 0;
  }
}
.header-style-two .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-two .header-btn {
    display: none;
  }
}
.header-style-two .mobile-nav-toggler {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--theme-color1);
  margin-left: 8px;
}

/*** 

====================================================================
    Header Style Three
====================================================================

***/
.header-style-three {
  background-color: transparent;
  position: absolute;
}
.header-style-three .outer-box {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1023.98px) {
  .header-style-three .outer-box {
    padding: 15px;
  }
}
.header-style-three .header-lower {
  border-bottom: 1px solid #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .header-style-three .header-lower {
    padding-bottom: 10px;
  }
}
.header-style-three .main-box {
  gap: 139px;
}
@media (max-width: 1199.98px) {
  .header-style-three .main-box {
    gap: 100px;
  }
}
@media (max-width: 575.98px) {
  .header-style-three .main-box {
    gap: 0;
  }
}
.header-style-three .main-box .nav-outer {
  border-left: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  padding: 0 68px;
}
@media (max-width: 1199.98px) {
  .header-style-three .main-box .nav-outer {
    padding: 0 30px;
  }
}
.header-style-three .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-three .header-btn {
    display: none;
  }
}

/*** 

====================================================================
    Header Style Four
====================================================================

***/
.header-style-four {
  background-color: #000002;
  border-bottom: 1px solid #2f2f2f;
}
.header-style-four .outer-box {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1023.98px) {
  .header-style-four .outer-box {
    padding: 15px;
  }
}
.header-style-four .main-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-four .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-four .header-btn {
    display: none;
  }
}

/*** 

====================================================================
    Header Style Five
====================================================================

***/
.header-style-five {
  background-color: transparent;
}
.header-style-five .outer-box {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1023.98px) {
  .header-style-five .outer-box {
    padding: 15px;
  }
}
.header-style-five .main-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-five .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-five .header-btn {
    display: none;
  }
}

/***

====================================================================
    Sticky Header
====================================================================

***/
.sticky-header {
  background: var(--theme-color-white);
}
[data-tm-layout="lemon"] .sticky-header {
  background: var(--theme-color2);
}
.sticky-header {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sticky-header .outer-container {
  max-width: 1340px;
  padding: 0 10px 0 13px;
  margin: 0 auto;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo img {
  /* max-height: 32.5px; */
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}
.sticky-header .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 142px;
}
.sticky-header .right-box .theme-btn {
  padding: 7px 19.2px 8px;
  border-radius: 0;
}
.sticky-header .right-box .theme-btn span {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--body-font-family);
  
  letter-spacing: 0.7px;
}
.sticky-header .mobile-nav-toggler {
  color: #000;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 33px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation.onepage-nav > li {
  margin-left: 35px;
}

.header-style-one.header-style-home5
  .sticky-header
  .main-menu
  .navigation.onepage-nav
  > li {
  margin-right: 10px;
}

@media (max-width: 1499.98px) {
  .main-menu .navigation.onepage-nav > li,
  .sticky-header .main-menu .navigation.onepage-nav > li {
    margin-right: 28px;
  }
}
.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark) !important;
  font-size: 15px;
}
[data-tm-layout="lemon"] .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-white);
}
[data-tm-layout="lemon"] .sticky-header .main-menu .navigation > li.current > a,
[data-tm-layout="lemon"] .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-dark);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 1023.98px) {
  .sticky-header .mobile-nav-toggler {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: #ffffff;
  display: none;
  top: 0;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block;
  }
}
.mobile-nav-toggler:hover {
  color: var(--theme-color1);
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  /* max-height: 40px; */
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-color-white);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a .badge-menu {
  background-color: #336aea;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-red {
  background-color: #ff3838;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-dark {
  background-color: #222429;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: var(--theme-color1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #000000;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li a {
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li a:hover {
  color: var(--theme-color1);
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color1);
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  
}
.contact-list-one li .text {
  color: var(--theme-color-light);
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color1);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
  position: relative;
  height: 24px;
  min-width: 38px;
}
.toggle-hidden-bar .line {
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
}
.toggle-hidden-bar .line:nth-child(1) {
  width: 24px;
  top: 0;
}
.toggle-hidden-bar .line:nth-child(3) {
  width: 24px;
  left: auto;
  right: 0;
  top: 21px;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-color-dark);
  height: 100%;
}
.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 30px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}

.contact-list-two {
  position: relative;
  padding: 30px 30px 20px;
}
.contact-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-two li:last-child {
  margin-right: 0;
}
.contact-list-two li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color1);
}
.contact-list-two li .contact-info-box a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color-light);
}
.contact-list-two li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color-light);
  font-weight: 700;
  
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/***

==================================================================
gellary-section-h1
==================================================================

***/
/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .sec-title {
    margin-bottom: 30px;
  }
}
.sec-title .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  color: var(--sec-title-subtitle-color);
  margin-bottom: 14px;
  background-color: #101010;
  border-radius: 6px;
  padding: 8px 16.5px 6px;
}
.sec-title.text-center .sub-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-title .title {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  line-height: var(--sec-title-title-line-height);
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 40px;
    line-height: 50px;
  }
  .sec-title .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sec-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.sec-title .text {
  margin-top: 43px;
}
@media (max-width: 575.98px) {
  .sec-title .text {
    margin-top: 20px;
  }
}

.sec-title-h2 {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .sec-title-h2 {
    margin-bottom: 30px;
  }
}
.sec-title-h2 .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  color: var(--sec-title-subtitle-color);
  
  margin-bottom: 14px;
  background-color: #181818;
  border-radius: 6px;
  padding: 8px 16.5px 6px;
}
.sec-title-h2.text-center .sub-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-title-h2 .title {
  position: relative;
  font-size: 40px;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  line-height: var(--sec-title-title-line-height);
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
  .sec-title-h2 .title {
    font-size: 40px;
    line-height: 50px;
  }
  .sec-title-h2 .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sec-title-h2 .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.sec-title-h2 .text {
  margin-top: 43px;
}
@media (max-width: 575.98px) {
  .sec-title-h2 .text {
    margin-top: 20px;
  }
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
  position: relative;
  padding: 300px 0 40px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .banner-section {
    padding: 170px 0 40px;
  }
}
.banner-section .bg-banner-img {
  position: absolute;
  inset: 0;
  background: url(../images/banner/banner1-1.jpg) center/cover no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: banner-img 10s ease-in-out infinite alternate;
  animation: banner-img 10s ease-in-out infinite alternate;
  will-change: transform;
}
@-webkit-keyframes banner-img {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes banner-img {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.banner-section .banner-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(255, 0, 0, 0.35),
    transparent 60%
  );
  mix-blend-mode: overlay;
  -webkit-animation: banner-overlay 10s ease-in-out infinite alternate;
  animation: banner-overlay 10s ease-in-out infinite alternate;
  pointer-events: none;
}
@-webkit-keyframes banner-overlay {
  from {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0.6;
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 1;
  }
}
@keyframes banner-overlay {
  from {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0.6;
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 1;
  }
}
.banner-section .inner-container {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner-section .content-box .inner-box {
  max-width: 1015px;
  position: relative;
}
.banner-section .content-box .title {
  
  letter-spacing: -0.01em;
  line-height: 120px;
  font-family: var(--heading-font-family2);
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .banner-section .content-box .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-box .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner-section .content-box .banner-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  max-width: 500px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 43px;
}
.banner-section .content-box .banner-service-list li {
  color: #e5e5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .banner-section .content-box .banner-service-list li {
    font-size: 16px;
  }
}
.banner-section .content-box .banner-service-list li a {
  color: #e5e5e5;
}
.banner-section .bottom-box {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .banner-section .bottom-box {
    margin-top: 80px;
  }
}
.banner-section .bottom-box .logo {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section .bottom-box .logo:hover {
  opacity: 0.6;
}
.banner-section .clients-logo-box .client-title {
  margin-bottom: 36px;
}
.banner-section .clients-logo-box .logo-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .banner-section .clients-logo-box .logo-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.banner-section .style-text {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.04em;
  
  color: #e5e5e5;
  font-family: var(--heading-font-family2);
}
@media (max-width: 1599.98px) {
  .banner-section .style-text {
    font-size: 100px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .style-text {
    font-size: 57px;
  }
}
.banner-section .style-text span {
  color: #b51c1d;
}

.banner-section-two {
  padding: 120px 0 40px;
  position: relative;
}
.banner-section-two .inner-container {
  margin: 0 auto;
  max-width: 1830px;
  padding: 0 15px;
}
.banner-section-two .style-text {
  background-color: #b51c1d;
  border-radius: 12px;
  color: #030303;
  font-family: var(--heading-font-family2);
  font-size: 430px;
  letter-spacing: -0.05em;
  line-height: 275px;
  padding-top: 130px;
  
  text-align: center;
}
@media (max-width: 1796.98px) {
  .banner-section-two .style-text {
    font-size: 366px;
    line-height: 235px;
  }
}
@media (max-width: 1599.98px) {
  .banner-section-two .style-text {
    font-size: 320px;
    line-height: 206px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-two .style-text {
    font-size: 270px;
    line-height: 172px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-two .style-text {
    font-size: 220px;
    line-height: 142px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .style-text {
    font-size: 170px;
    line-height: 109px;
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .style-text {
    font-size: 120px;
    line-height: 78px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .style-text {
    font-size: 66px;
    line-height: 43px;
    padding-top: 43px;
  }
}
.banner-section-two .outer-box {
  margin-top: 63px;
  position: relative;
}
.banner-section-two .content-box .title {
  letter-spacing: -0.01em;
  max-width: 636px;
  font-size: 60px;
}
@media (max-width: 575.98px) {
  .banner-section-two .content-box .title {
    font-size: 37px;
  }
}
.banner-section-two .content-box .button-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-top: 41px;
}
@media (max-width: 1599.98px) {
  .banner-section-two .content-box .button-box {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .content-box .button-box {
    margin-top: 30px;
  }
}
.banner-section-two .content-box .button-box .line-shape1 {
  width: 356px;
}
@media (max-width: 1399.98px) {
  .banner-section-two .content-box .button-box .line-shape1 {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .content-box .button-box .line-shape1 {
    width: 100px;
  }
}
.banner-section-two .content-box .button-box .line-shape1 img {
  width: 100%;
}
.banner-section-two .banner-image {
  border-radius: 12px;
  height: 758px;
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-image {
    height: 400px;
  }
}
.banner-section-two .banner-image img {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.banner-section-two .banner-counter-item {
  max-width: 471px;
  width: 100%;
  background-color: #101010;
  padding: 40px 40px 40px;
  clip-path: polygon(91% 0, 100% 7%, 100% 91%, 86% 100%, 0 100%, 0% 60%, 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 84px;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .banner-section-two .banner-counter-item {
    right: 10px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-two .banner-counter-item {
    max-width: 350px;
    padding: 20px 20px 20px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-counter-item {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .banner-counter-item {
    bottom: -300px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-counter-item {
    right: 0;
    position: relative;
    bottom: 0;
  }
}
.banner-section-two .banner-counter-item .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.banner-section-two .banner-counter-item .count-box .count-text {
  font-size: 120px;
  font-weight: 600;
  font-family: var(--heading-font-family2);
  color: #fff;
  line-height: 1;
}
.banner-section-two .banner-counter-item .count-box span {
  font-size: 80px;
  color: #fff;
  line-height: 1;
}
.banner-section-two .banner-counter-item .count-title {
  color: rgba(229, 229, 229, 0.8);
  margin-bottom: 0;
  max-width: 323px;
}
.banner-section-two .banner-counter-item .award-box {
  background-color: #181818;
  clip-path: polygon(40% 0, 100% 0, 100% 87%, 89% 100%, 0 100%, 0% 60%, 0 0);
  padding: 44px 40px 42px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-counter-item .award-box {
    padding: 20px;
  }
}
.banner-section-two .banner-counter-item .award-box .logo {
  margin-bottom: 20px;
}
.banner-section-two .banner-counter-item .award-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-counter-item .award-box .text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.banner-section-two .banner-counter-item .award-box .text-box .text1 {
  font-size: 70px;
  color: var(--theme-color1);
  font-weight: 600;
  font-family: var(--heading-font-family2);
  line-height: 1;
}
.banner-section-two .banner-counter-item .award-box .text-box .text2 {
  color: #e5e5e5;
  font-size: 18px;
  max-width: 162px;
}
.banner-section-two .video-box2 {
  position: relative;
  max-width: 308px;
  width: 100%;
  height: 300px;
  margin-left: 100px;
}
@media (max-width: 1759.98px) {
  .banner-section-two .video-box2 {
    margin-left: 0;
  }
}
@media (max-width: 1599.98px) {
  .banner-section-two .video-box2 {
    margin-left: -47px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .video-box2 {
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .video-box2 .shape1 {
    display: none;
  }
}
.banner-section-two .video-box2 .shape2 {
  position: absolute;
  top: -24px;
  left: -20px;
}
.banner-section-two .video-box2 .play-now2 {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .banner-section-two .video-box2 .play-now2 {
    left: 40px;
    right: auto;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .video-box2 .play-now2 {
    left: 0;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.banner-section-two .video-box2 .play-now2 .icon {
  position: relative;
  border-radius: 0;
  background: var(--theme-color3);
  backdrop-filter: none;
  color: var(--theme-color3-text-color);
  -webkit-transform: none;
  transform: none;
  left: 0;
  top: 0;
  font-size: 28px;
}

.banner-section-three {
  position: relative;
  padding: 210px 0 50px;
  overflow: hidden;
}
.banner-section-three .bg-shape {
  pointer-events: none;
  z-index: -1;
}
.banner-section-three .bg-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section-three .shape1 {
  position: absolute;
  pointer-events: none;
  right: 30px;
  top: 500px;
}
@media (max-width: 1399.98px) {
  .banner-section-three .shape1 {
    display: none;
  }
}
.banner-section-three .shape2 {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 200px;
  z-index: -1;
}
.banner-section-three .shape3 {
  position: absolute;
  pointer-events: none;
  top: 500px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .banner-section-three .shape3 {
    display: none;
  }
}
.banner-section-three .outer-box {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.banner-section-three .banner-title-box .sub-title {
  color: #f5f7f5;
  
  font-size: 32px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  position: relative;
  display: inline-block;
  padding-left: 54px;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-title-box .sub-title {
    font-size: 20px;
  }
}
.banner-section-three .banner-title-box .sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 39px;
  height: 2px;
  background-color: var(--theme-color1);
}
.banner-section-three .banner-title-box .title {
  font-size: 100px;
  text-transform: capitalize;
  max-width: 776px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .banner-section-three .banner-title-box .title {
    font-size: 78px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-title-box .title {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .banner-title-box .title {
    font-size: 37px;
  }
}
.banner-section-three .banner-title-box .title span {
  color: #9d9d9d;
}
.banner-section-three .banner-info-box {
  max-width: 449px;
  position: absolute;
  top: 75px;
  right: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-info-box {
    top: 375px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-info-box {
    position: relative;
    top: 0;
    margin: 30px 0;
  }
}
.banner-section-three .banner-info-box .text {
  line-height: 28px;
}
.banner-section-three .banner-info-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
  gap: 20px;
  position: relative;
}
.banner-section-three .banner-info-box .info .shape-1 {
  position: absolute;
  top: -63px;
  left: -110px;
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-info-box .info .shape-1 {
    display: none;
  }
}
.banner-section-three .banner-info-box .image-box {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-three .banner-info-box .image-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #17101d;
  margin-left: -20px;
}
.banner-section-three .banner-info-box .image-box .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  width: 60px;
  height: 60px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid #17101d;
  margin-left: -20px;
}
.banner-section-three .banner-info-box .counter-box .count-box {
  line-height: 1;
  margin-bottom: 6px;
  font-size: 32px;
}
.banner-section-three .banner-image-box {
  position: relative;
  padding-top: 106px;
  margin-left: 150px;
  max-width: 996px;
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-image-box {
    display: none;
  }
}
.banner-section-three .banner-image1 {
  width: 293px;
  height: 282px;
  -webkit-transform: rotate(23.1deg);
  transform: rotate(23.1deg);
  position: absolute;
  top: -34px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-image1 {
    top: -300px;
  }
}
.banner-section-three .banner-image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section-three .banner-image2 {
  width: 188px;
  height: 223px;
  -webkit-transform: rotate(-26.69deg);
  transform: rotate(-26.69deg);
}
.banner-section-three .banner-image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section-three .style-text {
  margin-top: 14px;
}
.banner-section-three .banner-image3 {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-image3 {
    height: 400px;
  }
}
.banner-section-three .banner-image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section-three .circle-container {
  position: relative;
  display: inline-block;
  background-color: #010102;
  border-radius: 50%;
  position: absolute;
  top: 753px;
  right: 78px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-three .circle-container {
    top: 600px;
  }
}
.banner-section-three .circle-container .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--theme-color1);
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  border-radius: 50%;
}
.banner-section-three .circle-container text {
  border-radius: 50%;
}
.banner-section-three .circle-container .text {
  font-size: 10px;
  
  fill: #ffffff;
  font-weight: 700;
  font-family: var(--heading-font-family2);
}

.banner-section-four {
  position: relative;
  padding: 210px 0 0;
  overflow: hidden;
}
.banner-section-four .bg-shape {
  pointer-events: none;
  z-index: -1;
}
.banner-section-four .bg-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section-four .shape1 {
  position: absolute;
  right: 70px;
  top: 224px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .banner-section-four .shape1 {
    display: none;
  }
}
.banner-section-four .shape2 {
  position: absolute;
  right: 290px;
  top: 88px;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .banner-section-four .shape2 {
    display: none;
  }
}
.banner-section-four .outer-box {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.banner-section-four .banner-title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-title-box {
    margin-bottom: 30px;
  }
}
.banner-section-four .banner-title-box .sub-title {
  color: #f5f7f5;
  
  font-size: 32px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  position: relative;
  display: inline-block;
  padding-left: 54px;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-title-box .sub-title {
    font-size: 20px;
  }
}
.banner-section-four .banner-title-box .sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 39px;
  height: 2px;
  background-color: var(--theme-color1);
}
.banner-section-four .banner-title-box .title {
  font-size: 160px;
  line-height: 1.05;
  text-transform: capitalize;
  margin-bottom: 0;
  letter-spacing: -0.06em;
  font-family: var(--heading-font-family2);
  
}
@media (max-width: 1399.98px) {
  .banner-section-four .banner-title-box .title {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-four .banner-title-box .title {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-title-box .title {
    font-size: 46px;
    letter-spacing: normal;
  }
}
.banner-section-four .banner-title-box .title span {
  color: var(--theme-color1);
}
.banner-section-four .banner-title-box .title img {
  position: relative;
  top: -13px;
}
@media (max-width: 1399.98px) {
  .banner-section-four .banner-title-box .title img {
    width: 140px;
    top: -8px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-four .banner-title-box .title img {
    width: 100px;
    top: -4px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-title-box .title img {
    width: 80px;
    top: 0;
  }
}
.banner-section-four .outer-box2 {
  position: relative;
  width: 100%;
}
.banner-section-four .banner-info-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1399.98px) {
  .banner-section-four .banner-info-outer {
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-info-outer {
    gap: 0;
  }
}
.banner-section-four .banner-info-outer .info-line {
  height: 194px;
  width: 1px;
  background-color: #2f2f2f;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-info-outer .info-line {
    display: none;
  }
}
.banner-section-four .info-arrow {
  width: 192px;
  height: 193px;
}
@media (max-width: 575.98px) {
  .banner-section-four .info-arrow {
    display: none;
  }
}
.banner-section-four .banner-info-box {
  max-width: 449px;
}
.banner-section-four .banner-info-box .text {
  line-height: 28px;
}
.banner-section-four .banner-info-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
  gap: 20px;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-info-box .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 30px;
  }
}
.banner-section-four .banner-info-box .image-box {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-section-four .banner-info-box .image-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #17101d;
  margin-left: -20px;
}
.banner-section-four .banner-info-box .image-box .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  width: 60px;
  height: 60px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid #17101d;
  margin-left: -20px;
}
.banner-section-four .banner-info-box .counter-box .count-box {
  line-height: 1;
  margin-bottom: 6px;
  font-size: 32px;
}
.banner-section-four .banner-info2 {
  max-width: 471px;
  width: 100%;
  padding: 50px 50px;
  background-color: #101010;
  border-radius: 20px;
  position: absolute;
  right: 70px;
  top: 20px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .banner-section-four .banner-info2 {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-four .banner-info2 {
    top: 250px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-info2 {
    position: relative;
    top: 0;
    right: 0;
    padding: 20px;
    margin-top: 40px;
  }
}
.banner-section-four .banner-info2 .shape3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-section-four .banner-info2 h1 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 160px;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-info2 h1 {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.banner-section-four .banner-info2 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-info2 .title {
    font-size: 20px;
  }
}
.banner-section-four .banner-info2 .arrow-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-info2 .arrow-icon {
    right: 20px;
    bottom: 20px;
  }
}
.banner-section-four .banner-image {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin-top: 120px;
}
@media (max-width: 575.98px) {
  .banner-section-four .banner-image {
    height: 400px;
    margin-top: 40px;
  }
}
.banner-section-four .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section-five {
  position: relative;
  padding: 265px 0 72px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner-section-five {
    padding: 180px 0 50px;
  }
}
.banner-section-five .bg-shape {
  pointer-events: none;
  z-index: -1;
}
.banner-section-five .bg-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section-five .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.banner-section-five .shape2 {
  position: absolute;
  top: 127px;
  left: 66px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .banner-section-five .shape2 {
    display: none;
  }
}
.banner-section-five .bg-banner-img {
  position: absolute;
  inset: 0;
  background: url(../images/banner/banner5-1.png) center/cover no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: banner-img 10s ease-in-out infinite alternate;
  animation: banner-img 10s ease-in-out infinite alternate;
  will-change: transform;
  width: 814px;
  height: 924px;
  margin: 0 auto;
  bottom: 0;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .banner-section-five .bg-banner-img {
    display: none;
  }
}
@keyframes banner-img {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.banner-section-five .inner-container {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner-section-five .banner-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-outer {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-five .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five .right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.banner-section-five .title-box {
  max-width: 1054px;
  width: 100%;
}
.banner-section-five .title-box .title {
  font-size: 140px;
  letter-spacing: -0.02em;
  line-height: 160px;
  font-family: var(--heading-font-family2);
  font-weight: 600;
  
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .banner-section-five .title-box .title {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-five .title-box .title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .title-box .title {
    font-size: 42px;
    line-height: 60px;
  }
}
.banner-section-five .title-box .title span {
  color: var(--theme-color1);
}
.banner-section-five .title-box .title img {
  margin-top: -26px;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-five .title-box .title img {
    width: 120px;
    margin-top: -9px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .title-box .title img {
    width: 60px;
  }
}
.banner-section-five .social-info {
  max-width: 300px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-section-five .social-info {
    margin: 0;
  }
}
.banner-section-five .social-info .text-box {
  position: relative;
}
.banner-section-five .social-info .text-box .text {
  font-size: 35px;
  line-height: 45px;
  
  font-family: var(--heading-font-family);
  color: #f5f7f5;
  text-align: right;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .banner-section-five .social-info .text-box .text {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-section-five .social-info .text-box .quote-icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.banner-section-five .social-info .line {
  text-align: center;
}
.banner-section-five .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 18px;
}
.banner-section-five .social-icon li a {
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-five .social-icon li a:hover {
  background-color: #fff;
  color: #303030;
}
.banner-section-five .video-box {
  width: 350px;
  height: 211px;
  margin-top: 209px;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-five .video-box {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .video-box {
    width: 100%;
  }
}
.banner-section-five .video-box .shape3 {
  position: absolute;
  top: -60px;
  left: -95px;
}
@media (max-width: 991.98px) {
  .banner-section-five .video-box .shape3 {
    display: none;
  }
}
.banner-section-five .video-box .image {
  width: 100%;
  height: 100%;
}
.banner-section-five .video-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-section-five .video-box .play-now2 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
.banner-section-five .video-box .play-now2 .icon {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

/***

====================================================================
    Projects Section
====================================================================

***/
.projects-section {
  position: relative;
  padding: 120px 0 96px;
}
@media (max-width: 991.98px) {
  .projects-section {
    padding: 80px 0;
  }
}
.projects-section .sec-title .title {
  font-family: var(--heading-font-family2);
  font-size: 30px;
  /* line-height: 1;
  letter-spacing: -0.04em; */
}
@media (max-width: 1399.98px) {
  .projects-section .sec-title .title {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .projects-section .sec-title .title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .projects-section .sec-title .title {
    font-size: 40px;
  }
}
.projects-section .sec-title .title span {
  position: relative;
  padding-left: 150px;
}
@media (max-width: 575.98px) {
  .projects-section .sec-title .title span {
    padding-left: 100px;
  }
}
.projects-section .sec-title .title span:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 145px;
  height: 10px;
  left: 0;
  top: calc(50% - 5px);
}
@media (max-width: 575.98px) {
  .projects-section .sec-title .title span:before {
    width: 80px;
  }
}
.projects-section .sec-title .button-box {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .projects-section .sec-title .button-box {
    text-align: left;
  }
}
.projects-section .sec-title .text2 {
  font-size: 21px;
  font-weight: 600;
  color: rgba(229, 229, 229, 0.6);
  font-family: var(--heading-font-family);
  margin-bottom: 36px;
}
@media (max-width: 575.98px) {
  .projects-section .sec-title .text2 {
    font-size: 24px;
    margin-bottom: 21px;
  }
}

.project-block .inner-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.project-block .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-block .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block .inner-block:hover .icon i {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.project-block .icon i {
  font-size: 20px;
  color: var(--theme-color1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.5);
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .project-block .icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.project-block .icon i:hover {
  color: var(--theme-color-dark);
}
.project-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.project-block .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}
.project-block .content .title {
  margin-bottom: 0;
  font-weight: 700;
}
.project-block .content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-block .content .post-meta .date {
  font-weight: 500;
  color: rgba(var(--theme-color-white-rgb), 0.8);
}
.project-block .content .post-meta .category {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-white);
}

/***

====================================================================
    Projects Section Two
====================================================================

***/
.projects-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .projects-section-two {
    padding: 80px 0;
  }
}

.project-block-two .inner-block {
  position: relative;
  margin-bottom: 30px;
}
.project-block-two .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-block-two .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-two .inner-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 652px;
  border-radius: 22px;
}
@media (max-width: 1199.98px) {
  .project-block-two .inner-block .image {
    max-height: 310px;
  }
}
.project-block-two .inner-block .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block-two .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-two .view-button {
  position: absolute;
  pointer-events: none;
  background: rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  width: 200px;
  height: 200px;
  line-height: 1;
  text-align: center;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition:
    opacity 0.25s ease,
    -webkit-transform 0.25s ease;
  transition:
    opacity 0.25s ease,
    -webkit-transform 0.25s ease;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
  will-change: transform;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .project-block-two .view-button {
    width: 100px;
    height: 100px;
    gap: 5px;
    font-size: 16px;
  }
}
.project-block-two .content {
  /* margin-top: 32px; */
}
@media (max-width: 1199.98px) {
  .project-block-two .content {
    margin-top: 20px;
  }
}
.project-block-two .content .sub-title {
  margin-bottom: 6px;
}
.project-block-two .content .title {
  margin-bottom: 0;
}
.project-block-two .content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.project-block-two .content .title a:hover {
  background-size: 100% 1px;
}

/***

====================================================================
    Projects Section Three
====================================================================

***/
.projects-section-three {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .projects-section-three {
    padding: 80px 0;
  }
}

.project-block-three .inner-block {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  height: 719px;
}
@media (max-width: 991.98px) {
  .project-block-three .inner-block {
    height: 400px;
  }
}
.project-block-three .inner-block.active .image img:first-child,
.project-block-three .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-block-three .inner-block.active .image img:nth-child(2),
.project-block-three .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-three .inner-block.active .content .title,
.project-block-three .inner-block:hover .content .title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.project-block-three .inner-block.active .content .category,
.project-block-three .inner-block:hover .content .category {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.project-block-three .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.project-block-three .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block-three .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-three .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  left: 48px;
  bottom: 48px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .project-block-three .content {
    left: 20px;
    bottom: 20px;
  }
}
.project-block-three .content .category {
  display: inline-block;
  background-color: #fff;
  color: #030303;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading-font-family);
  letter-spacing: normal;
  padding: 5px 27px;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
  margin-bottom: 10px;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block-three .content .title {
  color: #030303;
  margin-bottom: 0;
  display: inline-block;
  background-color: #fff;
  letter-spacing: normal;
  font-size: 40px;
  font-weight: 700;
  padding: 0px 39px;
  -webkit-transform: translateY(600px);
  transform: translateY(600px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1599.98px) {
  .project-block-three .content .title {
    font-size: 30px;
    padding: 0px 24px;
  }
}
@media (max-width: 575.98px) {
  .project-block-three .content .title {
    font-size: 24px;
  }
}

/***

====================================================================
    Projects Section Four
====================================================================

***/
.projects-section-four {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .projects-section-four {
    padding: 80px 0;
  }
}
.projects-section-four .shape1 {
  width: 588px;
  height: 588px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(400px);
  filter: blur(400px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.7;
  pointer-events: none;
}
.projects-section-four .shape2 {
  width: 458px;
  height: 458px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(350px);
  filter: blur(350px);
  position: absolute;
  top: 500px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}
.projects-section-four .shape3 {
  width: 458px;
  height: 458px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(400px);
  filter: blur(400px);
  position: absolute;
  bottom: 300px;
  right: 135px;
  z-index: -1;
  opacity: 0.7;
  pointer-events: none;
}
.projects-section-four .sec-title .title {
  font-size: 120px;
  line-height: 1;
  
  letter-spacing: -0.06em;
  margin-bottom: 42px;
  font-family: var(--heading-font-family2);
}
@media (max-width: 991.98px) {
  .projects-section-four .sec-title .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .projects-section-four .sec-title .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.projects-section-four .sec-title .title span {
  color: var(--theme-color1);
}
.projects-section-four .sec-title .sec-icon {
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: rgba(217, 217, 217, 0.1019607843);
  border-radius: 50%;
  margin: 0 auto;
}
.projects-section-four .sec-title .sec-icon i {
  color: var(--theme-color-white);
}
.projects-section-four .sec-title .text {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .projects-section-four .sec-title .text br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .projects-section-four .sec-title .text {
    margin-top: 20px;
  }
}
.projects-section-four .outer-box2 {
  margin-top: 90px;
}
@media (max-width: 1399.98px) {
  .projects-section-four .outer-box2 {
    margin-top: 0;
  }
}
.projects-section-four .view-button {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  margin: 40px auto 0 auto;
  position: relative;
  overflow: hidden;
}
.projects-section-four .view-button:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.projects-section-four .view-button:hover:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.projects-section-four .view-button:before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 75, 47, 0.2);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.projects-section-four .view-button:after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 75, 47, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.projects-section-four .view-button .btn-text {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.projects-section-four .view-button i {
  line-height: 1;
  position: relative;
  z-index: 1;
}

.project-block-four .inner-box {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block-four .inner-box:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-block-four .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-four .inner-box:hover .content-box .title {
  color: var(--theme-color1);
}
.project-block-four .image-box {
  position: relative;
}
.project-block-four .image-box .image {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .project-block-four .image-box .image {
    max-height: 400px;
  }
}
.project-block-four .image-box .image img {
  border-right: 0;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block-four .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-four .content-box {
  padding: 28px 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .project-block-four .content-box {
    padding: 20px 0 0 0;
  }
}
.project-block-four .content-box .text {
  
}
.project-block-four .content-box .title {
  margin-bottom: 0px;
  margin-top: 13px;
}
.project-block-four .content-box .title:hover {
  color: var(--theme-color1);
}

/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .pricing-section-two {
    padding: 80px 0;
  }
}
.pricing-section-two .shape1 {
  position: absolute;
  top: 0;
  left: 200px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .pricing-section-two .shape1 {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .pricing-section-two .sec-title .title br {
    display: none;
  }
}

.pricing-plan-skin-style1 {
  position: relative;
  padding: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 30px;
}
.pricing-plan-skin-style1:hover:before {
  opacity: 0;
  visibility: hidden;
}
.pricing-plan-skin-style1:hover:after {
  opacity: 1;
  visibility: visible;
}
.pricing-plan-skin-style1:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(24, 24, 24, 0)),
    to(#181818)
  );
  background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
  border-radius: 12px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-plan-skin-style1:after {
  background: #242424;
  border-radius: 12px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-plan-skin-style1.show-secondary-price
  .inner-box
  .pricing-plan-pricing
  .price.price-normal {
  display: none;
}
.pricing-plan-skin-style1.show-secondary-price
  .inner-box
  .pricing-plan-pricing
  .price.price-secondary {
  display: inline;
}
.pricing-plan-skin-style1.pricing-active:before {
  opacity: 0;
  visibility: hidden;
}
.pricing-plan-skin-style1.pricing-active:after {
  opacity: 1;
  visibility: visible;
}
.pricing-plan-skin-style1.pricing-active .inner-block:before {
  opacity: 1;
  visibility: visible;
}
.pricing-plan-skin-style1.pricing-active .inner-block .get-started {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.pricing-plan-skin-style1 .inner-block {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#101010),
    to(rgba(16, 16, 16, 0))
  );
  background: linear-gradient(180deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
  border-radius: 14px;
  padding: 35px 35px 3px;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .pricing-plan-skin-style1 .inner-block {
    padding: 30px 20px 0;
  }
}
.pricing-plan-skin-style1 .inner-block:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 75, 47, 0.15)),
    to(rgba(255, 75, 47, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 75, 47, 0.15) 0%,
    rgba(255, 75, 47, 0) 100%
  );
  border-radius: 12px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.pricing-plan-skin-style1 .inner-block:hover:before {
  opacity: 1;
  visibility: visible;
}
.pricing-plan-skin-style1 .inner-block:hover .get-started {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.pricing-plan-skin-style1 .pricing-title {
  margin-bottom: 26px;
}
.pricing-plan-skin-style1 .pricing-title .pricing-plan-title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 0;
}
.pricing-plan-skin-style1 .pricing-title .pricing-plan-subtitle {
  color: #fff;
  font-weight: 500;
  margin-top: 0;
}
.pricing-plan-skin-style1 .feature-lists {
  margin-bottom: 0;
}
.pricing-plan-skin-style1 .feature-lists .features-list-title {
  color: rgba(229, 229, 229, 0.8);
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}
.pricing-plan-skin-style1 .feature-lists .features-list li {
  color: #e5e5e5;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-plan-skin-style1 .feature-lists .features-list li .icon {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-plan-skin-style1 .price-area {
  margin-bottom: 27px;
}
.pricing-plan-skin-style1 .price-area .pricing-plan-pricing {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.pricing-plan-skin-style1
  .price-area
  .pricing-plan-pricing
  .price.price-secondary {
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-plan-skin-style1
  .price-area
  .pricing-plan-pricing
  .price
  .pricing-plan-prefix {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  font-weight: 700;
  margin-right: 0;
}
.pricing-plan-skin-style1
  .price-area
  .pricing-plan-pricing
  .pricing-plan-separator,
.pricing-plan-skin-style1
  .price-area
  .pricing-plan-pricing
  .pricing-plan-postfix {
  font-size: 16px;
  font-weight: 400;
  margin-left: -6px;
}
.pricing-plan-skin-style1 .price-area .footer-hint-text {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.pricing-plan-skin-style1 .get-started {
  background: #181818;
  border: 1px solid #242424;
  border-radius: 32px;
  color: #ffffff;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 27px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-plan-style2 .inner-block {
  position: relative;
  overflow: hidden;
  background-color: #101010;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .pricing-plan-style2 .inner-block {
    padding: 20px;
  }
}
.pricing-plan-style2 .inner-block.active:before,
.pricing-plan-style2 .inner-block:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.pricing-plan-style2 .inner-block.active .price-area,
.pricing-plan-style2 .inner-block:hover .price-area {
  border-color: rgba(255, 255, 255, 0.1);
}
.pricing-plan-style2 .inner-block.active .price-icon i,
.pricing-plan-style2 .inner-block:hover .price-icon i {
  color: #fff;
}
.pricing-plan-style2 .inner-block.active .price-icon i,
.pricing-plan-style2 .inner-block.active .price-icon img,
.pricing-plan-style2 .inner-block:hover .price-icon i,
.pricing-plan-style2 .inner-block:hover .price-icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pricing-plan-style2 .inner-block.active .price-icon img,
.pricing-plan-style2 .inner-block:hover .price-icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.pricing-plan-style2 .inner-block:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  background-color: var(--theme-color1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.pricing-plan-style2 .price-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #2f2f2f;
  font-size: 40px;
}
@media (max-width: 575.98px) {
  .pricing-plan-style2 .price-icon {
    top: 20px;
    right: 20px;
  }
}
.pricing-plan-style2 .price-icon i,
.pricing-plan-style2 .price-icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-plan-style2 .price-area {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 22px;
  margin-bottom: 24px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-plan-style2 .price-category {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  color: #030303;
  
  background-color: #fff;
  padding: 8.5px 14.5px;
  margin-bottom: 12px;
}
.pricing-plan-style2 .price .pricing-plan-prefix,
.pricing-plan-style2 .price .pricing-plan-price {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 575.98px) {
  .pricing-plan-style2 .price .pricing-plan-prefix,
  .pricing-plan-style2 .price .pricing-plan-price {
    font-size: 40px;
  }
}
.pricing-plan-style2 .price .pricing-plan-separator,
.pricing-plan-style2 .price .pricing-plan-postfix {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 575.98px) {
  .pricing-plan-style2 .price .pricing-plan-separator,
  .pricing-plan-style2 .price .pricing-plan-postfix {
    font-size: 16px;
  }
}
.pricing-plan-style2 .pricing-text {
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
.pricing-plan-style2 .feature-lists {
  position: relative;
}
.pricing-plan-style2 .feature-lists .features-list-title {
  margin-bottom: 28px;
}
.pricing-plan-style2 .feature-lists .features-list li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .pricing-plan-style2 .feature-lists .features-list li {
    margin-bottom: 20px;
  }
}
.pricing-plan-style2 .feature-lists .features-list li:last-child {
  margin-bottom: 0;
}
.pricing-plan-style2 .get-started {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #f5f7f5;
  
  width: 100%;
  background-color: #010103;
  border: none;
  padding: 22px 10px;
  margin-top: 63px;
  display: block;
  position: relative;
}
@media (max-width: 575.98px) {
  .pricing-plan-style2 .get-started {
    margin-top: 20px;
  }
}

@media (max-width: 1199.98px) {
  .pricing-section .sec-title .title br {
    display: none;
  }
}
.pricing-section .sec-title .title .arrow-shape {
  max-width: 356px;
  width: 100%;
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 1399.98px) {
  .pricing-section .sec-title .title .arrow-shape {
    max-width: 280px;
    margin-left: 10px;
  }
}
@media (max-width: 1199.98px) {
  .pricing-section .sec-title .title .arrow-shape {
    display: none;
  }
}
.pricing-section .sec-title .text {
  margin-left: 50px;
}
@media (max-width: 1599.98px) {
  .pricing-section .sec-title .text {
    margin-left: 0;
  }
}
.pricing-section .inner-container {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .pricing-section .inner-container {
    padding: 80px 0;
  }
}
.pricing-section .inner-container:before {
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(16, 16, 16, 0.9)),
    color-stop(20%, rgba(16, 16, 16, 0.5)),
    color-stop(49.7%, rgba(16, 16, 16, 0)),
    color-stop(74.8%, rgba(16, 16, 16, 0.5)),
    to(rgba(16, 16, 16, 0.9))
  );
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0.9) 0%,
    rgba(16, 16, 16, 0.5) 20%,
    rgba(16, 16, 16, 0) 49.7%,
    rgba(16, 16, 16, 0.5) 74.8%,
    rgba(16, 16, 16, 0.9) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.pricing-section .pricing-two__tab {
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .pricing-section .pricing-two__tab {
    margin-bottom: 10px;
  }
}
.pricing-section .pricing-two__tab .nav-tabs {
  border: none;
  background-color: #101010;
  border-radius: 40px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.pricing-section .pricing-two__tab .nav-link {
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  
  color: var(--theme-color1-text-color);
  border: none;
  padding: 12px 21px;
  border-radius: 32px;
}
.pricing-section .pricing-two__tab .nav-link.active {
  background-color: var(--theme-color1);
  border-radius: 32px;
}

.pricing-block .inner-box {
  background: var(--theme-color-black);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  border-radius: 40px;
  margin-top: 51px;
  padding: 50px 50px;
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 499.98px) {
  .pricing-block .inner-box {
    padding: 30px 20px;
  }
}
.pricing-block .inner-box.active:before,
.pricing-block .inner-box:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.pricing-block .inner-box.active .get-started,
.pricing-block .inner-box:hover .get-started {
  color: var(--theme-color1-text-color);
}
.pricing-block .inner-box.active .get-started:before,
.pricing-block .inner-box:hover .get-started:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.pricing-block .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background: radial-gradient(
    155.99% 118.93% at 100% 98.08%,
    #222b1c 0%,
    #151515 55.18%
  );
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.pricing-block .price {
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 14px;
}
.pricing-block .price span {
  font-size: 65px;
}
.pricing-block .price sup {
  color: var(--theme-color1);
  font-size: 24px;
  top: -3px;
}
.pricing-block .tag {
  background-color: #0d0d0d;
  border-radius: 0 0 30px 30px;
  color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 9px 78px 17px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .pricing-block .tag {
    padding: 9px 55px 17px;
  }
}
.pricing-block .list {
  padding: 34px 0 34px 10px;
  text-align: left;
}
.pricing-block .list li {
  color: var(--theme-color-white);
  font-weight: 400;
  letter-spacing: -0.32px;
  padding: 0;
  margin-bottom: 10px;
}
.pricing-block .list li i {
  color: var(--theme-color1);
  padding-right: 15px;
}
.pricing-block .list li img {
  padding-right: 15px;
}
.pricing-block .get-started {
  color: #fff;
  background-color: #151515;
  padding: 20px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .get-started:before {
  background-color: var(--theme-color1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.pricing-block .get-started:hover {
  color: var(--theme-color1-text-color);
}
.pricing-block .get-started:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.pricing-block.style-2 {
  position: relative;
}
@media (max-width: 767.98px) {
  .pricing-block.style-2 {
    margin-top: 80px;
  }
}
.pricing-block.style-2 .recommend {
  background-color: var(--theme-color1);
  border-radius: 40px 40px 0 0;
  color: var(--theme-color1-text-color);
  font-weight: 500;
  left: 0;
  line-height: 26px;
  padding: 13px 0 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -51px;
  width: 100%;
  z-index: -1;
}

/*** 

====================================================================
    Feature Block
====================================================================

***/
.features-block .inner-block {
  position: relative;
}
.features-block .inner-block:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.features-block .icon {
  color: #ffffff;
  display: inline-block;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 19px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.features-block .title {
  margin-bottom: 24px;
}

.features-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .features-section-two {
    padding: 80px 0;
  }
}
.features-section-two .sec-title {
  margin-bottom: -20px;
}
@media (max-width: 1199.98px) {
  .features-section-two .sec-title {
    margin-bottom: 30px;
  }
}
.features-section-two .sec-title .title {
  font-size: 40px;
  margin-bottom: 30px;
}

.features-block-two .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(24, 24, 24, 0.7);
  border-radius: 12px;
  padding: 25px 53px 25px 30px;
}
@media (max-width: 1199.98px) {
  .features-block-two .inner-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .features-block-two .inner-block {
    padding: 20px;
  }
}
.features-block-two .inner-block .title {
  margin-bottom: 0;
}
.features-block-two .inner-block .icon {
  font-size: 20px;
  color: #fff;
}

.features-block-three .inner-block {
  background-color: rgba(24, 24, 24, 0.7);
  border-radius: 12px;
  padding: 25px 53px 25px 30px;
}
@media (max-width: 1199.98px) {
  .features-block-three .inner-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .features-block-three .inner-block {
    padding: 20px;
  }
}
.features-block-three .inner-block .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 82px;
}
@media (max-width: 575.98px) {
  .features-block-three .inner-block .title-box {
    margin-bottom: 30px;
  }
}
.features-block-three .inner-block .title {
  margin-bottom: 0;
}
.features-block-three .inner-block .icon {
  font-size: 20px;
  color: #fff;
}

.features-block-four .inner-block {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .features-block-four .inner-block {
    padding: 20px;
  }
}
.features-block-four .inner-block .shape1 {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
}
.features-block-four .inner-block .title {
  margin-bottom: 180px;
  color: #303030;
}
@media (max-width: 575.98px) {
  .features-block-four .inner-block .title {
    margin-bottom: 80px;
  }
}
.features-block-four .inner-block .count-box {
  font-size: 56px;
  font-weight: 800;
  font-family: var(--heading-font-family);
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

====================================================================
  Award Block
====================================================================

***/
.award-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .award-section {
    padding: 80px 0;
  }
}
.award-section .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .award-section .sec-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.award-section .sec-title .year {
  margin-bottom: 0;
}
.award-section .image-box {
  text-align: center;
}

.award-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 20px 20px;
  position: relative;
  border-bottom: 1px solid #2f2f2f;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
  }
}
.award-block:hover {
  padding: 20px 36px 20px 36px;
}
.award-block:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.award-block:hover .title-box .number {
  color: var(--theme-color1-text-color);
}
.award-block:hover .award-box .year-box {
  color: var(--theme-color1-text-color);
}
.award-block:first-child {
  border-top: 1px solid #2f2f2f;
}
.award-block:last-child {
  margin-bottom: 0;
}
.award-block:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  background-color: var(--theme-color1);
  transition: -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 300ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.award-block .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative;
}
@media (max-width: 767.98px) {
  .award-block .title-box {
    gap: 20px;
  }
}
.award-block .title-box .title {
  margin-bottom: 0;
}
.award-block .title-box .number {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.award-block .award-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media (max-width: 575.98px) {
  .award-block .award-box {
    gap: 20px;
  }
}
.award-block .award-box .year-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.award-block .award-box .year-box span {
  font-size: 10px;
}
.award-block .award-box .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

/*** 

====================================================================
   about Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 80px 0;
  }
}
.about-section .shape1 {
  width: 658px;
  height: 658px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(700px);
  filter: blur(700px);
  position: absolute;
  bottom: -400px;
  right: -200px;
  z-index: -1;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .about-section .shape1 {
    display: none;
  }
}
.about-section .shape2 {
  width: 360px;
  height: 360px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(700px);
  filter: blur(700px);
  position: absolute;
  bottom: -200px;
  left: -200px;
  z-index: -1;
  opacity: 0.7;
  pointer-events: none;
}
.about-section .sec-title .title .arrow-shape {
  max-width: 400px;
  width: 100%;
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 1399.98px) {
  .about-section .sec-title .title .arrow-shape {
    max-width: 280px;
    margin-left: 10px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .sec-title .title .arrow-shape {
    display: none;
  }
}
.about-section .sec-title .theme-btn-one {
  margin-top: 38px;
}
.about-section .image {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
}
.about-section .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.about-section .experience {
  height: 480px;
  max-width: 377px;
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #101010;
  border-radius: 16px;
  padding: 28px 30px 35px;
}
@media (max-width: 767.98px) {
  .about-section .experience {
    margin: 20px 0 0 0;
  }
}
.about-section .experience .title {
  font-weight: 500;
}
.about-section .experience .counter .count-box {
  line-height: 1;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  font-family: var(--heading-font-family);
  color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-section .experience .counter .text {
  color: #e5e5e5;
  font-size: 18px;
  font-weight: 400;
}

/*** 

====================================================================
   about Section Two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section-two {
    padding: 80px 0;
  }
}
.about-section-two .shape1 {
  position: absolute;
  pointer-events: none;
  right: 60px;
  bottom: 30px;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .about-section-two .shape1 {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .shape1 {
    display: none;
  }
}
.about-section-two .image-column .image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .image {
    height: 400px;
    margin-bottom: 30px;
  }
}
.about-section-two .image-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-two .content-column .title {
  font-size: 190px;
  letter-spacing: -8px;
  font-family: var(--heading-font-family2);
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 142px;
}
@media (max-width: 1699.98px) {
  .about-section-two .content-column .title {
    font-size: 170px;
  }
}
@media (max-width: 1599.98px) {
  .about-section-two .content-column .title {
    font-size: 150px;
  }
}
@media (max-width: 1399.98px) {
  .about-section-two .content-column .title {
    font-size: 130px;
  }
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .about-section-two .content-column .title {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .title {
    font-size: 54px;
    letter-spacing: -3px;
  }
}
.about-section-two .content-column .title2 {
  font-size: 32px;
  margin-bottom: 46px;
}
@media (max-width: 767.98px) {
  .about-section-two .content-column .title2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .title2 {
    font-size: 20px;
  }
}
.about-section-two .content-column .title2 span {
  margin-left: 100px;
}
@media (max-width: 767.98px) {
  .about-section-two .content-column .title2 span {
    margin-left: 50px;
  }
}
.about-section-two .service-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 140px;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .about-section-two .service-list-box {
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  .about-section-two .service-list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
  }
}
.about-section-two .about-service-list {
  max-width: 290px;
  width: 100%;
}
.about-section-two .about-service-list li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}
.about-section-two .about-service-list li i {
  font-size: 20px;
  color: var(--theme-color1);
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-two .about-service-list li img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

/*** 

====================================================================
   about Section Three
====================================================================

***/
.about-section-three {
  position: relative;
  padding: 120px 0;
  border-bottom: 1px solid #2f2f2f;
}
@media (max-width: 991.98px) {
  .about-section-three {
    padding: 80px 0;
  }
}
.about-section-three .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column {
    margin-bottom: 50px;
  }
}
.about-section-three .image-column .inner-column .shape2 {
  position: absolute;
  top: 20px;
  right: -30px;
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column .shape2 {
    display: none;
  }
}
.about-section-three .image-column .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-section-three .image-column .image1 {
  position: relative;
  -webkit-mask-image: url(../images/resource/about3-mask1.png);
  mask-image: url(../images/resource/about3-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 379px;
  height: 379px;
}
.about-section-three .image-column .image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-three .image-column .image2 {
  position: relative;
  -webkit-mask-image: url(../images/resource/about3-mask2.png);
  mask-image: url(../images/resource/about3-mask2.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 189px;
  height: 380px;
}
.about-section-three .image-column .image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-three .content-column .inner-column {
  position: relative;
}
.about-section-three .content-column .inner-column .title2 {
  font-size: 34px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .about-section-three .content-column .inner-column .title2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-three .content-column .inner-column .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 85px;
}
@media (max-width: 767.98px) {
  .about-section-three .content-column .inner-column .bottom-box {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-three .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.about-section-three .content-column .inner-column .funfact-box .inner-box {
  position: relative;
  min-width: 245px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .about-section-three .content-column .inner-column .funfact-box .inner-box {
    min-width: 219px;
  }
}
.about-section-three
  .content-column
  .inner-column
  .funfact-box
  .inner-box
  .shape1 {
  position: absolute;
  top: -25px;
  left: -70px;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .about-section-three
    .content-column
    .inner-column
    .funfact-box
    .inner-box
    .shape1 {
    display: none;
  }
}
.about-section-three
  .content-column
  .inner-column
  .funfact-box
  .inner-box
  .count-box {
  font-family: var(--heading-font-family2);
}
.about-section-three
  .content-column
  .inner-column
  .funfact-box
  .inner-box
  .title {
  font-family: var(--heading-font-family2);
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .about-section-three
    .content-column
    .inner-column
    .funfact-box
    .inner-box
    .title {
    margin-top: 0;
  }
}
.about-section-three .content-column .inner-column .content-box {
  /* border-left: 1px solid #2f2f2f;
  padding-left: 48px;
  margin-left: 48px; */
}
@media (max-width: 1399.98px) {
  .about-section-three .content-column .inner-column .content-box {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-section-three .content-column .inner-column .content-box {
    padding-left: 0;
    margin-left: 0;
    border: none;
    margin-top: 30px;
  }
}
.about-section-three .content-column .inner-column .content-box .text {
  color: #999;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .about-section-three .content-column .inner-column .content-box .text {
    margin-bottom: 30px;
  }
}

/*** 

====================================================================
   about Section Four
====================================================================

***/
.about-section-four {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section-four {
    padding: 80px 0;
  }
}
.about-section-four .image-column .inner-column {
  max-width: 757px;
}
@media (max-width: 1199.98px) {
  .about-section-four .image-column .inner-column {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.about-section-four .image-column .inner-column .sec-title {
  margin-bottom: 50px;
}
.about-section-four .image-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .about-section-four .image-column .image {
    height: 400px;
  }
}
.about-section-four .image-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-four .content-column .inner-column {
  position: relative;
  margin-left: 33px;
  margin-top: 30px;
}
@media (max-width: 1399.98px) {
  .about-section-four .content-column .inner-column {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .about-section-four .content-column .inner-column {
    margin-left: 0;
  }
}
.about-section-four .content-column .images-box {
  text-align: -webkit-right;
  position: relative;
}
.about-section-four .content-column .images-box .shape1 {
  position: absolute;
  left: 170px;
  top: 50px;
}
@media (max-width: 1399.98px) {
  .about-section-four .content-column .images-box .shape1 {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .images-box .shape1 {
    display: none;
  }
}
.about-section-four .content-column .image2 {
  width: 269px;
  height: 244px;
  overflow: hidden;
}
.about-section-four .content-column .image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-four .content-column .content-box {
  border-left: 1px solid #2f2f2f;
  padding-left: 100px;
  padding-top: 77px;
  position: relative;
}
@media (max-width: 767.98px) {
  .about-section-four .content-column .content-box {
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .content-box {
    padding-left: 20px;
    padding-top: 20px;
  }
}
.about-section-four .content-column .content-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 389px;
  background-color: #2f2f2f;
}
.about-section-four .content-column .content-box .text {
  max-width: 519px;
  margin-top: 20px;
}
.about-section-four .content-column .content-box .bottom-box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .content-box .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 20px;
  }
}
.about-section-four .content-column .content-box .bottom-box .line {
  height: 48px;
  width: 1px;
  background-color: #2f2f2f;
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .content-box .bottom-box .line {
    display: none;
  }
}
.about-section-four .content-column .funfact-box .inner-box {
  position: relative;
  min-width: 245px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .about-section-four .content-column .funfact-box .inner-box {
    min-width: 219px;
  }
}
.about-section-four .content-column .funfact-box .inner-box .shape2 {
  position: absolute;
  top: 70px;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .about-section-four .content-column .funfact-box .inner-box .shape2 {
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .funfact-box .inner-box .shape2 {
    display: none;
  }
}
.about-section-four .content-column .funfact-box .inner-box .count-box {
  font-family: var(--heading-font-family2);
}
.about-section-four .content-column .funfact-box .inner-box .title {
  font-family: var(--heading-font-family2);
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .funfact-box .inner-box .title {
    margin-top: 0;
  }
}
.about-section-four .content-column .call-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.about-section-four .content-column .call-info:hover .icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.about-section-four .content-column .call-info .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #2f2f2f;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-four .content-column .call-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-section-four .content-column .call-info .info .text2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
}
.about-section-four .content-column .call-info .info .number {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

/*** 

====================================================================
   about Section Five
====================================================================

***/
.about-section-five {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section-five {
    padding: 80px 0;
  }
}
.about-section-five .title-shadow {
  font-size: 220px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.1);
  
  font-weight: 700;
  font-family: var(--heading-font-family);
  width: 100%;
  position: relative;
  text-align: right;
  line-height: 1;
  padding-right: 200px;
}
@media (max-width: 1399.98px) {
  .about-section-five .title-shadow {
    font-size: 180px;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .title-shadow {
    font-size: 160px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .title-shadow {
    font-size: 120px;
  }
}
@media (max-width: 767.98px) {
  .about-section-five .title-shadow {
    font-size: 100px;
  }
}
.about-section-five .shape2 {
  width: 360px;
  height: 360px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(400px);
  filter: blur(400px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .about-section-five .image-column .image-box {
    margin-bottom: 50px;
  }
}
.about-section-five .image-column .image-box .image {
  width: 100%;
  height: 100%;
  max-width: 585px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .about-section-five .image-column .image-box .image {
    max-width: 100%;
    height: 400px;
  }
}
.about-section-five .image-column .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-five .content-column .inner-column {
  position: relative;
}
.about-section-five .content-column .inner-column .title {
  max-width: 683px;
  letter-spacing: normal;
  font-size: 60px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.87);
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .about-section-five .content-column .inner-column .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .inner-column .title {
    margin-bottom: 20px;
  }
}
.about-section-five .content-column .inner-column .title span {
  margin-left: 205px;
}
.about-section-five .content-column .inner-column .text {
  color: #9d9d9d;
  max-width: 527px;
}
.about-section-five .content-column .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 77px;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 30px;
  }
}
.about-section-five .content-column .bottom-box .line {
  width: 1px;
  height: 42px;
  background-color: #2f2f2f;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .bottom-box .line {
    display: none;
  }
}
.about-section-five .content-column .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
}
@media (max-width: 767.98px) {
  .about-section-five .content-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-five .content-column .info-box .text2 {
  font-size: 20px;
}
.about-section-five .content-column .info-box .image-box {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-section-five .content-column .info-box .image-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #17101d;
  margin-left: -20px;
}
.about-section-five .content-column .info-box .image-box .icon {
  background-color: var(--theme-color-white);
  color: #030303;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #17101d;
  margin-left: -20px;
}
.about-section-five .content-column .info-box .counter-box .count-box {
  line-height: 1;
  margin-bottom: 0;
  font-size: 24px;
}
.about-section-five .circle-container {
  position: absolute;
  top: -138px;
  left: 0;
  display: inline-block;
}
.about-section-five .circle-container .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  border-radius: 50%;
}
.about-section-five .circle-container text {
  outline: 1px solid #2f2f2f;
  border-radius: 50%;
  outline-offset: 5px;
}
.about-section-five .circle-container .text {
  font-size: 16px;
  
  fill: #ffffff;
  font-weight: 700;
  font-family: var(--heading-font-family2);
}
.about-section-five .image2 {
  width: 322px;
  height: 257px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -73px;
}
@media (max-width: 1599.98px) {
  .about-section-five .image2 {
    width: 250px;
  }
}
@media (max-width: 1399.98px) {
  .about-section-five .image2 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .image2 {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .image2 {
    display: none;
  }
}
.about-section-five .image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-five .shape1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .about-section-five .shape1 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .shape1 {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .shape1 {
    display: none;
  }
}

/***

====================================================================
    marquee-section
====================================================================

***/
.marquee-section {
  position: relative;
  padding: 146px 0 100px;
}
@media (max-width: 991.98px) {
  .marquee-section {
    padding: 80px 0;
  }
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 60px;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
@media (max-width: 991.98px) {
  .marquee .marquee-group {
    gap: 30px;
  }
}
.marquee .text {
  position: relative;
  font-size: 120px;
  font-weight: 700;
  font-family: var(--heading-font-family2);
  line-height: 1;
  margin-bottom: 0;
  
  letter-spacing: -0.04em;
  color: var(--theme-color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .marquee .text {
    font-size: 60px;
  }
}
.marquee .text span {
  color: var(--theme-color1);
  display: inline-block;
  margin-left: -14px;
}
@media (max-width: 991.98px) {
  .marquee .text span {
    margin-left: -6px;
  }
}
.marquee .text.style2 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2f2f2f;
}
.marquee .text.style2 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
    animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-section-two {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 991.98px) {
  .marquee-section-two {
    padding: 80px 0;
  }
}

.marquee2 {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
  background-color: #101010;
  padding: 35px 0;
}
.marquee2.style2 {
  background-color: var(--theme-color1);
  -webkit-transform: rotate(-3.44deg);
  transform: rotate(-3.44deg);
  top: -43px;
  left: 4px;
}
.marquee2.style2 .marquee-group {
  -webkit-animation: scroll2 var(--duration) linear infinite;
  animation: scroll2 var(--duration) linear infinite;
}
.marquee2 .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 40px;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
@media (max-width: 991.98px) {
  .marquee2 .marquee-group {
    gap: 30px;
  }
}
.marquee2 .text {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--heading-font-family);
  line-height: 1;
  margin-bottom: 0;
  
  color: var(--theme-color-white);
}
@media (prefers-reduced-motion: reduce) {
  .marquee2 .marquee-group {
    -webkit-animation-play-state: play;
    animation-play-state: play;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.section-outer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#101010),
    color-stop(20%, rgba(16, 16, 16, 0.6)),
    color-stop(49.7%, rgba(16, 16, 16, 0)),
    color-stop(74.8%, rgba(16, 16, 16, 0.6)),
    to(#101010)
  );
  background: linear-gradient(
    180deg,
    #101010 0%,
    rgba(16, 16, 16, 0.6) 20%,
    rgba(16, 16, 16, 0) 49.7%,
    rgba(16, 16, 16, 0.6) 74.8%,
    #101010 100%
  );
  border-radius: 40px;
  max-width: 1840px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-outer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 312px;
  height: 312px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(700px);
  filter: blur(700px);
  bottom: -100px;
  right: -100px;
  opacity: 0.7;
  pointer-events: none;
}

.services-section {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 991.98px) {
  .services-section {
    padding: 80px 0;
  }
}
.services-section .sec-title .sub-title {
  background: #181818;
}
.services-section .service-contect-box {
  padding: 20px 36px 20px 48px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .services-section .service-contect-box {
    padding: 20px;
  }
}
.services-section .service-contect-box .text {
  color: #e5e5e5;
  margin-bottom: 40px;
}

.service-block {
  position: relative;
  padding: 1px;
  overflow: hidden;
  margin-bottom: 24px;
}
.service-block::before,
.service-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
    from var(--gradient-angle),
    #ff4b2f,
    rgba(24, 24, 24, 0),
    #ff4b2f,
    rgba(24, 24, 24, 0),
    #ff4b2f
  );
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
}
.service-block:hover::before,
.service-block:hover::after {
  opacity: 1;
  visibility: visible;
}
.service-block:hover .inner-block .icon i,
.service-block:hover .inner-block .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block:hover .inner-block .icon i {
  color: var(--theme-color1);
}
.service-block:hover .inner-block .icon img {
  -webkit-filter: none;
  filter: none;
}
.service-block:hover .inner-block .service-button-one i:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-block .inner-block {
  position: relative;
  background-color: var(--theme-color2);
  border-radius: 16px;
  overflow: hidden;
  padding: 48px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .service-block .inner-block {
    padding: 20px;
  }
}
.service-block .inner-block .shape1 {
  position: absolute;
  top: 0;
  right: 0;
}
.service-block .icon {
  margin-bottom: 114px;
}
@media (max-width: 575.98px) {
  .service-block .icon {
    margin-bottom: 30px;
  }
}
.service-block .icon i,
.service-block .icon img {
  color: var(--theme-color-white);
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .icon i,
.service-block .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.service-block .title {
  margin-bottom: 15px;
}
.service-block .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.service-block .title a:hover {
  background-size: 100% 1px;
}
.service-block .text {
  margin-bottom: 37px;
}
@media (max-width: 575.98px) {
  .service-block .text {
    margin-bottom: 20px;
  }
}
.service-block .service-button-one {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-white);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.service-block .service-button-one i {
  background-color: #242424;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: var(--theme-color-white);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-block .service-button-one i:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  background-color: var(--theme-color1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

/***

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
}
.services-section-two .sec-title-h2 .sub-title {
  background-color: #f3f2f1;
  color: #030303;
}
.services-section-two .sec-title-h2 .title {
  color: #030303;
}
.services-section-two .outer-box {
  position: relative;
  padding: 120px 0;
  background-color: #fff;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .services-section-two .outer-box {
    padding: 80px 0;
  }
}
.services-section-two .service-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
}
.services-section-two .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #242424;
  opacity: 1;
  margin: 0 !important;
}
.services-section-two .swiper-pagination-bullet-active {
  background: var(--theme-color1);
}

.service-block-two .inner-block {
  position: relative;
  padding: 30px 30px 25px;
  border-radius: 15px;
  background-color: #030303;
}
.service-block-two .inner-block:hover .icon i,
.service-block-two .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-two .inner-block:hover .service-button-two {
  width: 100%;
}
.service-block-two .inner-block:hover .service-button-two img {
  width: 100%;
  opacity: 1;
}
.service-block-two .inner-block:hover .service-button-two i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.service-block-two .inner-block .shape1 {
  position: absolute;
  pointer-events: none;
  top: 24px;
  right: 30px;
}
.service-block-two .icon {
  margin-bottom: 38px;
  width: 41px;
}
.service-block-two .icon i,
.service-block-two .icon img {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .title {
  color: #fff;
  margin-bottom: 20px;
}
.service-block-two .text {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 47px;
  margin-right: -5px;
}
.service-block-two .service-button-two {
  position: relative;
  display: block;
  width: 40px;
  height: 62px;
  line-height: 62px;
  text-align: right;
  padding: 0 10px;
  padding-left: 0;
  border-radius: 72px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-two .service-button-two:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-block-two .service-button-two i {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-two .service-button-two img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/***

====================================================================
    Services Section Three
====================================================================

***/
.services-section-three {
  position: relative;
  padding: 120px 0 96px;
}
@media (max-width: 991.98px) {
  .services-section-three {
    padding: 80px 0;
  }
}
.services-section-three .shape1 {
  width: 1755px;
  height: 678px;
  background: var(--theme-color1);
  -webkit-filter: blur(930px);
  filter: blur(930px);
  position: absolute;
  top: -200px;
  right: -300px;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .services-section-three .shape1 {
    display: none;
  }
}

.service-block-three .inner-block {
  position: relative;
  background-color: var(--theme-color-white);
  border-radius: 16px;
  padding: 324px 40px 44px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .service-block-three .inner-block {
    padding: 200px 20px 24px;
  }
}
.service-block-three .inner-block:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-three .inner-block:hover .icon i,
.service-block-three .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-three .image {
  -webkit-mask-image: url(../images/resource/service3-mask1.png);
  mask-image: url(../images/resource/service3-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 500px;
  height: 530px;
  position: absolute;
  top: -141px;
  right: -156px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .service-block-three .image {
    width: 300px;
    height: 330px;
    top: -95px;
    right: -95px;
  }
}
.service-block-three .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-three .icon {
  margin-bottom: 43px;
}
@media (max-width: 575.98px) {
  .service-block-three .icon {
    margin-bottom: 20px;
  }
}
.service-block-three .icon i,
.service-block-three .icon img {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .title {
  color: #030303;
  margin-bottom: 11px;
}
@media (max-width: 575.98px) {
  .service-block-three .title {
    margin-bottom: 2px;
  }
}
.service-block-three .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.service-block-three .title a:hover {
  background-size: 100% 1px;
}
.service-block-three .text {
  color: #242627;
}

/***

====================================================================
    Services Section Four
====================================================================

***/
.service-block-four .inner-block {
  position: relative;
  background-color: var(--theme-color1);
  border-radius: 16px;
  padding: 324px 40px 44px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .service-block-four .inner-block {
    padding: 200px 20px 24px;
  }
}
.service-block-four .inner-block:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-four .inner-block:hover .icon i,
.service-block-four .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-four .image-box {
  -webkit-mask-image: url(../images/resource/service4-mask2.png);
  mask-image: url(../images/resource/service4-mask2.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: rgba(var(--theme-color-white-rgb), 0.2);
  width: 478px;
  height: 478px;
  position: absolute;
  top: -140px;
  right: -120px;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .service-block-four .image-box {
    width: 300px;
    height: 330px;
    top: -95px;
    right: -95px;
  }
}
.service-block-four .image {
  -webkit-mask-image: url(../images/resource/service4-mask1.png);
  mask-image: url(../images/resource/service4-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-four .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-four .icon {
  margin-bottom: 43px;
}
@media (max-width: 575.98px) {
  .service-block-four .icon {
    margin-bottom: 20px;
  }
}
.service-block-four .icon i,
.service-block-four .icon img {
  color: var(--theme-color1-text-color);
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .title {
  color: var(--theme-color1-text-color);
  margin-bottom: 11px;
}
@media (max-width: 575.98px) {
  .service-block-four .title {
    margin-bottom: 2px;
  }
}
.service-block-four .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.service-block-four .title a:hover {
  background-size: 100% 1px;
}
.service-block-four .text {
  color: var(--theme-color1-text-color);
}

/***

====================================================================
    Services Section Five
====================================================================

***/
.service-block-five .inner-block {
  position: relative;
  background-color: var(--theme-color3);
  border-radius: 16px;
  padding: 324px 40px 44px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .service-block-five .inner-block {
    padding: 200px 20px 24px;
  }
}
.service-block-five .inner-block:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-five .inner-block:hover .icon i,
.service-block-five .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-five .image-box {
  -webkit-mask-image: url(../images/resource/service4-mask2.png);
  mask-image: url(../images/resource/service4-mask2.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: rgba(var(--theme-color-white-rgb), 0.2);
  width: 478px;
  height: 478px;
  position: absolute;
  top: -140px;
  right: -120px;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .service-block-five .image-box {
    width: 300px;
    height: 330px;
    top: -95px;
    right: -95px;
  }
}
.service-block-five .image {
  -webkit-mask-image: url(../images/resource/service4-mask1.png);
  mask-image: url(../images/resource/service4-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-five .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-five .icon {
  margin-bottom: 43px;
}
@media (max-width: 575.98px) {
  .service-block-five .icon {
    margin-bottom: 20px;
  }
}
.service-block-five .icon i,
.service-block-five .icon img {
  color: var(--theme-color3-text-color);
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-five .title {
  color: var(--theme-color3-text-color);
  margin-bottom: 11px;
}
@media (max-width: 575.98px) {
  .service-block-five .title {
    margin-bottom: 2px;
  }
}
.service-block-five .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.service-block-five .title a:hover {
  background-size: 100% 1px;
}
.service-block-five .text {
  color: var(--theme-color3-text-color);
}

/***

====================================================================
    Services Section Seven
====================================================================

***/
.service-block-seven .inner-block {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 40px 40px;
  overflow: hidden;
  margin-bottom: 24px;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .service-block-seven .inner-block {
    padding: 20px;
  }
}
.service-block-seven .inner-block:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-seven .inner-block:hover .icon i,
.service-block-seven .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-seven .image-box {
  -webkit-mask-image: url(../images/resource/service7-mask1.png);
  mask-image: url(../images/resource/service7-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: rgba(var(--theme-color-white-rgb), 0.7);
  width: 561px;
  height: 561px;
  position: absolute;
  top: -70px;
  right: -180px;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .service-block-seven .image-box {
    width: 361px;
    height: 361px;
  }
}
@media (max-width: 575.98px) {
  .service-block-seven .image-box {
    width: 300px;
    height: 330px;
    top: -95px;
    right: -95px;
  }
}
.service-block-seven .image {
  -webkit-mask-image: url(../images/resource/service7-mask1.png);
  mask-image: url(../images/resource/service7-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-seven .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-seven .icon {
  margin-bottom: 43px;
}
@media (max-width: 575.98px) {
  .service-block-seven .icon {
    margin-bottom: 20px;
  }
}
.service-block-seven .icon i,
.service-block-seven .icon img {
  color: var(--theme-color3-text-color);
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-seven .content {
  max-width: 348px;
  position: relative;
  z-index: 1;
}
.service-block-seven .title {
  color: var(--theme-color3-text-color);
  margin-bottom: 11px;
}
@media (max-width: 575.98px) {
  .service-block-seven .title {
    margin-bottom: 2px;
  }
}
.service-block-seven .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.service-block-seven .title a:hover {
  background-size: 100% 1px;
}
.service-block-seven .text {
  color: rgba(36, 36, 36, 0.8);
}

/***

====================================================================
    Services Section Eight
====================================================================

***/
.service-block-eight .inner-block {
  position: relative;
  background-color: #181818;
  border-radius: 16px;
  padding: 40px 40px 40px;
  height: 420px;
  overflow: hidden;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .service-block-eight .inner-block {
    padding: 200px 20px 24px;
  }
}
.service-block-eight .inner-block:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-eight .inner-block:hover .icon i,
.service-block-eight .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-eight .image-box {
  -webkit-mask-image: url(../images/resource/service8-mask1.png);
  mask-image: url(../images/resource/service8-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: rgba(var(--theme-color-white-rgb), 0.2);
  width: 279px;
  height: 279px;
  position: absolute;
  top: -40px;
  right: -20px;
  padding: 20px;
}
@media (max-width: 1399.98px) {
  .service-block-eight .image-box {
    top: -60px;
    right: -60px;
  }
}
@media (max-width: 575.98px) {
  .service-block-eight .image-box {
    top: -95px;
    right: -95px;
  }
}
.service-block-eight .image {
  -webkit-mask-image: url(../images/resource/service8-mask1.png);
  mask-image: url(../images/resource/service8-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-eight .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-eight .icon {
  margin-bottom: 43px;
}
@media (max-width: 575.98px) {
  .service-block-eight .icon {
    margin-bottom: 20px;
  }
}
.service-block-eight .icon i,
.service-block-eight .icon img {
  color: var(--theme-color3-text-color);
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-eight .title {
  color: #fff;
  margin-bottom: 11px;
}
@media (max-width: 575.98px) {
  .service-block-eight .title {
    margin-bottom: 2px;
  }
}
.service-block-eight .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.service-block-eight .title a:hover {
  background-size: 100% 1px;
}
.service-block-eight .text {
  color: rgba(217, 217, 217, 0.8);
}

/***

====================================================================
    Services Section six
====================================================================

***/
.services-section-six {
  position: relative;
  padding: 120px 0;
  border-bottom: 1px solid #2f2f2f;
}
@media (max-width: 991.98px) {
  .services-section-six {
    padding: 80px 0;
  }
}
.services-section-six .shape1 {
  width: 1755px;
  height: 678px;
  background: #b51c1d;
  -webkit-filter: blur(930px);
  filter: blur(930px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .services-section-six .shape1 {
    display: none;
  }
}
.services-section-six .bottom-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .services-section-six .bottom-box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.services-section-six .bottom-box2 .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services-section-six .bottom-box2 .images img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #17101d;
}
.services-section-six .bottom-box2 .images .image1 {
  margin-left: -25px;
  position: relative;
  z-index: -1;
}
.services-section-six .bottom-box2 .text {
  color: #9d9d9d;
}
.services-section-six .bottom-box2 .view-button {
  color: var(--theme-color1);
  font-weight: 700;
}

.service-block-six .inner-block {
  position: relative;
  margin-bottom: 30px;
  background-color: var(--theme-color2);
  border-radius: 14px;
  padding: 50px 50px 50px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-six .inner-block {
    padding: 30px;
  }
}
.service-block-six .inner-block:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-block-six .inner-block:hover .icon i,
.service-block-six .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-six .inner-block:hover .title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-block-six .inner-block:hover .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-block-six .inner-block:hover .service-button-three {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.service-block-six .inner-block:hover .service-button-three:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-block-six .inner-block:hover .number:before {
  background-color: #fff;
}
.service-block-six .inner-block:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  background-color: var(--theme-color1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.service-block-six .icon {
  position: relative;
}
.service-block-six .icon i,
.service-block-six .icon img {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-six .title {
  margin-top: 90px;
  margin-bottom: 7px;
  position: relative;
  -webkit-transform: translateY(62px);
  transform: translateY(62px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-six .title {
    font-size: 24px;
    margin-top: 30px;
  }
}
.service-block-six .text {
  position: relative;
  color: #fff;
  max-width: 430px;
  opacity: 0;
  -webkit-transform: translateY(59px);
  transform: translateY(59px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-six .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 59px;
  position: relative;
}
@media (max-width: 575.98px) {
  .service-block-six .bottom-box {
    margin-top: 20px;
  }
}
.service-block-six .number {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-right: 69px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-six .number {
    padding-right: 30px;
  }
}
.service-block-six .number:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  width: 59px;
  height: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-six .number:before {
    width: 29px;
  }
}

/***

====================================================================
    Services Section 10
====================================================================

***/
.services-section10 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .services-section10 {
    padding: 80px 0;
  }
}
.services-section10 .shape1 {
  width: 1755px;
  height: 678px;
  background: #b51c1d;
  -webkit-filter: blur(930px);
  filter: blur(930px);
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .services-section10 .shape1 {
    display: none;
  }
}
.services-section10 .sec-title {
  text-align: center;
}
.services-section10 .sec-title .title {
  font-size: 120px;
  font-weight: 600;
  
  letter-spacing: -0.06em;
  line-height: 1;
  font-family: var(--heading-font-family2);
}
@media (max-width: 991.98px) {
  .services-section10 .sec-title .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .services-section10 .sec-title .title {
    font-size: 60px;
  }
}
.services-section10 .sec-title .title span {
  color: var(--theme-color1);
}
.services-section10 .view-button {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  margin: 40px auto 0 auto;
  position: relative;
  overflow: hidden;
}
.services-section10 .view-button:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.services-section10 .view-button:hover:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.services-section10 .view-button:before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 75, 47, 0.2);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-section10 .view-button:after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 75, 47, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.services-section10 .view-button .btn-text {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.services-section10 .view-button i {
  line-height: 1;
  position: relative;
  z-index: 1;
}

.service-block10 {
  position: relative;
  padding: 1px;
  margin-bottom: 24px;
}
.service-block10:hover::before,
.service-block10:hover::after {
  opacity: 1;
  visibility: visible;
}
.service-block10:hover .inner-block .service-arrow-btn:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.service-block10:hover .inner-block .service-arrow-btn img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.service-block10:hover .inner-block .icon i,
.service-block10:hover .inner-block .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block10:hover .inner-block .title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-color: transparent;
}
.service-block10:hover .inner-block .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-block10::before,
.service-block10::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
    from var(--gradient-angle),
    #ff4b2f,
    rgba(24, 24, 24, 0),
    #ff4b2f,
    rgba(24, 24, 24, 0),
    #ff4b2f
  );
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
}
.service-block10 .inner-block {
  position: relative;
  margin-bottom: 0;
  background-color: var(--theme-color2);
  border-radius: 14px;
  padding: 50px 50px 50px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block10 .inner-block {
    padding: 30px;
  }
}
.service-block10 .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-block10 .icon {
  position: relative;
}
.service-block10 .icon i,
.service-block10 .icon img {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block10 .title {
  padding-top: 35px;
  margin-top: 53px;
  margin-bottom: 7px;
  position: relative;
  -webkit-transform: translateY(62px);
  transform: translateY(62px);
  border-top: 1px solid #2f2f2f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block10 .title {
    font-size: 24px;
    margin-top: 30px;
  }
}
.service-block10 .text {
  position: relative;
  color: #fff;
  max-width: 430px;
  opacity: 0;
  -webkit-transform: translateY(59px);
  transform: translateY(59px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block10 .number {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-family: var(--heading-font-family2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block10 .service-arrow-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 60px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block10 .service-arrow-btn img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block10 .service-arrow-btn:before {
  width: 100%;
  height: 100%;
  background-color: var(--theme-color1);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

/***

====================================================================
    Services Section 11
====================================================================

***/
.services-section11 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .services-section11 {
    padding: 80px 0;
  }
}
.services-section11 .sec-title .title {
  font-size: 100px;
  font-weight: 600;
  
  letter-spacing: -0.04em;
  line-height: 1;
  padding-bottom: 22px;
  font-family: var(--heading-font-family2);
}
@media (max-width: 991.98px) {
  .services-section11 .sec-title .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .services-section11 .sec-title .title {
    font-size: 60px;
  }
}
.services-section11 .sec-title .title span {
  color: var(--theme-color1);
}
.services-section11 .sec-title .title:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 137px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color1);
}
.services-section11 .sec-title .button-box {
  text-align: right;
}
@media (max-width: 767.98px) {
  .services-section11 .sec-title .button-box {
    text-align: left;
    margin-top: 30px;
  }
}

.service-block11 {
  position: relative;
  margin-bottom: 0;
}
.service-block11 .inner-block {
  position: relative;
  padding-bottom: 0;
  border-bottom: 2px solid rgba(var(--theme-color-white-rgb), 0.1);
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block11 .inner-block.active {
  border-color: transparent;
}
.service-block11 .inner-block.active .content-box.active {
  display: block;
}
.service-block11 .inner-block .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: -22px;
  padding-top: 34px;
  position: relative;
}
@media (max-width: 767.98px) {
  .service-block11 .inner-block .title-box {
    margin-bottom: 0;
  }
}
.service-block11 .inner-block .title-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 44px;
}
@media (max-width: 767.98px) {
  .service-block11 .inner-block .title-box .left {
    gap: 20px;
  }
}
.service-block11 .inner-block .title-box .number {
  color: #9d9d9d;
  font-size: 32px;
  font-weight: 500;
}
.service-block11 .inner-block .title-box .title {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .service-block11 .inner-block .title-box .title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .service-block11 .inner-block .title-box .title {
    font-size: 24px;
  }
}
.service-block11 .inner-block .title-box .icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
  top: -7px;
  color: var(--theme-color-white);
  border: 1px solid #2f2f2f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block11 .inner-block .content-box {
  margin-top: 90px;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .service-block11 .inner-block .content-box {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .service-block11 .inner-block .content-box .image-column {
    margin-bottom: 20px;
  }
}
.service-block11 .inner-block .content-box .image-column .image {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.service-block11 .inner-block .content-box .image-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-block11 .inner-block .content-box .content-column .inner-column {
  margin-left: 62px;
}
@media (max-width: 575.98px) {
  .service-block11 .inner-block .content-box .content-column .inner-column {
    margin-left: 0;
  }
}
.service-block11 .inner-block .content-box .content-column .title {
  margin-bottom: 27px;
  font-size: 35px;
  line-height: 45px;
  text-transform: capitalize;
  letter-spacing: -0.03em;
  color: #fff;
}
@media (max-width: 767.98px) {
  .service-block11 .inner-block .content-box .content-column .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  .service-block11 .inner-block .content-box .content-column .title {
    margin-bottom: 10px;
  }
}
.service-block11 .inner-block .content-box .content-column .title span {
  font-weight: 300;
}
.service-block11 .inner-block .content-box .content-column .text {
  margin-bottom: 100px;
}
@media (max-width: 1399.98px) {
  .service-block11 .inner-block .content-box .content-column .text {
    margin-bottom: 56px;
  }
}
@media (max-width: 991.98px) {
  .service-block11 .inner-block .content-box .content-column .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .service-block11 .inner-block .content-box .content-column .text {
    margin-bottom: 10px;
  }
}
.service-block11 .inner-block .content-box .content-column .view-button {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.service-block11
  .inner-block
  .content-box
  .content-column
  .view-button:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.service-block11
  .inner-block
  .content-box
  .content-column
  .view-button:hover:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.service-block11 .inner-block .content-box .content-column .view-button:before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 75, 47, 0.2);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.service-block11 .inner-block .content-box .content-column .view-button:after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 75, 47, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.service-block11
  .inner-block
  .content-box
  .content-column
  .view-button
  .btn-text {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.service-block11 .inner-block .content-box .content-column .view-button i {
  line-height: 1;
  position: relative;
  z-index: 1;
}

/***

====================================================================
    Causes Section
====================================================================

***/
/***

==================================================================
 video-section
==================================================================

***/
.video-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .video-section {
    padding: 80px 0;
  }
}
.video-section .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 1199.98px) {
  .video-section .outer-box {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .video-section .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.video-section .video-text {
  font-size: 60px;
  color: #fff;
  font-family: var(--heading-font-family2);
  letter-spacing: -0.01em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .video-section .video-text {
    font-size: 50px;
  }
}
.video-section .video-box {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  width: 438px;
  height: 208px;
}
.video-section .video-box .video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-section .video-box .video-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*** 

====================================================================
   contact-section
====================================================================

***/
.contact-section .inner-container {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background: #101010;
  border-radius: 40px;
  max-width: 1840px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .contact-section .inner-container {
    padding: 80px 0;
  }
}
.contact-section .inner-container:before {
  content: "";
  position: absolute;
  left: calc(50% - 37px);
  top: 0;
  background-color: rgba(var(--theme-color-white-rgb), 0.13);
  width: 1px;
  height: 100%;
}
@media (max-width: 1599.98px) {
  .contact-section .inner-container:before {
    left: calc(50% - 30px);
  }
}
@media (max-width: 1199.98px) {
  .contact-section .inner-container:before {
    display: none;
  }
}
.contact-section .outer-box {
  max-width: 1668px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.contact-section .shape1 {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-section .shape1 img {
  width: 100%;
  height: 100%;
}
.contact-section .content-column .inner-column {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.contact-section .content-column .inner-column .shape2 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .contact-section .content-column .inner-column .shape2 {
    display: none;
  }
}
.contact-section .content-column .inner-column .shape3 {
  position: absolute;
  right: 310px;
  bottom: -100px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column .shape3 {
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section .content-column .inner-column .shape3 {
    display: none;
  }
}
.contact-section .content-column .inner-column .shape4 {
  position: absolute;
  left: 366px;
  bottom: 100px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column .shape4 {
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section .content-column .inner-column .shape4 {
    display: none;
  }
}
.contact-section .content-column .sec-title {
  margin-bottom: 106px;
}
@media (max-width: 991.98px) {
  .contact-section .content-column .sec-title {
    margin-bottom: 30px;
  }
}
.contact-section .content-column .sec-title .title {
  font-size: 60px;
  line-height: 70px;
}
.contact-section .content-column .sec-title .sub-title {
  background-color: #181818;
}
.contact-section .circle-container {
  position: relative;
  display: inline-block;
}
.contact-section .circle-container .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  border-radius: 50%;
}
.contact-section .circle-container text {
  outline: 1px solid #2f2f2f;
  border-radius: 50%;
  outline-offset: 5px;
}
.contact-section .circle-container .text {
  font-size: 16px;
  
  fill: #ffffff;
  font-weight: 700;
  font-family: var(--heading-font-family2);
}
.contact-section .contact-column form {
  background: #030303;
  border-radius: 0;
  padding: 52px 60px 100px;
}
@media (max-width: 767.98px) {
  .contact-section .contact-column form {
    padding: 20px;
  }
}
.contact-section .contact-column form input,
.contact-section .contact-column form textarea {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 22px;
  margin-bottom: 26px;
}
.contact-section .contact-column form input::-webkit-input-placeholder,
.contact-section .contact-column form textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}
.contact-section .contact-column form input::-moz-placeholder,
.contact-section .contact-column form textarea::-moz-placeholder {
  color: #8b8b8b;
}
.contact-section .contact-column form input:-ms-input-placeholder,
.contact-section .contact-column form textarea:-ms-input-placeholder {
  color: #8b8b8b;
}
.contact-section .contact-column form input::-ms-input-placeholder,
.contact-section .contact-column form textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.contact-section .contact-column form input::placeholder,
.contact-section .contact-column form textarea::placeholder {
  color: #8b8b8b;
}
.contact-section .contact-column form textarea {
  margin-bottom: 0;
  height: 105px;
}
.contact-section .contact-column form .theme-btn-one {
  margin-top: 54px;
}
@media (max-width: 767.98px) {
  .contact-section .contact-column form .theme-btn-one {
    margin-top: 20px;
  }
}

/*** 

====================================================================
   contact-section Two
====================================================================

***/
.contact-section-two .inner-container {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background: #101010;
}
@media (max-width: 991.98px) {
  .contact-section-two .inner-container {
    padding: 80px 0;
  }
}
.contact-section-two .inner-container:before {
  content: "";
  position: absolute;
  left: calc(50% - 37px);
  top: 0;
  background-color: rgba(var(--theme-color-white-rgb), 0.13);
  width: 1px;
  height: 100%;
}
@media (max-width: 1599.98px) {
  .contact-section-two .inner-container:before {
    left: calc(50% - 30px);
  }
}
@media (max-width: 1199.98px) {
  .contact-section-two .inner-container:before {
    display: none;
  }
}
.contact-section-two .shape1 {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-section-two .shape1 img {
  width: 100%;
  height: 100%;
}
.contact-section-two .content-column .inner-column {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.contact-section-two .content-column .inner-column .shape2 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .contact-section-two .content-column .inner-column .shape2 {
    display: none;
  }
}
.contact-section-two .content-column .inner-column .shape3 {
  position: absolute;
  right: 310px;
  bottom: -100px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column .shape3 {
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .content-column .inner-column .shape3 {
    display: none;
  }
}
.contact-section-two .content-column .inner-column .shape4 {
  position: absolute;
  left: 366px;
  bottom: 100px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column .shape4 {
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .content-column .inner-column .shape4 {
    display: none;
  }
}
.contact-section-two .content-column .sec-title {
  margin-bottom: 106px;
}
@media (max-width: 991.98px) {
  .contact-section-two .content-column .sec-title {
    margin-bottom: 30px;
  }
}
.contact-section-two .content-column .sec-title .title {
  font-size: 60px;
  line-height: 70px;
}
.contact-section-two .content-column .sec-title .sub-title {
  background-color: #181818;
}
.contact-section-two .circle-container {
  position: relative;
  display: inline-block;
}
.contact-section-two .circle-container .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  border-radius: 50%;
}
.contact-section-two .circle-container text {
  outline: 1px solid #2f2f2f;
  border-radius: 50%;
  outline-offset: 5px;
}
.contact-section-two .circle-container .text {
  font-size: 16px;
  
  fill: #ffffff;
  font-weight: 700;
  font-family: var(--heading-font-family2);
}
.contact-section-two .contact-column form {
  background: #030303;
  border-radius: 0;
  padding: 52px 60px 100px;
}
@media (max-width: 767.98px) {
  .contact-section-two .contact-column form {
    padding: 20px;
  }
}
.contact-section-two .contact-column form input,
.contact-section-two .contact-column form textarea {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 22px;
  margin-bottom: 26px;
}
.contact-section-two .contact-column form input::-webkit-input-placeholder,
.contact-section-two .contact-column form textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}
.contact-section-two .contact-column form input::-moz-placeholder,
.contact-section-two .contact-column form textarea::-moz-placeholder {
  color: #8b8b8b;
}
.contact-section-two .contact-column form input:-ms-input-placeholder,
.contact-section-two .contact-column form textarea:-ms-input-placeholder {
  color: #8b8b8b;
}
.contact-section-two .contact-column form input::-ms-input-placeholder,
.contact-section-two .contact-column form textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.contact-section-two .contact-column form input::placeholder,
.contact-section-two .contact-column form textarea::placeholder {
  color: #8b8b8b;
}
.contact-section-two .contact-column form textarea {
  margin-bottom: 0;
  height: 105px;
}
.contact-section-two .contact-column form .theme-btn-one {
  margin-top: 54px;
}
@media (max-width: 767.98px) {
  .contact-section-two .contact-column form .theme-btn-one {
    margin-top: 20px;
  }
}

/***

====================================================================
   cta-section-h1
====================================================================

***/
/*** 

====================================================================
    FAQ's Section
====================================================================

***/
.faqs-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .faqs-section {
    padding: 80px 0;
  }
}
.faqs-section .shape1 {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -200px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .faqs-section .shape1 {
    display: none;
  }
}

.faqs-section-two {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faqs-section-two {
    padding: 80px 0;
  }
}
.faqs-section-two .image {
  max-width: 575px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .faqs-section-two .image {
    max-width: 100%;
    margin-bottom: 30px;
    height: 400px;
  }
}
.faqs-section-two .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faqs-section-two .shape1 {
  position: absolute;
  right: 200px;
  top: 0;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .faqs-section-two .shape1 {
    display: none;
  }
}
.faqs-section-two .shape2 {
  width: 500px;
  height: 300px;
  background: var(--theme-color1);
  -webkit-filter: blur(300px);
  filter: blur(300px);
  position: absolute;
  bottom: -200px;
  right: 100px;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
}

.faqs-section-three {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .faqs-section-three {
    padding: 80px 0;
  }
}
.faqs-section-three .sec-title {
  max-width: 431px;
}
.faqs-section-three .accordion-box2 .block {
  border-color: #2f2f2f;
  padding: 34px 37px;
}
@media (max-width: 575.98px) {
  .faqs-section-three .accordion-box2 .block {
    padding: 20px;
  }
}
.faqs-section-three .accordion-box2 .block.active-block {
  border-color: var(--theme-color1);
}

.faqs-section-four {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #101010;
}
@media (max-width: 991.98px) {
  .faqs-section-four {
    padding: 80px 0;
  }
}
.faqs-section-four .image-box {
  max-width: 575px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199.98px) {
  .faqs-section-four .image-box {
    max-width: 100%;
    margin-bottom: 30px;
    height: 400px;
  }
}
.faqs-section-four .image-box .call-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .faqs-section-four .image-box .call-info {
    padding: 20px;
  }
}
.faqs-section-four .image-box .call-info:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(3, 3, 3, 0)),
    to(#030303)
  );
  background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, #030303 100%);
  width: 100%;
  height: 322px;
  z-index: -1;
  pointer-events: none;
}
.faqs-section-four .image-box .call-info .icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 30px;
}
@media (max-width: 575.98px) {
  .faqs-section-four .image-box .call-info .icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.faqs-section-four .image-box .call-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.faqs-section-four .image-box .call-info .info .text2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.faqs-section-four .image-box .call-info .info .number {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: var(--heading-font-family);
}
.faqs-section-four .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.faqs-section-four .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faqs-section-four .shape1 {
  position: absolute;
  right: 130px;
  top: 33px;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .faqs-section-four .shape1 {
    display: none;
  }
}

/*** 

====================================================================
  Funfact Box
====================================================================

***/
.funfact-box .inner-box {
  position: relative;
}
.funfact-box .inner-box .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  font-family: var(--heading-font-family);
}
@media (max-width: 1399.98px) {
  .funfact-box .inner-box .count-box {
    font-size: 100px;
  }
}
.funfact-box .inner-box .title {
  font-size: 20px;
  font-weight: 600;
  color: #9d9d9d;
  margin-top: 16px;
}

.funfact-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .funfact-section {
    padding: 80px 0;
  }
}
.funfact-section .shape1 {
  width: 500px;
  height: 300px;
  background: var(--theme-color1);
  -webkit-filter: blur(300px);
  filter: blur(300px);
  position: absolute;
  top: -200px;
  right: 100px;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
}

.funfact-outer-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.funfact-block .inner-block {
  position: relative;
  border: 1px solid #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  width: 390px;
  height: 390px;
}
@media (max-width: 1699.98px) {
  .funfact-block .inner-block {
    width: 377px;
    height: 377px;
  }
}
@media (max-width: 1599.98px) {
  .funfact-block .inner-block {
    width: 327px;
    height: 327px;
  }
}
@media (max-width: 1399.98px) {
  .funfact-block .inner-block {
    width: 264px;
    height: 264px;
  }
}
.funfact-block .inner-block:hover .funfact-icon i,
.funfact-block .inner-block:hover .funfact-icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.funfact-block .count-box {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .funfact-block .count-box {
    font-size: 56px;
  }
}
.funfact-block .text {
  font-weight: 800;
  margin-top: 14px;
}
@media (max-width: 1399.98px) {
  .funfact-block .text {
    margin-top: 5px;
  }
}
.funfact-block .funfact-icon {
  margin-top: 22px;
}
@media (max-width: 1399.98px) {
  .funfact-block .funfact-icon {
    margin-top: 6px;
  }
}
.funfact-block .funfact-icon i {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.funfact-block .funfact-icon img {
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.funfact-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .funfact-section-two {
    padding: 80px 0;
  }
}
.funfact-section-two .outer-box {
  border-bottom: 1px solid rgba(229, 229, 229, 0.2);
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 991.98px) {
  .funfact-section-two .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.funfact-section-two .outer-box .shape-image {
  position: absolute;
  right: 0;
  width: 215px;
  height: 217px;
  border-radius: 12px;
  z-index: 1;
  top: -160px;
}
@media (max-width: 991.98px) {
  .funfact-section-two .outer-box .shape-image {
    top: 0px;
  }
}
@media (max-width: 767.98px) {
  .funfact-section-two .outer-box .shape-image {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 200px;
  }
}
@media (max-width: 575.98px) {
  .funfact-section-two .outer-box .shape-image {
    display: none;
  }
}
.funfact-section-two .outer-box .shape-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.funfact-section-two .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 126px;
}
@media (max-width: 1199.98px) {
  .funfact-section-two .sec-title {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .funfact-section-two .sec-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
  }
}
.funfact-section-two .sec-title .sub-title {
  background-color: #181818;
}
.funfact-section-two .sec-title .title {
  max-width: 564px;
  font-size: 40px;
}
.funfact-section-two .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 58px;
}
@media (max-width: 1199.98px) {
  .funfact-section-two .counter {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .funfact-section-two .counter {
    margin-bottom: 50px;
  }
}
.funfact-section-two .counter .count-box {
  font-size: 180px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 135px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--heading-font-family);
  color: #fff;
}
@media (max-width: 1199.98px) {
  .funfact-section-two .counter .count-box {
    font-size: 100px;
    line-height: 80px;
  }
}
.funfact-section-two .counter .count-title {
  color: rgba(229, 229, 229, 0.8);
  margin-bottom: 0;
  letter-spacing: -0.06em;
  font-family: var(--heading-font-family);
  
  font-weight: 400;
}
.funfact-section-two .counter .count-title span {
  margin-left: 10px;
}
.funfact-section-two .count-items {
  max-width: 610px;
  width: 100%;
  height: 285px;
  position: relative;
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    height: auto;
  }
}
.funfact-section-two .count-items .count-item1 {
  position: absolute;
  left: 0;
  bottom: -50px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items .count-item1 {
    position: relative;
    bottom: -40px;
  }
}
.funfact-section-two .count-items .count-item1 .count-box {
  font-size: 20px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 1;
  color: #303030;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 230px;
  height: 96px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  background-image: url(../images/icons/shape25.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items .count-item1 .count-box {
    background-image: none;
    color: rgba(229, 229, 229, 0.8);
    width: auto;
    height: auto;
    padding: 0;
  }
}
.funfact-section-two .count-items .count-item1 .count-title {
  font-size: 18px;
  font-weight: 400;
}
.funfact-section-two .count-items .count-item2 {
  position: absolute;
  left: 0;
  bottom: -52px;
  text-align: end;
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items .count-item2 {
    position: relative;
    text-align: center;
    bottom: -40px;
  }
}
.funfact-section-two .count-items .count-item2 .count-box {
  font-size: 20px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 1;
  color: rgba(229, 229, 229, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 422px;
  height: 177px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  background-image: url(../images/icons/shape26.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 15px;
  padding-right: 45px;
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items .count-item2 .count-box {
    background-image: none;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.funfact-section-two .count-items .count-item2 .count-title {
  font-size: 18px;
  font-weight: 400;
}
.funfact-section-two .count-items .count-item3 {
  position: absolute;
  left: 0;
  bottom: -52px;
  text-align: end;
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items .count-item3 {
    position: relative;
    text-align: center;
    bottom: -40px;
  }
}
.funfact-section-two .count-items .count-item3 .count-box {
  font-size: 20px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 1;
  color: rgba(229, 229, 229, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 607px;
  height: 285px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  background-image: url(../images/icons/shape27.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 15px;
  padding-right: 25px;
}
@media (max-width: 767.98px) {
  .funfact-section-two .count-items .count-item3 .count-box {
    width: 518px;
  }
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items .count-item3 .count-box {
    background-image: none;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.funfact-section-two .count-items .count-item3 .count-title {
  font-size: 18px;
  font-weight: 400;
  margin-right: 18px;
}
@media (max-width: 575.98px) {
  .funfact-section-two .count-items .count-item3 .count-title {
    margin: 0;
  }
}

.funfact-block-four .inner-block {
  position: relative;
  border: 1px solid #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  width: 390px;
  height: 390px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1699.98px) {
  .funfact-block-four .inner-block {
    width: 377px;
    height: 377px;
  }
}
@media (max-width: 1599.98px) {
  .funfact-block-four .inner-block {
    width: 327px;
    height: 327px;
  }
}
@media (max-width: 1399.98px) {
  .funfact-block-four .inner-block {
    width: 264px;
    height: 264px;
  }
}
.funfact-block-four .inner-block:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: transparent;
}
.funfact-block-four .inner-block:hover .funfact-icon i,
.funfact-block-four .inner-block:hover .funfact-icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.funfact-block-four .count-box {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .funfact-block-four .count-box {
    font-size: 56px;
  }
}
.funfact-block-four .text {
  font-weight: 800;
  margin-top: 14px;
}
@media (max-width: 1399.98px) {
  .funfact-block-four .text {
    margin-top: 5px;
  }
}
.funfact-block-four .funfact-icon {
  margin-top: 22px;
}
@media (max-width: 1399.98px) {
  .funfact-block-four .funfact-icon {
    margin-top: 6px;
  }
}
.funfact-block-four .funfact-icon i {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.funfact-block-four .funfact-icon img {
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section .inner-container {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#101010),
    to(#101010)
  );
  background: linear-gradient(180deg, #101010 0%, #101010 100%);
  max-width: 1840px;
  border-radius: 40px;
  margin: 0 auto;
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .testimonial-section .inner-container {
    padding: 80px 0;
  }
}
.testimonial-section .sec-title .sub-title {
  background-color: #181818;
}
.testimonial-section .swiper-outer {
  position: relative;
}
.testimonial-section .swiper-arry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 37px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-93%);
  transform: translateX(-93%);
}
@media (max-width: 1399.98px) {
  .testimonial-section .swiper-arry {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}
@media (max-width: 767.98px) {
  .testimonial-section .swiper-arry {
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}
.testimonial-section .swiper-arry .arry-prev,
.testimonial-section .swiper-arry .arry-next {
  width: 50px;
  height: 50px;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
  font-size: 20px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-section .swiper-arry .arry-prev,
  .testimonial-section .swiper-arry .arry-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.testimonial-section .swiper-arry .arry-prev:hover,
.testimonial-section .swiper-arry .arry-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.testimonial-section .testimonial-info {
  background-color: var(--theme-color3);
  border-radius: 12px;
  padding: 60px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399.98px) {
  .testimonial-section .testimonial-info {
    padding: 60px 40px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section .testimonial-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section .testimonial-info {
    padding: 20px;
  }
}
.testimonial-section .testimonial-info:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 315px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  bottom: -90px;
  -webkit-transform: rotate(43.63deg);
  transform: rotate(43.63deg);
}
.testimonial-section .testimonial-info .inner-info {
  background-color: #f2c962;
  border-radius: 12px;
  padding: 55px 40px;
  text-align: center;
  position: relative;
}
.testimonial-section .testimonial-info .inner-info .review-box {
  position: relative;
  text-align: center;
}
.testimonial-section .testimonial-info .inner-info .review-box .review-shape {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.testimonial-section .testimonial-info .inner-info .review-number {
  font-size: 60px;
  font-weight: 700;
  color: #030303;
  letter-spacing: -0.01em;
  font-family: var(--heading-font-family2);
}
.testimonial-section .testimonial-info .inner-info .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 22px;
}
.testimonial-section .testimonial-info .inner-info .image img {
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: -18px;
}
.testimonial-section .testimonial-info .inner-info .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
}
.testimonial-section .testimonial-info .inner-info .review i {
  font-size: 18px;
  color: #303030;
}
.testimonial-section .testimonial-info .inner-info .text {
  font-size: 18px;
  color: #303030;
  margin-top: 2px;
}

.testimonial-block .inner-block {
  background-color: rgba(24, 24, 24, 0.7);
  border-radius: 12px;
  border: 1px solid var(--theme-color2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .testimonial-block .inner-block {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-block {
    padding: 10px;
  }
}
.testimonial-block .inner-block:hover .testimonial-box .quote-icon i,
.testimonial-block .inner-block:hover .testimonial-box .quote-icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block .inner-block .image {
  min-width: 372px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-block .image {
    min-width: 315px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block .inner-block .image {
    min-width: 100%;
    height: 400px;
  }
}
.testimonial-block .inner-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-block .testimonial-box {
  padding: 10px;
  padding-right: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .testimonial-block .testimonial-box {
    padding: 0;
  }
}
.testimonial-block .testimonial-box .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .testimonial-block .testimonial-box .review {
    margin-bottom: 16px;
  }
}
.testimonial-block .testimonial-box .review i {
  font-size: 18px;
  color: #efbb3b;
}
.testimonial-block .testimonial-box .text {
  font-size: 24px;
  color: #fff;
  margin-bottom: 76px;
}
@media (max-width: 991.98px) {
  .testimonial-block .testimonial-box .text {
    margin-bottom: 22px;
    font-size: 20px;
  }
}
.testimonial-block .testimonial-box .quote-icon {
  position: absolute;
  top: -38px;
  right: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-block .testimonial-box .quote-icon {
    top: -74px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-block .testimonial-box .quote-icon {
    top: -56px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block .testimonial-box .quote-icon {
    top: -29px;
  }
}
.testimonial-block .testimonial-box .quote-icon i,
.testimonial-block .testimonial-box .quote-icon img {
  color: #b9b9b9;
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.testimonial-block .author-info .thumb {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-block .author-info .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-block .author-info .info .name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
.testimonial-section-two .outer-box {
  background-color: #101010;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: 40px 40px 0 0;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .testimonial-section-two .outer-box {
    padding: 80px 0;
  }
}
.testimonial-section-two .testimonial-outer .image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .testimonial-section-two .testimonial-outer .image {
    height: 400px;
    margin-bottom: 30px;
  }
}
.testimonial-section-two .testimonial-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.testimonial-section-two .testimonial-outer .content-box {
  padding-left: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-two .testimonial-outer .content-box {
    padding-left: 0;
  }
}
.testimonial-section-two .testimonial-outer .content-box .sub-title {
  font-size: 15px;
  font-weight: 400;
  
  color: #fff;
  background-color: #181818;
  display: inline-block;
  border-radius: 6px;
  line-height: 1;
  padding: 12px 17px;
  margin-bottom: 16px;
}
.testimonial-section-two .testimonial-outer .content-box .title {
  color: #e5e5e5;
  font-size: 80px;
  letter-spacing: -0.02em;
  
  font-weight: 800;
  margin-bottom: 7px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .testimonial-outer .content-box .title {
    font-size: 64px;
  }
}
.testimonial-section-two .testimonial-outer .content-box .title span {
  color: var(--theme-color1);
}
.testimonial-section-two .testimonial-outer .content-box .text {
  font-size: 18px;
  color: #e5e5e5;
  margin-bottom: 37px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .testimonial-outer .content-box .text br {
    display: none;
  }
}
.testimonial-section-two .testimonial-outer .content-box .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .testimonial-section-two .testimonial-outer .content-box .button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.testimonial-section-two .testimonial-wrap {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
.testimonial-section-two .testimonial-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 552px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#101010),
    color-stop(17.23%, #101010),
    color-stop(32.6%, rgba(16, 16, 16, 0.95)),
    color-stop(73.19%, rgba(16, 16, 16, 0))
  );
  background: linear-gradient(
    90deg,
    #101010 0%,
    #101010 17.23%,
    rgba(16, 16, 16, 0.95) 32.6%,
    rgba(16, 16, 16, 0) 73.19%
  );
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .testimonial-wrap:before {
    display: none;
  }
}
.testimonial-section-two .testimonial-wrap:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 552px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#101010),
    color-stop(17.23%, #101010),
    color-stop(32.6%, rgba(16, 16, 16, 0.95)),
    color-stop(73.19%, rgba(16, 16, 16, 0))
  );
  background: linear-gradient(
    -90deg,
    #101010 0%,
    #101010 17.23%,
    rgba(16, 16, 16, 0.95) 32.6%,
    rgba(16, 16, 16, 0) 73.19%
  );
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .testimonial-wrap:after {
    display: none;
  }
}
.testimonial-section-two .testimonial-wrap .inner-wrap {
  margin: 0 -264px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .testimonial-wrap .inner-wrap {
    margin: 0;
  }
}

.testimonial-block-two .inner-block {
  position: relative;
  background-color: var(--theme-color2);
  border-radius: 12px;
  padding: 32px 32px 24px;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block {
    padding: 20px;
  }
}
.testimonial-block-two .inner-block:hover .quote-icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block-two .quote-icon {
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-two .author-info {
  border-bottom: 1px dashed #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 30px;
  margin-bottom: 33px;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .author-info {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.testimonial-block-two .author-info .thumb {
  min-width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
}
.testimonial-block-two .author-info .thumb img {
  width: 100%;
  height: 100%;
}
.testimonial-block-two .author-info .name {
  margin-bottom: 2px;
}
.testimonial-block-two .author-info .designation {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .author-info .designation {
    font-size: 16px;
  }
}
.testimonial-block-two .text {
  color: #e5e5e5;
  font-size: 20px;
  margin-bottom: 55px;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .text {
    margin-bottom: 30px;
  }
}
.testimonial-block-two .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonial-block-two .review-number {
  font-size: 20px;
  color: #fff;
}
.testimonial-block-two .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.testimonial-block-two .review i {
  color: var(--theme-color3);
  font-size: 18px;
}

.testimonial-section-three {
  position: relative;
  padding: 120px 0;
  background-color: #030303;
}
@media (max-width: 991.98px) {
  .testimonial-section-three {
    padding: 80px 0;
  }
}
.testimonial-section-three .testimonial-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.testimonial-section-three
  .testimonial-slider-pagination
  .swiper-pagination-bullet {
  width: 56px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-three
  .testimonial-slider-pagination
  .swiper-pagination-bullet:hover {
  background: #fff;
}
.testimonial-section-three
  .testimonial-slider-pagination
  .swiper-pagination-bullet-active {
  background: #fff;
}

.testimonial-block-three .inner-block {
  position: relative;
  background-color: #101010;
  padding: 46px 50px 50px;
  max-width: 624px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .inner-block {
    padding: 20px;
  }
}
.testimonial-block-three .inner-block:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.testimonial-block-three .inner-block:hover .review i {
  color: #fff;
}
.testimonial-block-three .inner-block:hover .text {
  color: #fff;
}
.testimonial-block-three .inner-block:hover .author-info .info .designation {
  color: #fff;
}
.testimonial-block-three .inner-block:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  background-color: var(--theme-color1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.testimonial-block-three .quote-icon {
  position: absolute;
  top: 0;
  right: 66px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .quote-icon {
    right: 20px;
  }
}
.testimonial-block-three .testi-logo {
  margin-bottom: 10px;
  position: relative;
}
.testimonial-block-three .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  position: relative;
}
.testimonial-block-three .review i {
  color: #f5f7f5;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-three .text {
  font-size: 24px;
  font-weight: 500;
  color: #9d9d9d;
  margin-top: 30px;
  margin-bottom: 61px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.testimonial-block-three .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.testimonial-block-three .author-info .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .author-info .thumb {
    width: 50px;
    height: 50px;
  }
}
.testimonial-block-three .author-info .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-block-three .author-info .info .name {
  margin-bottom: 4px;
}
.testimonial-block-three .author-info .info .designation {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section-four {
  padding: 100px 0;
  position: relative;
  background-color: #101010;
}
@media (max-width: 991.98px) {
  .testimonial-section-four {
    padding: 80px 0;
  }
}
.testimonial-section-four .sec-title {
  max-width: 467px;
}
.testimonial-section-four .sec-title .sub-title {
  background: #181818;
}
.testimonial-section-four .testimonial-outer {
  border-top: 1px solid #2f2f2f;
  position: relative;
  padding-top: 60px;
}
.testimonial-section-four .testimonial-outer:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  height: 1px;
  width: 468px;
  top: -1px;
  left: 0;
}
.testimonial-section-four .testi-outer {
  margin-left: 90px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .testimonial-section-four .testi-outer {
    margin-left: 20px;
  }
}
.testimonial-section-four .testi-outer .quote-icon {
  position: absolute;
  top: 24px;
  right: 0;
}
@media (max-width: 767.98px) {
  .testimonial-section-four .testi-outer .quote-icon {
    display: none;
  }
}
.testimonial-section-four .testi-image-box {
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .testimonial-section-four .testi-image-box {
    margin-bottom: 50px;
  }
}
.testimonial-section-four .testi-image-box .image-box {
  position: relative;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .testimonial-section-four .testi-image-box .image-box {
    max-width: 250px;
  }
}
.testimonial-section-four .testi-image-box .image-box .shape1 {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-section-four .testi-image-box .image-box .image {
  max-width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .testimonial-section-four .testi-image-box .image-box .image {
    max-width: 250px;
    height: 250px;
  }
}
.testimonial-section-four .testi-image-box .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-section-four .testi-info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background-color: #030303;
  border-radius: 100px;
  padding: 20px 25px;
  margin-top: 55px;
}
.testimonial-section-four .testi-info-box .info-logo {
  width: 46px;
  height: 51px;
}
.testimonial-section-four .testi-info-box .review {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.testimonial-section-four .testi-info-box .review span {
  margin-right: 6px;
}
.testimonial-section-four .testi-info-box .text {
  color: #9d9d9d;
}

.testimonial-block-four .inner-block {
  position: relative;
  max-width: 608px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.testimonial-block-four .quote-icon {
  position: absolute;
  top: 0;
  right: 66px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-four .quote-icon {
    right: 20px;
  }
}
.testimonial-block-four .testi-logo {
  margin-bottom: 10px;
  position: relative;
}
.testimonial-block-four .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  position: relative;
}
.testimonial-block-four .review .icon {
  background-color: var(--theme-color1);
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.testimonial-block-four .review i {
  color: var(--theme-color1);
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-four .text {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 34px;
  margin-bottom: 33px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block-four .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.testimonial-block-four .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.testimonial-block-four .author-info .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .testimonial-block-four .author-info .thumb {
    width: 50px;
    height: 50px;
  }
}
.testimonial-block-four .author-info .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-block-four .author-info .info .name {
  margin-bottom: 4px;
}
.testimonial-block-four .author-info .info .designation {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section-five {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-section-five {
    padding: 80px 0;
  }
}
.testimonial-section-five .shape1 {
  width: 522px;
  height: 522px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(400px);
  filter: blur(400px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .testimonial-section-five .content-column .inner-column {
    margin-bottom: 50px;
  }
}
.testimonial-section-five .content-column .sec-title .title {
  max-width: 467px;
}
.testimonial-section-five .content-column .experience {
  position: relative;
  width: 226px;
  height: 198px;
  border: 1px solid #2e3138;
  border-radius: 72% 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 65px;
}
.testimonial-section-five .content-column .experience:hover .icon i,
.testimonial-section-five .content-column .experience:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.testimonial-section-five .content-column .experience .icon {
  color: #ff7903;
  font-size: 20px;
}
.testimonial-section-five .content-column .experience .icon i,
.testimonial-section-five .content-column .experience .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.testimonial-section-five .content-column .experience .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  text-align: left;
}
.testimonial-section-five .content-column .experience .review i {
  font-size: 20px;
  color: var(--theme-color-white);
}
.testimonial-section-five .content-column .experience .review .review-text {
  font-size: 20px;
  color: var(--theme-color-white);
  text-align: left;
}
.testimonial-section-five .testimonial-column .inner-column {
  margin-right: -525px;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .testimonial-column .inner-column {
    margin: 0;
  }
}
.testimonial-section-five .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 75px;
}
.testimonial-section-five .array-button .array-prev,
.testimonial-section-five .array-button .array-next {
  background-color: rgba(217, 217, 217, 0.1019607843);
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-five .array-button .array-prev:hover,
.testimonial-section-five .array-button .array-next:hover {
  background: var(--gradient-3);
}

.testimonial-block-five {
  position: relative;
  padding: 1px;
}
.testimonial-block-five:hover::before,
.testimonial-block-five:hover::after {
  opacity: 1;
  visibility: visible;
}
.testimonial-block-five:hover .quote-icon img,
.testimonial-block-five:hover .quote-icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.testimonial-block-five .inner-block {
  background-color: #101010;
  border-radius: 14px;
  padding: 60px 60px;
}
@media (max-width: 575.98px) {
  .testimonial-block-five .inner-block {
    padding: 20px;
  }
}
.testimonial-block-five .author-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 54px;
}
.testimonial-block-five .author-thumb .image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #272729;
}
.testimonial-block-five .author-thumb .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-block-five .author-thumb .testi-logo img {
  opacity: 0.5;
}
.testimonial-block-five .text {
  font-size: 20px;
}
.testimonial-block-five .author-info {
  border-top: 1px solid rgba(189, 189, 189, 0.12);
  padding-top: 49px;
  margin-top: 34px;
}
.testimonial-block-five .author-info .name {
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  .testimonial-block-five .author-info .name {
    font-size: 22px;
  }
}
.testimonial-block-five .author-info .designation span {
  color: var(--theme-color-white);
}
.testimonial-block-five::before,
.testimonial-block-five::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(
    from var(--gradient-angle),
    #181818,
    #ff4b2f,
    #ff4b2f,
    #ff4b2f,
    #181818
  );
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 14px;
  opacity: 0;
  visibility: hidden;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

/***

====================================================================
Process Section
====================================================================

***/
/***

====================================================================
    Product Section
====================================================================

***/
/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .team-section {
    padding: 80px 0;
  }
}

.team-block .inner-block {
  position: relative;
  margin-bottom: 30px;
}
.team-block .inner-block:hover .image-box img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-block .inner-block:hover .image-box img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-block .inner-block:hover .social-icon li i {
  color: var(--theme-color1);
}
.team-block .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 8px solid var(--theme-color-gray);
}
@media (max-width: 767.98px) {
  .team-block .image-box {
    height: 400px;
  }
}
.team-block .image-box img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 12px;
  overflow: hidden;
  -webkit-filter: grayscale(100%) contrast(1.1);
  filter: grayscale(100%) contrast(1.1);
}
.team-block .image-box img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-block .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--theme-color-gray);
  border-radius: 12px;
  margin-top: 12px;
  padding: 12px 20px 14px;
}
.team-block .content-box .info .title {
  margin-bottom: 2px;
}
.team-block .content-box .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}
.team-block .content-box .social-icon li i {
  font-size: 18px;
  color: var(--text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .content-box .social-icon li i:hover {
  color: var(--theme-color2);
}

/***

====================================================================
    Team Section Two
====================================================================

***/
.team-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .team-section-two {
    padding: 80px 0;
  }
}
.team-section-two .button-box {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .team-section-two .button-box {
    margin-top: 15px;
  }
}

.team-block-two .inner-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .team-block-two .inner-block {
    height: 390px;
  }
}
.team-block-two .inner-block:hover {
  border-radius: 500px;
}
.team-block-two .inner-block:hover .image:before {
  height: 100%;
  opacity: 1;
}
.team-block-two .inner-block:hover .image img {
  -webkit-transform: scale(1.04, 1.04) rotate(2deg);
  transform: scale(1.04, 1.04) rotate(2deg);
}
.team-block-two .inner-block:hover .content-box .info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.team-block-two .inner-block:hover .content-box .social-icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.team-block-two .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-two .image:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 75, 47, 0)),
    color-stop(52.35%, rgba(255, 75, 47, 0)),
    to(#ff4b2f)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 75, 47, 0) 0%,
    rgba(255, 75, 47, 0) 52.35%,
    #ff4b2f 100%
  );
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-two .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-two .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.team-block-two .content-box .info {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  -webkit-transform: translateY(600px);
  transform: translateY(600px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-two .content-box .title {
  margin-bottom: 3px;
  color: #f5f7f5;
  line-height: 1;
}
.team-block-two .content-box .designation {
  color: var(--theme-color1);
}
.team-block-two .content-box .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-two .content-box .social-icon li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .content-box .social-icon li a:hover {
  background-color: #fff;
  color: #303030;
}

.teams-section-three {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  height: 970px;
}
@media (max-width: 991.98px) {
  .teams-section-three {
    padding: 80px 0;
  }
}
.teams-section-three .slider-wrapper {
  position: relative;
  max-width: 474px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .teams-section-three .slider-wrapper {
    max-width: 390px;
  }
}
.teams-section-three .teams-slide3 {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition:
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
  transition:
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
}
.teams-section-three .teams-slide3.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.teams-section-three .back-card {
  position: absolute;
  width: 474px;
  height: 547px;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .teams-section-three .back-card {
    max-width: 390px;
    height: 490px;
  }
}
.teams-section-three .back-card2 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.teams-section-three .dots {
  position: absolute;
  bottom: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.teams-section-three .dots .dot {
  border: 1px solid #2f2f2f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.teams-section-three .dots .dot.active,
.teams-section-three .dots .dot:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.teams-section-three .teams-text-box {
  text-align: center;
}
.teams-section-three .teams-style-text {
  font-size: 300px;
  line-height: 1;
  
  font-weight: 600;
  font-family: var(--heading-font-family2);
  color: #fff;
  -webkit-transition: font-size 0.8s ease-in-out;
  transition: font-size 0.8s ease-in-out;
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1799.98px) {
  .teams-section-three .teams-style-text {
    font-size: 250px;
  }
}
@media (max-width: 1399.98px) {
  .teams-section-three .teams-style-text {
    font-size: 200px;
  }
}
@media (max-width: 1399.98px) {
  .teams-section-three .teams-style-text {
    font-size: 150px;
  }
}
@media (max-width: 991.98px) {
  .teams-section-three .teams-style-text {
    display: none;
  }
}
.teams-section-three .teams-style-text span {
  color: var(--theme-color1);
}
.teams-section-three .teams-style-text2 {
  font-size: 300px;
  line-height: 1;
  
  font-weight: 600;
  font-family: var(--heading-font-family2);
  -webkit-transition: font-size 0.8s ease-in-out;
  transition: font-size 0.8s ease-in-out;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2f2f2f;
  z-index: -1;
}
@media (max-width: 1799.98px) {
  .teams-section-three .teams-style-text2 {
    font-size: 250px;
  }
}
@media (max-width: 1399.98px) {
  .teams-section-three .teams-style-text2 {
    font-size: 200px;
  }
}
@media (max-width: 1399.98px) {
  .teams-section-three .teams-style-text2 {
    font-size: 150px;
  }
}
@media (max-width: 991.98px) {
  .teams-section-three .teams-style-text2 {
    display: none;
  }
}
.teams-section-three .teams-style-text2 span {
  -webkit-text-stroke-color: var(--theme-color1);
}

.team-block-three {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .inner-block {
  position: relative;
  max-width: 475px;
  width: 100%;
  height: 547px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .team-block-three .inner-block {
    max-width: 390px;
    height: 490px;
  }
}
.team-block-three .inner-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-block-three .inner-block:hover .content-box .inner-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-block-three .image-box {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.team-block-three .image-box img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-three .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 42px;
  overflow: hidden;
}
.team-block-three .content-box .inner-box {
  background-color: var(--theme-color-white);
  padding: 17px 15px;
  border-radius: 4px;
  text-align: center;
  max-width: 313px;
  margin: 0 auto;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-three .content-box .inner-box .title {
  color: #000002;
  margin-bottom: 8px;
}
.team-block-three .content-box .inner-box .designation {
  color: #505050;
}
.team-block-three .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
}
.team-block-three .social-links a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .social-links a:hover {
  border-color: transparent;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

/***

====================================================================
    Clients Section
====================================================================

***/
.clients-section {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .clients-section {
    padding: 80px 0;
  }
}
.clients-section .client-wrap {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 60px;
}
.clients-section .client-img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #2f2f2f;
  width: 270px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .clients-section .client-img {
    width: 200px;
    border: none;
  }
}
@media (max-width: 575.98px) {
  .clients-section .client-img {
    width: auto;
  }
}
.clients-section .client-img:hover {
  opacity: 1;
  -webkit-filter: brightness(200%) saturate(0%);
  filter: brightness(200%) saturate(0%);
}

.clients-section-two {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .clients-section-two {
    padding: 80px 0;
  }
}
.clients-section-two .outer-box {
  padding: 0 15px;
  position: relative;
}
.clients-section-two .client-img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #2f2f2f;
  width: 270px;
  -webkit-filter: brightness(200%) saturate(0%);
  filter: brightness(200%) saturate(0%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .clients-section-two .client-img {
    width: 200px;
    border: none;
  }
}
@media (max-width: 575.98px) {
  .clients-section-two .client-img {
    width: auto;
  }
}
.clients-section-two .client-img:hover {
  -webkit-filter: none;
  filter: none;
}

/*** 

====================================================================
    why-choose-us-section
====================================================================

***/
.why-choose-us {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .why-choose-us {
    padding: 80px 0;
  }
}
.why-choose-us .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .why-choose-us .image {
    height: 400px;
    margin-bottom: 30px;
  }
}
.why-choose-us .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.why-choose-us .features-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 45px;
  margin-bottom: 45px;
  margin-left: 72px;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .why-choose-us .features-outer {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .features-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.why-choose-us .features-outer:last-child {
  padding: 0;
  margin-bottom: 0;
}
.why-choose-us .features-outer .line {
  height: 198px;
  width: 1px;
  background-color: #2f2f2f;
}
@media (max-width: 575.98px) {
  .why-choose-us .features-outer .line {
    width: 100%;
    height: 1px;
  }
}
.why-choose-us .features-block {
  max-width: 291px;
  width: 100%;
}
.why-choose-us .features-block .inner-block {
  width: 100%;
}

/***

====================================================================
    Work Section
====================================================================

***/
.section-outer2 {
  position: relative;
  max-width: 1800px;
  border-radius: 40px;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(16, 16, 16, 0.9)),
    color-stop(20%, rgba(16, 16, 16, 0.5)),
    color-stop(49.7%, rgba(16, 16, 16, 0)),
    color-stop(74.8%, rgba(16, 16, 16, 0.5)),
    to(rgba(16, 16, 16, 0.9))
  );
  background: linear-gradient(
    180deg,
    rgba(16, 16, 16, 0.9) 0%,
    rgba(16, 16, 16, 0.5) 20%,
    rgba(16, 16, 16, 0) 49.7%,
    rgba(16, 16, 16, 0.5) 74.8%,
    rgba(16, 16, 16, 0.9) 100%
  );
}

.work-block .inner-block {
  position: relative;
  padding: 20px 20px 40px;
  border-radius: 20px;
  background-color: #101010;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .work-block .inner-block {
    padding: 15px 15px 30px;
  }
}
.work-block .inner-block:hover .image-box img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.work-block .inner-block:hover .image-box img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.work-block .inner-block:hover .icon i,
.work-block .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.work-block .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.work-block .image-box img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.work-block .image-box img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.work-block .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .work-block .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 20px;
    gap: 10px;
  }
}
.work-block .icon {
  min-width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 12px;
  background-color: var(--theme-color-gray);
}
@media (max-width: 575.98px) {
  .work-block .icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.work-block .icon i,
.work-block .icon img {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .work-block .icon i,
  .work-block .icon img {
    font-size: 20px;
    width: 25px;
  }
}
.work-block .content .title {
  margin-bottom: 5px;
}
.work-block .content .text {
  max-width: 448px;
}

.work-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .work-section-two {
    padding: 80px 0;
  }
}
.work-section-two .sec-title .sub-title {
  background-color: #181818;
}
.work-section-two .sec-title .title {
  font-family: var(--heading-font-family2);
  
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media (max-width: 575.98px) {
  .work-section-two .sec-title .title {
    font-size: 32px;
  }
}
.work-section-two .sec-title .title span {
  position: relative;
  padding-left: 182px;
}
@media (max-width: 575.98px) {
  .work-section-two .sec-title .title span {
    padding-left: 160px;
  }
}
.work-section-two .sec-title .title span:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 145px;
  height: 10px;
  left: 0;
  top: calc(50% - 5px);
}
.work-section-two .sec-title .button-box {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .work-section-two .sec-title .button-box {
    text-align: left;
  }
}
.work-section-two .sec-title .text2 {
  font-size: 32px;
  font-weight: 700;
  color: rgba(229, 229, 229, 0.6);
  font-family: var(--heading-font-family);
  margin-bottom: 36px;
}
@media (max-width: 1199.98px) {
  .work-section-two .sec-title .text2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.work-block-two .inner-block {
  position: relative;
  padding: 20px 48px 20px 20px;
  border-radius: 12px;
  background-color: #101010;
  border: 1px solid var(--theme-color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .work-block-two .inner-block {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .work-block-two .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 25px;
    padding: 20px;
  }
}
.work-block-two .inner-block:hover .image-box img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.work-block-two .inner-block:hover .image-box img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.work-block-two .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 740px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .work-block-two .image-box {
    height: 400px;
  }
}
.work-block-two .image-box img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.work-block-two .image-box img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.work-block-two .content-box .sub-title {
  color: rgba(229, 229, 229, 0.6);
  font-weight: 500;
  margin-bottom: 182px;
}
@media (max-width: 1399.98px) {
  .work-block-two .content-box .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .work-block-two .content-box .sub-title {
    margin-bottom: 15px;
  }
}
.work-block-two .content-box .title {
  margin-bottom: 7px;
}
@media (max-width: 767.98px) {
  .work-block-two .content-box .title {
    font-size: 24px;
  }
}
.work-block-two .content-box .work-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 37px;
  margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .work-block-two .content-box .work-info {
    margin-bottom: 34px;
  }
}
@media (max-width: 991.98px) {
  .work-block-two .content-box .work-info {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .work-block-two .content-box .work-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.work-block-two .content-box .work-info .info-button {
  color: var(--theme-color-white);
  border-radius: 32px;
  border: 1px solid #242424;
  display: inline-block;
  padding: 11px 15px;
}
@media (max-width: 575.98px) {
  .work-block-two .content-box .work-info .info-button {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.work-block-two .content-box .work-info .info-button:hover {
  background-color: var(--theme-color-gray);
  border-color: var(--theme-color-gray);
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog-section {
    padding: 80px 0;
  }
}
.blog-section .sec-title .title .arrow-shape {
  max-width: 295px;
  width: 100%;
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 1399.98px) {
  .blog-section .sec-title .title .arrow-shape {
    max-width: 200px;
    margin-left: 10px;
  }
}
@media (max-width: 1199.98px) {
  .blog-section .sec-title .title .arrow-shape {
    display: none;
  }
}
.blog-section .sec-title .theme-btn-one {
  margin-top: 39px;
}

.blog-block .inner-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-block .inner-block:hover .content::before,
.blog-block .inner-block:hover .content::after {
  opacity: 1;
  visibility: visible;
}
.blog-block .inner-block:hover .content .inner {
  /* background: #101010; */
}
.blog-block .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-block .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block .inner-block:hover .read-more {
  color: var(--theme-color1);
}
.blog-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-block .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block .content {
  padding: 1px;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .content::before,
.blog-block .content::after{
    content:none !important;
}
.blog-block .content .inner {
  border-radius: 12px;
  /* padding: 18px 20px 20px; */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .post-meta {
  margin-bottom: 7px;
}
.blog-block .title {
  margin-bottom: 14px;
}
.blog-block .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}
.blog-block .title a:hover {
  background-size: 100% 1px;
}
.blog-block .read-more {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}
.blog-block .read-more:hover {
  color: var(--theme-color1);
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

/*** 

====================================================================
    Blog Section Two
====================================================================

***/
.blog-block-two .inner-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-block-two .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-block-two .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block-two .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.blog-block-two .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block-two .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block-two .content {
  padding: 24px 10px 15px;
  border-bottom: 1px solid #242424;
}
.blog-block-two .content .post-meta {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-block-two .content .post-meta .category {
  background-color: transparent;
  font-size: 15px;
  color: #e5e5e5;
  display: inline-block;
  border-radius: 6px;
  
  padding: 8.5px 22px 8.5px 41px;
  position: relative;
}
.blog-block-two .content .post-meta .category.active,
.blog-block-two .content .post-meta .category:hover {
  background-color: #101010;
}
.blog-block-two .content .post-meta .category:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e5e5e5;
  top: calc(50% - 2.5px);
  left: 23px;
}
.blog-block-two .content .title {
  margin-bottom: 0;
}

/*** 

====================================================================
    Blog Section Three
====================================================================

***/
.blog-section-three {
  padding: 0px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog-section-three {
    padding: 80px 0;
  }
}
.blog-section-three .shape1 {
  width: 500px;
  height: 300px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(400px);
  filter: blur(400px);
  position: absolute;
  top: -200px;
  left: -100px;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
}
.blog-section-three .view-button {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  margin: 20px auto 0 auto;
  position: relative;
  overflow: hidden;
}
.blog-section-three .view-button:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.blog-section-three .view-button:hover:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.blog-section-three .view-button:before {
  width: 100%;
  height: 100%;
  background-color: rgba(181, 28, 29, 0.2);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.blog-section-three .view-button:after {
  width: 100%;
  height: 100%;
  background-color: rgba(181, 28, 29, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.blog-section-three .view-button .btn-text {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.blog-section-three .view-button i {
  line-height: 1;
  position: relative;
  z-index: 1;
}

.blog-block-three .inner-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 22px;
}
.blog-block-three .inner-block:hover .content .title {
  color: var(--theme-color1);
}
.blog-block-three .inner-block:hover .content .title a {
  background-size: 100% 1px;
}
.blog-block-three .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-block-three .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block-three .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.blog-block-three .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block-three .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block-three .content {
  padding: 43px 72px 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .blog-block-three .content {
    padding: 20px 10px 0;
  }
}
.blog-block-three .content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .blog-block-three .content .post-meta {
    margin-bottom: 10px;
  }
}
.blog-block-three .content .post-meta .date {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.blog-block-three .content .post-meta .date:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #9d9d9d;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2.5px);
}
.blog-block-three .content .title {
  margin-bottom: 0;
}
.blog-block-three .content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}

/*** 

====================================================================
    Blog Section Four
====================================================================

***/
.blog-section-four {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog-section-four {
    padding: 80px 0;
  }
}
.blog-section-four .shape1 {
  width: 500px;
  height: 300px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(400px);
  filter: blur(400px);
  position: absolute;
  top: -200px;
  left: -100px;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
}
.blog-section-four .view-button {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  margin: 20px auto 0 auto;
  position: relative;
  overflow: hidden;
}
.blog-section-four .view-button:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.blog-section-four .view-button:hover:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.blog-section-four .view-button:before {
  width: 100%;
  height: 100%;
  background-color: rgba(181, 28, 29, 0.2);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.blog-section-four .view-button:after {
  width: 100%;
  height: 100%;
  background-color: rgba(181, 28, 29, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.blog-section-four .view-button .btn-text {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.blog-section-four .view-button i {
  line-height: 1;
  position: relative;
  z-index: 1;
}

.blog-block-four .inner-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #2f2f2f;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .blog-block-four .inner-block {
    padding: 20px;
  }
}
.blog-block-four .inner-block:hover .content .title {
  color: var(--theme-color1);
}
.blog-block-four .inner-block:hover .content .title a {
  background-size: 100% 1px;
}
.blog-block-four .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-block-four .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block-four .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.blog-block-four .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block-four .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block-four .content {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .blog-block-four .content {
    margin-bottom: 20px;
  }
}
.blog-block-four .content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .blog-block-four .content .post-meta {
    margin-bottom: 10px;
  }
}
.blog-block-four .content .post-meta .date {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.blog-block-four .content .post-meta .date:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #9d9d9d;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2.5px);
}
.blog-block-four .content .title {
  max-width: 401px;
  margin: 0 auto;
}
.blog-block-four .content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition:
    all 0.3s,
    background-size 0.8s;
  transition:
    all 0.3s,
    background-size 0.8s;
}

/*** 

====================================================================
    Blog Section Four
====================================================================

***/
.blog-section-five {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog-section-five {
    padding: 80px 0;
  }
}
.blog-section-five .shape1 {
  width: 500px;
  height: 300px;
  background: linear-gradient(
    218.31deg,
    #ff4b2f 0%,
    #b51c1d 100%,
    #ff4b2f 100%
  );
  -webkit-filter: blur(400px);
  filter: blur(400px);
  position: absolute;
  top: -200px;
  right: -100px;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
}

.blog-block-five .inner-block {
  background-color: #141414;
  border-radius: 0;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.blog-block-five .inner-block:hover {
  background-color: transparent;
}
.blog-block-five .inner-block:hover .image img:nth-child(1) {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
}
.blog-block-five .inner-block:hover .image img:nth-child(2) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
}
.blog-block-five .inner-block .image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.blog-block-five .inner-block .image img {
  background-size: cover;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block-five .inner-block .image img:nth-child(1) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
}
.blog-block-five .inner-block .image img:nth-child(2) {
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-block-five .inner-block .content-box {
  padding: 24px 20px 30px 24px;
}
.blog-block-five .inner-block .content-box .meta {
  display: inline-block;
  margin-bottom: 6px;
  padding-left: 25px;
  position: relative;
}
.blog-block-five .inner-block .content-box .meta:before {
  background-color: #929292;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 15px;
}
.blog-block-five .inner-block .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 30px;
}
.blog-block-five .inner-block .content-box .read-more {
  color: #9d9d9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 17px;
  line-height: 1;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.blog-block-five .inner-block .content-box .read-more i {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.blog-block-five .inner-block .content-box .read-more:hover i {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.footer-section {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--body-bg);
  margin: 120px 40px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .footer-section {
    margin: 0 35px;
  }
}
@media (max-width: 1439.98px) {
  .footer-section {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .footer-section {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.footer-top-wrapper {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .footer-top-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .footer-top-wrapper {
    margin-bottom: 40px;
  }
}
.footer-top-wrapper .lets-talk-content .title {
  color: var(--theme-color-white);
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.4px;
}
@media (max-width: 575.98px) {
  .footer-top-wrapper .lets-talk-content .title {
    font-size: 55px;
  }
}
.footer-top-wrapper .lets-talk-content .title .arrow-icon {
  display: inline-block;
  border-radius: 34.75px;
  width: 168px;
  height: 62px;
  line-height: 84px;
  background-color: var(--body-bg);
  font-size: 20px;
  text-align: center;
  border: 8px solid var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .footer-top-wrapper .lets-talk-content .title .arrow-icon {
    display: none;
  }
}
.footer-top-wrapper .lets-talk-content .title .arrow-icon i {
  top: -18px;
  position: relative;
}
.footer-top-wrapper .lets-talk-content .title span {
  display: block;
  color: var(--theme-color1);
  font-weight: 400;
}

.footer-widget-wrapper {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.footer-widget-wrapper .footer-vec {
  position: absolute;
  top: 0%;
  left: 35%;
}
.footer-widget-wrapper .footer-vec::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  height: 285px;
  width: 285px;
  z-index: -1;
}
.footer-widget-wrapper .footer-contact-items p {
  font-size: 20px;
  font-weight: 500;
}
.footer-widget-wrapper .footer-contact-items p a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-widget-wrapper .footer-contact-items .call-title {
  font-size: 36px;
  font-weight: 500;
}
.footer-widget-wrapper .footer-contact-items .call-title a {
  color: var(--theme-color-white);
}
.footer-widget-wrapper .footer-contact-items .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.footer-widget-wrapper .footer-contact-items .social-icon a {
  display: inline-block;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  height: 50px;
  line-height: 50px;
}
.footer-widget-wrapper .footer-contact-items .social-icon a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
@media (max-width: 575.98px) {
  .footer-widget-wrapper .footer-contact-items .social-icon {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.footer-widget-wrapper .footer-contact-items .get-title {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-contact-items form {
  position: relative;
}
.footer-widget-wrapper .footer-contact-items form input {
  position: relative;
  width: 100%;
  border-radius: 32.5px;
  background: #222;
  border: none;
  padding: 12px 35px;
  line-height: 1;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper
  .footer-contact-items
  form
  input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form button {
  background: transparent;
  width: 58px;
  height: 58px;
  line-height: 36px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
}
@media (max-width: 499.98px) {
  .footer-widget-wrapper .footer-contact-items {
    margin-bottom: 30px;
  }
}
.footer-widget-wrapper .footer-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 499.98px) {
  .footer-widget-wrapper .footer-list-area {
    display: block;
  }
}
.footer-widget-wrapper .footer-list-area .footer-widget-items:first-child {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.footer-widget-wrapper .footer-widget-items .user-links li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget-items .user-links li a {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.footer-widget-wrapper .footer-widget-items .user-links li a:hover {
  color: var(--theme-color1);
  padding-left: 5px;
}

.social-icon-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.social-icon-footer a {
  display: inline-block;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  height: 50px;
  line-height: 50px;
}
.social-icon-footer a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .social-icon-footer {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom p {
  color: var(--theme-color-white);
  letter-spacing: -0.32px;
}
.footer-bottom .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 110px;
}
@media (max-width: 767.98px) {
  .footer-bottom .footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-bottom .footer-menu li {
  letter-spacing: -0.32px;
}
.footer-bottom .footer-menu li a {
  color: var(--theme-color-white);
}
.footer-bottom .footer-menu li a:hover {
  color: var(--theme-color1);
}

/***

==================================================================
  footer-section-two
==================================================================

***/
.footer-section-two {
  position: relative;
}
.footer-section-two .outer-box {
  position: relative;
  border-radius: 40px 40px 0 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#101010),
    to(#030303)
  );
  background: linear-gradient(180deg, #101010 0%, #030303 100%);
}
.footer-section-two .outer-box .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.footer-section-two .outer-box .bg-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;s
  object-fit: cover;
}
.footer-section-two .footer-widget-wrapper {
  padding-bottom: 0;
  border-bottom: none;
}
.footer-section-two .footer-widget-wrapper .footer-about-items {
  padding-top: 80px;
}
.footer-section-two .footer-widget-wrapper .footer-about-items .logo {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .footer-section-two .footer-widget-wrapper .footer-about-items .logo {
    margin-bottom: 30px;
  }
}
.footer-section-two .footer-widget-wrapper .footer-about-items .image {
  position: relative;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
}
.footer-section-two .footer-widget-wrapper .footer-about-items .image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-section-two .footer-widget-wrapper .footer-about-items .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .footer-section-two .footer-widget-wrapper .footer-about-items .social-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-section-two .footer-widget-wrapper .footer-about-items .social-links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.footer-section-two
  .footer-widget-wrapper
  .footer-about-items
  .social-links
  a:hover
  span,
.footer-section-two
  .footer-widget-wrapper
  .footer-about-items
  .social-links
  a:hover
  .icon {
  color: var(--theme-color1);
}
.footer-section-two
  .footer-widget-wrapper
  .footer-about-items
  .social-links
  a
  span {
  font-size: 17px;
  line-height: 1;
  
  letter-spacing: 0;
  color: var(--theme-color-lighter);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-section-two
  .footer-widget-wrapper
  .footer-about-items
  .social-links
  a
  .icon {
  font-weight: 400;
  color: var(--theme-color-white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-section-two .footer-widget-wrapper .footer-list-area {
  padding-top: 70px;
  padding-left: 114px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  max-width: 793px;
}
@media (max-width: 1199.98px) {
  .footer-section-two .footer-widget-wrapper .footer-list-area {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-section-two .footer-widget-wrapper .footer-list-area {
    padding-top: 30px;
  }
}
.footer-section-two .footer-widget-wrapper .footer-list-area:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 24px);
  background-color: #242424;
  top: -24px;
  left: -14px;
}
@media (max-width: 991.98px) {
  .footer-section-two .footer-widget-wrapper .footer-list-area:before {
    display: none;
  }
}
.footer-section-two .footer-widget-wrapper .footer-list-area .user-links li {
  padding-bottom: 18px;
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .footer-section-two .footer-widget-wrapper .footer-list-area .user-links li {
    margin-bottom: 10px;
  }
}
.footer-section-two
  .footer-widget-wrapper
  .footer-list-area
  .user-links
  li:before {
  position: absolute;
  content: "";
  background-color: #242424;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-section-two
  .footer-widget-wrapper
  .footer-list-area
  .user-links
  li:hover:before {
  width: 100%;
}
.footer-section-two .footer-widget-wrapper .footer-list-area .user-links li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  
}
@media (max-width: 991.98px) {
  .footer-section-two
    .footer-widget-wrapper
    .footer-list-area
    .user-links
    li
    a {
    font-size: 18px;
  }
}
.footer-section-two
  .footer-widget-wrapper
  .footer-list-area
  .user-links
  li
  a:hover {
  color: var(--theme-color-white);
}
.footer-section-two .bottom-box {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#101010),
    to(#030303)
  );
  background: linear-gradient(180deg, #101010 0%, #030303 100%);
  padding: 70px 0 0;
}
@media (max-width: 767.98px) {
  .footer-section-two .bottom-box {
    padding: 40px 0 0;
  }
}
.footer-section-two .bottom-box .marquee2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0;
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
  padding: 0 0 128px;
}
@media (max-width: 1199.98px) {
  .footer-section-two .bottom-box .marquee2 {
    padding: 0 0 80px;
  }
}
@media (max-width: 767.98px) {
  .footer-section-two .bottom-box .marquee2 {
    padding: 0 0 40px;
  }
}
.footer-section-two .bottom-box .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-section-two .bottom-box .marquee-group .text {
  font-size: 110px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-family: var(--heading-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .footer-section-two .bottom-box .marquee-group .text {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer-section-two .bottom-box .marquee-group .text {
    font-size: 32px;
  }
}
.footer-section-two .bottom-box .marquee-group .text:hover {
  color: var(--theme-color-white);
}
.footer-section-two .bottom-box .marquee-group .text-divider {
  position: relative;
  margin: 0 48px;
}
@media (max-width: 767.98px) {
  .footer-section-two .bottom-box .marquee-group .text-divider {
    margin: 0 25px;
  }
}
.footer-section-two .bottom-box .info-box {
  position: relative;
  padding-bottom: 103px;
}
@media (max-width: 1199.98px) {
  .footer-section-two .bottom-box .info-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .footer-section-two .bottom-box .info-box {
    padding-bottom: 5px;
  }
}
.footer-section-two .bottom-box .info-box.style-two {
  padding-left: 110px;
}
@media (max-width: 1439.98px) {
  .footer-section-two .bottom-box .info-box.style-two {
    padding-left: 0;
  }
}
.footer-section-two .bottom-box .info-box .text {
  color: var(--theme-color-lighter);
  margin-bottom: 10px;
}
.footer-section-two .bottom-box .info-box h3 {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .footer-section-two .bottom-box .info-box h3 {
    font-size: 24px;
    font-weight: 500;
  }
}
.footer-section-two .bottom-box .info-box h3:hover {
  color: var(--theme-color1);
}
.footer-section-two .bottom-box .footer-bottom {
  padding: 31px 0 25px;
  position: relative;
  border-top: 1px solid #242424;
}
.footer-section-two .bottom-box .footer-bottom p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0;
}
.footer-section-two .bottom-box .footer-bottom p span {
  color: var(--theme-color1);
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

/***

==================================================================
  footer-section-three
==================================================================

***/
.footer-section-three {
  position: relative;
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#131415),
    to(#030303)
  );
  background: linear-gradient(180deg, #131415 0%, #030303 100%); */
  /* padding: 104px 0 125px; */
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .footer-section-three {
    padding: 80px 0 40px;
  }
}
.footer-section-three .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-section-three .shape-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-section-three .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-section-three .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-section-three .shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-section-three .shape-5 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-section-three .shape-6 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-section-three .upper-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 21px 85px 6px;
}
@media (max-width: 991.98px) {
  .footer-section-three .upper-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0 0 30px;
  }
}
.footer-section-three .upper-box .inner-box .left-side {
  position: relative;
}
.footer-section-three .upper-box .inner-box .left-side .title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-color1);
  margin-bottom: 13px;
}
@media (max-width: 1439.98px) {
  .footer-section-three .upper-box .inner-box .left-side .title {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .footer-section-three .upper-box .inner-box .left-side .title {
    font-size: 60px;
  }
}
.footer-section-three .upper-box .inner-box .left-side .text {
  position: relative;
  max-width: 410px;
  line-height: 29px;
  color: var(--theme-color-white);
  margin: 0 0 33px;
}
.footer-section-three .upper-box .inner-box .left-side .social-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer-section-three .upper-box .inner-box .left-side .social-icon a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #222222;
}
.footer-section-three .upper-box .inner-box .left-side .social-icon a:hover i {
  color: var(--theme-color1);
}
.footer-section-three .upper-box .inner-box .left-side .social-icon a i {
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-section-three .upper-box .inner-box .right-side {
  position: relative;
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 76px;
  padding-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .footer-section-three .upper-box .inner-box .right-side {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer-section-three .upper-box .inner-box .right-side {
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-section-three .upper-box .inner-box .right-side {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.footer-section-three .upper-box .inner-box .right-side .info {
  font-size: 20px;
  font-weight: 700;
  line-height: 43px;
  color: var(--theme-color-white);
  max-width: 305px;
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .footer-section-three .upper-box .inner-box .right-side .info {
    padding-bottom: 0;
  }
}
.footer-section-three .upper-box .inner-box .right-side .info span {
  font-size: 23px;
  display: inline-block;
  margin-top: -2px;
}
@media (max-width: 575.98px) {
  .footer-section-three .upper-box .inner-box .right-side .info span {
    font-size: 24px;
    margin-top: 0;
  }
}
.footer-section-three .upper-box .inner-box .right-side .contact-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid var(--theme-color1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-section-three
  .upper-box
  .inner-box
  .right-side
  .contact-btn:hover
  span
  img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-section-three .upper-box .inner-box .right-side .contact-btn .text {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 10%;
  color: var(--theme-color-white);
  margin-bottom: 10px;
}
.footer-section-three .upper-box .inner-box .right-side .contact-btn span img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-section-three .footer-widget-wrapper {
  border-bottom: none;
  padding-bottom: 28px;
}
.footer-section-three .footer-widget-wrapper .footer-contact-items {
  padding-left: 6px;
}
@media (max-width: 991.98px) {
  .footer-section-three .footer-widget-wrapper .footer-contact-items {
    padding-left: 0;
  }
}
.footer-section-three .footer-widget-wrapper .footer-contact-items .get-title {
  font-weight: 700;
  letter-spacing: 0;
}
.footer-section-three .footer-widget-wrapper .footer-contact-items form {
  max-width: 532px;
}
.footer-section-three .footer-widget-wrapper .footer-list-area {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-left: 111px;
  padding-right: 69px;
}
@media (max-width: 1199.98px) {
  .footer-section-three .footer-widget-wrapper .footer-list-area {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .footer-section-three .footer-widget-wrapper .footer-list-area {
    padding-right: 0;
    padding-top: 30px;
  }
}
.footer-section-three .footer-widget-wrapper .footer-list-area .user-links li {
  margin-bottom: 15px;
}
.footer-section-three
  .footer-widget-wrapper
  .footer-list-area
  .user-links
  li
  a {
  color: var(--theme-color-white);
}
.footer-section-three
  .footer-widget-wrapper
  .footer-list-area
  .user-links
  li
  a:hover {
  color: var(--theme-color1);
}
.footer-section-three .footer-bottom {
  position: relative;
  padding: 0;
}
.footer-section-three .footer-bottom p {
  text-align: center;
  margin-bottom: 0;
  color: #9d9d9d;
  letter-spacing: 0;
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 31px;
  padding-bottom: 20px;
}
.product-details .product-info .product-details__reveiw i {
  color: #ffc737;
  font-size: 16px;
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  color: var(--theme-color1);
  font-size: 16px;
  line-height: 1;
  margin-left: 18px;
  position: relative;
  top: 1px;
}
.product-details .product-info .product-details__quantity-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-2 {
  display: block;
  margin-left: 10px;
  position: relative;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-details .product-info .product-details__social .social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-details .product-info .product-details__social .social-icon-one li {
  position: relative;
  margin-left: 20px;
}
.product-details
  .product-info
  .product-details__social
  .social-icon-one
  li:first-child {
  margin-left: 0;
}
.product-details .product-info .product-details__social .social-icon-one li a {
  position: relative;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details
  .product-info
  .product-details__social
  .social-icon-one
  li
  a:hover {
  color: #fff;
}
.product-details .product-info .product-details__social .title {
  display: block;
  position: relative;
}
.product-details .product-info .product-details__social .title h3 {
  font-size: 20px;
  line-height: 20px;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}
.product-details__quantity .quantity-box {
  border-radius: 10px;
  height: 60px;
  position: relative;
  width: 98px;
}
.product-details__quantity .quantity-box input {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 10px;
  color: var(--theme-color1);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}
.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-top-right-radius: 10px;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 29px;
}
.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}

.product-discription {
  display: block;
  position: relative;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.product-discription .product-description__list ul {
  display: block;
  position: relative;
}
.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  margin: 0;
}
.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 28px;
  width: 100%;
}
.product-discription .tab-btn-box .tab-btns li {
  background-color: #222221;
  border: 1px solidr gba(var(--theme-color-white-rgb), 0.5);
  color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  padding: 14px 30px;
  position: relative;
  
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color: var(--theme-color1);
  color: #fff;
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 34px 30px 34px;
  position: relative;
}
@media (max-width: 991.98px) {
  .product-discription .single-comment-box .inner-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  display: block;
  margin-bottom: 2px;
  position: relative;
}
.product-discription .single-comment-box .inner-box .rating li {
  color: #fdc009;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  position: relative;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 51px 60px 60px 60px;
  position: relative;
}
@media (max-width: 575.98px) {
  .product-discription .comment-box {
    padding: 40px 30px;
  }
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.html);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.html);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.html);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 a:hover {
  color: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.html);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.html) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(22, 67, 51)),
    to(rgba(229, 229, 229, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(22, 67, 51) 0%,
    rgba(229, 229, 229, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5',GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color1);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.html) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  margin-bottom: 30px;
  position: relative;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  background: rgba(var(--theme-color-white-rgb), 0.05);
  border: 2px solid rgba(228, 225, 213, 0.1215686275);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  margin-bottom: 5px;
}

.product-block h4 a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color1);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #fd5f5c;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color1);
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
.cart-section .table > :not(caption) > * > * {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}
.cart-section table.table.tbl-shopping-cart th,
.cart-section table.table.tbl-shopping-cart td,
.cart-section table.table.cart-total th,
.cart-section table.table.cart-total td {
  border-left: rgba(var(--theme-color-white-rgb), 0.1);
}
.cart-section .form-control {
  color: rgba(var(--theme-color-white-rgb), 0.4);
}
.cart-section .form-control option {
  color: #000;
}
.cart-section select.form-control option {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}
.cart-section table.tbl-shopping-cart > thead > tr > th,
.cart-section table.tbl-shopping-cart > tbody > tr > th,
.cart-section table.tbl-shopping-cart > tfoot > tr > th {
  color: rgba(var(--theme-color-white-rgb), 0.5);
}
.cart-section .table-striped > tbody > tr:nth-of-type(odd) > *,
.cart-section .table > :not(caption) > * > * {
  color: rgba(var(--theme-color-white-rgb), 0.5);
}
.cart-section tbody,
.cart-section td,
.cart-section tfoot,
.cart-section th,
.cart-section thead,
.cart-section tr {
  border-color: rgba(var(--theme-color-white-rgb), 0.05);
}

table.table.tbl-shopping-cart .product-thumbnail,
table.table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.table.tbl-shopping-cart img,
table.table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.table.tbl-shopping-cart th,
table.table.tbl-shopping-cart td,
table.table.cart-total th,
table.table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.table.tbl-shopping-cart .product-name a,
table.table.cart-total .product-name a {
  color: var(--headings-color);
}
table.table.tbl-shopping-cart .product-name .variation,
table.table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.table.tbl-shopping-cart .product-remove a,
table.table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}
table.table.tbl-shopping-cart .coupon-form .apply-button,
table.table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color2);
}
table.table.tbl-shopping-cart .coupon-form .apply-button:hover span,
table.table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.our-checkout .table > :not(caption) > * > * {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color2-text-color);
}
.our-checkout table.table.tbl-shopping-cart th,
.our-checkout table.table.tbl-shopping-cart td {
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.payment-method .accordion-box3 .block {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 30px;
}
.payment-method .accordion-box3 .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box3 .block .acc-content .payment-info {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  display: block;
  padding: 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .payment-method .accordion-box3 .block .acc-content .payment-info {
    padding: 30px;
  }
}
.payment-method .accordion-box3 .block .acc-btn {
  padding: 19px 50px 22px 30px;
}
.payment-method .accordion-box3 .block .acc-btn .icon-outer {
  color: var(--theme-color2-text-color);
  font-size: 28px;
  height: auto;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .payment-method .accordion-box3 .block .acc-btn .icon-outer {
    right: 10px;
  }
}
.payment-method .accordion-box3 .block .acc-btn.active {
  padding: 19px 50px 22px 30px;
}
.payment-method .accordion-box3 .block .acc-btn.active .icon-outer {
  color: var(--theme-color2-text-color);
}
@media (max-width: 575.98px) {
  .payment-method .accordion-box3 .block .acc-btn.active .icon-outer {
    right: 15px;
  }
}
.payment-method .payment-method h3 {
  margin-bottom: 32px;
}
.payment-method .accordion-box3 .block .acc-btn.active {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.shop-sidebar {
  display: block;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type="search"] {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color1);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  color: #858695;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color1);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget .post {
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  color: #858695;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}
.shop-sidebar .post-widget .post .price {
  color: var(--theme-color-white);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.range-slider {
  position: relative;
}
.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}
.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}
.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}
.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}
.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color1);
  top: 0px;
  height: 4px;
}
.range-slider .ui-state-default {
  background-color: var(--theme-color1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}
.range-slider .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}
.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}
.range-slider .ui-widget-content .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.range-slider input[type="submit"] {
  background: var(--theme-color1);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type="submit"]:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 0 120px;
  position: relative;
}
.page-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-title .title {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}
.page-title .text {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  max-width: 520px;
  position: relative;
}
.page-title .bg-video:before {
  content: "";
  position: absolute;
  /* background: radial-gradient(circle at 78% 25%, rgb(0 92 187 / 34%), #60585800 30%), linear-gradient(131deg, rgb(3 67 173 / 96%) 0%, rgb(64 144 255 / 84%) 54%, rgb(37 93 189 / 62%) 100%); */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  
}
.page-title .bg-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.page-title .bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  /* position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff; */
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  font-size: 14px;
  color: #fff;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--theme-color1-text-color);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::placeholder {
  color: #cccccc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
input::-ms-input-placeholder {
  color: #cccccc;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--theme-color2-text-color);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color1-text-color);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 16px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 16px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.contact-details .sec-title {
  margin-bottom: 20px;
}
.contact-details .sec-title .sub-title {
  color: #4f515d;
}
.contact-details .sec-title .h2 {
  color: var(--headings-color);
}
.contact-details .sec-title .text {
  color: #4f515d;
}

.map {
  height: 550px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  display: block;
  position: relative;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.service-sidebar .service-sidebar-single-services {
  background: #f6f4ec;
  border-radius: 10px;
  display: block;
  padding: 35px 30px 25px;
  position: relative;
}
.service-sidebar .service-sidebar-single-services .title {
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.service-sidebar .service-sidebar-single-services .title .h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  display: block;
  margin-top: 10px;
  position: relative;
}
.service-sidebar .service-sidebar-single-services ul li {
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
  position: relative;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: transparent;
  color: var(--agriox-color-1, #687469);
  display: block;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 20px 22px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title .h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box .h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .service-details-image {
  overflow: hidden;
}
.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--theme-color2-text-color);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover,
.service-list li a.current {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i,
.service-list li a.current i {
  width: 60px;
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  background-color: #1a1a1a;
  border-radius: 15px;
  color: var(--theme-color1-text-color);
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 40px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color1);
}
.sidebar-service-list li a:hover i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  background-color: #121310;
  color: var(--theme-color1);
}
.sidebar-service-list li.current a i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-details-help {
  background-color: var(--theme-color1);
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.help-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121310;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  height: 73px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0;
  width: 73px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: #fff;
  color: var(--theme-color1);
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: var(--theme-color1-text-color);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .project-details__img {
    height: 470px;
  }
}
@media (max-width: 767.98px) {
  .project-details__img {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  .project-details__img {
    height: 250px;
  }
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}
.project-details__content img {
  border-radius: 8px;
}
.project-details__content .title {
  margin-top: 50px;
}
.project-details__content .text {
  color: #8f8c94;
}
@media (max-width: 1199.98px) {
  .project-details__content .project-title-big-title {
    font-size: 40px;
    line-height: 60px;
  }
}
.project-details__content .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .project-details__content .feature-list {
    display: block;
  }
}
.project-details__content .feature-list ul {
  max-width: 45%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .project-details__content .feature-list ul {
    max-width: none;
  }
}
.project-details__content .feature-list ul li {
  color: #8f8c94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  margin-bottom: 10px;
}
.project-details__content .feature-list ul li .icon {
  color: var(--theme-color1);
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__details-box {
  position: relative;
}

.project-details__details-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
@media (max-width: 991.98px) {
  .project-details__details-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }
}
@media (max-width: 575.98px) {
  .project-details__details-list {
    gap: 0;
  }
}
.project-details__details-list li {
  position: relative;
  display: block;
  padding: 12px 0;
  max-width: 25%;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .project-details__details-list li {
    max-width: 45%;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .project-details__details-list li {
    max-width: 100%;
  }
}
.project-details__details-list li:after {
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 88px;
  content: "";
  background-color: rgba(255, 255, 255, 0.17);
}
@media (max-width: 1199.98px) {
  .project-details__details-list li:after {
    display: none;
  }
}
.project-details__details-list li:last-child:after {
  display: none;
}

.project-details__client {
  font-size: 16px;
  color: var(--theme-color-lighter2);
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-color-white);
}

.project-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}
.blog-details .theme-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.blog-details .theme-btn:before {
  background-color: var(--theme-color1);
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight);
  color: #fff;
  line-height: 12px;
  
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  font-weight: var(--body-font-weight);
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.blog-details__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 49px;
  padding: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--theme-color1-text-color);
  font-size: 20px;
  font-weight: var(--body-font-weight);
  margin-right: 14px;
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color1);
  color: #fff;
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color2-text-color);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  background-color: var(--theme-color1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color2-text-color);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 30px;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-color1-text-color);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color1);
}

.room-heading {
  position: relative;
}
.room-heading .title {
  line-height: 1;
  margin-top: 0;
}
.room-heading .kodelisting-room-basic-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
}
@media (max-width: 575.98px) {
  .room-heading .kodelisting-room-basic-info {
    display: inline-block;
  }
}
.room-heading .kodelisting-room-basic-info li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding: 5px 0;
  margin-right: 30px;
}
.room-heading .kodelisting-room-basic-info li i {
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-right: 10px;
}
.room-heading .kodelisting-room-basic-info li .csrbi-text {
  font-size: 14px;
  white-space: nowrap;
}

.kodelisting-room-booking {
  background-color: var(--theme-color-white);
  position: relative;
}
.kodelisting-room-booking .kodelisting-room-booking-wrap {
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--theme-color2);
  padding: 50px 45px 55px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .kodelisting-room-booking .kodelisting-room-booking-wrap {
    padding: 40px 15px;
  }
}
.kodelisting-room-booking .room-booking-title {
  margin-bottom: 32px;
}
.kodelisting-room-booking .room-booking-title .title {
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
}
.kodelisting-room-booking .room-booking-title .base-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.kodelisting-room-booking .reservation-form .checkbox-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
  padding: 10px 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.kodelisting-room-booking .reservation-form {
  /* Hide default checkbox */
}
.kodelisting-room-booking
  .reservation-form
  .custom-checkbox
  input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
  background-color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.kodelisting-room-booking .reservation-form {
  /* Checked style */
}
.kodelisting-room-booking
  .reservation-form
  .custom-checkbox
  input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--theme-color1); /* brownish color */
}
.kodelisting-room-booking .reservation-form .checkbox-label {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kodelisting-room-booking .reservation-form .checkbox-price {
  color: var(--text-color);
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .summary {
  padding: 15px 0;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content {
  color: var(--text-color);
  border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  padding-bottom: 5px;
  padding-top: 8px;
}
.kodelisting-room-booking
  .reservation-form
  .total-base-price
  .price-content
  .label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  font-style: normal;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  width: 16px;
}
.kodelisting-room-booking
  .reservation-form
  .total-base-price
  .price-content
  .amount {
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.kodelisting-room-booking .reservation-form .btn-style-one {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.kodelisting-room-booking .reservation-form .btn-style-one:hover {
  color: var(--theme-color-dark);
}
.kodelisting-room-booking .reservation-form .btn-style-one:before {
  background: var(--theme-color1);
}
.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
  background: none;
  border-color: rgba(var(--theme-color2-rgb), 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  height: 48px;
  line-height: 35px;
}
.kodelisting-room-booking .form-select::-webkit-input-placeholder,
.kodelisting-room-booking .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-moz-placeholder,
.kodelisting-room-booking .form-control::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:-ms-input-placeholder,
.kodelisting-room-booking .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-ms-input-placeholder,
.kodelisting-room-booking .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.kodelisting-room-booking .nice-select::before {
  top: 6px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder {
  color: var(--theme-color1-text-color);
  opacity: 1;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder,
.sidebar__search-form input[type="search"]:-ms-input-placeholder,
.sidebar__search-form input[type="search"]::-ms-input-placeholder,
.sidebar__search-form input[type="search"]::placeholder {
  color: var(--theme-color1-text-color);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type="search"] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type="submit"] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-light-background-text-color);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: var(--theme-color1);
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li:hover h3 a {
  color: var(--theme-color1-text-color);
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
  margin-right: 20px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  border-radius: 10px;
  width: 80px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content .h3 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content .h3 a {
  color: var(--theme-color-silver);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--theme-color-white-rgb), 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color-white);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 10px;
  display: block;
  color: var(--theme-light-background-text-color);
  overflow: hidden;
  padding: 45px 30px 38px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: var(--theme-color1);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color1-text-color);
}
.sidebar__category-list li a:hover span {
  color: #fff;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: var(--theme-color1);
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color1-text-color);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #fff;
}

.sidebar__tags {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: block;
  overflow: hidden;
  padding: 46px 45px 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  background: var(--theme-color1);
  border-radius: 30px;
  color: var(--theme-color1-text-color);
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  padding: 5px 28px 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sidebar__tags-list a:hover {
  background: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-light-background-text-color);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: var(--theme-color-white);
}
.sidebar__comments-text-box .h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.comment-one .comment-one__content .h3 {
  color: var(--theme-color2-text-color);
  font-size: 20px;
  margin: 0;
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}
.comment-one .comment-one__btn {
  font-size: 14px;
  padding: 5px 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-one .comment-one__image {
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 100px;
  -ms-flex: 100px 0 0px;
  flex: 100px 0 0;
  position: relative;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  display: block;
  position: relative;
}

.team-details-shape-1 {
  bottom: -270px;
  position: absolute;
  opacity: 0.5;
  right: 0;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  display: block;
  margin-right: -48px;
  position: relative;
}
@media (max-width: 1439.98px) {
  .team-details__top-left {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .team-details__top-left {
    margin-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .team-details__top-left {
    margin-right: 0px;
  }
}

.team-details__top-img {
  border-radius: 30px;
  display: block;
  position: relative;
}
.team-details__top-img img {
  border-radius: 30px;
  width: 100%;
}

.team-details__big-text {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35em;
  line-height: 30px;
  padding: 15px 30px 20px 30px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% - 30px);
  right: -185px;
  
}
@media (max-width: 575.98px) {
  .team-details__big-text {
    left: 0;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    right: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 30px;
    text-align: center;
  }
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 100px;
}
@media (max-width: 1439.98px) {
  .team-details__top-right {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .team-details__top-right {
    margin-left: 0px;
    margin-top: 50px;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color1);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-right .team-details__top-name {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
.team-details__top-right .team-details__top-name .text-theme-colored1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color1);
}
.team-details__top-right .team-details__text-1 {
  color: #8c8f94;
}
.team-details__top-right .team-details__text-2 {
  color: #8c8f94;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.team-details__top-right .info-outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.team-details__top-right .info-outer-box .team-details-contact .title {
  font-size: 18px;
  color: #eeeeee;
  margin-bottom: 0;
}
.team-details__top-right .info-outer-box .team-details-contact .text {
  font-size: 16px;
  color: #8c8f94;
}

.team-details__bottom {
  position: relative;
  display: block;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}
@media (max-width: 1439.98px) {
  .team-details__bottom-left {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .team-details__bottom-left {
    margin-bottom: 40px;
  }
}

.team-details__bottom-left-title {
  font-size: 36px;
  line-height: 46px;
}

.team-details__bottom-left-text {
  color: #8c8f94;
  margin-bottom: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media (max-width: 1439.98px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  display: block;
  position: relative;
  width: 100%;
}
.team-details__progress .bar {
  background-color: #222221;
  border-radius: 7px;
  height: 13px;
  margin-bottom: 22px;
  position: relative;
  width: 100%;
}
.team-details__progress .bar-inner {
  background-color: var(--theme-color1);
  border-radius: 7px;
  display: block;
  height: 13px;
  position: relative;
  width: 0px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  bottom: 21px;
  color: #8c8f94;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.team-details__progress-title {
  color: var(--theme-color-white);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.team-details__bottom .form-control,
.team-details__bottom .input-text,
.team-details__bottom input[type="text"],
.team-details__bottom input[type="email"] {
  background-color: #121310;
  border-color: rgba(255, 255, 255, 0.17);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.team-details__bottom .form-control:focus,
.team-details__bottom .input-text:focus,
.team-details__bottom input[type="text"]:focus,
.team-details__bottom input[type="email"]:focus {
  border-color: var(--theme-color2);
}
.team-details__bottom textarea {
  background-color: #121310;
  border-color: rgba(255, 255, 255, 0.17);
  height: 95px;
}
.team-details__bottom button {
  border-radius: 10px;
  width: 100%;
}


/* ================================
   MES Premium Light + Dark Hero
================================ */

/* Genel renk dengesi */
:root {
  --theme-color1: #0a2f6b;
  --theme-color2: #6f95bc;
  --theme-color3: #8a8a8a;

  --theme-color1-rgb: 10, 47, 107;
  --theme-color2-rgb: 111, 149, 188;
  --theme-color3-rgb: 138, 138, 138;

  --body-bg: #f6f8fb;
  --text-color: #5b6472;
  --headings-color: #101828;

  --sec-title-color: #101828;
  --sec-title-subtitle-color: var(--theme-color1);

  --gradient-1: linear-gradient(135deg, #0a2f6b 0%, #6f95bc 100%);
}

/* Sayfa zemini */
body,
.page-wrapper {
  background: #f6f8fb;
}

/* Header koyu, premium kalsın */
.main-header {
  position: absolute;
}

.main-header .main-box {
  background: rgba(10, 47, 107, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 0 0 28px 28px;
}

.main-menu .navigation > li > a {
  color: #ffffff;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover {
  color: #b9d3ee;
}

/* Sticky header */
.sticky-header {
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 35px rgba(10,47,107,.12);
}

.sticky-header .main-menu .navigation > li > a {
  color: #101828;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}

/* Hero dark kalsın ama turuncu efekt maviye dönsün */
.banner-section .banner-overlay {
  background:
    radial-gradient(circle at 28% 45%, rgba(111,149,188,.35), transparent 45%),
    linear-gradient(90deg, rgba(5,18,38,.92), rgba(10,47,107,.45), rgba(0,0,0,.55));
  mix-blend-mode: normal;
}

.banner-section .title,
.banner-section .banner-service-list li,
.banner-section .banner-service-list li a,
.banner-section .client-title,
.banner-section .style-text {
  color: #ffffff;
}

.banner-section .style-text span {
  color: #6f95bc;
}

.theme-btn-three {
  color: #ffffff;
  border-color: rgba(255,255,255,.55);
}

.theme-btn-three:hover {
  border-color: var(--theme-color2);
}

/* About alanı */
.about-section {
  /* background: #ffffff;
  border-radius: 0 0 42px 42px; */
}

.about-section .shape1,
.about-section .shape2,
.section-outer:before {
  background: radial-gradient(circle, rgba(111,149,188,.65), rgba(10,47,107,.25), transparent 70%);
  filter: blur(90px);
  opacity: .35;
}

.about-section .experience {
  background: linear-gradient(145deg, #0a2f6b, #113f83);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 24px 60px rgba(10,47,107,.22);
}

.about-section .experience .title,
.about-section .experience .count-box,
.about-section .experience .text {
  color: #ffffff;
}

/* Büyük koyu section yerine soft mavi-beyaz kutu */
.section-outer {
  background:
    linear-gradient(180deg, #eef4fb 0%, #ffffff 45%, #eef4fb 100%);
  border-radius: 42px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

/* Section title */
.sec-title .sub-title {
  color: var(--theme-color1);
  background: rgba(10,47,107,.08) !important;
  border: 1px solid rgba(10,47,107,.12);
  display: inline-block;
  padding: 8px 18px;
  border-radius: 100px;
}

.sec-title .title,
.sec-title h2,
.sec-title h3,
.sec-title .h2 {
  color: #101828;
}

.sec-title .text,
.text,
p {
  color: #5b6472;
}

/* Servis kartları */
.service-block .inner-block {
  background: #ffffff;
  border: 1px solid rgba(10,47,107,.10);
  box-shadow: 0 18px 45px rgba(10,47,107,.08);
}

.service-block::before,
.service-block::after {
  background: conic-gradient(
    from var(--gradient-angle),
    #0a2f6b,
    rgba(111,149,188,.15),
    #6f95bc,
    rgba(10,47,107,.12),
    #0a2f6b
  );
}

.service-block .inner-block .title,
.service-block .inner-block .title a {
  color: #101828;
}

.service-block .inner-block .text {
  color: #5b6472;
}

.service-button-one {
  color: var(--theme-color1);
}

.services-section .service-contect-box .text {
  color: #5b6472;
}

/* Proje kartları */
.project-block .content {
  background: rgb(211 211 211 / 94%);
  border: 1px solid rgba(10,47,107,.10);
  box-shadow: 0 15px 40px rgba(10,47,107,.10);
}

.project-block .content .title,
.project-block .content .title a {
  color: #101828;
}

.project-block .post-meta,
.project-block .post-meta span {
  color: #5b6472;
}

/* Butonlar */
.theme-btn-one,
.work-button-one {
  background: var(--gradient-1);
  color: #ffffff;
}

.theme-btn-one:before,
.work-button-one:before,
.theme-btn-two:before,
.theme-btn-five:before {
  background: #6f95bc;
}

.theme-btn-one:hover,
.work-button-one:hover {
  color: #ffffff;
}

.theme-btn-two {
  background: #ffffff;
  color: var(--theme-color1);
  border: 1px solid rgba(10,47,107,.15);
  box-shadow: 0 10px 25px rgba(10,47,107,.08);
}

.theme-btn-two i,
.theme-btn-one i {
  background: #ffffff;
  color: var(--theme-color1);
}

/* Turuncu kalan slider/scroll detayları */
.styled-pagination .swiper-pagination-progressbar-fill,
.swiper-horizontal > .styled-scrollbar {
  background: linear-gradient(270deg, rgba(111,149,188,0) 0%, #0a2f6b 100%);
}

/* Divider */
.devider {
  border-top: 1px solid rgba(10,47,107,.12);
}









/* QUB MES Banner */
.banner-section.qub-mes-banner {
  padding: 300px 0 40px;
  background: #061f3f;
}

.banner-section.qub-mes-banner .bg-banner-img {
  background: url("../images/banner/qub-mes-banner.jpg") center/cover no-repeat;
  animation: banner-img 14s ease-in-out infinite alternate;
}

.banner-section.qub-mes-banner .bg-banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 31, 63, 0.92) 0%, rgba(5, 31, 63, 0.65) 45%, rgba(0, 156, 176, 0.35) 100%),
    linear-gradient(180deg, rgba(5, 31, 63, 0.15) 0%, rgba(5, 31, 63, 0.88) 100%);
}

.banner-section.qub-mes-banner .banner-overlay {
  background: radial-gradient(circle at 70% 40%, rgba(0, 190, 210, 0.45), transparent 55%);
  mix-blend-mode: screen;
}

.banner-section.qub-mes-banner .content-box .title {
  max-width: 400px;
  color: #ffffff;
  font-size: 45px;
  line-height: 1.05;
}

.banner-section.qub-mes-banner .banner-service-list li,
.banner-section.qub-mes-banner .banner-service-list li a {
  color: #ffffff;
}

.banner-section.qub-mes-banner .banner-service-list li a:hover {
  color: #00c8d7;
}

.banner-section.qub-mes-banner .theme-btn-three {
  background: #00a7bb;
  color: #ffffff;
}

.banner-section.qub-mes-banner .theme-btn-three:hover {
  background: #ffffff;
  color: #ffffff;
}

.banner-section.qub-mes-banner .bottom-box {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.banner-section.qub-mes-banner .client-title {
  color: #ffffff;
}

.banner-section.qub-mes-banner .style-text {
  color: rgba(255, 255, 255, 0.18);
}

.banner-section.qub-mes-banner .style-text span {
  color: #00c8d7;
}

.qub-module-list .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
}

.qub-module-list .logo a:hover {
  background: #ffffff;
  color: #06305f;
}

@media (max-width: 991.98px) {
  .banner-section.qub-mes-banner {
    padding: 170px 0 40px;
  }

  .banner-section.qub-mes-banner .content-box .title {
    font-size: 56px;
  }
}

@media (max-width: 575.98px) {
  .banner-section.qub-mes-banner .content-box .title {
    font-size: 42px;
  }
}










/* QUB MES Header - Final */
.main-header.qub-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.main-header.qub-header .outer-box {
  padding: 24px 64px 0;
}

.main-header.qub-header .main-box {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0 0 28px 28px;
  padding: 0px 73px;
  border-bottom: 2px solid rgba(10, 47, 107, 0.15);
  box-shadow: 0 10px 40px rgba(10, 47, 107, 0.08),
              0 2px 10px rgba(0, 0, 0, 0.04);
}

/* LOGO */
.main-header.qub-header .logo img,
.main-header.qub-header .sticky-header .logo img,
.main-header.qub-header .nav-logo img {
  display: block;
  width: 150px;
  height: auto;
}

/* MENÜ */
.main-header.qub-header .main-menu .navigation > li > a,
.main-header.qub-header .navigation > li > a {
  color: #0a2f6b !important;
  font-weight: 700;
  opacity: 1 !important;
}

.main-header.qub-header .main-menu .navigation > li.current > a,
.main-header.qub-header .main-menu .navigation > li:hover > a,
.main-header.qub-header .navigation > li:hover > a {
  color: #00a7bb !important;
}

/* DROPDOWN */
.main-header.qub-header .navigation > li > ul {
  background: #ffffff !important;
  padding: 10px 0;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.main-header.qub-header .navigation > li > ul > li > a {
  color: #08213d !important;
  font-weight: 600;
}

.main-header.qub-header .navigation > li > ul > li:hover > a {
  color: #00a7bb !important;
}

/* BUTON */
.main-header.qub-header .theme-btn-two {
  background: #0a2f6b !important;
  color: #ffffff !important;
  border-radius: 50px;
}

.main-header.qub-header .theme-btn-two i {
  background: #00a7bb !important;
  color: #ffffff !important;
}

.main-header.qub-header .theme-btn-two:hover {
  color: #ffffff !important;
}

.main-header.qub-header .theme-btn-two:hover:before {
  background: #00a7bb !important;
}

/* STICKY HEADER */
.main-header.qub-header .sticky-header {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(10, 47, 107, 0.12);
  box-shadow: 0 8px 28px rgba(10, 47, 107, 0.08);
}

.main-header.qub-header .sticky-header .main-menu .navigation > li > a {
  color: #0a2f6b !important;
}

.main-header.qub-header .sticky-header .main-menu .navigation > li:hover > a {
  color: #00a7bb !important;
}

/* MOBİL */
.main-header.qub-header .mobile-nav-toggler,
.main-header.qub-header .mobile-nav-toggler i,
.main-header.qub-header .mobile-nav-toggler span {
  color: #0a2f6b !important;
}

@media (max-width: 991.98px) {
  .main-header.qub-header .outer-box {
    padding: 12px;
  }

  .main-header.qub-header .main-box {
    padding: 15px 18px;
    border-radius: 0 0 22px 22px;
  }

  .main-header.qub-header .logo img,
  .main-header.qub-header .nav-logo img {
    width: 135px;
  }
}














/* QUB MES About Section */
.qub-about-section {
  background: transparent;
}

.qub-about-section .sub-title {
  color: #00a7bb;
  font-weight: 600;
}

.qub-about-section .sec-title .title {
  color: #0a2f6b;
  font-size: 30px;
}

.qub-about-section .sec-title .text {
  color: #4b5b6d;
  font-size: 16px;
  margin-left: -60px;
}

.qub-about-section .theme-btn-one {
  background: #0a2f6b;
  color: #ffffff;
}

.qub-about-section .theme-btn-one i {
  background: #00a7bb;
  color: #ffffff;
}

.qub-about-section .theme-btn-one:hover:before {
  background: #00a7bb;
}

.qub-about-section .image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 47, 107, 0.14);
}

.qub-about-section .image img {
  width: 100%;
  display: block;
}

.qub-about-section .qub-experience {
  background: linear-gradient(180deg, #0a2f6b 0%, #061f3f 100%);
  border-radius: 28px;
  padding: 42px 34px;
  min-height: 100%;
  box-shadow: 0 24px 60px rgba(10, 47, 107, 0.22);
}

.qub-about-section .qub-experience .title {
  color: #ffffff;
  font-size: 20px;
}

.qub-about-section .qub-experience .counter {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 30px;
  padding-top: 25px;
}

.qub-about-section .qub-experience .count-box {
  color: #00d6e6;
}

.qub-about-section .qub-experience .text {
  color: rgba(255, 255, 255, 0.78);
}


.counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.counter-btn {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .counter-btn {
        margin-top: 20px;
    }
}











/* QUB MES Products Section */
.qub-products-section .sub-title {
  color: #00a7bb;
  font-weight: 700;
}

.qub-products-section .sec-title .title {
  color: #0a2f6b;
}

.qub-products-section .sec-title .title span {
  color: #00a7bb;
}

.qub-products-section .button-box .text2 {
  color: #4b5b6d;
}

.qub-products-section .theme-btn-one {
  background: #0a2f6b;
  color: #ffffff;
}

.qub-products-section .theme-btn-one i {
  background: #00a7bb;
  color: #ffffff;
}

.qub-products-section .theme-btn-one:hover:before {
  background: #00a7bb;
}

.qub-products-section .project-block .inner-block {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(10, 47, 107, 0.12);
}

.qub-products-section .project-block .content {
  background: rgba(255, 255, 255, 0.5);
}

.qub-products-section .project-block .content .title {
  color: #0a2f6b;
}

.qub-products-section .project-block .post-meta .category {
  color: #ffffff;
  font-weight: 600;
}









/* =====================================================
   QUB MES INFO SECTION - PREMIUM VERSION
===================================================== */

.qub-info-section {
    position: relative;
    padding: 110px 0;
}

.qub-info-head {
    max-width: 950px;
    margin-bottom: 50px;
}

.qub-info-head .sub-title {
    color: #00a7bb;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 12px;
    font-size: 15px;
}

.qub-info-head .title {
    color: #0A2F6B;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}

.qub-info-head .title span {
    color: #00A7BB;
}

/* CARD */

.qub-info-card {
    position: relative;
    overflow: hidden;

    height: 100%;
    min-height: 260px;

    padding: 36px;

    border-radius: 28px;

    background: rgba(255,255,255,.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(10,47,107,.08);

    box-shadow:
        0 12px 40px rgba(10,47,107,.06),
        0 4px 12px rgba(10,47,107,.03);

    transition: all .4s ease;
}

/* Premium ışık efekti */

.qub-info-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        transparent,
        rgba(0,167,187,.08),
        transparent
    );
    opacity:0;
    transition:.45s ease;
}

/* Hover */

.qub-info-card:hover{
    transform:translateY(-10px);
    border-color:rgba(0,167,187,.22);

    box-shadow:
        0 28px 70px rgba(10,47,107,.12),
        0 10px 20px rgba(10,47,107,.06);
}

.qub-info-card:hover::before{
    opacity:1;
}

.qub-big-card {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.qub-big-content{
    flex:1;
}

/* RESİM */

.qub-card-image{
    width:320px;
    min-width:320px;
    height:220px;

    overflow:hidden;

    border-radius:24px;

    border:1px solid rgba(10,47,107,.08);

    box-shadow:
        0 12px 35px rgba(10,47,107,.08);

    transition:.4s ease;
}

.qub-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.qub-big-card:hover .qub-card-image{
    transform:scale(1.02);
}

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

/* TITLE */

.qub-title-row{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:24px;
}

.qub-card-number{
    width:56px;
    height:56px;
    min-width:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:#0A2F6B;
    color:#fff;

    font-size:18px;
    font-weight:800;

    transition:.35s ease;
}

.qub-info-card:hover .qub-card-number{
    background:#00A7BB;
    transform:scale(1.08);
}

.qub-info-section .title{
    margin:0;
}

.qub-info-section .title a{
    color:#0A2F6B !important;

    font-size:26px;
    font-weight:600;
    line-height:1.2;

    transition:.35s ease;
}

.qub-info-card:hover .title a{
    color:#00A7BB !important;
}

/* TEXT */

.qub-info-section .text{
    color:#5A6779 !important;
    font-size:16px;
    line-height:1.9;
}

/* GRID */

.qub-info-section .row.g-24{
    --bs-gutter-x:24px;
    --bs-gutter-y:24px;
}

/* ESKİ TEMA ŞEYLERİNİ KAPAT */

.qub-info-section .image,
.qub-info-section .image-box,
.qub-info-section .icon{
    display:none !important;
}

/* RESPONSIVE */

@media(max-width:991px){

    .qub-big-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .qub-card-image{
        width:100%;
        min-width:100%;
        height:240px;
    }

    .qub-info-head .title{
        font-size:38px;
    }

    .qub-info-card{
        padding:28px;
    }
}












/* QUB MES Video Section - Premium */
.qub-video-section {
  padding: 100px 0;
}

.qub-video-card {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  background: #061f3f;
  box-shadow: 0 30px 80px rgba(10, 47, 107, 0.18);
}

/* Resim tüm kartı kaplar */
.qub-video-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.qub-video-media .video-img,
.qub-video-media .video-img img {
  width: 100%;
  height: 100%;
}

.qub-video-media .video-img img {
  object-fit: cover;
}

/* Overlay tıklamayı engellemesin */
.qub-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(9deg, rgba(6, 31, 63, 0.98) 0%, rgb(33 55 82 / 88%) 32%, rgba(6, 31, 63, -0.38) 51%, rgb(0 0 0 / 12%) 100%);
}

.qub-video-content {
  position: relative;
  z-index: 3;
  width: 48%;
  min-height: 560px;
  padding: 70px;
  color: #ffffff;
}

.qub-video-year {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 45px;
  font-weight: 700;
}

.qub-video-content h2 {
  color: #ffffff;
  font-size: 64px;
  line-height: 1.05;
  margin-bottom: 28px;
}

.qub-video-content h2 span {
  display: block;
  color: #00c8d7;
}

.qub-video-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
  max-width: 430px;
}

.qub-video-features {
  display: flex;
  gap: 34px;
  margin-top: 60px;
}

.qub-video-features div {
  max-width: 150px;
}

.qub-video-features i {
  color: #00c8d7;
  font-size: 34px;
  margin-bottom: 18px;
}

.qub-video-features strong {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
}

.qub-video-features span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

/* Play butonu */
.qub-play-btn {
  position: absolute !important;
  left: 68%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999 !important;
  pointer-events: auto !important;
}

.qub-play-btn .icon {
  width: 105px;
  height: 105px;
  line-height: 105px;
  background: #ffffff;
  color: #0a2f6b;
  font-size: 30px;
  box-shadow: 0 18px 50px rgba(255, 255, 255, 0.25);
}

.qub-play-btn .ripple {
  pointer-events: none;
}

@media (max-width: 991px) {
  .qub-video-content {
    width: 100%;
    padding: 45px 30px;
  }

  .qub-video-card::before {
    background: rgba(6, 31, 63, 0.82);
  }

  .qub-video-content h2 {
    font-size: 44px;
  }

  .qub-video-features {
    flex-direction: column;
    gap: 22px;
  }

  .qub-play-btn {
    left: 50%;
    top: 72%;
  }
}

.qub-video-features i {
    display: block;
    color: #00c8d7;
    font-size: 32px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.qub-video-features div:hover i{
    transform: translateY(-4px);
    color:#ffffff;
}







/* QUB MES Why Choose */
.qub-why-section .sub-title {
  color: #00a7bb;
  font-weight: 600;
  font-size: 15px;
}

.qub-why-section .sec-title .title {
  color: #0a2f6b;
  font-size: 28px;
}

.qub-why-section .sec-title .title .color1 {
  color: #00a7bb;
}

.qub-why-section .image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 47, 107, 0.14);
}

.qub-why-section .image img {
  width: 100%;
  display: block;
}

.qub-why-section .features-block .title {
  color: #0a2f6b;
}

.qub-why-section .features-block .text {
  color: #516174;
  line-height: 1.75;
}

.qub-why-section .features-block .icon {
  background: rgb(8 42 88);
  border-radius: 18px;
  padding: 16px;
}

.qub-why-section .features-block .icon img {
  max-width: 42px;
}

.qub-why-section .features-block .inner-block {
  transition: all 300ms ease;
}

.qub-why-section .features-block:hover .inner-block {
  transform: translateY(-6px);
}






/* QUB Blog */

.qub-blog-section .sub-title{
    color:#00a7bb;
    font-weight:800;
}

.qub-blog-section .title{
    color:#0a2f6b;
    font-size:28px;
}

.qub-blog-section .blog-block-three .content{
    padding-top: 16px;
    background: #ffffff;
    padding-bottom: 22px;
}

.qub-blog-section .blog-block-three .title{
    font-size:19px;
    line-height:1.4;
}

.qub-blog-section .blog-block-three .title a{
    color:#0a2f6b;
    transition:.3s;
}

.qub-blog-section .blog-block-three:hover .title a{
    color:#00a7bb;
}

.qub-blog-section .post-meta{
    display:none !important;
}









/* QUB MES Footer - Clean Modern */
.qub-footer {
  position: relative;
  /* background: linear-gradient(180deg, #061f3f 0%, #031426 100%) !important; */
  padding-top: 90px;
  overflow: hidden;
}

.qub-footer .shape-1,
.qub-footer .shape-2,
.qub-footer .shape-3,
.qub-footer .shape-4,
.qub-footer .shape-5,
.qub-footer .shape-6 {
  opacity: 0.12;
}

/* ÜST CTA KUTUSU */
.qub-footer .upper-box {
  margin-bottom: 70px;
}

.qub-footer .upper-box .inner-box {
  min-height: auto !important;
  padding: 42px 48px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.qub-footer .upper-box .inner-box .left-side .title {
  color: #ffffff !important;
  font-size: 31px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  max-width: 560px;
  margin-bottom: 16px !important;
}

.qub-footer .upper-box .inner-box .left-side .text {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  max-width: 560px;
}

.qub-footer .social-icon {
  margin-top: 26px;
}

.qub-footer .social-icon a {
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  border-radius: 50%;
  background: rgba(255,255,255,0.10) !important;
  color: #ffffff !important;
}

.qub-footer .social-icon a:hover {
  background: #00a7bb !important;
}

/* SAĞ İLETİŞİM */
.qub-footer .right-side .info {
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1.7 !important;
  font-weight: 700;
}

.qub-footer .right-side .info a,
.qub-footer .right-side .info span {
  color: #ffffff !important;
  display: block;
}

.qub-footer .contact-btn {
  width: 126px !important;
  height: 126px !important;
  border-radius: 50% !important;
  background: #00a7bb !important;
  color: #ffffff !important;
}

.qub-footer .contact-btn .text {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700;
}

/* ALT FOOTER */
.qub-footer .footer-widget-wrapper {
  padding-top: 0 !important;
  /* padding-bottom: 60px !important; */
}

.qub-footer .footer-logo img {
  max-width: 170px;
  margin-bottom: 26px;
  filter: brightness(0) invert(1);
}

.qub-footer .footer-contact-items .get-title {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  max-width: 560px;
  margin-bottom: 28px;
}

.qub-footer .footer-contact-items form {
  max-width: 520px;
  height: 45px;
  border-radius: 50px;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  overflow: hidden;
}

.qub-footer .footer-contact-items form input {
  color: #ffffff !important;
  padding-left: 32px !important;
}

.qub-footer .footer-contact-items form input::placeholder {
  color: rgba(255,255,255,0.55) !important;
}

.qub-footer .footer-contact-items form button {
      width: 36px !important;
    height: 34px !important;
    right: 9px !important;
    top: 5px !important;
    border-radius: 50%;
    background: #00a7bb !important;
    color: #ffffff !important;
}

.qub-footer .footer-list-area {
  gap: 70px;
}

.qub-footer .footer-widget-items .widget-title .h4 {
  color: #ffffff !important;
  font-size: 20px !important;
  margin-bottom: 22px;
}

.qub-footer .user-links li {
  margin-bottom: 13px;
}

.qub-footer .user-links li a {
  color: rgba(255,255,255,0.70) !important;
  font-size: 16px;
}

.qub-footer .user-links li a:hover {
  color: #00c8d7 !important;
  padding-left: 5px;
}

/* COPYRIGHT */
.qub-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10) !important;
  padding: 18px 0 !important;
}

.qub-footer .footer-bottom p {
  color: rgba(255,255,255,0.62) !important;
  text-align: center;
  margin: 0;
}

@media (max-width: 991px) {
  .qub-footer .upper-box .inner-box {
    padding: 32px 26px !important;
  }

  .qub-footer .upper-box .inner-box .left-side .title {
    font-size: 28px !important;
  }

  .qub-footer .right-side {
    margin-top: 30px;
  }
}























/* QUB About Page */
.qub-inner-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.qub-inner-page-title .container {
  position: relative;
  z-index: 2;
}

.qub-inner-page-title .title {
  color: #ffffff;
}

.qub-about-page .sub-title,
.qub-about-detail-section .sub-title,
.qub-about-service-head .sub-title {
  color: #00a7bb;
  font-weight: 800;
}

.qub-about-page .title2 {
  color: #0a2f6b;
  line-height: 1 !important;
}

.qub-about-page .text {
  color: #516174;
  line-height: 1.8;
}

.qub-about-detail-section {
  padding: 100px 0;
  background: #f7fbff;
}

.qub-sticky-title {
  position: sticky;
  top: 120px;
}

.qub-sticky-title h2 {
  color: #0a2f6b;
  font-size: 44px;
  line-height: 1.2;
}

.qub-about-text-card {
  padding: 45px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(10,47,107,.08);
}

.qub-about-text-card p {
  color: #516174;
  font-size: 17px;
  line-height: 1.9;
}

.qub-mission-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #edf5fb 100%);
}

.qub-mission-card {
  height: 100%;
  padding: 38px;
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(10,47,107,.10);
  box-shadow: 0 16px 45px rgba(10,47,107,.08);
  transition: all .35s ease;
}

.qub-mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(10,47,107,.14);
}

.qub-mission-card span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #0a2f6b;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 28px;
}

.qub-mission-card h4 {
  color: #0a2f6b;
  font-size: 28px;
}

.qub-mission-card p {
  color: #516174;
  line-height: 1.8;
}

.qub-process-section {
  padding: 100px 0 !important;
  background: #ffffff;
}

.qub-process-section .sec-title .title {
  color: #0a2f6b;
}

.qub-process-section .year {
  color: #00a7bb;
}

.qub-process-section .award-block .title {
  color: #0a2f6b;
}

.qub-about-service-section {
  padding: 100px 0;
  background: #f7fbff;
}

.qub-about-service-head {
  max-width: 850px;
  margin-bottom: 45px;
}

.qub-about-service-head h2 {
  color: #0a2f6b;
  font-size: 44px;
  line-height: 1.2;
}

.qub-about-service-section .inner-block {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(10,47,107,.08);
}

.qub-about-service-section .title a {
  color: #0a2f6b !important;
}

.qub-about-service-section .title a:hover {
  color: #00a7bb !important;
}

.qub-about-service-section .text {
  color: #516174 !important;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .qub-sticky-title {
    position: relative;
    top: auto;
  }

  .qub-sticky-title h2,
  .qub-about-service-head h2 {
    font-size: 34px;
  }

  .qub-about-text-card {
    padding: 30px;
  }
}

.qub-about-page .qub-single-about-image {
    width: 100%;
    max-width: 100%;
    height: 760px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 60px rgba(9, 36, 80, 0.14);
}

.qub-about-page .qub-single-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* eski yuvarlak/üst üste foto tasarımını etkisiz bırakır */
.qub-about-page .image-box {
    display: block;
}

@media (max-width: 1199px) {
    .qub-about-page .qub-single-about-image {
        max-width: 100%;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .qub-about-page .qub-single-about-image {
        height: 320px;
        border-radius: 20px;
    }
}


.qub-about-detail-section .qub-sticky-title{
    text-align:center;
    margin-bottom:55px;
}

.qub-about-detail-section .qub-sticky-title .sub-title{
    justify-content:center;
    margin-bottom:18px;
}

.qub-about-detail-section .qub-sticky-title h2{
    max-width:850px;
    margin:0 auto;
    font-size:35px;
    line-height:1.2;
}

.qub-about-detail-section .qub-about-text-card{
    max-width:100%;
    margin:0 auto;
    text-align:center;
}

.qub-about-detail-section .qub-about-text-card p{
    font-size:18px;
    line-height:1.9;
    color:#666;
}

.qub-about-detail-section .qub-about-text-card p:not(:last-child){
    margin-bottom:28px;
}

@media(max-width:991px){

    .qub-about-detail-section .qub-sticky-title h2{
        font-size:36px;
    }

    .qub-about-detail-section .qub-about-text-card{
        max-width:100%;
    }

}








.projects-section-two .row{
    --bs-gutter-x:30px;
    --bs-gutter-y:30px;
}

.projects-section-two .project-block-two{
    margin-bottom:0;
}

.projects-section-two .project-block-two .image img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.projects-section-two .project-block-two .content{
    padding-top:22px;
}

.projects-section-two .project-block-two .title a{
    font-size:21px;
    font-weight:800;
}

.projects-section-two .project-block-two .sub-title{
    color:#00a7bb;
    font-weight:700;
}

















/* QUB Product Detail Info Strip */
.qub-product-info-strip {
  position: relative;
  z-index: 10;
  margin: -55px auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.qub-product-info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 120px;
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(10, 47, 107, 0.10);
  box-shadow: 0 18px 45px rgba(10, 47, 107, 0.10);
  transition: all 0.35s ease;
}

.qub-product-info-item:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 167, 187, 0.30);
  box-shadow: 0 28px 70px rgba(10, 47, 107, 0.16);
}

.qub-product-info-item span {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 15px;
  background: #0a2f6b;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.qub-product-info-item small {
  display: block;
  color: #00a7bb;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.qub-product-info-item strong {
  display: block;
  color: #0a2f6b;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .qub-product-info-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .qub-product-info-strip {
    grid-template-columns: 1fr;
  }
}
















/* Related Products Slider */
.qub-related-products {
  padding: 100px 0 40px;
}

.qub-related-products .sub-title {
  color: #00a7bb;
  font-weight: 800;
}

.qub-related-products .title {
  color: #0a2f6b;
}

.qub-related-products .title span {
  color: #00a7bb;
}

.qub-related-slider-wrap {
  position: relative;
}

.qubRelatedSlider {
  padding: 10px 5px 75px;
  overflow: hidden;
}

.qubRelatedSlider .swiper-slide {
  height: auto;
}

.qubRelatedSlider .project-block-two {
  height: 100%;
}

.qubRelatedSlider .project-block-two .inner-block {
  height: 100%;
}

.qubRelatedSlider .project-block-two .image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.qub-related-prev,
.qub-related-next {
  position: absolute;
  top: 38%;
  z-index: 10;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  color: #0a2f6b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 35px rgba(10, 47, 107, 0.14);
  cursor: pointer;
  transition: all 0.3s ease;
}

.qub-related-prev:hover,
.qub-related-next:hover {
  background: #00a7bb;
  color: #ffffff;
}

.qub-related-prev {
  left: -27px;
}

.qub-related-next {
  right: -27px;
}

.qub-related-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px !important;
  text-align: center;
}

.qub-related-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #0a2f6b;
  opacity: 0.25;
}

.qub-related-pagination .swiper-pagination-bullet-active {
  background: #00a7bb;
  opacity: 1;
}

@media (max-width: 991px) {
  .qub-related-prev {
    left: 10px;
  }

  .qub-related-next {
    right: 10px;
  }
}

/* Related Products Slider - Final */
.qub-related-products {
  padding: 70px 0 45px;
}

.qub-related-products .sec-title {
  margin-bottom: 38px !important;
}

.qub-related-products .sec-title .title {
  color: #0a2f6b;
  font-size: 35px;
  line-height: 1.2;
}

.qub-related-products .sec-title .title span {
  color: #00a7bb;
}

.qub-related-slider-wrap {
  position: relative;
  overflow: visible;
}

.qubRelatedSlider {
  overflow: hidden;
  padding: 0 0 45px !important;
}

.qubRelatedSlider .swiper-slide {
  height: auto !important;
}

.qubRelatedSlider .project-block-two,
.qubRelatedSlider .project-block-two .inner-block {
  height: auto !important;
  margin-bottom: 0 !important;
}

.qubRelatedSlider .project-block-two .inner-block {
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(10, 47, 107, 0.10);
  transition: all 0.35s ease;
}

.qubRelatedSlider .project-block-two:hover .inner-block {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(10, 47, 107, 0.15);
}

.qubRelatedSlider .project-block-two .image {
  height: 340px !important;
  overflow: hidden;
}

.qubRelatedSlider .project-block-two .image img {
  width: 100%;
  height: 340px !important;
  object-fit: cover;
  transition: all 0.5s ease;
}

.qubRelatedSlider .project-block-two:hover .image img {
  transform: scale(1.06);
}

.qubRelatedSlider .project-block-two .content {
  position: relative !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 26px 24px !important;
  min-height: auto !important;
  height: auto !important;
  background: #ffffff !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.qubRelatedSlider .project-block-two .content .sub-title {
  color: #00a7bb !important;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 6px !important;
}

.qubRelatedSlider .project-block-two .content .title {
  margin: 0 !important;
}

.qubRelatedSlider .project-block-two .content .title a {
  color: #0a2f6b !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.qub-related-prev,
.qub-related-next {
  position: absolute;
  top: 39%;
  z-index: 20;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  color: #0a2f6b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 35px rgba(10, 47, 107, 0.16);
  cursor: pointer;
  transition: all 0.3s ease;
}

.qub-related-prev {
  left: 10px;
}

.qub-related-next {
  right: 10px;
}

.qub-related-prev:hover,
.qub-related-next:hover {
  background: #00a7bb;
  color: #ffffff;
}

.qub-related-pagination {
  text-align: center;
  margin-top: 14px;
}

.qub-related-pagination .swiper-pagination-bullet {
  background: #0a2f6b;
  opacity: 0.25;
}

.qub-related-pagination .swiper-pagination-bullet-active {
  background: #00a7bb;
  opacity: 1;
}

@media (max-width: 991px) {
  .qubRelatedSlider .project-block-two .image,
  .qubRelatedSlider .project-block-two .image img {
    height: 280px !important;
  }

  .qub-related-prev {
    left: 8px;
  }

  .qub-related-next {
    right: 8px;
  }
}











/* QUB Contact Page - Balanced Filled */
.qub-contact-page {
  padding: 95px 0 80px !important;
}

.qub-contact-page .row.g-5 {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 34px;
  align-items: stretch !important;
}

/* Ana kartlar */
.qub-contact-form-card,
.qub-contact-info-card {
  height: 100%;
  min-height: 640px;
  padding: 38px 42px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(10, 47, 107, 0.10);
  box-shadow: 0 18px 50px rgba(10, 47, 107, 0.08);
}

/* Sol kart boşluk doldurma */
.qub-contact-form-card {
  display: flex;
  flex-direction: column;
}

.qub-contact-form-card form {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.qub-contact-form-card .theme-btn-main {
  margin-top: auto;
}

/* Başlıklar */
.qub-contact-page .section-title {
  margin-bottom: 26px !important;
}

.qub-contact-page .sub-title {
  margin-bottom: 8px;
}

.qub-contact-page .sub-title span {
  color: #00a7bb;
  font-size: 15px;
  font-weight: 800;
}

.qub-contact-page .title {
  color: #0a2f6b;
  font-size: 30px !important;
  line-height: 1.25;
  font-weight: 800;
}

.qub-contact-page .section-title .text,
.qub-contact-page .text {
  color: #516174;
  font-size: 15.5px;
  line-height: 1.75;
}

/* Form */
.qub-contact-form-card .mb-3 {
  margin-bottom: 22px !important;
}

.qub-contact-form-card .form-control {
  height: 58px;
  border-radius: 15px;
  background: #f8fbff;
  border: 1px solid #d8e4ef;
  color: #0a2f6b;
  font-size: 15px;
  padding: 14px 22px;
  transition: all 0.3s ease;
}

.qub-contact-form-card textarea.form-control {
  min-height: 270px;
  resize: none;
}

.qub-contact-form-card .form-control::placeholder {
  color: #7b8797;
}

.qub-contact-form-card .form-control:focus {
  background: #ffffff;
  border-color: #00a7bb;
  box-shadow: 0 0 0 4px rgba(0, 167, 187, 0.10);
}

/* Butonlar */
.qub-contact-page .theme-btn-six {
  min-width: 150px;
  height: 54px;
  padding: 0 28px;
  border-radius: 50px;
  background: #00a7bb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.qub-contact-page .theme-btn-six:hover {
  background: #00a7bb;
  color: #ffffff;
}

.qub-contact-page .qub-reset-btn {
  margin-left: 10px;
  background: #082a58;
}

/* Sağ bilgi kartları */
.qub-contact-page .contact-details__info {
  margin-top: 24px;
}

.qub-contact-page .contact-details__info li {
  display: flex !important;
  align-items: center !important;
  gap: 18px;
  padding: 18px 20px;
  margin-bottom: 16px;
  border: 1px solid rgba(10, 47, 107, 0.08) !important;
  border-radius: 18px;
  background: #f8fbff;
  transition: all 0.35s ease;
}

.qub-contact-page .contact-details__info li:hover {
  transform: translateY(-5px);
  background: #ffffff;
  border-color: rgba(0, 167, 187, 0.25) !important;
  box-shadow: 0 16px 35px rgba(10, 47, 107, 0.09);
}

.qub-contact-page .contact-details__info li:last-child {
  margin-bottom: 0;
}

.qub-contact-page .contact-details__info .icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 17px;
  color: #00a7bb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.qub-contact-page .contact-details__info .h5 {
  color: #0a2f6b;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 4px !important;
}

.qub-contact-page .contact-details__info a,
.qub-contact-page .contact-details__info span {
  color: #516174;
  font-size: 15.5px;
  line-height: 1.55;
}

/* Demo kutusu */
.qub-contact-mini-box {
  margin-top: 24px;
  padding: 24px 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0a2f6b 0%, #061f3f 100%);
}

.qub-contact-mini-box strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 9px;
}

.qub-contact-mini-box p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.qub-contact-mini-box a {
  color: #00d6e6;
  font-size: 15px;
  font-weight: 800;
}

/* Map */
.qub-map-section {
  padding: 0;
}

.qub-map-section iframe {
  height: 500px;
  filter: grayscale(0.05);
}

/* Responsive */
@media (max-width: 991px) {
  .qub-contact-form-card,
  .qub-contact-info-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .qub-contact-page .qub-reset-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .qub-contact-form-card textarea.form-control {
    min-height: 200px;
  }
}











/* QUB Blog Page */
.qub-blog-page {
  padding: 100px 0 90px;
}

.qub-blog-head {
  max-width: 850px;
  margin: 0 auto 55px;
}

.qub-blog-head .sub-title {
  color: #00a7bb;
  font-weight: 800;
  margin-bottom: 12px;
}

.qub-blog-head .title {
  color: #0a2f6b;
  font-size: 32px;
  line-height: 1.15;
}

.qub-blog-head .text {
  color: #516174;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
}

.qub-blog-page .row.g-24 {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}

.qub-blog-card .inner-block {
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(10,47,107,.10);
  box-shadow: 0 18px 45px rgba(10,47,107,.08);
  transition: all .35s ease;
}

.qub-blog-card:hover .inner-block {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(10,47,107,.14);
}

.qub-blog-card .image {
  height: 260px;
  overflow: hidden;
}

.qub-blog-card .image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.qub-blog-card .content {
  padding: 15px;
}

.qub-blog-category {
  display: inline-flex;
  color: #00a7bb;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}

.qub-blog-card .title {
  margin-bottom: 14px;
}

.qub-blog-card .title a {
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.qub-blog-card p {
  color: #516174;
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.qub-blog-link {
  color: #00a7bb;
  font-weight: 800;
}

.qub-blog-card:hover .title a {
  color: #082a58;
}

@media (max-width: 991px) {
  .qub-blog-head .title {
    font-size: 34px;
  }

  .qub-blog-card .image,
  .qub-blog-card .image img {
    height: 230px;
  }
}











.qub-mes-blog-detail .page-title {
            position: relative;
            overflow: hidden;
            padding: 150px 0 115px;
        }


        .qub-mes-blog-detail .page-title::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
           
        }

        .qub-mes-blog-detail .title-outer {
            position: relative;
            z-index: 2;
        }

        .qub-mes-blog-detail .page-title .title {
            color: #fff;
            font-size: 58px;
            line-height: 1.15;
            font-weight: 800;
            margin-bottom: 16px;
        }

        .qub-mes-blog-detail .page-breadcrumb li,
        .qub-mes-blog-detail .page-breadcrumb li a {
            color: rgba(255, 255, 255, .88);
            font-weight: 500;
        }

        .qub-mes-blog-detail .blog-details {
            position: relative;
            background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
            overflow: hidden;
        }

        /* .qub-mes-blog-detail .blog-details::before {
              content: "";
              position: absolute;
              width: 420px;
              height: 420px;
              right: -190px;
              top: 70px;
              border-radius: 50%;
              background: rgba(44, 98, 146, .10);
        } */

        /* .qub-mes-blog-detail .blog-details::after {
            content: "";
            position: absolute;
            width: 360px;
            height: 360px;
            left: -170px;
            bottom: 70px;
            border-radius: 50%;
            background: rgba(8, 42, 88, .08);
        } */

        .qub-mes-blog-detail .blog-details .container {
            position: relative;
            z-index: 2;
        }

        .qub-mes-blog-detail .blog-details__left {
            background: #fff;
            border-radius: 28px;
            padding: 24px;
            border: 1px solid rgba(10, 47, 107, .10);
            box-shadow: 0 22px 65px rgba(10, 47, 107, .10);
        }

        .qub-mes-blog-detail .blog-details__img {
            overflow: hidden;
            border-radius: 22px;
        }

        .qub-mes-blog-detail .blog-details__img img {
            width: 100%;
            height: 470px;
            object-fit: cover;
            border-radius: 22px;
        }

        .qub-mes-blog-detail .blog-details__content {
            margin-top: 30px;
        }

        .qub-mes-blog-detail .blog-details__meta {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 15px;
        }

        .qub-mes-blog-detail .blog-details__meta li {
            display: inline-flex;
            align-items: center;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(44, 98, 146, .10);
            color: #0a2f6b;
            font-size: 13px;
            font-weight: 800;
        }

        .qub-mes-blog-detail .blog-details__meta li + li {
            margin-left: 0;
        }

        .qub-mes-blog-detail .blog-details__title {
            color: #082a58;
            font-size: 28px;
            line-height: 1.22;
            font-weight: 800;
            margin-top: 10px;
            margin-bottom: 22px;
        }

        .qub-mes-blog-detail .blog-details__text-2 {
            color: #4f5f72;
            font-size: 17px;
            line-height: 1.85;
            margin-bottom: 18px;
        }

        .qub-mes-blog-detail .qub-detail-highlight {
            position: relative;
            margin: 30px 0;
            padding: 28px 30px;
            border-radius: 24px;
            background: linear-gradient(135deg, #082a58 0%, #0a2f6b 60%, #2c6292 100%);
            overflow: hidden;
        }

        .qub-mes-blog-detail .qub-detail-highlight::before {
            content: "";
            position: absolute;
            width: 170px;
            height: 170px;
            right: -55px;
            top: -55px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .12);
        }

        .qub-mes-blog-detail .qub-detail-highlight h4 {
            color: #fff;
            font-size: 24px;
            line-height: 1.35;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .qub-mes-blog-detail .qub-detail-highlight p {
            color: rgba(255, 255, 255, .86);
            margin: 0;
            line-height: 1.75;
        }

        .qub-mes-blog-detail .qub-detail-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 14px;
            margin: 28px 0 30px;
        }

        .qub-mes-blog-detail .qub-detail-list li {
            position: relative;
            padding: 16px 18px 16px 46px;
            border-radius: 16px;
            background: #f3f8fd;
            color: #082a58;
            font-size: 15px;
            font-weight: 800;
            border: 1px solid rgba(44, 98, 146, .12);
        }

        .qub-mes-blog-detail .qub-detail-list li::before {
            content: "✓";
            position: absolute;
            left: 16px;
            top: 15px;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            font-size: 12px;
            background: #2c6292;
        }

        .qub-mes-blog-detail .sidebar__search-form input[type="search"] {
            height: 68px;
            background: #fff;
            color: #082a58;
            border-radius: 18px;
            border: 1px solid rgba(10, 47, 107, .10);
            box-shadow: 0 15px 45px rgba(10, 47, 107, .08);
        }

        .qub-mes-blog-detail .sidebar__search-form input[type="search"]::placeholder {
            color: #6e7e90;
        }

        .qub-mes-blog-detail .sidebar__search-form button[type="submit"] {
            color: #0a2f6b;
            justify-content: center;
        }

        .qub-mes-blog-detail .sidebar__post,
        .qub-mes-blog-detail .qub-sidebar-card {
            background: #fff;
            border-radius: 24px;
            border: 1px solid rgba(10, 47, 107, .10);
            box-shadow: 0 18px 55px rgba(10, 47, 107, .10);
        }

        .qub-mes-blog-detail .sidebar__post {
            padding: 34px 24px 24px;
        }

        .qub-mes-blog-detail .sidebar__title {
            color: #082a58;
            font-size: 22px;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .qub-mes-blog-detail .sidebar__post .sidebar__title {
            margin-left: 0;
        }

        .qub-mes-blog-detail .sidebar__post .sidebar__post-list li {
            padding: 14px;
            border-radius: 18px;
            background: #f6f9fc;
        }

        .qub-mes-blog-detail .sidebar__post .sidebar__post-list li:hover {
            background: linear-gradient(135deg, #082a58 0%, #2c6292 100%);
        }

        .qub-mes-blog-detail .sidebar__post .sidebar__post-list .sidebar__post-image {
            flex: 78px 0 0;
            margin-right: 16px;
        }

        .qub-mes-blog-detail .sidebar__post .sidebar__post-list .sidebar__post-image > img {
            width: 78px;
            height: 72px;
            object-fit: cover;
            border-radius: 14px;
        }

        .qub-mes-blog-detail .sidebar__post .sidebar__post-list .sidebar__post-content .h3 a {
            color: #082a58;
            font-size: 15px;
            line-height: 1.45;
            font-weight: 800;
        }

        .qub-mes-blog-detail .sidebar__post .sidebar__post-list li:hover .sidebar__post-content .h3 a {
            color: #fff;
        }

        .qub-mes-blog-detail .qub-sidebar-card {
            padding: 30px;
        }

        .qub-mes-blog-detail .qub-sidebar-logo {
            display: block;
            max-width: 190px;
            margin-bottom: 20px;
        }

        .qub-mes-blog-detail .qub-sidebar-card p {
            color: #5c6b7c;
            line-height: 1.75;
            margin-bottom: 20px;
        }

        .qub-mes-blog-detail .qub-sidebar-mini-list li {
            position: relative;
            padding-left: 26px;
            color: #082a58;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .qub-mes-blog-detail .qub-sidebar-mini-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #2c6292;
        }

        @media only screen and (max-width: 991px) {
            .qub-mes-blog-detail .page-title {
                padding: 125px 0 95px;
            }

            .qub-mes-blog-detail .page-title .title {
                font-size: 42px;
            }

            .qub-mes-blog-detail .blog-details__img img {
                height: 360px;
            }

            .qub-mes-blog-detail .blog-details__title {
                font-size: 32px;
            }
        }

        @media only screen and (max-width: 575px) {
            .qub-mes-blog-detail .blog-details__left {
                padding: 16px;
                border-radius: 22px;
            }

            .qub-mes-blog-detail .blog-details__img img {
                height: 260px;
            }

            .qub-mes-blog-detail .blog-details__title {
                font-size: 27px;
            }

            .qub-mes-blog-detail .blog-details__text-2 {
                font-size: 16px;
            }

            .qub-mes-blog-detail .qub-detail-list {
                grid-template-columns: 1fr;
            }
        }


















/* QUB MES Banner - Sadece Video Arka Plan */
.banner-section.qub-mes-banner {
  position: relative;
  overflow: hidden;
  background: none !important;
  isolation: isolate;
}

.banner-section.qub-mes-banner::before,
.banner-section.qub-mes-banner::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.banner-section.qub-mes-banner .bg-banner-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: none !important;
  animation: none !important;
  transform: none !important;
  overflow: hidden;
}

.banner-section.qub-mes-banner .bg-banner-img::before,
.banner-section.qub-mes-banner .bg-banner-img::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.banner-section.qub-mes-banner .banner-overlay {
  display: none !important;
  background: none !important;
}

.banner-section.qub-mes-banner .qub-banner-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.banner-section.qub-mes-banner .inner-container {
  position: relative;
  z-index: 2;
}









/* =========================================================
   QUB MES - INDEX MOBILE FIX / 30.06.2026
   style.css dosyasının EN ALTINA ekle
========================================================= */

/* Genel taşma düzeltmesi */
html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
  background: radial-gradient(circle at 12% 20%, rgba(111, 149, 188, 0.14), transparent 32%), radial-gradient(circle at 88% 78%, rgba(8, 42, 88, 0.10), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%) !important;
}

.page-wrapper,
#smooth-wrapper,
#smooth-content {
  max-width: 100%;
}

img,
video,
iframe {
  max-width: 100%;
}

/* Banner video düzgün kaplasın */
.qub-mes-banner .bg-banner-img {
  overflow: hidden;
}

.qub-banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.banner-section.qub-mes-banner .bg-banner-img::after {
  z-index: 1;
  pointer-events: none;
}

.banner-section.qub-mes-banner .inner-container {
  position: relative;
  z-index: 3;
}

/* Kart ve resimlerde mobil taşma engeli */
.project-block,
.project-block .inner-block,
.blog-block-three,
.blog-block-three .inner-block,
.qub-info-card,
.qub-video-card,
.qub-about-section .image,
.qub-why-section .image {
  max-width: 100%;
}

/* Laptop/tablet toparlama */
@media (max-width: 1199.98px) {
  .banner-section.qub-mes-banner {
    padding: 210px 0 45px;
  }

  .banner-section.qub-mes-banner .content-box .title {
    font-size: 44px;
    line-height: 1.12;
  }

  .qub-video-content {
    width: 58%;
    padding: 55px 42px;
  }

  .qub-video-content h2 {
    font-size: 52px;
  }

  .qub-video-features {
    gap: 22px;
  }
}

/* Ana mobil düzeltme */
@media (max-width: 991.98px) {
  body.tm-magic-cursor {
    cursor: auto !important;
  }

  .tm-cursor,
  .tm-cursor2,
  .cursor,
  .cursor-follower {
    display: none !important;
  }

  section > .container,
  section > .container-fluid {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* GSAP smooth scroll mobilde kilit yapmasın */
  #smooth-wrapper,
  #smooth-content {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    transform: none !important;
    position: relative !important;
  }

  /* Header */
  .main-header.qub-header .outer-box {
    padding: 10px 12px 0 !important;
  }

  .main-header.qub-header .main-box {
    padding: 12px 16px !important;
    border-radius: 0 0 18px 18px !important;
  }

  .main-header.qub-header .logo img,
  .main-header.qub-header .nav-logo img {
    width: 125px !important;
  }

  /* Banner */
  .banner-section.qub-mes-banner {
    min-height: auto;
    padding: 155px 0 34px !important;
  }

  .banner-section.qub-mes-banner .content-box .title {
    max-width: 100%;
    font-size: 36px !important;
    line-height: 1.14 !important;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
  }

  .banner-section.qub-mes-banner .content-box .title br {
    display: none;
  }

  .banner-service-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 24px;
  }

  .banner-service-list li {
    font-size: 13px;
    line-height: 1.3;
  }

  .banner-section.qub-mes-banner .bottom-box {
    display: block !important;
    padding-top: 26px;
    margin-top: 40px;
  }

  .qub-module-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .qub-module-list .logo {
    margin: 0 !important;
  }

  .qub-module-list .logo a {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 13px;
  }

  .banner-section.qub-mes-banner .style-text {
    display: none !important;
  }

  /* Başlıklar */
  .sec-title {
    margin-bottom: 34px;
  }

  .sec-title .title,
  .qub-info-head .title,
  .qub-products-section .sec-title .title,
  .qub-blog-section .title,
  .qub-why-section .sec-title .title {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .sec-title .title br {
    display: none;
  }

  /* About */
  .qub-about-section .sec-title .text {
    margin-top: 18px;
    font-size: 15.5px;
    line-height: 1.75;
  }

  .qub-about-section .image {
    border-radius: 20px;
    margin-bottom: 22px;
  }

  .qub-about-section .qub-experience {
    border-radius: 20px;
    padding: 26px 22px;
    min-height: auto;
  }

  .qub-about-section .qub-experience .title {
    font-size: 22px;
    line-height: 1.35;
  }

  /* Ürün kartları */
  .qub-products-section {
    padding-top: 55px !important;
  }

  .qub-products-section .button-box {
    margin-top: 20px;
  }

  .project-block .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* QUB Info */
  .qub-info-section {
    padding: 55px 0;
  }

  .qub-big-card {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .qub-info-card {
    padding: 24px 20px !important;
    border-radius: 20px !important;
    min-height: auto !important;
  }

  .qub-card-image {
    width: 100% !important;
    min-width: 100% !important;
    height: 220px !important;
    border-radius: 18px !important;
    margin-top: 22px;
  }

  .qub-title-row {
    gap: 13px;
    margin-bottom: 16px;
  }

  .qub-card-number {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 13px;
    font-size: 15px;
  }

  .qub-info-section .title a {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  .qub-info-section .text {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  /* =====================================================
     EN ÖNEMLİ DÜZELTME: VIDEO SECTION MOBILE
  ===================================================== */

  .qub-video-section {
    padding: 55px 0 !important;
    overflow: hidden !important;
  }

  .qub-video-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    height: auto !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #061f3f !important;
  }

  .qub-video-card::before {
    display: none !important;
  }

  .qub-video-media {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    pointer-events: auto !important;
  }

  .qub-video-media .video-img,
  .qub-video-media .video-img img {
    width: 100% !important;
    height: auto !important;
  }

  .qub-video-media .video-img img {
    display: block !important;
    aspect-ratio: 16 / 10;
    object-fit: cover !important;
  }

  .qub-video-content {
    position: relative !important;
    order: 2 !important;
    z-index: 3 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 28px 22px 26px !important;
    background: linear-gradient(180deg, #061f3f 0%, #082a58 100%);
  }

  .qub-video-year {
    margin-bottom: 16px !important;
    padding: 7px 14px !important;
    font-size: 13px !important;
  }

  .qub-video-content h2 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    margin-bottom: 16px !important;
  }

  .qub-video-content p {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
  }

  .qub-video-features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 24px !important;
  }

  .qub-video-features div {
    max-width: 100% !important;
    padding: 15px 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .qub-video-features i {
    font-size: 24px !important;
    margin-bottom: 9px !important;
  }

  .qub-video-features strong {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .qub-video-features span {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .qub-play-btn {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 78px !important;
    height: 78px !important;
    transform: translate(-50%, -50%) !important;
    z-index: 20 !important;
    pointer-events: auto !important;
  }

  .qub-play-btn .icon {
    width: 78px !important;
    height: 78px !important;
    line-height: 78px !important;
    font-size: 22px !important;
    background: #ffffff !important;
    color: #0a2f6b !important;
  }

  .play-now2 .ripple,
  .play-now2 .ripple:before,
  .play-now2 .ripple:after {
    width: 58px !important;
    height: 58px !important;
  }

  /* Why choose */
  .qub-why-section .image {
    margin-bottom: 28px;
    border-radius: 20px;
  }

  .features-outer {
    display: block !important;
  }

  .features-outer .line {
    display: none !important;
  }

  .features-block {
    width: 100% !important;
    margin-bottom: 18px;
  }

  .features-block .inner-block {
    padding: 22px 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(10, 47, 107, 0.08);
  }

  /* Blog */
  .qub-blog-section {
    padding: 55px 0 !important;
  }

  .blog-block-three {
    margin-bottom: 24px;
  }

  .blog-block-three .image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  /* Footer */
  .qub-footer {
    padding-top: 55px !important;
  }

  .qub-footer .upper-box {
    margin-bottom: 40px !important;
  }

  .qub-footer .upper-box .inner-box {
    padding: 28px 22px !important;
    border-radius: 22px !important;
  }

  .qub-footer .upper-box .inner-box .left-side .title {
    font-size: 25px !important;
  }

  .qub-footer .footer-list-area {
    display: block !important;
  }
}

/* Küçük telefonlar */
@media (max-width: 575.98px) {
  section > .container,
  section > .container-fluid {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .banner-section.qub-mes-banner {
    padding: 135px 0 30px !important;
  }

  .banner-section.qub-mes-banner .content-box .title {
    font-size: 31px !important;
  }

  .theme-btn-one,
  .theme-btn-two,
  .theme-btn-three {
    font-size: 14px !important;
    padding-left: 14px !important;
  }

  .theme-btn-one i,
  .theme-btn-two i,
  .theme-btn-three i {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
  }

  .sec-title .title,
  .qub-info-head .title,
  .qub-products-section .sec-title .title,
  .qub-blog-section .title,
  .qub-why-section .sec-title .title {
    font-size: 26px !important;
  }

  .project-block .image img,
  .blog-block-three .image img {
    height: 210px;
  }

  .qub-card-image {
    height: 190px !important;
  }

  .qub-video-content {
    padding: 24px 18px 24px !important;
  }

  .qub-video-content h2 {
    font-size: 30px !important;
  }

  .qub-play-btn,
  .qub-play-btn .icon {
    width: 68px !important;
    height: 68px !important;
    line-height: 68px !important;
  }
}

/* Çok küçük ekran güvenliği */
@media (max-width: 390px) {
  .banner-section.qub-mes-banner .content-box .title {
    font-size: 28px !important;
  }

  .qub-video-content h2 {
    font-size: 28px !important;
  }

  .qub-module-list .logo a {
    font-size: 12px;
    padding: 8px 11px;
  }
}







/* =========================================================
   QUB MES - KOMPAKT POWERKRAFT TARZI VIDEO HERO
   Eski QUB MES HOME HERO CSS bloğunu silip bunu en alta ekle
========================================================= */

.qub-home-page .page-wrapper {
  background: #f4f4f1;
}

/* Header video kartın üstünde */
.qub-home-page .main-header.qub-header {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.qub-home-page .main-header.qub-header .outer-box {
  padding: 0 clamp(18px, 7vw, 108px);
}

.qub-home-page .main-header.qub-header .main-box {
  position: relative;
  width: 100%;
  padding: 22px clamp(36px, 6vw, 120px) 0px;
  background: transparent !important;
  border-radius: 30px 30px 0 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.qub-home-page .main-header.qub-header .main-box::after {
  content: "";
  position: absolute;
  left: clamp(36px, 6vw, 120px);
  right: clamp(36px, 6vw, 120px);
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.qub-home-page .main-header.qub-header .logo img {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.qub-home-page .main-header.qub-header .main-menu .navigation > li > a,
.qub-home-page .main-header.qub-header .navigation > li > a {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
}

.qub-home-page .main-header.qub-header .main-menu .navigation > li.current > a,
.qub-home-page .main-header.qub-header .main-menu .navigation > li:hover > a {
  color: #43c6ff !important;
}

/* Sağ üst buton */
.qub-home-page .main-header.qub-header .theme-btn-two {
  min-height: 52px;
  padding: -1px 26px !important;
  border-radius: 999px !important;
      background: linear-gradient(-19deg, #168bff 0%, #0e305f 100%) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* Ana hero kart */
.banner-section.qub-mes-banner.qub-power-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin: 36px clamp(18px, 3vw, 54px) 0;
  min-height: 840px;
  height: calc(100vh - 72px);
  max-height: 790px;
  padding: 130px 0 62px;
  border-radius: 30px;
  background: #071f46 !important;
  box-shadow: 0 20px 55px rgba(8, 42, 88, 0.14);
}

/* Eski efektleri kapat */
.banner-section.qub-mes-banner.qub-power-hero::before,
.banner-section.qub-mes-banner.qub-power-hero::after,
.banner-section.qub-mes-banner.qub-power-hero .banner-overlay {
  display: none !important;
  content: none !important;
}

.banner-section.qub-mes-banner.qub-power-hero .bg-banner-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: none !important;
}

.banner-section.qub-mes-banner.qub-power-hero .qub-banner-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none;
}

/* Video üstü sade koyuluk */
.banner-section.qub-mes-banner.qub-power-hero .bg-banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 18, 42, 0.90) 0%, rgba(5, 24, 50, 0.70) 40%, rgba(5, 24, 50, 0.15) 75%, rgba(5, 24, 50, 0.05) 100%),
    linear-gradient(180deg, rgba(5, 18, 42, 0.12) 0%, rgba(5, 18, 42, 0.70) 100%);
}

/* İç boşluk */
.banner-section.qub-mes-banner.qub-power-hero .inner-container {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 clamp(36px, 6vw, 120px);
}

.banner-section.qub-mes-banner.qub-power-hero .banner-slide {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
}

.banner-section.qub-mes-banner.qub-power-hero .content-box {
  position: relative;
  z-index: 6;
  max-width: 560px;
}

.banner-section.qub-mes-banner.qub-power-hero .content-box .inner-box {
     max-width: 560px;
    margin-top: 270px;
    margin-left: 120px;
}

/* Küçük üst yazı */
.banner-section.qub-mes-banner.qub-power-hero .qub-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.banner-section.qub-mes-banner.qub-power-hero .qub-hero-badge span {
  width: 13px;
  height: 13px;
  border-radius: 4px;
      background: linear-gradient(135deg, #00a7bb 0%, #00a7bb 100%);
  box-shadow: 0 0 0 5px rgba(67, 198, 255, 0.16);
}

/* Başlık */
.banner-section.qub-mes-banner.qub-power-hero .content-box .title {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 33px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.banner-section.qub-mes-banner.qub-power-hero .content-box .title span {
  color: #21b2c4;
  font-weight: 800;
}

/* Açıklama kısa */
.banner-section.qub-mes-banner.qub-power-hero .qub-hero-text {
  max-width: 510px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

/* Eski listeyi kullandıysan kapatır */
.banner-section.qub-mes-banner.qub-power-hero .banner-service-list,
.banner-section.qub-mes-banner.qub-power-hero .qub-hero-panel,
.banner-section.qub-mes-banner.qub-power-hero .bottom-box {
  display: none !important;
}

/* Buton */
.banner-section.qub-mes-banner.qub-power-hero .theme-btn-three {
  min-height: 56px;
  padding: 0px 26px;
  border-radius: 999px;
      background: linear-gradient(360deg, #b2b4b4 0%, #082a58 100%) !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none !important;
}

.banner-section.qub-mes-banner.qub-power-hero .theme-btn-three::before {
  background: #082a58 !important;
}

.banner-section.qub-mes-banner.qub-power-hero .theme-btn-three:hover {
  color: #ffffff !important;
}

.banner-section.qub-mes-banner.qub-power-hero .theme-btn-three i {
  color: #000000;
}

/* Powerkraft gibi küçük slider noktaları */
.banner-section.qub-mes-banner.qub-power-hero .qub-hero-dots {
  position: absolute;
  left: 0;
  bottom: -115px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-section.qub-mes-banner.qub-power-hero .qub-hero-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}

.banner-section.qub-mes-banner.qub-power-hero .qub-hero-dots span.active {
  background: #43c6ff;
}

/* Laptop / küçük ekran */
@media (max-width: 1399.98px) {
  .banner-section.qub-mes-banner.qub-power-hero {
    min-height: 660px;
    height: calc(100vh - 70px);
    max-height: 720px;
    padding-top: 165px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .banner-slide {
    min-height: 390px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box .title {
    font-size: clamp(42px, 3.6vw, 58px);
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-dots {
    bottom: -82px;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .qub-home-page .main-header.qub-header {
    top: 14px;
  }

  .qub-home-page .main-header.qub-header .outer-box {
    padding: 0 14px;
  }

  .qub-home-page .main-header.qub-header .main-box {
    padding: 18px 20px;
    border-radius: 22px 22px 0 0 !important;
    background: rgba(4, 22, 49, 0.35) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .qub-home-page .main-header.qub-header .main-box::after {
    left: 20px;
    right: 20px;
  }

  .qub-home-page .main-header.qub-header .logo img {
    width: 132px;
  }

  .banner-section.qub-mes-banner.qub-power-hero {
    margin: 14px;
    min-height: 620px;
    height: auto;
    max-height: none;
    padding: 145px 0 52px;
    border-radius: 24px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .inner-container {
    padding: 0 24px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .banner-slide {
    min-height: 390px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box .title {
    font-size: clamp(38px, 9vw, 54px);
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-text {
    font-size: 16px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-dots {
    bottom: -36px;
  }
}

/* Telefon */
@media (max-width: 575.98px) {
  .banner-section.qub-mes-banner.qub-power-hero {
    margin: 10px;
    min-height: 560px;
    padding-top: 132px;
    border-radius: 22px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .inner-container {
    padding: 0 18px;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-badge {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box .title {
    font-size: 36px;
    line-height: 1.08;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three {
    width: 100%;
    justify-content: center;
  }
}



/* =========================================================
   QUB MES HEADER SCROLL FIX
   Header.php değişmeden sticky header düzeltmesi
========================================================= */

/* Üstte hero üzerindeyken logo beyaz kalsın */
.qub-home-page .main-header.qub-header > .outer-box .logo img {
  filter: brightness(0) invert(1) !important;
}

/* Üstte hero üzerindeyken menü beyaz kalsın */
.qub-home-page .main-header.qub-header > .outer-box .main-menu .navigation > li > a {
  color: #ffffff !important;
}

/* Scroll sonrası çıkan sticky header beyaz zemin */
.qub-home-page .main-header.qub-header .sticky-header {
  background: #ffffff !important;
  box-shadow: 0 12px 35px rgba(8, 42, 88, 0.10) !important;
  border-bottom: 1px solid rgba(8, 42, 88, 0.08) !important;
}

/* Sticky header içinde logo kendi orijinal haline dönsün */
.qub-home-page .main-header.qub-header .sticky-header .logo img,
.qub-home-page .main-header.qub-header .sticky-header .nav-logo img {
  filter: none !important;
  width: 150px !important;
  opacity: 1 !important;
}

/* Sticky header menü yazıları siyah/lacivert olsun */
.qub-home-page .main-header.qub-header .sticky-header .main-menu .navigation > li > a,
.qub-home-page .main-header.qub-header .sticky-header .navigation > li > a {
  color: #082a58 !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

/* Sticky header aktif/hover rengi */
.qub-home-page .main-header.qub-header .sticky-header .main-menu .navigation > li.current > a,
.qub-home-page .main-header.qub-header .sticky-header .main-menu .navigation > li:hover > a,
.qub-home-page .main-header.qub-header .sticky-header .navigation > li.current > a,
.qub-home-page .main-header.qub-header .sticky-header .navigation > li:hover > a {
  color: #00a7bb !important;
}

/* Sticky header dropdown ikonları da koyu olsun */
.qub-home-page .main-header.qub-header .sticky-header .navigation > li.dropdown > a::after,
.qub-home-page .main-header.qub-header .sticky-header .navigation > li.dropdown > a i {
  color: #082a58 !important;
}

/* Sticky header mobil menü ikonu koyu olsun */
.qub-home-page .main-header.qub-header .sticky-header .mobile-nav-toggler,
.qub-home-page .main-header.qub-header .sticky-header .mobile-nav-toggler i,
.qub-home-page .main-header.qub-header .sticky-header .mobile-nav-toggler span {
  color: #082a58 !important;
}

/* Bazı temalarda scroll olunca main-header'a fixed-header classı gelir; onu da garantiye alıyoruz */
.qub-home-page .main-header.qub-header.fixed-header {
  top: 0 !important;
}

.qub-home-page .main-header.qub-header.fixed-header .sticky-header {
  display: block !important;
}

/* Fixed durumda eski geniş header logo/menü beyaz kalıp üstte görünmesin diye */
.qub-home-page .main-header.qub-header.fixed-header > .outer-box {
  pointer-events: none;
}

.qub-home-page .main-header.qub-header.fixed-header > .outer-box .main-box {
  opacity: 0;
  visibility: hidden;
}















/* =========================================================
   QUB MES FOOTER - DENGELİ KOMPAKT FINAL
   Mevcut footer.php yapısına göre düzenlenmiştir
========================================================= */

.qub-footer-modern {
  position: relative;
  overflow: hidden;
  padding: 54px 0 30px !important;
  background: transparent !important;
}

.qub-footer-modern,
.qub-footer-modern * {
  font-family: "Creato Display", sans-serif !important;
}

.qub-footer-modern .auto-container {
  max-width: 1560px !important;
  padding: 0 24px !important;
}

.qub-footer-modern .qub-footer-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 30px !important;
  padding: 58px 92px 34px !important;
  background:
    radial-gradient(circle at 95% 2%, rgba(21, 152, 255, 0.11), transparent 24%),
    radial-gradient(circle at 0% 100%, rgba(10, 47, 107, 0.055), transparent 24%),
    #ffffff !important;
  border: 1px solid rgba(8, 42, 88, 0.09) !important;
  box-shadow: 0 18px 55px rgba(8, 42, 88, 0.07) !important;
}

/* Eski şekilleri kapat */
.qub-footer-modern .shape-1,
.qub-footer-modern .shape-2,
.qub-footer-modern .shape-3,
.qub-footer-modern .shape-4,
.qub-footer-modern .shape-5,
.qub-footer-modern .shape-6 {
  display: none !important;
}

/* ÜST ALAN */
.qub-footer-modern .qub-footer-top {
  display: grid !important;
  grid-template-columns: minmax(0, 520px) minmax(680px, 560px) !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 70px !important;
}

.qub-footer-modern .qub-footer-brand {
  max-width: 520px !important;
}

.qub-footer-modern .qub-footer-logo {
  display: inline-flex !important;
  margin-bottom: 18px !important;
}

.qub-footer-modern .qub-footer-logo img {
  width: 180px !important;
  height: auto !important;
  filter: none !important;
}

.qub-footer-modern .qub-footer-brand p {
  max-width: 480px !important;
  margin: 0 !important;
  color: rgba(8, 42, 88, 0.72) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

/* SAĞ İLETİŞİM */
.qub-footer-modern .qub-footer-contact {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
  align-items: stretch !important;
  padding-top: 0 !important;
}

.qub-footer-modern .qub-footer-info-box {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 88px !important;
  padding: 22px 24px !important;
  border-radius: 20px !important;
  background: #f7faff !important;
  border: 1px solid rgba(8, 42, 88, 0.08) !important;
}

.qub-footer-modern .qub-footer-info-box span {
  display: inline-block !important;
  margin: 0 !important;
  color: rgba(8, 42, 88, 0.58) !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.qub-footer-modern .qub-footer-info-box a {
  color: #082a58 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.qub-footer-modern .qub-footer-info-box a:hover {
  color: #1598ff !important;
}

/* Buton düzenli, çok büyük değil */
.qub-footer-modern .qub-footer-btn {
  grid-column: 1 / -1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 54px !important;
  margin-top: 6px !important;
  padding: 12px 16px 12px 24px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0a2f6b 0%, #1598ff 100%) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 34px rgba(21, 152, 255, 0.18) !important;
}

.qub-footer-modern .qub-footer-btn i {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #082a58 !important;
  font-size: 14px !important;
}

.qub-footer-modern .qub-footer-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
}

.qub-footer-modern .qub-footer-btn:hover i {
  transform: rotate(45deg);
}

/* ÇİZGİLER */
.qub-footer-modern .qub-footer-line {
  width: 100% !important;
  height: 1px !important;
  margin: 48px 0 34px !important;
  background: rgba(8, 42, 88, 0.14) !important;
}

/* ORTA ALAN */
.qub-footer-modern .qub-footer-middle {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 70px !important;
  align-items: start !important;
  padding-bottom: 34px !important;
}

.qub-footer-modern .qub-footer-col {
  min-width: 0 !important;
}

.qub-footer-modern .qub-footer-heading {
  margin-bottom: 18px !important;
  color: #082a58 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.qub-footer-modern .qub-footer-col ul {
  display: grid !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.qub-footer-modern .qub-footer-col ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.qub-footer-modern .qub-footer-col ul li a {
  color: rgba(8, 42, 88, 0.74) !important;
  font-size: 17px !important;
  line-height: 1.32 !important;
  font-weight: 500 !important;
}

.qub-footer-modern .qub-footer-col ul li a:hover {
  color: #27b4c5 !important;
}

/* Hover çizgisi fazla oynatmasın */
.qub-footer-modern .qub-footer-col ul li a::before {
  display: none !important;
}

.qub-footer-modern .qub-footer-address p {
  max-width: 380px !important;
  margin: 0 0 20px !important;
  color: rgba(8, 42, 88, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

/* Sosyal ikonlar düzgün yuvarlak */
.qub-footer-modern .qub-footer-social {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.qub-footer-modern .qub-footer-social a {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 42, 88, 0.16) !important;
  color: #082a58 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.qub-footer-modern .qub-footer-social a:hover {
  background: #00a7bb !important;
  border-color: #1598ff !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* ALT ALAN */
.qub-footer-modern .qub-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  width: 100% !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(8, 42, 88, 0.14) !important;
}

.qub-footer-modern .qub-footer-menu {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
}

.qub-footer-modern .qub-footer-menu a {
  color: rgba(8, 42, 88, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.qub-footer-modern .qub-footer-menu a:hover {
  color: #1598ff !important;
}

.qub-footer-modern .qub-footer-bottom p {
  margin: 0 !important;
  color: rgba(8, 42, 88, 0.68) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-align: right !important;
}

/* Eski footer bottom varsa kapat */
.qub-footer-modern .footer-bottom {
  display: none !important;
}

/* TABLET */
@media (max-width: 1199.98px) {
  .qub-footer-modern .qub-footer-card {
    padding: 46px 46px 30px !important;
  }

  .qub-footer-modern .qub-footer-top {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .qub-footer-modern .qub-footer-contact {
    max-width: 650px !important;
  }

  .qub-footer-modern .qub-footer-middle {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }

  .qub-footer-modern .qub-footer-address {
    grid-column: 1 / -1 !important;
  }
}

/* MOBİL */
@media (max-width: 767.98px) {
  .qub-footer-modern {
    padding: 34px 0 22px !important;
  }

  .qub-footer-modern .auto-container {
    padding: 0 14px !important;
  }

  .qub-footer-modern .qub-footer-card {
    border-radius: 22px !important;
    padding: 30px 20px 24px !important;
  }

  .qub-footer-modern .qub-footer-logo img {
    width: 128px !important;
  }

  .qub-footer-modern .qub-footer-contact,
  .qub-footer-modern .qub-footer-middle {
    grid-template-columns: 1fr !important;
  }

  .qub-footer-modern .qub-footer-info-box {
    min-height: 76px !important;
    padding: 18px !important;
  }

  .qub-footer-modern .qub-footer-line {
    margin: 34px 0 28px !important;
  }

  .qub-footer-modern .qub-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .qub-footer-modern .qub-footer-bottom p {
    text-align: left !important;
  }
}





/* =========================================================
   QUB FOOTER - 4 KOLON DÜZEN + ICON FIX
========================================================= */

/* Orta alan artık 4 kolon */
.qub-footer-modern .qub-footer-middle {
  grid-template-columns: 0.95fr 1.2fr 1.25fr 1.15fr !important;
  gap: 46px !important;
  align-items: start !important;
}

/* Kolonları daha dolu ve dengeli göster */
.qub-footer-modern .qub-footer-heading {
  margin-bottom: 16px !important;
  font-size: 17px !important;
}

.qub-footer-modern .qub-footer-col ul {
  gap: 8px !important;
}

.qub-footer-modern .qub-footer-col ul li a {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

/* İletişim kolonu biraz daha otursun */
.qub-footer-modern .qub-footer-address p {
  max-width: 330px !important;
  margin-bottom: 18px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

/* Font Awesome ikonları Creato fontundan kurtar */
.qub-footer-modern i.fa-brands,
.qub-footer-modern i.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.qub-footer-modern i.fa-light,
.qub-footer-modern i.fa-regular,
.qub-footer-modern i.fa-solid,
.qub-footer-modern i.fal,
.qub-footer-modern i.far,
.qub-footer-modern i.fas {
  font-family: "Font Awesome 6 Pro" !important;
}

/* Sosyal ikonlar net görünsün */
.qub-footer-modern .qub-footer-social a {
  width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    color: #082a58 !important;
}

.qub-footer-modern .qub-footer-social a i {
  color: inherit !important;
  line-height: 1 !important;
}

/* Demo buton iconu da düzelsin */
.qub-footer-modern .qub-footer-btn i {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300 !important;
}

/* Alt menü biraz daha düzenli */
.qub-footer-modern .qub-footer-bottom {
  align-items: center !important;
}

.qub-footer-modern .qub-footer-menu {
  gap: 20px !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .qub-footer-modern .qub-footer-middle {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px 44px !important;
  }

  .qub-footer-modern .qub-footer-address {
    grid-column: auto !important;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .qub-footer-modern .qub-footer-middle {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .qub-footer-modern .qub-footer-address p {
    max-width: 100% !important;
  }
}













/* =========================================================
   QUB MES INNER PAGE HERO
   PowerKraft tarzı iç sayfa banner
========================================================= */

.qub-inner-page-layout .page-wrapper {
  background: #f4f4f1;
}

/* =========================
   HEADER - INNER PAGE HERO ÜSTÜNDE
========================= */
.qub-inner-page-layout .main-header.qub-header {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.qub-inner-page-layout .main-header.qub-header > .outer-box {
  padding: 0px clamp(4px, 10vw, 134px) 0px;
}

.qub-inner-page-layout .main-header.qub-header .main-box {
  position: relative;
  width: 100%;
  padding: 22px clamp(36px, 6vw, 120px) 0px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 30px 30px 0 0 !important;
}

.qub-inner-page-layout .main-header.qub-header .main-box::after {
  content: "";
  position: absolute;
  left: clamp(36px, 6vw, 120px);
  right: clamp(36px, 6vw, 120px);
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.20);
}

.qub-inner-page-layout .main-header.qub-header > .outer-box .logo img {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1) !important;
}

.qub-inner-page-layout .main-header.qub-header > .outer-box .main-menu .navigation > li > a,
.qub-inner-page-layout .main-header.qub-header > .outer-box .navigation > li > a {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
}

.qub-inner-page-layout .main-header.qub-header > .outer-box .main-menu .navigation > li.current > a,
.qub-inner-page-layout .main-header.qub-header > .outer-box .main-menu .navigation > li:hover > a,
.qub-inner-page-layout .main-header.qub-header > .outer-box .navigation > li:hover > a {
  color: #0298ab !important;
}

.qub-inner-page-layout .main-header.qub-header > .outer-box .theme-btn-two {
  min-height: 52px;
    padding: -1px 26px !important;
    border-radius: 999px !important;
    background: linear-gradient(-19deg, #168bff 0%, #0e305f 100%) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.qub-inner-page-layout .main-header.qub-header > .outer-box .theme-btn-two i {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
}

.qub-inner-page-layout .main-header.qub-header > .outer-box .mobile-nav-toggler,
.qub-inner-page-layout .main-header.qub-header > .outer-box .mobile-nav-toggler i,
.qub-inner-page-layout .main-header.qub-header > .outer-box .mobile-nav-toggler span {
  color: #ffffff !important;
}

/* =========================
   STICKY HEADER
========================= */
.qub-inner-page-layout .main-header.qub-header .sticky-header {
  background: #ffffff !important;
  box-shadow: 0 12px 35px rgba(8, 42, 88, 0.10) !important;
  border-bottom: 1px solid rgba(8, 42, 88, 0.08) !important;
}

.qub-inner-page-layout .main-header.qub-header .sticky-header .logo img,
.qub-inner-page-layout .main-header.qub-header .sticky-header .nav-logo img {
  filter: none !important;
  width: 150px !important;
  opacity: 1 !important;
}

.qub-inner-page-layout .main-header.qub-header .sticky-header .main-menu .navigation > li > a,
.qub-inner-page-layout .main-header.qub-header .sticky-header .navigation > li > a {
  color: #082a58 !important;
  font-weight: 700 !important;
}

.qub-inner-page-layout .main-header.qub-header .sticky-header .main-menu .navigation > li.current > a,
.qub-inner-page-layout .main-header.qub-header .sticky-header .main-menu .navigation > li:hover > a,
.qub-inner-page-layout .main-header.qub-header .sticky-header .navigation > li.current > a,
.qub-inner-page-layout .main-header.qub-header .sticky-header .navigation > li:hover > a {
  color: #00a7bb !important;
}

.qub-inner-page-layout .main-header.qub-header .sticky-header .mobile-nav-toggler,
.qub-inner-page-layout .main-header.qub-header .sticky-header .mobile-nav-toggler i,
.qub-inner-page-layout .main-header.qub-header .sticky-header .mobile-nav-toggler span {
  color: #082a58 !important;
}

/* =========================
   INNER HERO
========================= */
.page-title.qub-inner-page-title.qub-inner-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin: 36px clamp(18px, 3vw, 54px) 0;
  min-height: 400px;
  padding: 190px 0 88px;
  border-radius: 34px;
  background: #082a58;
  box-shadow: 0 20px 55px rgba(8, 42, 88, 0.14);
}

.page-title.qub-inner-page-title.qub-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.page-title.qub-inner-page-title.qub-inner-hero::after {
  /* content: "";
  position: absolute;
  right: -160px;
  top: -40px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.35; */
}

.page-title.qub-inner-page-title.qub-inner-hero .qub-inner-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(12%);
}

/* video varsa kapansın */
.page-title.qub-inner-page-title.qub-inner-hero .bg-video,
.page-title.qub-inner-page-title.qub-inner-hero .bg,
.page-title.qub-inner-page-title.qub-inner-hero video {
  display: none !important;
}

.page-title.qub-inner-page-title.qub-inner-hero .container {
  position: relative;
  z-index: 5;
  height: 100%;
}

.page-title.qub-inner-page-title.qub-inner-hero .title-outer {
  max-width: 620px;
  text-align: left !important;
  padding-left: clamp(18px, 2vw, 24px);
}

.page-title.qub-inner-page-title.qub-inner-hero .title {
  margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(29px, 1.2vw, 31px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 0px;
  margin: 0;
  padding: 0;
}

.page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb li + li::before {
  content: "|";
  position: relative;
  margin-right: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb li a {
  color: #ffffff;
}

.page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb li:last-child {
  color: #00a7bb;
}

/* =========================
   TABLET
========================= */
@media (max-width: 991.98px) {
  .qub-inner-page-layout .main-header.qub-header {
    top: 14px;
  }

  .qub-inner-page-layout .main-header.qub-header > .outer-box {
    padding: 0 14px;
  }

  .qub-inner-page-layout .main-header.qub-header .main-box {
    padding: 18px 20px;
    border-radius: 22px 22px 0 0 !important;
    background: rgba(4, 22, 49, 0.35) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .qub-inner-page-layout .main-header.qub-header .main-box::after {
    left: 20px;
    right: 20px;
  }

  .qub-inner-page-layout .main-header.qub-header > .outer-box .logo img {
    width: 132px;
  }

  .page-title.qub-inner-page-title.qub-inner-hero {
    margin: 14px;
    min-height: 390px;
    padding: 145px 0 64px;
    border-radius: 24px;
  }

  .page-title.qub-inner-page-title.qub-inner-hero::after {
    width: 460px;
    height: 460px;
    right: -150px;
    top: 20px;
  }

  .page-title.qub-inner-page-title.qub-inner-hero .title-outer {
    padding-left: 10px;
  }

  .page-title.qub-inner-page-title.qub-inner-hero .title {
    font-size: clamp(34px, 7vw, 48px);
  }

  .page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb li {
    font-size: 14px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 575.98px) {
  .page-title.qub-inner-page-title.qub-inner-hero {
    margin: 10px;
    min-height: 340px;
    padding: 132px 0 52px;
    border-radius: 22px;
  }

  .page-title.qub-inner-page-title.qub-inner-hero .title-outer {
    padding-left: 0;
  }

  .page-title.qub-inner-page-title.qub-inner-hero .title {
    font-size: 32px;
    line-height: 1.1;
  }

  .page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb {
    gap: 6px 12px;
  }

  .page-title.qub-inner-page-title.qub-inner-hero .page-breadcrumb li {
    font-size: 13px;
  }
}




/* =========================================================
   QUB MES ABOUT PAGE - MODERN STORY SECTION
========================================================= */

.qub-about-modern-section {
  position: relative;
  padding: 90px 0 80px;
  background: transparent;
  overflow: hidden;
}

.qub-about-modern-section .container {
  max-width: 1360px;
}

.qub-about-modern-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 72px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 94% 6%, rgba(21, 152, 255, 0.08), transparent 24%),
    radial-gradient(circle at 3% 92%, rgba(10, 47, 107, 0.055), transparent 25%),
    #ffffff;
  border: 1px solid rgba(8, 42, 88, 0.10);
  box-shadow: 0 22px 70px rgba(8, 42, 88, 0.07);
}

.qub-about-bg-lines {
  position: absolute;
  right: -210px;
  top: -190px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      rgba(8, 42, 88, 0.10) 0 1px,
      transparent 1px 36px
    );
  opacity: 0.55;
}

.qub-about-modern-card::before {
  content: "";
  position: absolute;
  left: clamp(34px, 5vw, 72px);
  right: clamp(34px, 5vw, 72px);
  top: 50%;
  height: 1px;
  /* background: rgba(8, 42, 88, 0.08); */
  pointer-events: none;
}

.qub-about-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #082a58;
  min-height: 520px;
  box-shadow: 0 20px 50px rgba(8, 42, 88, 0.16);
}

.qub-about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(8, 42, 88, 0.02), rgba(8, 42, 88, 0.42)),
    linear-gradient(90deg, rgba(8, 42, 88, 0.28), transparent 70%);
  pointer-events: none;
}

.qub-about-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms ease;
}

.qub-about-visual:hover img {
  transform: scale(1.04);
}

.qub-about-mini-card {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 4;
  min-width: 190px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(8, 42, 88, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.qub-about-mini-card span {
  display: block;
  color: #082a58;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.qub-about-mini-card p {
  margin: 8px 0 0;
  color: rgba(8, 42, 88, 0.72);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.qub-about-content {
  position: relative;
  z-index: 3;
}

.qub-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #1598ff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.qub-section-label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #082a58;
  box-shadow: 0 0 0 5px rgba(8, 42, 88, 0.08);
}

.qub-about-content h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: #082a58;
  font-size: clamp(32px, 3.4vw, 27px);
  font-weight: 800;
}

.qub-about-content p {
  max-width: 650px;
  margin: 0 0 20px;
  color: rgba(8, 42, 88, 0.72);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 500;
}
.qub-about-content p:last-child{
    margin-bottom: 0;
}

.qub-about-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.qub-about-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 11px 17px;
  border-radius: 999px;
  background: #f7faff;
  color: #082a58;
  border: 1px solid rgba(8, 42, 88, 0.10);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.qub-about-divider {
  position: relative;
  z-index: 3;
  height: 1px;
  width: 100%;
  margin: 68px 0 48px;
  background: rgba(8, 42, 88, 0.14);
}

.qub-about-process-head {
  position: relative;
  z-index: 3;
  max-width: 850px;
  margin: 0 auto 46px;
}

.qub-about-process-head .qub-section-label {
  justify-content: center;
}

.qub-about-process-head h3 {
  margin: 0;
  color: #082a58;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.qub-about-process {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.qub-about-process::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 1px;
  background: rgba(8, 42, 88, 0.16);
  z-index: -1;
}

.qub-process-item {
  position: relative;
  padding: 0 22px 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(8, 42, 88, 0.10);
  box-shadow: 0 14px 36px rgba(8, 42, 88, 0.055);
}


.qub-process-no{
    width: 64px;
    height: 64px;
    margin: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    color: #082a58;

    border: 2px solid #d8e8fd;
    border-radius: 50%;

    font-size: 18px;
    font-weight: 700;
    line-height: 1;

    transition: all .3s ease;
    transform: translateY(11px);
}

.qub-process-item h4 {
  margin: 0 0 12px;
  color: #082a58;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.qub-process-item p {
  margin: 0;
  color: rgba(8, 42, 88, 0.68);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.qub-about-principles {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.qub-principle-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 28px 28px 26px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.95), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(8, 42, 88, 0.10);
}

.qub-principle-card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 70px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #082a58, #1598ff);
}

.qub-principle-card span {
  display: block;
  margin-bottom: 14px;
  color: #082a58;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.qub-principle-card p {
  margin: 0;
  color: rgba(8, 42, 88, 0.70);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .qub-about-modern-card {
    padding: 44px;
  }

  .qub-about-modern-card::before {
    display: none;
  }

  .qub-about-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .qub-about-process::before {
    display: none;
  }

  .qub-about-principles {
    grid-template-columns: 1fr;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .qub-about-modern-section {
    padding: 56px 0;
  }

  .qub-about-modern-card {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .qub-about-visual {
    min-height: 360px;
    border-radius: 22px;
  }

  .qub-about-visual img {
    min-height: 360px;
  }

  .qub-about-mini-card {
    left: 18px;
    bottom: 18px;
    min-width: 160px;
    padding: 18px;
    border-radius: 18px;
  }

  .qub-about-mini-card span {
    font-size: 34px;
  }

  .qub-about-content h2 {
    font-size: 31px;
  }

  .qub-about-content p {
    font-size: 15px;
  }

  .qub-about-divider {
    margin: 42px 0 34px;
  }

  .qub-about-process {
    grid-template-columns: 1fr;
  }

  .qub-process-item {
    padding: 0 20px 22px;
  }

  .qub-principle-card {
    min-height: auto;
    padding: 25px 22px;
  }
}

















/* =========================================================
   QUB MES PRODUCT DETAIL PAGE - COMPACT / BALANCED VERSION
========================================================= */

.qub-product-detail {
  position: relative;
  background: #f4f4f1;
}

.qub-product-detail .container {
  max-width: 1340px;
}

/* Üst ana blok */
.qub-product-detail-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(560px, 1.28fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 8%, rgba(21, 152, 255, 0.08), transparent 24%),
    radial-gradient(circle at 5% 95%, rgba(10, 47, 107, 0.045), transparent 25%),
    #ffffff;
  border: 1px solid rgba(8, 42, 88, 0.10);
  box-shadow: 0 18px 48px rgba(8, 42, 88, 0.06);
}

.qub-product-detail-hero::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -200px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      rgba(8, 42, 88, 0.08) 0 1px,
      transparent 1px 30px
    );
  opacity: 0.36;
}

.qub-product-detail-hero::after {
  display: none;
}

/* Sol görsel */
.qub-product-detail-image {
  position: relative;
  overflow: hidden;
  min-height: 430px !important;
  border-radius: 22px;
  background: #082a58;
  box-shadow: 0 16px 36px rgba(8, 42, 88, 0.14);
}

.qub-product-detail-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 42, 88, 0.02), rgba(8, 42, 88, 0.26)),
    linear-gradient(90deg, rgba(8, 42, 88, 0.12), transparent 68%);
}

.qub-product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: none !important;
}

/* Sol alttaki küçük badge */
.qub-product-image-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 4;
  min-width: 170px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(8, 42, 88, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.qub-product-image-badge span {
  display: block;
  margin-bottom: 6px;
  color: #1598ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.qub-product-image-badge strong {
  display: block;
  color: #082a58;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

/* Sağ bilgi alanı */
.qub-product-detail-info {
  position: relative;
  z-index: 3;
  padding: 16px 18px 14px;
  border-radius: 22px;
  background: rgba(247, 250, 255, 0.78);
  border: 1px solid rgba(8, 42, 88, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.qub-product-detail-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 12px;
  color: #1598ff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.qub-product-detail-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #082a58;
  box-shadow: 0 0 0 4px rgba(8, 42, 88, 0.07);
}

.qub-product-detail-info h2 {
  max-width: 100%;
  margin: 0 0 12px;
  color: #082a58;
  font-size: clamp(31px, 2.2vw, 24px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.qub-product-detail-info p {
  max-width: 100%;
  margin: 0 0 18px;
  color: rgba(8, 42, 88, 0.72);
  font-size: 17px;
  font-weight: 500;
}

/* Bilgi kartları */
.qub-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: auto;
}

.qub-product-info-grid .qub-product-info-item {
  position: relative;
  min-height: 84px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(8, 42, 88, 0.10);
  box-shadow: 0 10px 24px rgba(8, 42, 88, 0.04);
  display: flex;
  align-items: center;
  gap: 12px;
}

.qub-product-info-grid .qub-product-info-item::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #082a58, #1598ff);
  opacity: 0.82;
}

.qub-product-info-grid .qub-product-info-item span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 12px;
  background: #082a58;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.qub-product-info-grid .qub-product-info-item small {
  display: block;
  margin-bottom: 4px;
  color: #1598ff;
  font-size: 16px;
  font-weight: 900;
}

.qub-product-info-grid .qub-product-info-item strong {
  display: block;
  color: #082a58;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

/* Eski alt strip kapanır */
.qub-product-detail .qub-product-info-strip {
  display: none !important;
}

/* Alt içerik kutusu */
.qub-product-detail-content {
  position: relative;
  margin-top: 20px;
  padding: 34px 38px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(8, 42, 88, 0.10);
  box-shadow: 0 14px 38px rgba(8, 42, 88, 0.05);
  overflow: hidden;
}

.qub-product-detail-content::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -170px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle,
      rgba(8, 42, 88, 0.07) 0 1px,
      transparent 1px 28px
    );
  opacity: 0.4;
}

.qub-product-detail-content .text {
  position: relative;
  z-index: 2;
  max-width: 100%;
  color: rgba(8, 42, 88, 0.72);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.qub-product-detail-content .text + .text {
  margin-top: 16px;
}

.qub-product-detail-content .qub-related-products {
  position: relative;
  z-index: 2;
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid rgba(8, 42, 88, 0.12);
}

/* Related başlık biraz daha sade */
.qub-product-detail-content .qub-related-products .sec-title .sub-title {
  margin-bottom: 10px;
}

.qub-product-detail-content .qub-related-products .sec-title .title {
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.15;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .qub-product-detail-hero {
    grid-template-columns: 1fr;
  }

  .qub-product-detail-image {
    min-height: 420px;
  }

  .qub-product-detail-image img {
    min-height: 420px;
  }

  .qub-product-detail-info {
    padding: 20px;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .qub-product-detail {
    padding-top: 70px !important;
  }

  .qub-product-detail-hero {
    padding: 14px;
    border-radius: 22px;
  }

  .qub-product-detail-image {
    min-height: 300px;
    border-radius: 18px;
  }

  .qub-product-detail-image img {
    min-height: 300px;
  }

  .qub-product-image-badge {
    left: 14px;
    bottom: 14px;
    min-width: 150px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .qub-product-detail-info {
    padding: 16px;
    border-radius: 18px;
  }

  .qub-product-detail-info h2 {
    font-size: 28px;
  }

  .qub-product-info-grid {
    grid-template-columns: 1fr;
  }

  .qub-product-info-grid .qub-product-info-item {
    min-height: 74px;
  }

  .qub-product-detail-content {
    margin-top: 16px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .qub-product-detail-content .text {
    font-size: 14px;
  }
}















/* =========================================================
   QUB INDUSTRIES - ALTERNATE TEXT AREA BACKGROUND
   1 beyaz / 2 hafif renkli / 3 beyaz / 4 hafif renkli...
========================================================= */

/* Varsayılan: tüm yazı alanları beyaz */
.qub-industries-list article.qub-industry-card .qub-industry-copy {
  background: #ffffff !important;
}

/* 2, 4, 6, 8... yazı alanlarına hafif logo rengi */
.qub-industries-list article.qub-industry-card:nth-of-type(even) .qub-industry-copy {
  background: radial-gradient(circle at 88% 18%, rgba(111, 149, 188, 0.16), transparent 34%), linear-gradient(-330deg, rgb(41 80 145 / -30%) 0%, rgb(8 42 88) 148%), #ffffff !important;
    color: white;
}

/* 1, 3, 5, 7... yazı alanları beyaz kalsın */
.qub-industries-list article.qub-industry-card:nth-of-type(odd) .qub-industry-copy {
  background: #ffffff !important;
}

/* Yazı renkleri değişmesin */
.qub-industries-list .qub-industry-copy h2,
.qub-industries-list .qub-industry-copy p,
.qub-industries-list .qub-industry-copy li,
.qub-industries-list .qub-industry-copy .qub-industry-label,
.qub-industries-list .qub-industry-copy .qub-industry-number {
  color: inherit;
}

/* Renkli alanlarda çok hafif derinlik */
.qub-industries-list article.qub-industry-card:nth-of-type(even) .qub-industry-copy {
  border-left-color: rgba(10, 47, 107, 0.10) !important;
  border-right-color: rgba(10, 47, 107, 0.10) !important;
}














/* =========================================================
   QUB WHY SECTION - TEK ÇİZGİLİ DENGELİ LİSTE DÜZENİ
========================================================= */

/* Genel bölüm daha kompakt */
.qub-why-editorial,
.qub-why-refined {
  padding: 70px 0 !important;
}

/* Ana kart */
.qub-why-editorial-card,
.qub-why-refined-card {
  padding: 44px 52px !important;
  border-radius: 28px !important;
  background: #ffffff !important;
  border: 1px solid rgba(8, 42, 88, 0.10) !important;
  box-shadow: 0 18px 50px rgba(8, 42, 88, 0.055) !important;
}

/* Grid dengesi */
.qub-why-grid,
.qub-why-refined-body {
  display: grid !important;
  grid-template-columns: minmax(390px, 0.9fr) minmax(460px, 1.1fr) !important;
  gap: 34px !important;
  align-items: stretch !important;
}

/* Başlık fazla büyümesin */
.qub-why-title,
.qub-why-refined-head h2 {
  margin-bottom: 14px !important;
  color: #082a58 !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.035em !important;
  font-weight: 750 !important;
}

.qub-why-text,
.qub-why-refined-head p {
  max-width: 537px !important;
    margin-bottom: 26px !important;
    font-size: 17px !important;
    /* line-height: 1.7 !important; */
    text-align: right;
}

/* Sol görsel */
.qub-why-image,
.qub-why-refined-image {
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 36px rgba(8, 42, 88, 0.10) !important;
}

.qub-why-image img,
.qub-why-refined-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Not kısmı sade */
.qub-why-note,
.qub-why-refined-note {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(8, 42, 88, 0.14) !important;
  color: rgba(8, 42, 88, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* Sağ taraf: artık tek panel */
.qub-why-right,
.qub-why-refined-list {
  display: block !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 42, 88, 0.12) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(8, 42, 88, 0.045) !important;
}

/* Her madde ayrı kart değil, aynı panel içinde satır */
.qub-why-row,
.qub-why-refined-item {
  margin: 0 !important;
  padding: 12px 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(8, 42, 88, 0.12) !important;
}

/* Son satırda çizgi olmasın */
.qub-why-row:last-child,
.qub-why-refined-item:last-child {
  border-bottom: 0 !important;
}

/* 1 beyaz / 2 hafif renkli / 3 beyaz / 4 hafif renkli */
.qub-why-row:nth-child(even),
.qub-why-refined-item:nth-child(even) {
  background:
    linear-gradient(90deg, rgba(111, 149, 188, 0.075), rgba(111, 149, 188, 0.025)),
    #ffffff !important;
}

/* Üstteki kısa etiket */
.qub-why-row-top,
.qub-why-refined-item span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #6f95bc !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* Başlıklar */
.qub-why-row h4,
.qub-why-refined-item h4 {
  margin: 0 0 8px !important;
  color: #082a58 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* Açıklamalar */
.qub-why-row p,
.qub-why-refined-item p {
  max-width: 100% !important;
  margin: 0 !important;
  color: rgba(8, 42, 88, 0.72) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* Kartların üstündeki küçük çizgileri kapat */
.qub-why-row::before,
.qub-why-row::after,
.qub-why-refined-item::before,
.qub-why-refined-item::after {
  display: none !important;
}

/* Hover fazla zıplamasın */
.qub-why-row:hover,
.qub-why-refined-item:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .qub-why-grid,
  .qub-why-refined-body {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .qub-why-image img,
  .qub-why-refined-image img {
    height: 330px !important;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .qub-why-editorial,
  .qub-why-refined {
    padding: 50px 0 !important;
  }

  .qub-why-editorial-card,
  .qub-why-refined-card {
    padding: 24px 18px !important;
    border-radius: 22px !important;
  }

  .qub-why-title,
  .qub-why-refined-head h2 {
    font-size: 28px !important;
  }

  .qub-why-image img,
  .qub-why-refined-image img {
    height: 260px !important;
  }

  .qub-why-row,
  .qub-why-refined-item {
    padding: 20px 18px !important;
  }

  .qub-why-row h4,
  .qub-why-refined-item h4 {
    font-size: 17px !important;
  }
}









/* =========================================================
   QUB WHY REFINED - HEAD LEFT TITLE / RIGHT TEXT FIX
========================================================= */

.qub-why-refined .qub-why-refined-head {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 720px) minmax(320px, 430px) !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 48px !important;
  max-width: none !important;
  margin: 0 0 34px !important;
  padding-bottom: 28px !important;
  border-bottom: 1px solid rgba(8, 42, 88, 0.12) !important;
  text-align: left !important;
}

.qub-why-refined .qub-why-refined-head-left,
.qub-why-refined .qub-why-refined-head-right {
  min-width: 0 !important;
}

.qub-why-refined .qub-why-refined-head-right {
  padding-bottom: 4px !important;
}

.qub-why-refined .qub-why-refined-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 14px !important;
  color: #082a58 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

.qub-why-refined .qub-why-refined-kicker::before {
  content: "" !important;
  width: 34px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #082a58, #6f95bc) !important;
}

.qub-why-refined .qub-why-refined-head h2 {
  max-width: 514px !important;
    margin: 0 !important;
    color: #082a58 !important;
    font-size: clamp(28px, 3vw, 26px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.035em !important;
    font-weight: 760 !important;
    text-align: left !important;
}

.qub-why-refined .qub-why-refined-head p {
  max-width: 430px !important;
  margin: -13px !important;
  color: rgba(8, 42, 88, 0.72) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-align: left !important;
}

/* Alt taraf aynı kalsın, sadece hizası düzgün başlasın */
.qub-why-refined .qub-why-refined-body {
  margin-top: 0 !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .qub-why-refined .qub-why-refined-head {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: start !important;
  }

  .qub-why-refined .qub-why-refined-head p {
    max-width: 680px !important;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .qub-why-refined .qub-why-refined-head {
    margin-bottom: 24px !important;
    padding-bottom: 22px !important;
  }

  .qub-why-refined .qub-why-refined-head h2 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  .qub-why-refined .qub-why-refined-head p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}



















/* =========================================================
   QUB HEADER MEGA MENU + MOBILE FIX
========================================================= */

.qub-header,
.qub-header .outer-box,
.qub-header .header-lower,
.qub-header .main-box,
.qub-header .nav-outer,
.qub-header .main-menu,
.qub-header .navigation {
  overflow: visible !important;
}

.qub-header .main-menu .navigation > li.qub-mega-dropdown {
  position: static !important;
}

.qub-header .qub-mega-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  width: min(1040px, calc(100vw - 80px));
  transform: translateX(-50%) translateY(18px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 260ms ease;
}

.qub-header .qub-mega-dropdown:hover .qub-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.qub-header .qub-mega-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 260px;
  gap: 34px;
  padding: 34px 36px;
  border-radius: 0 0 24px 24px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(8, 42, 88, 0.16);
  border: 1px solid rgba(8, 42, 88, 0.08);
}

.qub-header .qub-mega-inner::before {
  content: "";
  position: absolute;
  left: 33.333%;
  top: 34px;
  bottom: 34px;
  width: 1px;
  background: rgba(8, 42, 88, 0.10);
}

.qub-header .qub-mega-inner::after {
  content: "";
  position: absolute;
  left: 66.666%;
  top: 34px;
  bottom: 34px;
  width: 1px;
  background: rgba(8, 42, 88, 0.10);
}

.qub-header .qub-mega-col {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
}

.qub-header .qub-mega-col a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 0;
  color: #082a58 !important;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.qub-header .qub-mega-col a::before {
  content: "";
  width: 0;
  height: 2px;
  margin-right: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #0a2f6b, #6f95bc);
  transition: all 260ms ease;
}

.qub-header .qub-mega-col a:hover {
  color: #0a2f6b !important;
}

.qub-header .qub-mega-col a:hover::before {
  width: 20px;
  margin-right: 10px;
}

.qub-header .qub-mega-visual {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-left: 6px;
}

.qub-header .qub-mega-img {
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #f4f4f1;
  border: 1px solid rgba(8, 42, 88, 0.08);
}

.qub-header .qub-mega-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qub-header .qub-mega-title {
  color: #082a58;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.qub-header .qub-mega-visual p {
  margin: 8px 0 0;
  color: rgba(8, 42, 88, 0.68);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

/* Desktop'ta mobil submenu görünmesin */
.qub-header .qub-mobile-submenu {
  display: none !important;
}

/* Hover aralığında menü kapanmasın */
.qub-header .qub-mega-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

/* Sticky header içinde de mega düzgün dursun */
.qub-header .sticky-header .qub-mega-menu {
  top: 100%;
}

/* =========================
   MOBILE MENU FIX
========================= */
.mobile-nav-toggler {
  cursor: pointer !important;
  pointer-events: auto !important;
  z-index: 10001 !important;
}

@media (max-width: 991.98px) {
  .qub-header .qub-mega-menu {
    display: none !important;
  }

  .qub-header .qub-mobile-submenu {
    display: none;
  }

  .mobile-menu .navigation .qub-mega-menu {
    display: none !important;
  }

  .mobile-menu .navigation .qub-mobile-submenu,
  .mobile-menu .navigation .mobile-submenu {
    display: none;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .mobile-menu .navigation li.open > .qub-mobile-submenu,
  .mobile-menu .navigation li.open > .mobile-submenu {
    display: block;
  }

  .mobile-menu .navigation li.dropdown {
    position: relative;
  }

  .mobile-menu .navigation li.dropdown > a {
    padding-right: 48px !important;
  }

  .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #082a58;
    font-size: 14px;
    cursor: pointer;
    z-index: 3;
  }

  .mobile-menu .navigation li.dropdown .dropdown-btn.open i {
    transform: rotate(180deg);
  }

  .mobile-menu .navigation li ul li a {
    display: block;
    padding: 12px 18px 12px 28px !important;
    color: rgba(8, 42, 88, 0.82) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(8, 42, 88, 0.08);
  }

  .main-header.qub-header.fixed-header > .outer-box {
    pointer-events: auto !important;
  }
}









/* =========================================================
   QUB MEGA MENU DOUBLE DROPDOWN FIX
   Desktop'ta mobil submenu kesinlikle görünmesin
========================================================= */

/* Desktop ana menüde mobil için bırakılan ul asla görünmesin */
@media (min-width: 992px) {
  .main-header.qub-header .main-menu .navigation > li.qub-mega-dropdown > ul.qub-mobile-submenu,
  .main-header.qub-header .main-menu .navigation > li.qub-mega-dropdown:hover > ul.qub-mobile-submenu,
  .main-header.qub-header .main-menu .navigation > li.qub-mega-dropdown > ul,
  .main-header.qub-header .main-menu .navigation > li.qub-mega-dropdown:hover > ul {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  /* Sadece mega menü görünsün */
  .main-header.qub-header .main-menu .navigation > li.qub-mega-dropdown:hover > .qub-mega-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* Mega menü üstte kalsın */
.main-header.qub-header .qub-mega-menu {
  z-index: 999999 !important;
}

/* Mega menü hover alanı düzgün olsun */
.main-header.qub-header .main-menu .navigation > li.qub-mega-dropdown {
  position: static !important;
}









/* =========================================================
   QUB MOBILE MENU SUBMENU FIX
========================================================= */

@media (max-width: 991.98px) {
  .mobile-menu .navigation .qub-mega-menu {
    display: none !important;
  }

  .mobile-menu .navigation .mobile-submenu {
    display: none;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .mobile-menu .navigation li.open > .mobile-submenu {
    display: block;
  }

  .mobile-menu .navigation li.dropdown {
    position: relative !important;
  }

  .mobile-menu .navigation li.dropdown > a {
    padding-right: 48px !important;
  }

  .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #082a58;
    cursor: pointer;
    z-index: 5;
  }

  .mobile-menu .navigation li.dropdown .dropdown-btn.open i {
    transform: rotate(180deg);
  }

  .mobile-menu .navigation li ul li a {
    display: block;
    padding: 12px 18px 12px 28px !important;
    color: rgba(8, 42, 88, 0.82) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(8, 42, 88, 0.08);
  }
}





















/* =========================================================
   QUB MES - FULL INDEX MOBILE RESPONSIVE FINAL
   Bu kod style.css dosyasının EN ALTINA eklenecek
========================================================= */

/* Genel taşma ve mobil güvenlik */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  background: radial-gradient(circle at 12% 20%, rgba(111, 149, 188, 0.14), transparent 32%), radial-gradient(circle at 88% 78%, rgba(8, 42, 88, 0.10), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%) !important;
}

.page-wrapper,
#smooth-wrapper,
#smooth-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

img,
video,
iframe {
  max-width: 100%;
}

body.tm-magic-cursor {
  cursor: auto;
  background: radial-gradient(circle at 12% 20%, rgba(111, 149, 188, 0.14), transparent 32%), radial-gradient(circle at 88% 78%, rgba(8, 42, 88, 0.10), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%) !important;
}

/* Mobilde özel cursor / smooth scroll sorun çıkarmasın */
@media (max-width: 991.98px) {
  .tm-cursor,
  .tm-cursor2,
  .cursor,
  .cursor-follower {
    display: none !important;
  }

  #smooth-wrapper,
  #smooth-content {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    transform: none !important;
    position: relative !important;
  }

  .container,
  .auto-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  section > .container,
  section > .container-fluid {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

/* =========================================================
   HEADER MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .qub-home-page .main-header.qub-header {
    position: absolute !important;
    top: 12px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
  }

  .qub-home-page .main-header.qub-header .outer-box {
    padding: 0 12px !important;
  }

  .qub-home-page .main-header.qub-header .main-box {
    min-height: 68px !important;
    padding: 12px 16px !important;
    border-radius: 20px 20px 0 0 !important;
    background: rgba(5, 24, 54, 0.28) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .qub-home-page .main-header.qub-header .main-box::after {
    left: 16px !important;
    right: 16px !important;
    bottom: 0 !important;
  }

  .qub-home-page .main-header.qub-header .logo img {
    width: 126px !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
  }

  .qub-home-page .main-header.qub-header .nav-outer,
  .qub-home-page .main-header.qub-header .header-btn {
    display: none !important;
  }

  .qub-home-page .main-header.qub-header .action-box {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .qub-home-page .main-header.qub-header .mobile-nav-toggler {
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  .qub-home-page .main-header.qub-header .mobile-nav-toggler i,
  .qub-home-page .main-header.qub-header .mobile-nav-toggler span {
    color: #ffffff !important;
    font-size: 18px !important;
  }

  .qub-home-page .main-header.qub-header.fixed-header {
    top: 0 !important;
  }

  .qub-home-page .main-header.qub-header.fixed-header > .outer-box {
    pointer-events: auto !important;
  }

  .qub-home-page .main-header.qub-header.fixed-header > .outer-box .main-box {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .qub-home-page .main-header.qub-header .sticky-header {
    background: #ffffff !important;
    box-shadow: 0 12px 32px rgba(8, 42, 88, 0.12) !important;
  }

  .qub-home-page .main-header.qub-header .sticky-header .logo img {
    width: 126px !important;
    filter: none !important;
  }

  .qub-home-page .main-header.qub-header .sticky-header .mobile-nav-toggler,
  .qub-home-page .main-header.qub-header .sticky-header .mobile-nav-toggler i,
  .qub-home-page .main-header.qub-header .sticky-header .mobile-nav-toggler span {
    color: #082a58 !important;
  }
}

/* =========================================================
   HERO MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .banner-section.qub-mes-banner.qub-power-hero {
    margin: 12px !important;
    min-height: 620px !important;
    height: auto !important;
    max-height: none !important;
    padding: 142px 0 48px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .bg-banner-img,
  .banner-section.qub-mes-banner.qub-power-hero .qub-banner-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-banner-video {
    object-fit: cover !important;
    object-position: center !important;
  }

  /* .banner-section.qub-mes-banner.qub-power-hero .bg-banner-img::before {
  
  } */

  .banner-section.qub-mes-banner.qub-power-hero .inner-container {
    padding: 0 22px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .banner-slide {
    min-height: 410px !important;
    display: flex !important;
    align-items: center !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box {
    max-width: 100% !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-badge {
    font-size: 12px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.045em !important;
    margin-bottom: 16px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box .title {
    font-size: clamp(36px, 9vw, 54px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 16px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-text {
    max-width: 420px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 26px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three {
    min-height: 50px !important;
    padding: 13px 18px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 575.98px) {
  .banner-section.qub-mes-banner.qub-power-hero {
    margin: 10px !important;
    min-height: 560px !important;
    padding-top: 126px !important;
    padding-bottom: 40px !important;
    border-radius: 22px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .inner-container {
    padding: 0 18px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box .title {
    font-size: 34px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-text {
    font-size: 14px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================================================
   SECTION TITLE GENERAL MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .sec-title {
    margin-bottom: 30px !important;
  }

  .sec-title .row {
    row-gap: 18px !important;
  }

  .sec-title .sub-title,
  .qub-info-head .sub-title,
  .qub-why-refined-kicker {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .sec-title .title,
  .sec-title .h2.title,
  .qub-info-head .title,
  .qub-products-section .sec-title .title,
  .qub-blog-section .title,
  .qub-why-refined-head h2 {
    font-size: clamp(28px, 7vw, 40px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.03em !important;
  }

  .sec-title .text,
  .qub-about-section .sec-title .text {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

/* =========================================================
   ABOUT MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .about-section.qub-about-section {
    padding: 56px 0 !important;
  }

  .qub-about-section .row {
    row-gap: 22px !important;
  }

  .qub-about-section .image {
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .qub-about-section .image img {
    width: 100% !important;
    height: 360px !important;
    object-fit: cover !important;
    display: block !important;
  }

  .qub-about-section .experience.qub-experience {
    height: auto !important;
    min-height: auto !important;
    padding: 26px 22px !important;
    border-radius: 24px !important;
  }

  .qub-about-section .qub-experience .title {
    font-size: 22px !important;
    line-height: 1.35 !important;
    margin-bottom: 22px !important;
  }

  .qub-about-section .qub-experience .counter {
    margin-top: 24px !important;
  }

  .qub-about-section .qub-experience .count-box {
    font-size: 42px !important;
    line-height: 1 !important;
  }
}

@media (max-width: 575.98px) {
  .qub-about-section .image img {
    height: 260px !important;
  }

  .qub-about-section .qub-experience .title {
    font-size: 20px !important;
  }

  .qub-about-section .qub-experience .counter-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================================================
   PRODUCTS / MODULES MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .section-outer {
    overflow: hidden !important;
  }

  .projects-section.qub-products-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .qub-products-section .sec-title .row {
    row-gap: 22px !important;
  }

  .qub-products-section .button-box {
    text-align: left !important;
  }

  .qub-products-section .theme-btn-one {
    width: fit-content !important;
  }

  .qub-products-section .row.g-24 {
    --bs-gutter-y: 20px !important;
  }

  .qub-products-section .project-block {
    margin-bottom: 0 !important;
  }

  .qub-products-section .project-block .inner-block {
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .qub-products-section .project-block .image {
    border-radius: 22px 22px 0 0 !important;
    overflow: hidden !important;
  }

  .qub-products-section .project-block .image img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
  }

  .qub-products-section .project-block .content {
    padding: 20px 20px 22px !important;
  }

  .qub-products-section .project-block .title {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .qub-products-section .project-block .post-meta {
    margin-top: 8px !important;
  }

  .qub-products-section .project-block .icon {
    right: 16px !important;
    top: 16px !important;
  }
}

@media (max-width: 575.98px) {
  .qub-products-section .project-block .image img {
    height: 220px !important;
  }

  .qub-products-section .theme-btn-one {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================================================
   INFO CARDS MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .services-section-three.qub-info-section {
    padding: 56px 0 !important;
  }

  .qub-info-head {
    margin-bottom: 28px !important;
  }

  .qub-info-card {
    height: auto !important;
    min-height: auto !important;
    padding: 24px 22px !important;
    border-radius: 22px !important;
  }

  .qub-info-card.qub-big-card {
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .qub-big-card .qub-big-content {
    padding: 24px 22px !important;
  }

  .qub-title-row {
    gap: 12px !important;
    align-items: flex-start !important;
  }

  .qub-card-number {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  .qub-info-card .title {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  .qub-info-card .text {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .qub-card-image {
    width: 100% !important;
    height: 240px !important;
    border-radius: 0 0 22px 22px !important;
    overflow: hidden !important;
  }

  .qub-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (max-width: 575.98px) {
  .qub-card-image {
    height: 210px !important;
  }

  .qub-info-card {
    padding: 22px 18px !important;
  }

  .qub-big-card .qub-big-content {
    padding: 22px 18px !important;
  }
}

/* =========================================================
   VIDEO SECTION MOBILE
========================================================= */

@media (max-width: 1199.98px) {
  .qub-video-card {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991.98px) {
  .video-section.qub-video-section {
    padding: 56px 0 !important;
  }

  .qub-video-card {
    display: block !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .qub-video-content {
    width: 100% !important;
    padding: 30px 24px !important;
  }

  .qub-video-year {
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }

  .qub-video-content h2 {
    font-size: clamp(32px, 8vw, 44px) !important;
    line-height: 1.1 !important;
    margin-bottom: 14px !important;
  }

  .qub-video-content p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin-bottom: 24px !important;
  }

  .qub-video-features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .qub-video-features div {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .qub-video-features i {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .qub-video-features strong {
    font-size: 15px !important;
  }

  .qub-video-features span {
    font-size: 13px !important;
  }

  .qub-video-media {
    position: relative !important;
    width: 100% !important;
    min-height: 280px !important;
  }

  .qub-video-media .video-img,
  .qub-video-media .video-img img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    display: block !important;
  }

  .qub-play-btn,
  .qub-play-btn .icon {
    width: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
  }

  .qub-play-btn {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 575.98px) {
  .qub-video-content {
    padding: 26px 20px !important;
  }

  .qub-video-media,
  .qub-video-media .video-img,
  .qub-video-media .video-img img {
    min-height: 230px !important;
    height: 230px !important;
  }

  .qub-play-btn,
  .qub-play-btn .icon {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
  }
}

/* =========================================================
   WHY REFINED MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .qub-why-refined {
    padding: 56px 0 !important;
  }

  .qub-why-refined-card {
    padding: 28px 22px !important;
    border-radius: 24px !important;
  }

  .qub-why-refined-head {
    display: block !important;
    margin-bottom: 24px !important;
    padding-bottom: 22px !important;
    border-bottom: 1px solid rgba(8, 42, 88, 0.12) !important;
  }

  .qub-why-refined-head-left,
  .qub-why-refined-head-right {
    width: 100% !important;
  }

  .qub-why-refined-kicker {
    margin-bottom: 12px !important;
    font-size: 13px !important;
  }

  .qub-why-refined-head h2 {
    max-width: 100% !important;
    margin-bottom: 14px !important;
    font-size: clamp(28px, 7vw, 38px) !important;
    line-height: 1.17 !important;
  }

  .qub-why-refined-head p {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .qub-why-refined-body {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .qub-why-refined-image {
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .qub-why-refined-image img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    display: block !important;
  }

  .qub-why-refined-list {
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .qub-why-refined-item {
    padding: 20px 18px !important;
  }

  .qub-why-refined-item h4 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  .qub-why-refined-item p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 575.98px) {
  .qub-why-refined-card {
    padding: 24px 18px !important;
    border-radius: 22px !important;
  }

  .qub-why-refined-image img {
    height: 240px !important;
  }
}

/* =========================================================
   BLOG MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .qub-blog-section {
    padding: 56px 0 !important;
  }

  .qub-blog-section .blog-block-three {
    margin-bottom: 22px !important;
  }

  .qub-blog-section .blog-block-three .inner-box {
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .qub-blog-section .blog-block-three .image img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
  }

  .qub-blog-section .blog-block-three .content {
    padding: 20px !important;
  }

  .qub-blog-section .blog-block-three .title {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 575.98px) {
  .qub-blog-section .blog-block-three .image img {
    height: 210px !important;
  }
}

/* =========================================================
   FOOTER MOBILE
========================================================= */

@media (max-width: 991.98px) {
  .qub-footer-modern {
    padding: 44px 0 24px !important;
  }

  .qub-footer-modern .auto-container {
    padding: 0 14px !important;
  }

  .qub-footer-modern .qub-footer-card {
    padding: 30px 22px 24px !important;
    border-radius: 24px !important;
  }

  .qub-footer-modern .qub-footer-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .qub-footer-modern .qub-footer-brand {
    max-width: 100% !important;
  }

  .qub-footer-modern .qub-footer-logo img {
    width: 130px !important;
  }

  .qub-footer-modern .qub-footer-brand p {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .qub-footer-modern .qub-footer-contact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 100% !important;
  }

  .qub-footer-modern .qub-footer-info-box {
    min-height: auto !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .qub-footer-modern .qub-footer-btn {
    width: 100% !important;
  }

  .qub-footer-modern .qub-footer-line {
    margin: 30px 0 26px !important;
  }

  .qub-footer-modern .qub-footer-middle {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
    padding-bottom: 28px !important;
  }

  .qub-footer-modern .qub-footer-heading {
    font-size: 17px !important;
    margin-bottom: 14px !important;
  }

  .qub-footer-modern .qub-footer-col ul {
    gap: 8px !important;
  }

  .qub-footer-modern .qub-footer-col ul li a,
  .qub-footer-modern .qub-footer-address p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .qub-footer-modern .qub-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding-top: 22px !important;
  }

  .qub-footer-modern .qub-footer-menu {
    gap: 14px 18px !important;
  }

  .qub-footer-modern .qub-footer-bottom p {
    text-align: left !important;
    font-size: 13px !important;
  }
}

@media (max-width: 575.98px) {
  .qub-footer-modern .qub-footer-middle {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .qub-footer-modern .qub-footer-card {
    padding: 28px 18px 22px !important;
  }
}

/* =========================================================
   MOBILE MENU / MEGA MENU FIX
========================================================= */

@media (max-width: 991.98px) {
  .main-header.qub-header .qub-mega-menu {
    display: none !important;
  }

  .mobile-menu .navigation .qub-mega-menu {
    display: none !important;
  }

  .mobile-menu .navigation .mobile-submenu,
  .mobile-menu .navigation .qub-mobile-submenu {
    display: none;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .mobile-menu .navigation li.open > .mobile-submenu,
  .mobile-menu .navigation li.open > .qub-mobile-submenu {
    display: block;
  }

  .mobile-menu .navigation li.dropdown {
    position: relative !important;
  }

  .mobile-menu .navigation li.dropdown > a {
    padding-right: 48px !important;
  }

  .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #082a58 !important;
    cursor: pointer !important;
    z-index: 5 !important;
  }

  .mobile-menu .navigation li.dropdown .dropdown-btn.open i {
    transform: rotate(180deg);
  }

  .mobile-menu .navigation li ul li a {
    display: block !important;
    padding: 12px 18px 12px 28px !important;
    color: rgba(8, 42, 88, 0.82) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(8, 42, 88, 0.08) !important;
  }
}

/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 390px) {
  .qub-home-page .main-header.qub-header .logo img {
    width: 112px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box .title {
    font-size: 30px !important;
  }

  .sec-title .title,
  .sec-title .h2.title,
  .qub-info-head .title,
  .qub-products-section .sec-title .title,
  .qub-why-refined-head h2 {
    font-size: 26px !important;
  }

  .qub-about-section .image img,
  .qub-why-refined-image img {
    height: 220px !important;
  }

  .qub-products-section .project-block .image img,
  .qub-blog-section .blog-block-three .image img {
    height: 190px !important;
  }
}








/* =========================================================
   QUB MOBILE MENU - HOMEPAGE NAV FIX
========================================================= */

@media (max-width: 991.98px) {
  body.mobile-menu-visible {
    overflow: hidden !important;
  }

  .main-header.qub-header .mobile-menu {
    display: block !important;
    position: fixed !important;
    right: -100% !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 420px !important;
    height: 100vh !important;
    z-index: 999999 !important;
    transition: all 350ms ease !important;
  }

  body.mobile-menu-visible .main-header.qub-header .mobile-menu {
    right: 0 !important;
  }

  .main-header.qub-header .mobile-menu .menu-backdrop {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 18, 42, 0.70) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 350ms ease !important;
  }

  body.mobile-menu-visible .main-header.qub-header .mobile-menu .menu-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .main-header.qub-header .mobile-menu .menu-box {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 82% !important;
    max-width: 390px !important;
    height: 100vh !important;
    background: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 0 !important;
    box-shadow: -20px 0 50px rgba(8, 42, 88, 0.22) !important;
  }

  .main-header.qub-header .mobile-menu .upper-box {
    position: relative !important;
    padding: 30px 24px 22px !important;
    border-bottom: 1px solid rgba(8, 42, 88, 0.10) !important;
  }

  .main-header.qub-header .mobile-menu .nav-logo img {
    width: 140px !important;
    filter: none !important;
  }

  .main-header.qub-header .mobile-menu .close-btn {
    position: absolute !important;
    right: 18px !important;
    top: 28px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    color: #082a58 !important;
    background: rgba(8, 42, 88, 0.06) !important;
    cursor: pointer !important;
    z-index: 10 !important;
  }

  .main-header.qub-header .mobile-menu .navigation {
    display: block !important;
    position: relative !important;
    padding: 16px 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .main-header.qub-header .mobile-menu .navigation > li {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    border-bottom: 1px solid rgba(8, 42, 88, 0.08) !important;
  }

  .main-header.qub-header .mobile-menu .navigation > li > a {
    display: block !important;
    padding: 15px 54px 15px 24px !important;
    color: #082a58 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-transform: none !important;
  }

  .main-header.qub-header .mobile-menu .navigation li.dropdown > .dropdown-btn {
    position: absolute !important;
    right: 10px !important;
    top: 4px !important;
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #082a58 !important;
    cursor: pointer !important;
    z-index: 5 !important;
  }

  .main-header.qub-header .mobile-menu .navigation li.dropdown > .dropdown-btn i {
    transition: all 250ms ease !important;
  }

  .main-header.qub-header .mobile-menu .navigation li.dropdown > .dropdown-btn.open i {
    transform: rotate(180deg) !important;
  }

  .main-header.qub-header .mobile-menu .navigation li ul,
  .main-header.qub-header .mobile-menu .navigation li .mobile-submenu,
  .main-header.qub-header .mobile-menu .navigation li .qub-mobile-submenu {
    display: none;
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f7faff !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .main-header.qub-header .mobile-menu .navigation li.open > ul,
  .main-header.qub-header .mobile-menu .navigation li.open > .mobile-submenu {
    display: block;
  }

  .main-header.qub-header .mobile-menu .navigation li ul li {
    display: block !important;
    border-bottom: 1px solid rgba(8, 42, 88, 0.06) !important;
  }

  .main-header.qub-header .mobile-menu .navigation li ul li a {
    display: block !important;
    padding: 12px 22px 12px 36px !important;
    color: rgba(8, 42, 88, 0.82) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
  }

  .main-header.qub-header .mobile-menu .qub-mega-menu {
    display: none !important;
  }

  .main-header.qub-header .mobile-menu .contact-list-one {
    padding: 22px 24px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(8, 42, 88, 0.10) !important;
  }

  .main-header.qub-header .mobile-menu .contact-list-one li {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .main-header.qub-header .mobile-menu .contact-list-one .icon {
    color: #082a58 !important;
    font-size: 30px !important;
  }

  .main-header.qub-header .mobile-menu .contact-list-one .title {
    display: block !important;
    color: rgba(8, 42, 88, 0.35) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .main-header.qub-header .mobile-menu .contact-list-one .text a {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  .main-header.qub-header .mobile-menu .social-links {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #161616 !important;
  }

  .main-header.qub-header .mobile-menu .social-links li {
    border-right: 1px solid rgba(255, 255, 255, 0.10) !important;
  }

  .main-header.qub-header .mobile-menu .social-links li a {
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 18px !important;
  }
}















/* =========================================================
   QUB INDEX MOBILE - BANNER + ABOUT CLEAN FINAL
   En alta eklenecek
========================================================= */

@media (max-width: 991.98px) {

  /* Genel mobil güvenlik */
  html,
  body,
  .page-wrapper,
  #smooth-wrapper,
  #smooth-content {
    overflow-x: hidden !important;
  }

  body.qub-home-page {
    background: #f4f4f1 !important;
  }

  body.qub-home-page section > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* =====================================================
     HEADER - MOBILDE DAHA KOMPAKT
  ===================================================== */

  body.qub-home-page .main-header.qub-header {
    top: 10px !important;
  }

  body.qub-home-page .main-header.qub-header .outer-box {
    padding: 0 10px !important;
  }

  body.qub-home-page .main-header.qub-header .main-box {
    min-height: 76px !important;
    padding: 12px 18px !important;
    border-radius: 20px 20px 0 0 !important;
    background: rgba(8, 42, 88, 0.48) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  body.qub-home-page .main-header.qub-header .main-box::after {
    left: 18px !important;
    right: 18px !important;
    bottom: 0 !important;
    background: rgba(255,255,255,0.18) !important;
  }

  body.qub-home-page .main-header.qub-header .logo img {
    width: 120px !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
  }

  body.qub-home-page .main-header.qub-header .mobile-nav-toggler {
    width: 46px !important;
    height: 46px !important;
    background: rgba(255,255,255,0.13) !important;
  }

  body.qub-home-page .main-header.qub-header .mobile-nav-toggler i {
    font-size: 18px !important;
  }

  /* =====================================================
     BANNER MOBILE - DAHA KISA / DAHA DÜZGÜN
  ===================================================== */

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero {
    position: relative !important;
    overflow: hidden !important;
    margin: 10px !important;
    min-height: 620px !important;
    height: 620px !important;
    max-height: 620px !important;
    padding: 0 !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 45px rgba(8, 42, 88, 0.18) !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .bg-banner-img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .qub-banner-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .bg-banner-img::before,
  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .bg-banner-img::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    display: block !important;

  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .inner-container {
    position: relative !important;
    z-index: 5 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 22px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .banner-slide {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    padding-bottom: 46px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .content-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .inner-box {
    max-width: 340px !important;
  }

  body.qub-home-page .qub-hero-badge {
    margin-bottom: 12px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  body.qub-home-page .qub-hero-badge span {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    border-radius: 4px !important;
    background: #6f95bc !important;
    opacity: 0.9 !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .title {
    margin: 0 0 14px !important;
    color: #ffffff !important;
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    font-weight: 700 !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .title br {
    display: none !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .title span {
    display: block !important;
    margin-top: 2px !important;
    color: rgb(0 233 255) !important;
  }

  body.qub-home-page .qub-hero-text {
    max-width: 320px !important;
    margin: 0 0 24px !important;
            color: rgb(29 217 235) !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three {
    width: auto !important;
    min-height: 54px !important;
    padding: 13px 16px 13px 24px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(255,255,255,0.18) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.42) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three i {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #082a58 !important;
    font-size: 17px !important;
  }

  /* =====================================================
     ABOUT MOBILE - MAVİ BOŞLUK VE BOZUK KART FIX
  ===================================================== */

  body.qub-home-page .about-section.qub-about-section {
    position: relative !important;
    overflow: hidden !important;
    padding: 58px 0 60px !important;
    background: #f4f4f1 !important;
  }

  body.qub-home-page .about-section.qub-about-section .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.qub-home-page .qub-about-section .sec-title {
    margin-bottom: 26px !important;
  }

  body.qub-home-page .qub-about-section .sec-title .row {
    display: block !important;
  }

  body.qub-home-page .qub-about-section .sec-title [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.qub-home-page .qub-about-section .sec-title .sub-title {
    width: fit-content !important;
    margin: 0 0 16px !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    background: rgba(8,42,88,0.05) !important;
    border: 1px solid rgba(8,42,88,0.12) !important;
    color: #082a58 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  body.qub-home-page .qub-about-section .sec-title .h2.title {
    margin: 0 0 18px !important;
    color: #082a58 !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.04em !important;
    font-weight: 750 !important;
  }

  body.qub-home-page .qub-about-section .sec-title .h2.title br {
    display: none !important;
  }

  body.qub-home-page .qub-about-section .sec-title .text {
    max-width: 100% !important;
    margin: 0 !important;
    color: rgba(8,42,88,0.70) !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
    font-weight: 500 !important;
  }

  body.qub-home-page .qub-about-section > .container > .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin: 0 !important;
  }

  body.qub-home-page .qub-about-section > .container > .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Görseldeki alttaki mavi koca boşluğu kapatan asıl bölüm */
  body.qub-home-page .qub-about-section .image {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 24px !important;
    background: transparent !important;
    box-shadow: 0 16px 38px rgba(8,42,88,0.12) !important;
  }

  body.qub-home-page .qub-about-section .image::before,
  body.qub-home-page .qub-about-section .image::after,
  body.qub-home-page .qub-about-section .img-reveal::before,
  body.qub-home-page .qub-about-section .img-reveal::after {
    display: none !important;
    content: none !important;
  }

  body.qub-home-page .qub-about-section .image img {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 270px !important;
    min-height: 0 !important;
    max-height: 270px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 24px !important;
    transform: none !important;
  }

  body.qub-home-page .qub-about-section .experience.qub-experience {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 26px 22px !important;
    border-radius: 24px !important;
    background:
      linear-gradient(135deg, rgba(10,47,107,0.055), rgba(111,149,188,0.11)),
      #ffffff !important;
    border: 1px solid rgba(8,42,88,0.12) !important;
    box-shadow: 0 16px 38px rgba(8,42,88,0.07) !important;
  }

  body.qub-home-page .qub-about-section .experience.qub-experience::before,
  body.qub-home-page .qub-about-section .experience.qub-experience::after {
    display: none !important;
    content: none !important;
  }

  body.qub-home-page .qub-about-section .experience.qub-experience .h4.title,
  body.qub-home-page .qub-about-section .experience.qub-experience .title {
    margin: 0 0 22px !important;
    color: #082a58 !important;
    font-size: 24px !important;
    line-height: 1.32 !important;
    letter-spacing: -0.03em !important;
    font-weight: 750 !important;
  }

  body.qub-home-page .qub-about-section .counter-btn {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 0 24px !important;
    padding: 14px 18px !important;
    border-radius: 999px !important;
    background: #0a2f6b !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  body.qub-home-page .qub-about-section .counter-btn i {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #12b8c8 !important;
    color: #ffffff !important;
  }

  body.qub-home-page .qub-about-section .counter {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: end !important;
    gap: 18px !important;
    margin: 0 !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(8,42,88,0.14) !important;
  }

  body.qub-home-page .qub-about-section .counter .count-box {
    display: flex !important;
    align-items: baseline !important;
    margin: 0 !important;
    color: #082a58 !important;
    font-size: 54px !important;
    line-height: 0.9 !important;
    font-weight: 850 !important;
    letter-spacing: -0.05em !important;
  }

  body.qub-home-page .qub-about-section .counter .count-text {
    display: inline-block !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
  }

  body.qub-home-page .qub-about-section .counter .text {
    margin: 0 !important;
    color: rgba(8,42,88,0.72) !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
    text-align: left !important;
  }
}


/* Daha küçük telefon */
@media (max-width: 575.98px) {

  body.qub-home-page .main-header.qub-header .logo img {
    width: 112px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero {
    height: 590px !important;
    min-height: 590px !important;
    max-height: 590px !important;
    border-radius: 22px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .banner-slide {
    padding-bottom: 42px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .inner-box {
    max-width: 315px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .title {
    font-size: 34px !important;
  }

  body.qub-home-page .qub-hero-text {
    font-size: 16px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three {
    min-height: 54px !important;
    padding-left: 22px !important;
  }

  body.qub-home-page .about-section.qub-about-section {
    padding-top: 52px !important;
  }

  body.qub-home-page .qub-about-section .sec-title .h2.title {
    font-size: 31px !important;
  }

  body.qub-home-page .qub-about-section .sec-title .text {
    font-size: 15px !important;
  }

  body.qub-home-page .qub-about-section .image img {
    height: 245px !important;
    max-height: 245px !important;
  }

  body.qub-home-page .qub-about-section .experience.qub-experience {
    padding: 24px 20px !important;
  }

  body.qub-home-page .qub-about-section .experience.qub-experience .h4.title,
  body.qub-home-page .qub-about-section .experience.qub-experience .title {
    font-size: 22px !important;
  }

  body.qub-home-page .qub-about-section .counter .count-box {
    font-size: 48px !important;
  }

  body.qub-home-page .qub-about-section .counter .text {
    font-size: 15px !important;
  }
}


/* iPhone SE / çok dar ekran */
@media (max-width: 390px) {
  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
  }

  body.qub-home-page .banner-section.qub-mes-banner.qub-power-hero .title {
    font-size: 31px !important;
  }

  body.qub-home-page .qub-hero-text {
    font-size: 15px !important;
  }

  body.qub-home-page .qub-about-section .sec-title .h2.title {
    font-size: 28px !important;
  }

  body.qub-home-page .qub-about-section .image img {
    height: 220px !important;
    max-height: 220px !important;
  }
}




/* =========================================================
   QUB HOME HERO - MOBILE FINAL VIDEO FIX
========================================================= */

@media (max-width: 991.98px) {

  .banner-section.qub-mes-banner.qub-power-hero {
    position: relative !important;
    overflow: hidden !important;
    margin: 10px !important;
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
    padding: 0 !important;
    border-radius: 24px !important;
    background: #082a58 !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .bg-banner-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    overflow: hidden !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-banner-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    z-index: 1 !important;
  }

  /* Videoyu öldüren koyu katmanı hafifletiyoruz */
  .banner-section.qub-mes-banner.qub-power-hero .bg-banner-img::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .inner-container {
    position: relative !important;
    z-index: 5 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 22px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .banner-slide {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
    padding-bottom: 42px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .content-box {
    width: 100% !important;
    max-width: 100% !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .inner-box {
    width: 100% !important;
    max-width: 315px !important;
    margin-left: 0 !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 14px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-badge span {
    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    border-radius: 4px !important;
    background: rgba(255,255,255,0.45) !important;
    box-shadow: 0 0 0 6px rgba(255,255,255,0.08) !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .title {
    margin: 0 0 14px !important;
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    font-weight: 700 !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .title span {
    display: block !important;
    color: rgba(255,255,255,0.60) !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-text {
    max-width: 310px !important;
    margin: 0 0 22px !important;
    color: rgba(255,255,255,0.92) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three {
    min-height: 54px !important;
    padding: 13px 16px 13px 22px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(255,255,255,0.16) !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .theme-btn-three i {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #082a58 !important;
    font-size: 17px !important;
  }
}

@media (max-width: 575.98px) {
  .banner-section.qub-mes-banner.qub-power-hero {
    height: 530px !important;
    min-height: 530px !important;
    max-height: 530px !important;
    border-radius: 22px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .inner-container {
    padding: 0 20px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .banner-slide {
    padding-bottom: 38px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .inner-box {
    max-width: 290px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .title {
    font-size: 31px !important;
  }

  .banner-section.qub-mes-banner.qub-power-hero .qub-hero-text {
    font-size: 14px !important;
    max-width: 285px !important;
  }
}













/* =========================================================
   QUB MES LEAFLET CUSTOM MAP - API KEY YOK
========================================================= */

.qub-leaflet-map-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.qub-leaflet-map-section .container {
  max-width: 1360px;
}

.qub-leaflet-map-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 16px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 8%, rgba(111, 149, 188, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(8, 42, 88, 0.04), rgba(111, 149, 188, 0.08)),
    #ffffff;
  border: 1px solid rgba(8, 42, 88, 0.12);
  box-shadow: 0 22px 60px rgba(8, 42, 88, 0.08);
}

#qubLeafletMap {
  width: 100%;
  height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #eef3f8;
  z-index: 1;
}

/* =========================================================
   QUB MAP COLOR THEME
   Logo renklerine yakın lacivert / mavi harita
========================================================= */

#qubLeafletMap {
  background: #082a58 !important;
}

/* Harita katmanını QUB lacivert-mavi tonuna yaklaştırır */
#qubLeafletMap .leaflet-tile.qub-map-tiles {
  filter:
    grayscale(10%)
    sepia(18%)
    saturate(150%)
    hue-rotate(168deg)
    brightness(100%) 
    contrast(112%) !important;
}

/* Haritanın üstüne çok hafif QUB mavi atmosfer */
#qubLeafletMap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 410;
  pointer-events: none;
  background: linear-gradient(135deg, rgb(25 123 255 / 22%), rgb(0 233 255 / 8%)), radial-gradient(circle at 70% 35%, rgb(255 255 255 / 16%), #ffffff00 255%);
  mix-blend-mode: screen;
}

/* Zoom butonları */
#qubLeafletMap .leaflet-control-zoom {
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(8, 42, 88, 0.25) !important;
}

#qubLeafletMap .leaflet-control-zoom a {
  background: #ffffff !important;
  color: #082a58 !important;
  border: 0 !important;
  font-weight: 800 !important;
}

#qubLeafletMap .leaflet-control-zoom a:hover {
  background: #12b8c8 !important;
  color: #ffffff !important;
}

/* Attribution yazısı daha temiz dursun */
#qubLeafletMap .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.82) !important;
  color: #082a58 !important;
  border-radius: 10px 0 0 0 !important;
  font-size: 11px !important;
}

/* Popup */
#qubLeafletMap .leaflet-popup-content-wrapper {
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #082a58 !important;
  box-shadow: 0 16px 36px rgba(8, 42, 88, 0.28) !important;
}

#qubLeafletMap .leaflet-popup-tip {
  background: #ffffff !important;
}

.qub-map-info-box {
  position: absolute;
  left: 44px;
  top: 44px;
  z-index: 500;
  max-width: 340px;
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(8, 42, 88, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.qub-map-info-box span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #6f95bc;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.qub-map-info-box span::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #082a58, #6f95bc);
}

.qub-map-info-box h3 {
  margin: 0 0 10px;
  color: #082a58;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 850;
}

.qub-map-info-box p {
  margin: 0 0 18px;
  color: rgba(8, 42, 88, 0.72);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

.qub-map-route-btn {
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #082a58;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.qub-map-route-btn i {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #12b8c8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qub-custom-marker {
  width: 54px;
  height: 64px;
  position: relative;
}

.qub-custom-marker::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #082a58;
  clip-path: path("M27 0C12.1 0 0 12.1 0 27C0 47.2 27 64 27 64C27 64 54 47.2 54 27C54 12.1 41.9 0 27 0Z");
}

.qub-custom-marker::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #12b8c8;
  box-shadow: inset 0 0 0 6px #ffffff;
}

.leaflet-popup-content-wrapper {
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(8, 42, 88, 0.18);
}

.leaflet-popup-content {
  color: #082a58;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 991.98px) {
  .qub-leaflet-map-section {
    padding: 56px 0;
  }

  .qub-leaflet-map-card {
    min-height: auto;
    padding: 14px;
    border-radius: 26px;
  }

  #qubLeafletMap {
    height: 440px;
    border-radius: 22px;
  }

  .qub-map-info-box {
    left: 28px;
    top: 28px;
    max-width: 310px;
    padding: 22px 24px;
    border-radius: 20px;
  }
}

/* Mobil */
@media (max-width: 575.98px) {
  .qub-leaflet-map-section {
    padding: 46px 0;
  }

  .qub-leaflet-map-section .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .qub-leaflet-map-card {
    padding: 12px;
    border-radius: 24px;
  }

  .qub-map-info-box {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: none;
    background: #ffffff;
  }

  .qub-map-info-box h3 {
    font-size: 25px;
  }

  .qub-map-route-btn {
    width: 100%;
    justify-content: center;
  }

  #qubLeafletMap {
    height: 360px;
    border-radius: 20px;
  }
}

.qub-custom-marker {
  width: 54px;
  height: 64px;
  position: relative;
  filter: drop-shadow(0 12px 18px rgba(8, 42, 88, 0.35));
}

.qub-custom-marker::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #082a58;
  clip-path: path("M27 0C12.1 0 0 12.1 0 27C0 47.2 27 64 27 64C27 64 54 47.2 54 27C54 12.1 41.9 0 27 0Z");
}

.qub-custom-marker::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #12b8c8;
  box-shadow:
    inset 0 0 0 6px #ffffff,
    0 0 0 7px rgba(18, 184, 200, 0.18);
}













/* =========================================================
   QUB WHY REFINED - CLEAN CORPORATE REVIZE
   HTML yapısını bozmaz, yazı boyutlarına dokunmaz
========================================================= */

.qub-why-refined {
  position: relative !important;
  padding: 90px 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(111, 149, 188, 0.14), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(8, 42, 88, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%) !important;
}

.qub-why-refined-card {
  position: relative !important;
  overflow: hidden !important;
  padding: 56px !important;
  border-radius: 34px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.96)) !important;
  border: 1px solid rgba(8, 42, 88, 0.10) !important;
  box-shadow:
    0 28px 80px rgba(8, 42, 88, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.90) !important;
}

.qub-why-refined-card::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 6px !important;
  background: linear-gradient(90deg, #082a58, #6f95bc, rgba(111, 149, 188, 0.15)) !important;
  z-index: 3 !important;
}

.qub-why-refined-watermark {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: 1 !important;
  background:
    linear-gradient(rgba(8, 42, 88, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 42, 88, 0.035) 1px, transparent 1px) !important;
  background-size: 44px 44px !important;
  mask-image: radial-gradient(circle at 80% 20%, #000 0%, transparent 48%) !important;
  -webkit-mask-image: radial-gradient(circle at 80% 20%, #000 0%, transparent 48%) !important;
}

.qub-why-refined-head {
  position: relative !important;
  z-index: 2 !important;
  padding-bottom: 30px !important;
  margin-bottom: 36px !important;
  border-bottom: 1px solid rgba(8, 42, 88, 0.12) !important;
}

.qub-why-refined-head::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 150px !important;
  height: 1px !important;
  background: linear-gradient(90deg, #082a58, rgba(111, 149, 188, 0)) !important;
}

.qub-why-refined-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 14px !important;
  margin-bottom: 16px !important;
  border-radius: 999px !important;
  color: #082a58 !important;
  background: rgba(8, 42, 88, 0.055) !important;
  border: 1px solid rgba(8, 42, 88, 0.10) !important;
}

.qub-why-refined-kicker::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #082a58 !important;
  box-shadow: 0 0 0 5px rgba(8, 42, 88, 0.10) !important;
}

.qub-why-refined-head h2 {
  color: #082a58 !important;
}

.qub-why-refined-head p {
  color: rgba(8, 42, 88, 0.68) !important;
}

.qub-why-refined-body {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr) !important;
  gap: 34px !important;
  align-items: stretch !important;
}

.qub-why-refined-media {
  position: relative !important;
}

.qub-why-refined-image {
  position: relative !important;
  height: 100% !important;
  min-height: 520px !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #082a58 !important;
  box-shadow: 0 24px 55px rgba(8, 42, 88, 0.18) !important;
}

.qub-why-refined-image::before {
  content: "" !important;
  position: absolute !important;
  inset: 14px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.qub-why-refined-image::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(180deg, rgba(8, 42, 88, 0.05), rgba(8, 42, 88, 0.42)),
    linear-gradient(90deg, rgba(8, 42, 88, 0.22), transparent 55%) !important;
  pointer-events: none !important;
}

.qub-why-refined-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.02) !important;
  transition: transform 700ms ease, filter 700ms ease !important;
}

.qub-why-refined-image:hover img {
  transform: scale(1.06) !important;
  filter: saturate(1.04) contrast(1.03) !important;
}

.qub-why-refined-list {
  counter-reset: qubWhy !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

.qub-why-refined-item {
  counter-increment: qubWhy !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 28px 30px 28px 86px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94)) !important;
  border: 1px solid rgba(8, 42, 88, 0.10) !important;
  box-shadow: 0 14px 36px rgba(8, 42, 88, 0.065) !important;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease,
    background 300ms ease !important;
}

.qub-why-refined-item::before {
  content: counter(qubWhy, decimal-leading-zero) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  left: 26px !important;
  top: 28px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a2f6b 0%, #1598ff 100%) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  box-shadow: 0 12px 24px rgba(8, 42, 88, 0.18) !important;
}

.qub-why-refined-item::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: -42px !important;
  top: -42px !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  background: rgba(111, 149, 188, 0.10) !important;
  transition: transform 300ms ease, opacity 300ms ease !important;
  opacity: 0 !important;
}

.qub-why-refined-item h4 {
  margin-bottom: 8px !important;
  color: #082a58 !important;
}

.qub-why-refined-item p {
  margin-bottom: 0 !important;
  color: rgba(8, 42, 88, 0.68) !important;
}

.qub-why-refined-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(8, 42, 88, 0.18) !important;
  background: #ffffff !important;
  box-shadow: 0 20px 48px rgba(8, 42, 88, 0.11) !important;
}

.qub-why-refined-item:hover::after {
  opacity: 1 !important;
  transform: scale(1.15) !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .qub-why-refined-card {
    padding: 42px 34px !important;
  }

  .qub-why-refined-body {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .qub-why-refined-image,
  .qub-why-refined-image img {
    min-height: 360px !important;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .qub-why-refined {
    padding: 56px 0 !important;
  }

  .qub-why-refined-card {
    padding: 28px 18px !important;
    border-radius: 26px !important;
  }

  .qub-why-refined-head {
    margin-bottom: 26px !important;
    padding-bottom: 22px !important;
  }

  .qub-why-refined-kicker {
    padding: 7px 12px !important;
  }

  .qub-why-refined-image,
  .qub-why-refined-image img {
    min-height: 280px !important;
  }

  .qub-why-refined-image {
    border-radius: 22px !important;
  }

  .qub-why-refined-list {
    gap: 14px !important;
  }

  .qub-why-refined-item {
    padding: 22px 18px 22px 72px !important;
    border-radius: 20px !important;
  }

  .qub-why-refined-item::before {
    left: 18px !important;
    top: 22px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
  }
}









/* =========================================================
   QUB MES GLOBAL PAGE BACKGROUND
   Tüm sayfalarda ortak arka plan
========================================================= */

:root {
  --qub-global-bg:
    radial-gradient(circle at 12% 20%, rgba(111, 149, 188, 0.14), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(8, 42, 88, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

html,
body {
  min-height: 100% !important;
  background: var(--qub-global-bg) !important;
  background-attachment: fixed !important;
}

.page-wrapper,
#smooth-wrapper,
#smooth-content {
  background: transparent !important;
}

/* Sayfanın ana bölüm arka planlarını globale çevirir */
#smooth-content > section:not(.banner-section):not(.page-title):not(.qub-inner-page-title),
.page-wrapper > section:not(.banner-section):not(.page-title):not(.qub-inner-page-title) {
  background: transparent !important;
}

/* Index sayfasındaki özel beyaz/krem zeminleri de temizler */
body.qub-home-page .about-section.qub-about-section,
body.qub-home-page .services-section-three.qub-info-section,
body.qub-home-page .qub-video-section,
body.qub-home-page .qub-why-refined,
body.qub-home-page .blog-section-three.qub-blog-section {
  background: transparent !important;
}

/* İç sayfalarda da genel section zeminleri aynı arka planı göstersin */
.qub-about-modern-section,
.qub-leaflet-map-section,
.blog-section-three,
.services-section-three,
.video-section,
.about-section,
.projects-section {
  background: transparent !important;
}