/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --cess-font: "Poppins", sans-serif;
  --cess-font-two: "Archivo", sans-serif;
  --cess-gray: #17080A;
  --cess-gray-rgb: 23, 8, 10;
  --cess-base: #E8092E;
  --cess-base-rgb: 232, 9, 46;
  --cess-black: #4d555a;
  --cess-black-rgb: 77, 85, 90;
  --cess-white: #ffffff;
  --cess-white-rgb: 255, 255, 255;
  --cess-bdr-color: #E1E1E1;
  --cess-bdr-color-rgb: 225, 225, 225;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  position: relative;
  display: block;
  font-family: var(--cess-font);
  color: var(--cess-gray);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  z-index: 1;
}

.body-bg-color {
  background-color: #F4F4F4;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--cess-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cess-font-two);
  color: var(--cess-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--cess-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--cess-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--cess-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-bottom: 59px;
  margin-top: -8px;
  z-index: 1;
}

.section-title__tagline-box {
  position: relative;
  display: block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--cess-base);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--cess-font-two);
  letter-spacing: 1px;
}

.section-title__title {
  color: var(--cess-black);
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  margin: 6px 0 0;
}

.section-title__title .split-line {
  text-transform: none;
}


/* Section Title Two Css */
.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 59px;
  margin-top: -1px;
  z-index: 1;
}

.section-title-two__tagline-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.section-title-two__tagline-shape-1 {
  position: relative;
  display: block;
  height: 1px;
  width: 60px;
  background-color: #222222;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--cess-font-two);
  letter-spacing: 1px;
}

.section-title-two__title {
  color: var(--cess-black);
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  margin: 6px 0 0;
}

.section-title-two__title .split-line {
  text-transform: none;
}


/* Thm Btn Css */

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  color: var(--cess-white);
  background-color: var(--cess-base);
  padding: 13px 30px 13px;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
}

.thm-btn span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  top: 2px;
}

.thm-btn::after {
  content: "";
  background-color: var(--cess-black);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn:hover {
  color: var(--cess-white);
}


/* Proloader Css */

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  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;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 190px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--cess-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--cess-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cess-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}


/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: pointer;
  z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--cess-base);
  border-color: var(--cess-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox için scrollbar gizleme */
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

/* Chrome, Safari ve Opera için scrollbar gizleme */
.xs-sidebar-widget::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--cess-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  border-radius: 10px;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--cess-white);
  color: var(--cess-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--cess-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--cess-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}





/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px 0;
  background-color: #232323;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
}

.main-header__logo {
  position: relative;
  display: block;
  padding: 30px 0;
  z-index: 2;
}

.main-menu__left {
  position: relative;
  display: block;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: rgba(var(--cess-white-rgb), .10);
  border-radius: 50%;
  font-size: 15px;
  color: var(--cess-white);
  overflow: hidden;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--cess-base);
  background-color: var(--cess-white);
}

.main-menu__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--cess-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .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;
}

.main-menu__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}




.stricky-header.main-menu {
  background-color: var(--cess-black);
}

.stricky-header .main-menu__wrapper-inner {
  padding: 0 0px 0;
  background-color: transparent;
}





.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--cess-white);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--cess-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--cess-base);
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 pro";
  content: "\f107";
  font-size: 14px;
  color: var(--cess-white);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--cess-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

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

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--cess-black-rgb), .10);
}

.main-menu .main-menu__list>li>ul>li:last-child,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 0;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--cess-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--cess-base);
  color: var(--cess-white);
}

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

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


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -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);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

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

.stricky-fixed .main-header-three__logo
{padding: 5px 0;
    height: 60px;
    overflow: hidden;}

.main-menu-three .main-menu__list>li, .stricky-header.stricky-fixed.main-menu-three .main-menu__list>li
{    padding-top: 12.5px;
    padding-bottom: 12.5px;}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--cess-base);
  cursor: pointer;
}

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

.mobile-nav__buttons a:hover {
  color: var(--cess-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--cess-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--cess-white);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

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

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

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

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

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

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--cess-white);
  cursor: pointer;
}

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

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--cess-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--cess-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--cess-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--cess-base);
  border: none;
  outline: none;
  color: #fff;
  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;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--cess-base);
}

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

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

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--cess-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--cess-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.mobile-nav__social a:hover {
  color: var(--cess-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--cess-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--cess-base);
  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;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px 0;
  background-color: #232323;
  border-radius: 45px;
  z-index: 1;
}

.main-header-two__logo {
  position: relative;
  display: block;
  padding: 25px 0;
  z-index: 2;
}

.main-menu-two__left {
  position: relative;
  display: block;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cess-white);
  font-size: 20px;
  height: 40px;
  width: 40px;
  background-color: var(--cess-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-content {
  margin-left: 10px;
}

.main-menu-two__call-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.main-menu-two__call-number a {
  color: var(--cess-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--cess-base);
}



.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}





.stricky-header.main-menu-two {
  background-color: var(--cess-black);
}

.stricky-header .main-menu-two__wrapper-inner {
  padding: 0 0px 0;
  background-color: transparent;
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__wrapper {
  position: relative;
  display: block;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 0;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--cess-black);
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0px 7px;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--cess-white-rgb), .20);
}

.main-menu-three__contact-list li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li+li {
  margin-left: 50px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--cess-white);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 14px;
  color: var(--cess-white);
  letter-spacing: -0.36px;
}

.main-menu-three__contact-list li .text p a {
  color: var(--cess-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--cess-base);
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--cess-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--cess-base);
}

.main-menu-three__social a+a {
  margin-left: 25px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  background-color: var(--cess-white);
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px 0px;
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: block;
}

.main-header-three__logo {
  position: relative;
  display: block;
  padding: 25px 0;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}



.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--cess-black);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--cess-base);
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: var(--cess-black);
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  color: var(--cess-base);
}


.stricky-header.main-menu-three {
  background-color: var(--cess-white);
}

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-four__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-four__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 120px 0px;
  background-color: var(--cess-white);
  z-index: 1;
}

.main-header-four__logo {
  position: relative;
  display: block;
  padding: 25px 0;
}

.main-menu-four__left {
  position: relative;
  display: block;
}

.main-menu-four__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-four__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu-four__btn-box {
  position: relative;
  display: block;
}

.main-menu-four__btn-box .thm-btn {
  padding: 12px 30px 12px;
  background-color: transparent;
  border: 1px solid var(--cess-bdr-color);
  color: var(--cess-black);
}

.main-menu-four__btn-box .thm-btn:hover {
  color: var(--cess-white);
  border: 1px solid var(--cess-black);
}

.main-menu-four .main-menu__list>li,
.stricky-header.main-menu-four .main-menu__list>li {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}

.main-menu-four .main-menu__list>li>a,
.stricky-header.main-menu-four .main-menu__list>li>a {
  color: var(--cess-black);
}

.main-menu-four .main-menu__list>li.current>a,
.main-menu-four .main-menu__list>li:hover>a,
.stricky-header.main-menu-four .main-menu__list>li.current>a,
.stricky-header.main-menu-four .main-menu__list>li:hover>a {
  color: var(--cess-base);
}

.main-menu-four .main-menu__list>li.dropdown>a:after {
  color: var(--cess-black);
}

.main-menu-four .main-menu__list>li.current>a::after,
.main-menu-four .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-four .main-menu__list>li.current>a::after,
.stricky-header.main-menu-four .main-menu__list>li:hover>a::after {
  color: var(--cess-base);
}



.stricky-header.main-menu-four {
  background-color: var(--cess-white);
}




/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  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;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

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

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

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

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

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

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  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;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--cess-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
  background-color: var(--cess-black);
  border-radius: 0;
}

.search-popup__content .thm-btn::before {
  background-color: var(--cess-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--cess-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--cess-white);
}






/*--------------------------------------------------------------
# Carousle Dot Style
--------------------------------------------------------------*/

.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--cess-base);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: var(--cess-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}


/*Slider CSS Fixleri (Buton Tıklanabilirliği İçin)*/
 .main-slider-three__shape-1, .main-slider-three__shape-2 { pointer-events: none; }
        .main-slider-three__btn { position: relative; z-index: 99; }


/* Mega Menü Özelleştirmeleri */
.main-header-three__wrapper {
    max-width: 100% !important;
}
.main-menu-three__wrapper-inner {
    position: relative;
}
@media (min-width: 1200px) {
    .main-menu-three__right,
    .main-menu-three__main-menu-box,
    .main-menu__list > .mega-menu-item {
        position: static !important;
    }
    .main-menu__list > .mega-menu-item > .mega-menu-container {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background-color: #ffffff;
        padding: 30px !important;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
        border-top: 3px solid #e42528; /* Kurumsal kırmızı renk */
        transform: translateY(20px);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        z-index: 99;
        border-radius: 0 0 50px 50px;
    }
    .main-menu__list > .mega-menu-item:hover > .mega-menu-container {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .main-menu__list > .mega-menu-item > .mega-menu-container > li {
        border: none !important;
        padding: 0 !important;
        background: transparent !important;
    }
}
.mega-menu-col {
    margin-bottom: 20px;
}
.mega-menu-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    background-color: #f8f9fa;
}
.mega-menu-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--cess-black);
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}
.mega-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-menu-list li {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #666;
}
.mega-menu-list li strong {
    color: #e42528;
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}
.mega-menu-list li a {
    color: inherit;
    transition: 0.3s;
    display: inline !important;
    padding: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.mega-menu-list li a:hover {
    color: #e42528;
}
@media (max-width: 1199px) {
    .mega-menu-container {
        padding: 15px !important;
        box-shadow: none !important;
        border-top: none !important;
    }
    .mega-menu-img {
        display: none; /* Mobilde alan kazanmak için resimleri gizliyoruz */
    }
    .mega-menu-title {
        font-size: 15px;
        color: #e42528;
        border-bottom: 1px solid #eee;
    }
}

/* Mega Menü Yeni Hover Tab Yapısı */
.mega-menu-new-layout .trigger-col {
    cursor: pointer;
    padding-bottom: 15px;
    transition: all 0.3s ease;
    opacity: 0.7;
}
.mega-menu-new-layout .trigger-col:hover,
.mega-menu-new-layout .trigger-col.active {
    opacity: 1;
}
.mega-menu-new-layout .grayscale-media {
    filter: grayscale(100%);
    transition: all 0.4s ease;
    transform: scale(0.98);
}
.mega-menu-new-layout .trigger-col:hover .grayscale-media,
.mega-menu-new-layout .trigger-col.active .grayscale-media {
    filter: grayscale(0%);
    transform: scale(1);
    box-shadow: 0 8px 20px rgba(228, 37, 40, 0.15); /* Hafif kırmızımsı kurumsal gölge */
}
.mega-menu-new-layout .mega-menu-title {
    transition: color 0.3s ease;
}
.mega-menu-new-layout .trigger-col:hover .mega-menu-title,
.mega-menu-new-layout .trigger-col.active .mega-menu-title {
    color: var(--cess-base);
}

/* Mega Menü TreeView (Ağaç Görünümü) Düzenlemeleri */
.mega-menu-contents {
    position: relative;
    margin-top: 15px;
    padding-top: 25px;
    border-top: 2px solid var(--cess-base);
}
.mega-menu-new-layout .trigger-col {
    position: relative;
}
/* Aktif ana kategori altına ok/üçgen işareti */
.mega-menu-new-layout .trigger-col.active::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: var(--cess-base) transparent transparent transparent;
    z-index: 10;
    transition: all 0.3s ease;
}

/* Ağaç yapısı çizgileri */
.mega-sub-tabs-tree {
    border-left: 2px solid #e1e1e1;
    margin-left: 10px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mega-sub-tabs-tree .nav-item {
    position: relative;
}
.mega-sub-tabs-tree .nav-link.sub-trigger {
    position: relative;
    color: var(--cess-black);
    font-weight: 600;
    font-size: 14.5px;
    padding: 10px 15px 10px 25px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease;
    text-align: left;
}
/* Yatay bağlama çizgisi (Tree branch) */
.mega-sub-tabs-tree .nav-link.sub-trigger::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    width: 15px;
    height: 2px;
    background-color: #e1e1e1;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.mega-sub-tabs-tree .nav-link.sub-trigger.active::before,
.mega-sub-tabs-tree .nav-link.sub-trigger:hover::before {
    background-color: var(--cess-base);
    width: 20px;
}
.mega-sub-tabs-tree .nav-link.sub-trigger.active,
.mega-sub-tabs-tree .nav-link.sub-trigger:hover {
    color: var(--cess-base);
}

/* Sağ taraftaki hizmet kutusu */
.tree-content-box {
    background: #fdfdfd;
    border-radius: 8px;
    padding: 25px;
    border-left: 3px solid var(--cess-base);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    min-height: 100%;
}

/* Alt Kategorilerin Gecikmeli (Staggered) Animasyonu (Yeni yapıya uyumlu) */
@keyframes folderTreeFadeIn {
    0% { opacity: 0; transform: translateY(15px); }
    100% { opacity: 1; transform: translateY(0); }
}
.tree-content-box {
    animation: folderTreeFadeIn 0.4s ease forwards;
}
.mega-content-pane.active .mega-sub-tabs-tree .nav-item {
    opacity: 0;
    animation: folderTreeFadeIn 0.4s ease forwards;
}
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(1) { animation-delay: 0.1s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(2) { animation-delay: 0.15s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(3) { animation-delay: 0.2s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(4) { animation-delay: 0.25s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(5) { animation-delay: 0.3s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(6) { animation-delay: 0.35s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(7) { animation-delay: 0.4s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(8) { animation-delay: 0.45s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(9) { animation-delay: 0.5s; }
.mega-content-pane.active .mega-sub-tabs-tree .nav-item:nth-child(10) { animation-delay: 0.55s; }

/* Alt Kategoriler ve Hizmetler Hizalama (Grid Yapısı) */
.mega-sub-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}
.mega-service-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 8px 15px;
    background-color: #f8f9fa;
    color: var(--cess-black);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-left: 3px solid #e1e1e1; /* Klasör Ağacı Yaprak (Leaf) Çizgisi */
    opacity: 0;
    animation: folderTreeFadeIn 0.35s ease forwards;
}
/* Hizmetlerin Çok Daha Hızlı, Gecikmeli Yüklenme Animasyonları (25 Kutuya Kadar) */
.mega-sub-links .mega-service-link:nth-child(1) { animation-delay: 0.05s; }
.mega-sub-links .mega-service-link:nth-child(2) { animation-delay: 0.10s; }
.mega-sub-links .mega-service-link:nth-child(3) { animation-delay: 0.15s; }
.mega-sub-links .mega-service-link:nth-child(4) { animation-delay: 0.20s; }
.mega-sub-links .mega-service-link:nth-child(5) { animation-delay: 0.25s; }
.mega-sub-links .mega-service-link:nth-child(6) { animation-delay: 0.30s; }
.mega-sub-links .mega-service-link:nth-child(7) { animation-delay: 0.35s; }
.mega-sub-links .mega-service-link:nth-child(8) { animation-delay: 0.40s; }
.mega-sub-links .mega-service-link:nth-child(9) { animation-delay: 0.45s; }
.mega-sub-links .mega-service-link:nth-child(10) { animation-delay: 0.50s; }
.mega-sub-links .mega-service-link:nth-child(11) { animation-delay: 0.55s; }
.mega-sub-links .mega-service-link:nth-child(12) { animation-delay: 0.60s; }
.mega-sub-links .mega-service-link:nth-child(13) { animation-delay: 0.65s; }
.mega-sub-links .mega-service-link:nth-child(14) { animation-delay: 0.70s; }
.mega-sub-links .mega-service-link:nth-child(15) { animation-delay: 0.75s; }
.mega-sub-links .mega-service-link:nth-child(16) { animation-delay: 0.80s; }
.mega-sub-links .mega-service-link:nth-child(17) { animation-delay: 0.85s; }
.mega-sub-links .mega-service-link:nth-child(18) { animation-delay: 0.90s; }
.mega-sub-links .mega-service-link:nth-child(19) { animation-delay: 0.95s; }
.mega-sub-links .mega-service-link:nth-child(20) { animation-delay: 1.00s; }
.mega-sub-links .mega-service-link:nth-child(21) { animation-delay: 1.05s; }
.mega-sub-links .mega-service-link:nth-child(22) { animation-delay: 1.10s; }
.mega-sub-links .mega-service-link:nth-child(23) { animation-delay: 1.15s; }
.mega-sub-links .mega-service-link:nth-child(24) { animation-delay: 1.20s; }
.mega-sub-links .mega-service-link:nth-child(25) { animation-delay: 1.25s; }
.mega-service-link:hover {
    background-color: var(--cess-base);
    color: #ffffff !important;
    border-color: var(--cess-base);
    border-left-color: #b50724;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(228, 37, 40, 0.15);
}
.mega-sub-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



/* Menü İçerik Genişliği (Slider ile aynı hizada - 1680px) */
.custom-container-1680 {
    max-width: 1680px;
    margin: 0 auto;
}


/* Slider Video Özelleştirmesi (755x810) */
.slider-video {
    display: block !important;
    width: 960px !important; /* 755px değerini küçülterek videoyu daraltıyor ve bölen çizgiyi sağa çekiyoruz */
    max-width: 100vw !important; /* %100 yerine Ekran Genişliği (vw) kullanarak 0'a çökmeyi zorla iptal ederiz */
    height: 810px !important;
    object-fit: cover; /* Videoyu sündürmeden, en-boy oranını koruyarak alanı kaplamasını sağlar */
    border-radius: 10px; /* Eğer eski resminizde köşe yuvarlama varsa bu değeri kendinize göre ayarlayabilirsiniz */
}

/* Ortayı Bölen Shape (Dalgalı Çizgi) İçin İnce Ayar */
.main-slider-three__shape-1 {
    /* Eğer videoyu daraltmak tek başına yetmezse, şekli serbestçe sağa kaydırmak için alttaki satırın başındaki yorumu kaldırın: */
    /*transform: translateX(40px) !important;*/
}

/* Footer Full Width Özelleştirmesi */
.site-footer-three__wrap {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.owl-item .item .container
{margin-left:50px;min-height: 400px; max-width: 450px;}

/* CESS STORE Sepet Butonu */
.cess-store-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    min-width: 45px;
    background-color: var(--cess-base);
    color: var(--cess-white) !important;
    border-radius: 50px;
    padding: 0 14px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
}
.cess-store-btn i {
    font-size: 16px;
    color: var(--cess-white);
    transition: transform 0.3s ease;
    margin: 0;
}
.cess-store-btn .store-text {
    max-width: 0;
    opacity: 0;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
}
.cess-store-btn:hover {
    background-color: var(--cess-black);
    padding: 0 20px;
}
.cess-store-btn:hover i {
    transform: scale(1.1) rotate(-10deg);
}
.cess-store-btn:hover .store-text {
    max-width: 120px;
    opacity: 1;
    margin-left: 8px;
}

/* Mobil ve Tablet Görünümde Sepet & Menü İkonu Sıralaması */
@media (max-width: 1199px) {
    .main-menu-three__right {
        gap: 15px !important;
    }
    .main-menu__nav-sidebar-icon {
        order: 1;
        display: block !important;
    }
    .main-menu-three__main-menu-box {
        order: 2;
    }
}

/* Mobil Menü 3. Seviye Alt Menü (Hizmetler) Ayarları */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul>li>a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--cess-font);
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul>li>a:hover {
  color: var(--cess-base);
}

.marjin5r
{margin-right: 5px;}



  /*--------------------------------------------------------------
# Service Details Landing Page Styles
--------------------------------------------------------------*/
.service-intro {
  padding-top: 0px;
  padding-bottom: 0px;
}

.service-intro .container
{background-color: white; padding-top: 50px; padding-bottom: 100px;padding-left: 25px; padding-right: 25px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}



.service-details__img img {
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  border-radius: 20px !important;
}

.service-details__content .section-title-two__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.service-details__text {
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
}

/*--------------------------------------------------------------
# Portfolio Showcase (Hizmet Detay)
--------------------------------------------------------------*/
.portfolio-showcase {
    background-color: #f8f9fa; /* Light gray background for the whole section */
}

.portfolio-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    margin-bottom: 30px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.portfolio-card__image {
    position: relative;
    overflow: hidden;
}

.portfolio-card__image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-card__image img {
    transform: scale(1.05);
}

.portfolio-card__zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background-color: var(--cess-base);
    color: var(--cess-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s ease;
    opacity: 0;
}

.portfolio-card:hover .portfolio-card__zoom-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.portfolio-card__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-card__image::after {
    opacity: 1;
}

.portfolio-card__content {
    padding: 25px 30px 30px;
}

.portfolio-card__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-card__title a {
    color: var(--cess-black);
    text-decoration: none;
}

.portfolio-card:hover .portfolio-card__title a {
    color: var(--cess-base);
}

.portfolio-card__text {
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
}


.client-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
            border-color: var(--cess-base) !important;
        }
        .client-box:hover h5 {
            color: var(--cess-base) !important;
        }
        .portfolio-card-custom {
            border-radius: 8px; 
            overflow: hidden; 
            position: relative;
            background: #000;
        }
        .portfolio-card-custom img {
            opacity: 0.85; 
            transition: all 0.4s ease; 
            height: 250px; 
            width: 100%; 
            object-fit: cover;
        }
        .portfolio-card-custom:hover img {
            opacity: 0.5;
            transform: scale(1.1);
        }
        .portfolio-zoom-icon {
            position: absolute; 
            top: 50%; 
            left: 50%; 
            transform: translate(-50%, -50%) scale(0.5); 
            color: #fff; 
            font-size: 32px; 
            opacity: 0; 
            transition: all 0.4s ease;
            text-decoration: none;
        }
        .portfolio-card-custom:hover .portfolio-zoom-icon {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            color: var(--cess-base);
        }

        /* Animasyon ve Tab Stilleri */
        .service-tabs-wrapper {
            position: relative;
            z-index: 10;
            margin-top: -20px; /* Genel boşluğu hafifçe alıyoruz */
        }

        .ribbon-tabs-nav {
            display: flex;
            justify-content: flex-start;
            padding-left: 50px;
            gap: 20px;
            border-bottom: none;
            margin-bottom: 0;
            position: relative;
            z-index: 11;
            pointer-events: none; /* Görünmez tab wrapper'ın yazıları engellemesini önlüyoruz */
        }

        .ribbon-tabs-nav .nav-item {
            pointer-events: auto; /* Sadece kurdeleler tıklanabilir kalıyor */
        }

        .ribbon-btn {
            background-color: #ffffff;
            border: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;
            padding: 100px 30px 20px; /* Üst alan iyice uzun, resmin tam arkasından çıkıyor hissiyatı için */
            margin-top: -200px; /* Görselin tamamen arkasına itiyoruz */
            font-size: 16px;
            font-weight: 600;
            color: var(--cess-black);
            border-radius: 0 0 15px 15px; /* Pasifken daha belirgin oval kurdele ucu */
            position: relative;
            bottom: 0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            text-align: center;
            line-height: 1.4;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        }

        .ribbon-btn i {
            font-size: 26px;
            margin-bottom: 12px;
            color: #a0a0a0;
            transition: color 0.4s;
        }

        .ribbon-btn:not(.active):hover {
            background-color: #fdfdfd;
            padding-bottom: 35px; /* Hoverda kurdelenin aşağı çekilme efekti çok daha belirgin */
            color: var(--cess-base);
            cursor: pointer;
        }
        
        .ribbon-btn:not(.active):hover i {
            color: var(--cess-base);
        }

        .ribbon-btn.active {
            background-color: #f8f9fa; /* İçerik kutusuyla aynı renk */
            color: var(--cess-base);
            border-color: #e1e1e1;
            border-bottom: none; /* Kutu ile birleşmesi için alt çizgi yok */
            padding-top: 30px; /* Daha da aşağı sarkarak taban kutusu ile kusursuz birleşir */
            padding-bottom: 50px; 
            margin-top: -130px; 
            border-radius: 0; /* İçerik kutusuyla düz hat birleşimi */
            bottom: -1px; /* 1px içerik kutusunun sınırını örter */
            z-index: 15;
            box-shadow: none;
        }
        .ribbon-btn.active i {
            color: var(--cess-base);
        }

        .service-tabs-content-box {
            background-color: #f8f9fa;
            border: 1px solid #e1e1e1;
            border-radius: 20px;
            padding: 60px 50px;
            position: relative;
            z-index: 10;
            box-shadow: 0 15px 40px rgba(0,0,0,0.04);
            margin-bottom: 80px;
        }

        /* Responsive Adjustments */
        @media (max-width: 991px) {
            .service-tabs-wrapper {
                margin-top: 0;
            }
            .service-intro .col-lg-6 {
                justify-content: center !important;
            }
            .service-details__img {
                margin-bottom: 20px !important;
            }
            .ribbon-tabs-nav {
                padding-left: 0;
                justify-content: center;
            }
            .ribbon-btn {
                padding: 60px 20px 15px;
                margin-top: -40px;
                font-size: 14px;
            }
            .ribbon-btn i {
                font-size: 20px;
            }
            .ribbon-btn.active {
                padding-top: 70px;
                padding-bottom: 15px;
                margin-top: -40px;
            }
            .service-tabs-content-box {
                padding: 40px 20px;
            }
        }

        /* Kart Stilleri */
        .client-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
            border-color: var(--cess-base) !important;
        }
        .client-box:hover h5 {
            color: var(--cess-base) !important;
        }
        .portfolio-card-custom {
            border-radius: 8px; 
            overflow: hidden; 
            position: relative;
            background: #000;
        }
        .portfolio-card-custom img {
            opacity: 0.85; 
            transition: all 0.4s ease; 
            height: 250px; 
            width: 100%; 
            object-fit: cover;
        }
        .portfolio-card-custom:hover img {
            opacity: 0.5;
            transform: scale(1.1);
        }
        .portfolio-zoom-icon {
            position: absolute; 
            top: 50%; 
            left: 50%; 
            transform: translate(-50%, -50%) scale(0.5); 
            color: #fff; 
            font-size: 32px; 
            opacity: 0; 
            transition: all 0.4s ease;
            text-decoration: none;
        }
        .portfolio-card-custom:hover .portfolio-zoom-icon {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            color: var(--cess-base);
        }

        .gallery-three__img img.zoomeffect:hover
        {border: solid 10px #ccc;}


        .ref-card:hover {
              transform: translateY(-5px);
              box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
              border-color: var(--cess-base) !important;
          }
          .ref-card:hover .ref-logo {
              filter: grayscale(0) !important;
              transform: scale(1.05);
          }
          .search-wrapper input:focus {
              outline: none;
              box-shadow: 0 0 20px rgba(0,0,0,0.05);
              border-color: var(--cess-base) !important;
          }


          /* Sidebar Kategori Menüsü */
          .sidebar-widget { background: #f8f9fa; padding: 40px 30px; border-radius: 15px; border: 1px solid #f0f0f0; }
          .sidebar-widget__title { font-size: 22px; font-weight: 700; color: var(--cess-black); margin-bottom: 25px; position: relative; padding-bottom: 15px; }
          .sidebar-widget__title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: var(--cess-base); border-radius: 2px; }
          
          .category-sidebar__list { margin: 0; padding: 0; }
          .category-sidebar__list > li { border-bottom: 1px solid #eaeaea; }
          .category-sidebar__list > li:last-child { border-bottom: none; }
          
          .category-sidebar__list li a { 
              display: flex; justify-content: space-between; align-items: center; padding: 15px 0; 
              color: #555; font-size: 16px; font-weight: 500; transition: all 0.3s ease; 
          }
          
          /* Ana Kategori (Level 1) Linkleri */
          .category-sidebar__list > li > a > i { font-size: 12px; transition: transform 0.3s ease; }
          .category-sidebar__list > li:hover > a, .category-sidebar__list > li.active > a { color: var(--cess-base); }
          .category-sidebar__list > li:hover > a > i, .category-sidebar__list > li.active > a > i { transform: translateX(5px); }

          /* Accordion Açık Durum Stilleri */
          .category-sidebar__list li.open > a { color: var(--cess-base); }
          .category-sidebar__list li.open > a > i { transform: rotate(90deg); }

          /* Alt Menü (Sub-menu) Stilleri */
          .category-sidebar__list .sub-menu {
              padding-left: 20px;
              display: none;
              border-top: 1px dashed #eaeaea;
              margin-top: -5px;
              margin-bottom: 10px;
          }
          .category-sidebar__list .sub-menu > li { border-bottom: 1px dashed #f4f4f4; }
          .category-sidebar__list .sub-menu > li:last-child { border-bottom: none; }
          .category-sidebar__list .sub-menu li a { justify-content: flex-start; padding: 10px 0; font-size: 14.5px; color: #777; }
          
          /* Alt Kategori (Level 2) Ok İkonları */
          .category-sidebar__list .sub-menu li a i { margin-right: 8px; font-size: 11px; color: #ccc; transition: all 0.3s; }
          .category-sidebar__list .sub-menu li a:hover i, .category-sidebar__list .sub-menu li.active a i { color: var(--cess-base); transform: translateX(3px); }

          /* Sidebar CTA Buton Stilleri */
          .sidebar-cta-btn { background: #fff; color: var(--cess-black) !important; padding: 12px 30px; font-size: 14px; border: 1px solid transparent; transition: all 0.4s ease; }
          .sidebar-cta-btn:hover { color: #fff !important; border-color: rgba(255,255,255,0.2); }
          
          /* Kategori Başlık Alanı */
          .category-main-title { font-size: 36px; font-weight: 800; color: var(--cess-black); }

          /* Hizmet Grid Kartları */
          .service-grid-card {
              background: #fff;
              border-radius: 15px;
              overflow: hidden;
              box-shadow: 0 10px 30px rgba(0,0,0,0.05);
              border: 1px solid #f4f4f4;
              transition: all 0.4s ease;
              height: 100%;
          }
          .service-grid-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
          
          .service-grid-card__img { position: relative; overflow: hidden; height: 240px; }
          .service-grid-card__img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; }
          .service-grid-card:hover .service-grid-card__img img { transform: scale(1.1); }
          
          .service-grid-card__overlay {
              position: absolute; inset: 0; background: rgba(0,0,0,0.4);
              display: flex; align-items: center; justify-content: center;
              opacity: 0; transition: all 0.4s ease;
          }
          .service-grid-card:hover .service-grid-card__overlay { opacity: 1; }
          
          .read-more-icon {
              width: 50px; height: 50px; background: var(--cess-base); color: #fff;
              border-radius: 50%; display: flex; align-items: center; justify-content: center;
              font-size: 20px; transform: translateY(20px); transition: all 0.4s ease;
          }
          .service-grid-card:hover .read-more-icon { transform: translateY(0); color: #fff; }
          
          .service-grid-card__content { padding: 30px; }
          .service-grid-card__content .title { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
          .service-grid-card__content .title a { color: var(--cess-black); transition: all 0.3s; }
          .service-grid-card__content .title a:hover { color: var(--cess-base); }
          
          .service-grid-card__content .desc { color: #666; line-height: 1.7; margin-bottom: 20px; font-size: 15px; }
          
          .service-grid-card__content .link-text {
              display: inline-flex; align-items: center; font-weight: 600; font-size: 15px;
              color: var(--cess-base); text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s;
          }
          .service-grid-card__content .link-text i { margin-left: 8px; font-size: 14px; transition: all 0.3s; }
          .service-grid-card__content .link-text:hover i { transform: translateX(5px); }


          .custom-checkbox {
              display: flex;
              align-items: center;
              position: relative;
              padding-left: 32px;
              margin-bottom: 12px;
              cursor: pointer;
              font-size: 15px;
              color: #555;
              user-select: none;
              transition: all 0.3s;
              font-weight: 500;
          }
          .custom-checkbox:hover { color: var(--cess-base); }
          .custom-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
          .checkmark {
              position: absolute; top: 50%; transform: translateY(-50%); left: 0; 
              height: 20px; width: 20px; background-color: #f8f9fa; 
              border: 1px solid #dcdcdc; border-radius: 4px; transition: all 0.3s;
          }
          .custom-checkbox:hover input ~ .checkmark { background-color: #eee; }
          .custom-checkbox input:checked ~ .checkmark { background-color: var(--cess-base); border-color: var(--cess-base); }
          .checkmark:after { content: ""; position: absolute; display: none; }
          .custom-checkbox input:checked ~ .checkmark:after { display: block; }
          .custom-checkbox .checkmark:after {
              left: 6px; top: 2px; width: 6px; height: 11px;
              border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg);
          }
          
          /* Büyüteç ikon ayarı */
          .read-more-icon.img-popup { cursor: zoom-in; }
          .service-grid-card__content .title a { text-decoration: none; transition: color 0.3s; }
          .service-grid-card__content .title a:hover { color: var(--cess-base); }

          /* Portföy Kartı Logo Badge */
          .client-logo-badge {
              position: absolute;
              top: 15px;
              right: 15px;
              background: rgba(255, 255, 255, 1);
              padding: 5px 12px;
              border-radius: 8px;
              box-shadow: 0 5px 15px rgba(0,0,0,0.1);
              z-index: 2;
              backdrop-filter: blur(5px);
          }
          .client-logo-badge img { max-height: 35px; max-width: 80px; object-fit: contain; }

          /* Portföy Inline Modal Tasarımı */
          .portfolio-modal-wrapper {
              position: relative;
              background: #fff;
              width: 100%;
              max-width: 1100px;
              margin: 40px auto;
              border-radius: 20px;
              overflow: hidden;
              box-shadow: 0 25px 60px rgba(0,0,0,0.3);
              height: 600px;
              max-height: 90vh;
          }
          .portfolio-modal-info { height: 100%; }
          .portfolio-modal-gallery { height: 100%; border-left: 1px solid #eaeaea; }
          .modal-main-image { height: calc(100% - 95px) !important; }
          .modal-thumbnails { height: 95px; overflow-y: auto; }
          
          .custom-scroll::-webkit-scrollbar { width: 5px; }
          .custom-scroll::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
          .custom-scroll::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
          .custom-scroll::-webkit-scrollbar-thumb:hover { background: var(--cess-base); }
          
          .modal-thumb {
              width: 70px; height: 50px; object-fit: cover; border-radius: 6px;
              cursor: pointer; border: 2px solid transparent; transition: all 0.3s; opacity: 0.6;
          }
          .modal-thumb:hover { opacity: 1; }
          .modal-thumb.active { border-color: var(--cess-base); opacity: 1; transform: scale(1.05); }
          
          button.mfp-close { color: #fff !important; background: var(--cess-base) !important; width: 40px !important; height: 40px !important; line-height: 40px !important; border-radius: 50%; right: 15px; top: 15px; opacity: 1; text-align: center; }

          @media (max-width: 991px) {
              .portfolio-modal-wrapper { height: auto; max-height: none; }
              .modal-main-image { height: 350px !important; }
              .portfolio-modal-info { height: auto; max-height: 450px; }
          }


          .map-billboard-wrapper {
                    padding: 50px 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    perspective: 1200px; /* 3D efekti için derinlik algısı ekler */
                    overflow: hidden; /* Taşan kısımları gizle */
                    margin-bottom: -200px;
                }
                .map-billboard {
                    position: relative;
                    width: 90%;
                    max-width: 800px;
                    /* İsteğiniz üzerine 3D döndürme efekti */
                    transform: rotateX(0deg) rotateY(20deg);
                    transform-style: preserve-3d;
                    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                }
                .map-billboard:hover {
                    /* Fare üzerine gelince interaktif olarak düzleşir ve büyür */
                    transform: rotateX(0deg) rotateY(0deg) scale(1.05); 
                }
                .map-billboard__frame {
                    width: 100%;
                    height: auto;
                    display: block;
                    /* Toteme hafif bir gölge ekleyerek derinlik hissini artırır */
                    filter: drop-shadow(0 25px 35px rgba(0,0,0,0.2));
                }
                .map-billboard__iframe-container {
                    position: absolute;
                    top: 2%;
                    left: 1%;
                    width: 98%;
                    height: 66%;
                    overflow: hidden;
                    border-radius: 5px;
                    transform: translateZ(2px);
                }
                .map-billboard__iframe-container iframe {
                    width: 100%;
                    height: 100%;
                    border: 0;
                }

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/