@charset "UTF-8";
/*
 * Copyright (c) 2026 Solution House - Web Developer: Alican Kayhan 
 * Bootstrap 5.3 Docs: https://getbootstrap.com/docs/5.3/customize/sass/ 
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif !important;
}

.fs-52px {
  font-size: clamp(2.3rem, 1.5rem + 2vw, 52px);
  font-weight: 700;
}

.fs-48px {
  font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
  font-weight: 700;
}

.fs-42px {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.5rem + 2vw, 42px);
}

.fs-32 {
  font-size: 32px;
}

.fs-28px {
  font-size: 28px;
}

a,
p,
em,
u,
li,
span,
div,
strong,
sub,
sup {
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-size: 17px;
}

mark {
  text-decoration: underline;
  text-decoration-color: #eeff00;
  font-weight: 700;
}

.main-color {
  color: #020e4a !important;
}

.second-color {
  color: #e7000b !important;
}

.c-white {
  color: #fbfbfb !important;
}

.c-black {
  color: #231f20 !important;
}

.bg-green {
  background-color: #d8e5b8 !important;
}

.bg-white {
  background-color: #fbfbfb !important;
}

.c-blue {
  color: #020e4a !important;
}

.c-red {
  color: #e7000b !important;
}

.c-gray {
  color: #606161 !important;
}

.c-gray-200 {
  color: #dbdbdb !important;
}

.c-green {
  color: #00f092 !important;
}

.bg-red {
  background-color: #00f092 !important;
}

.bg-red {
  color: #00f092 !important;
}

.bg-gray {
  background-color: #606161 !important;
}

.bg-black {
  background-color: #231f20 !important;
}

.bg-footer {
  background-color: #606161 !important;
}

.bg-gray-200 {
  background-color: #dbdbdb !important;
}

.bg-white-200 {
  background-color: #e9e9e9 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #231f20;
}

mark {
  text-decoration: underline;
  text-decoration-color: #020e4a;
  color: #020e4a;
  font-weight: 700;
}

/***************************
*********STYLES**************
***************************/
.text-justify {
  text-align: justify;
}

/*Heading-title - Breadcumbs*/
.h-title {
  color: #2e4046;
  text-align: center;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .h-title {
    font-size: 2.3em;
    line-height: 84px;
  }
}
.h-title {
  font-size: 2em;
  font-style: normal;
  position: relative;
  font-weight: 700;
  transition: 400ms;
}

.h-title-w {
  color: #fbfbfb;
  text-align: center;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 84px;
}

/*Butons*/
.theme-button {
  z-index: 100;
  height: 45px;
  text-align: center;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 8px;
  background-color: #e7000b;
  border: 2px solid #e7000b;
  transition: 400ms ease-in-out;
}
.theme-button i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button:hover {
  transform: scale(0.94);
  border: 2px solid #e7000b;
}
.theme-button:hover i {
  color: #fbfbfb !important;
}
@media screen and (max-width: 992px) {
  .theme-button {
    height: 45px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    text-align: center;
  }
}

.theme-button-2 {
  z-index: 100;
  height: 45px;
  text-align: center;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 8px;
  background-color: #020e4a;
  border: 2px solid #020e4a;
  transition: 400ms ease-in-out;
}
.theme-button-2 i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button-2:hover {
  transform: scale(0.94);
  border: 2px solid #020e4a;
}
.theme-button-2:hover i {
  color: #020e4a !important;
}
@media screen and (max-width: 992px) {
  .theme-button-2 {
    height: 45px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    text-align: center;
  }
}

.theme-button-3 {
  z-index: 100;
  height: 45px;
  text-align: center;
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #e7000b;
  border-radius: 8px;
  background-color: #fbfbfb;
  text-transform: uppercase;
  border: 2px solid #fbfbfb;
  transition: 400ms ease-in-out;
}
.theme-button-3 i {
  color: #fbfbfb;
  margin-left: 5px;
}
.theme-button-3:hover {
  transform: scale(0.95);
  color: #e7000b !important;
  border: 2px solid #fbfbfb;
}
.theme-button-3:hover i {
  color: #e7000b;
}

/*Shadows*/
.shadow-left {
  box-shadow: -19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-right {
  box-shadow: 19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-in-bottom {
  box-shadow: inset -1px 0px 15px 0px rgba(185, 185, 185, 0.363);
}

.shadow-img {
  box-shadow: 5px 0px 14px 0px rgba(0, 0, 0, 0.329);
}

.baslik {
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  color: #2e4046;
  font-size: 2.3em;
  font-weight: 700;
}

.head-title {
  padding: 20px 0 10px 0;
  font-size: 2.3em;
  color: #020e4a;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: default;
}

.wawe-position-top {
  position: absolute;
  top: -20px;
}
@media screen and (min-width: 992px) {
  .wawe-position-top {
    top: -80px;
  }
}
.wawe-position-top {
  width: 100%;
}

.z-index-10 {
  z-index: 10 !important;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.div-for-img {
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.div-for-img h1,
.div-for-img h2,
.div-for-img h3,
.div-for-img h4,
.div-for-img h5,
.div-for-img h6,
.div-for-img a,
.div-for-img p,
.div-for-img span,
.div-for-img i {
  z-index: 100 !important;
}
.div-for-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

ul li {
  margin-bottom: 1rem;
}
ul li::marker {
  color: #e7000b;
  font-size: 21px;
}

/*Blog*/
.tag-section a {
  color: #e7000b;
  background-color: #020e4a;
  margin-right: 10px;
  padding: 3px 10px;
}

/*Satır Sınırı*/
.line-clamp,
.card-text {
  height: 68px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/***************************
*********FORM***************
***************************/
.form-check-input:checked {
  background-color: #020e4a;
  border: none !important;
  outline: none !important;
}

select:checked,
select:focus {
  background-color: #020e4a;
  border: none !important;
  outline: none !important;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #020e4a;
}

.contact-form label {
  margin: 2px 0 5px 0 !important;
}

input[type=file] {
  background-color: red;
}
input[type=file]::file-selector-button {
  display: none;
}

.section {
  padding: 80px 0;
}

/*Video Cover*/
.video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.video-wrapper iframe,
.video-wrapper .video-cover {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-wrapper iframe {
  display: none;
}
.video-wrapper .video-cover {
  position: relative;
  cursor: pointer;
}
.video-wrapper .video-cover img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}
.video-wrapper.playing .video-cover {
  display: none;
}
.video-wrapper.playing iframe {
  display: block;
}

.space-y {
  padding: 80px 0;
}
.space-y ul {
  padding-bottom: 20px;
}

.hover-scale:hover {
  transition: 400ms ease;
  transform: scale(0.98);
}

header {
  margin-bottom: -145px;
  background-color: #020e4a;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 20px 0 10px 0;
}
header a {
  color: #fbfbfb;
  text-decoration: none;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
header a:focus,
header a:hover,
header a:active {
  outline: 0;
  text-decoration: none;
  color: #ed1c24;
}
header {
  /* header-top start */
}
header .main-header {
  position: relative;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  header .main-header {
    display: none;
  }
}
header .header-topuserinfo {
  display: flex;
}
header {
  /* header top end */
}
header .logo,
header .logo-w {
  float: left;
  color: #020e4a;
}
header .logo img,
header .logo-w img {
  max-height: 95px;
}
@media screen and (max-width: 992px) {
  header .logo img,
  header .logo-w img {
    padding-left: 10px;
  }
  header .logo,
  header .logo-w {
    float: left;
  }
}
header .language {
  display: flex !important;
  justify-content: center;
  justify-self: center;
  padding-top: 10px !important;
}
header {
  /*Nav*/
}
header .nav-menu-right {
  float: right;
}
header .nav-menu-right .mobile-menu-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 992px) {
  header .nav-menu-right .mobile-menu-button {
    top: 0;
  }
}
header .nav-menu-right {
  z-index: 10 !important;
}
header .mobile-menu {
  display: none;
  text-align: center;
  width: 41px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
header ul.mainmenu {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding-top: 10px;
  list-style: none;
  text-align: left;
}
header ul.mainmenu > li {
  font-size: 15px;
  display: inline-block;
  padding: 0 16px;
}
@media screen and (max-width: 1400px) {
  header ul.mainmenu > li {
    font-size: 14px;
    padding: 0 10px;
  }
}
header ul.mainmenu > li {
  position: relative;
}
header ul.mainmenu > li:last-child ul {
  left: 15px;
  width: auto;
}
header ul.mainmenu > li > a:link,
header ul.mainmenu > li > a:visited {
  display: inline-block;
  text-align: center;
  font-size: 1.07em;
}
@media screen and (max-width: 1200px) {
  header ul.mainmenu > li > a:link,
  header ul.mainmenu > li > a:visited {
    font-size: 12px;
  }
}
header ul.mainmenu > li > a:link,
header ul.mainmenu > li > a:visited {
  font-weight: 500;
  color: #fbfbfb;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  /* line-height: 18px;*/
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  text-transform: capitalize;
  position: relative;
}
header ul.mainmenu > li:hover a,
header ul.mainmenu > li > a.current {
  color: #e9e9e9;
}
header ul.mainmenu > li > a.current {
  border-bottom-color: #e7000b;
}
header ul.mainmenu > li > a.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #020e4a;
  border-top-color: #e7000b;
  border-width: 8px;
  margin-left: -8px;
}
header ul.mainmenu ul {
  position: absolute;
  left: -30px;
  min-width: 300px;
  padding: 0 0 3px;
  list-style: none;
  margin: 0;
  z-index: 2;
}
header ul.mainmenu ul li,
header ul.mainmenu ul a {
  font-size: 0.97em !important;
}
header ul.mainmenu ul {
  display: none;
  background-color: #fff;
  box-shadow: 0px 8.6px 10px rgba(0, 0, 0, 0.025), 0px 69px 80px rgba(0, 0, 0, 0.05);
}
header ul.mainmenu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
header ul.mainmenu ul li:last-child {
  border-bottom: none;
}
header ul.mainmenu li li a:link,
header ul.mainmenu li li a:visited {
  color: #231f20;
  display: block;
  padding: 8px 15px 0 10px;
  font-size: 15px;
}
header ul.mainmenu li li a:link:hover,
header ul.mainmenu li li a:visited:hover {
  color: #e7000b;
}
header ul.mainmenu li li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
header ul.mainmenu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
header .header-main {
  position: relative;
}
header ul.mainmenu > li.parent > a:not(.child-triggerm):after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  margin-left: 6px;
  font-size: 13px;
}
header ul.mainmenu > li.parent li.parent > a:not(.child-triggerm):after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
header ul.mainmenu > li.parent li.parent > a {
  position: relative;
}
header {
  /*Nav*/
}
@media (min-width: 768px) {
  header ul.mainmenu {
    display: block;
  }
  header ul.mainmenu li:hover > ul {
    display: block;
  }
  header ul.mainmenu ul li:hover ul {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  header .mainmenu {
    display: none;
  }
  header ul.mainmenu {
    text-align: left;
    position: absolute;
    top: 100%;
    padding: 0;
    right: 0;
    width: 100%;
    background: #fbfbfb;
    display: none;
    z-index: 9999999;
  }
  header ul.mainmenu > li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  header ul.mainmenu > li:first-child {
    border: none;
  }
  header ul.mainmenu > li > a:link,
  header ul.mainmenu > li > a:visited {
    padding: 10px 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    border: none;
    text-align: left;
    color: #020e4a;
  }
  header ul.mainmenu > li > a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  header a.mobile-menu i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: 0.2s;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  header a.mobile-menu i:before,
  header a.mobile-menu i:after {
    position: absolute;
    content: "";
    left: 0;
  }
  header a.mobile-menu i,
  header a.mobile-menu i:before,
  header a.mobile-menu i:after {
    width: 35px;
    height: 4px;
    border-radius: 10px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
  }
  header a.mobile-menu i:before {
    margin-top: -10px;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
  }
  header a.mobile-menu i:after {
    margin-top: 10px;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
  }
  header .mobile-open a.mobile-menu i {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header .mobile-open a.mobile-menu i:before {
    margin-top: 0;
    transform: rotate(45deg);
    -webkit-transition-delay: 0, 0.2s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header .mobile-open a.mobile-menu i:after {
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, 0.2s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header ul.mainmenu > li > a.current:after {
    display: none;
  }
  header ul.mainmenu ul {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
  }
  header ul.mainmenu ul li {
    position: relative;
  }
  header ul.mainmenu ul li a {
    padding: 8px 15px 8px 25px;
    color: #fff;
  }
  header ul.mainmenu ul ul {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 100%;
  }
  header ul.mainmenu ul ul li {
    padding-left: 10px;
  }
  header a.child-triggerm {
    display: block !important;
    cursor: pointer;
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 38px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
  }
  header a.child-triggerm:hover {
    text-decoration: none;
    color: #f00;
  }
  header a.child-triggerm span {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    transition-duration: 0.2s;
  }
  header a.child-triggerm span:after {
    position: absolute;
    content: "";
  }
  header a.child-triggerm span,
  header a.child-triggerm span:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block;
  }
  header a.child-triggerm span:after {
    transform: rotate(-90deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm.child-open span:after {
    transform: rotate(-180deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm.child-open span {
    transform: rotate(180deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm:hover span,
  header a.child-triggerm:hover span:after {
    background-color: #020e4a;
  }
  header ul.mainmenu > li.parent > a:not(.child-triggerm):after {
    content: none;
  }
  header .header-top-userinfo li a {
    padding: 10px 0px;
    font-size: 12px;
  }
  header .header-top-userinfo li:last-child {
    margin: 0px;
  }
  header .user-section > li {
    margin-left: 0px;
    margin: 0px 10px;
    padding-top: 5px;
  }
  header .user-section {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  header .main-header {
    text-align: center;
  }
  header .user-section > li a i {
    margin: 3px 5px 0px 0px;
  }
  header ul.header-top-userinfo {
    display: inline-block;
    vertical-align: top;
  }
  header .header-main .row > div {
    position: initial;
  }
}

.sticky-style .main-header {
  display: none !important;
}
.sticky-style .logo-shape {
  display: inline-block;
}
.sticky-style .header-main {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: -2;
}
.sticky-style * {
  box-shadow: none !important;
}
.sticky-style .mobile-menu-button i {
  color: #231f20;
}

.mobile-menu-button {
  display: block;
  text-align: center;
  width: 41px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .mobile-menu-button {
    display: none;
  }
}

.language {
  color: #fbfbfb;
}
ul.mainmenu.language {
  padding-top: 0;
}
ul.mainmenu.language:before {
  content: "\f57d";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  display: inline-block;
  margin-right: -5px;
  color: rgb(236, 236, 236);
}

.lang-menu ul.mainmenu {
  margin-top: -3px;
}
.lang-menu ul.mainmenu li.lang-select {
  color: #fbfbfb;
}
.lang-menu ul.mainmenu li {
  padding: 7px 15px;
}
.logo-w {
  display: block;
}

.logo {
  display: none;
}

.sticky-style {
  background-color: #fbfbfb;
}
.sticky-style ul.mainmenu.language::before {
  color: #e7000b;
}
.sticky-style .header-button * {
  color: white !important;
}
.sticky-style .change-color {
  filter: brightness(0) !important;
}
.sticky-style {
  animation: fadeInDown !important;
  animation-duration: 1s !important;
  box-shadow: -1px 8px 14px -9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 8px 14px -9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 8px 14px -9px rgba(0, 0, 0, 0.2);
}
.sticky-style .main-header {
  display: block;
}
.sticky-style ul.mainmenu > li > a:link,
.sticky-style ul.mainmenu > li > a:visited {
  color: rgba(120, 120, 120, 0.7058823529);
}
.sticky-style ul.mainmenu > li > a:hover {
  color: rgba(0, 0, 0, 0.4196078431);
}
.sticky-style .logo {
  display: block;
}
.sticky-style .logo-w {
  display: none;
}
.sticky-style .header-top-info li {
  color: #ffffff;
}
.sticky-style a {
  color: #020e4a;
}
.sticky-style a:focus {
  color: #020e4a;
}
.sticky-style a:hover,
.sticky-style a:active {
  color: #020e4a;
}
.sticky-style a.mobile-menu i,
.sticky-style a.mobile-menu i:before,
.sticky-style a.mobile-menu i:after {
  width: 35px;
  height: 4px;
  background-color: #e7000b;
  display: inline-block;
  vertical-align: middle;
}

.header-button a {
  background: #e7000b;
  padding: 23px 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  font-size: 14px;
  border-radius: 8px;
}
.header-button a:hover {
  transform: scale(0.985);
  color: #020e4a !important;
}
@media screen and (max-width: 1400px) {
  .header-button a {
    display: none;
  }
}

@media screen and (max-width: 1355px) {
  .header-button {
    display: none;
  }
}
#header .header-main {
  min-height: 62px;
}

#header .header-main .container {
  width: 100%;
  max-width: 100%;
  padding-right: var(--home-mobile-gutter);
  padding-left: var(--home-mobile-gutter);
}

#header .header-main .row {
  min-height: 62px;
  margin-right: 0;
  margin-left: 0;
}

#header .header-main .row > div {
  padding-right: 0;
  padding-left: 0;
}

#header .logo-w img {
  /*    width: min(148px, 44vw);*/
}

#header .mobile-menu-button {
  right: var(--home-mobile-gutter);
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 768px) {
  #header .mobile-menu-button {
    top: 10px;
    right: var(--home-mobile-gutter);
    width: 42px;
    height: 42px;
  }
  #header .header-main {
    min-height: 62px;
  }
  #header .header-main .container {
    width: 100%;
    max-width: 100%;
    padding-right: var(--home-mobile-gutter);
    padding-left: var(--home-mobile-gutter);
  }
  #header .header-main .row {
    min-height: 62px;
    margin-right: 0;
    margin-left: 0;
  }
  #header .header-main .row > div {
    padding-right: 0;
    padding-left: 0;
  }
  #header .logo-w img {
    width: min(148px, 44vw);
  }
  #header .logo img {
    width: min(148px, 44vw);
  }
}
@media screen and (max-width: 992px) {
  #header .mobile-menu-button {
    top: 13px;
    right: 14px;
    z-index: 99999;
    display: inline-flex;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fbfbfb;
    font-size: 25px;
    line-height: 1;
  }
  #header .mobile-menu-button::before {
    content: none;
  }
  #header .mobile-menu-button .mobile-menu-glyph {
    display: block;
    color: #fbfbfb;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
}
header ul.mainmenu.language ul {
  max-width: 10px;
  margin: 0;
  padding: 0px;
  background-color: none;
  margin-left: -10px;
}

#header {
  margin-top: 0;
  padding: 0;
}
#header .header-main {
  min-height: 78px;
  display: flex;
  align-items: center;
}
#header .header-row {
  min-height: 78px;
  flex-wrap: nowrap;
}
#header .header-logo-col {
  flex: 0 0 auto;
  width: auto;
}
#header .logo,
#header .logo-w {
  float: none;
}
#header .logo img,
#header .logo-w img {
  display: block;
  width: clamp(150px, 15vw, 205px);
  max-width: 100%;
  max-height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header-nav-col {
  min-width: 0;
}
#header .nav-menu {
  display: flex;
  justify-content: center;
  min-width: 0;
}
#header ul.mainmenu {
  display: flex;
  gap: clamp(16px, 1.6vw, 34px);
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#header ul.mainmenu > li {
  padding: 0;
}
#header ul.mainmenu > li > a:link,
#header ul.mainmenu > li > a:visited {
  font-size: clamp(13px, 0.86vw, 16px);
  line-height: 1.2;
}
#header .header-actions {
  display: flex !important;
  flex: 0 0 auto;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 0;
}
#header .header-button {
  display: inline-flex;
  flex: 0 0 auto;
}
#header .header-button a {
  width: auto;
  min-width: 150px;
  height: 45px;
  padding: 0 22px;
  border-radius: 8px;
  white-space: nowrap;
}
#header .header-language {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}
#header ul.mainmenu.language {
  gap: 6px;
  padding-top: 0 !important;
}
#header ul.mainmenu.language li:first-child {
  padding-top: 19px;
}
#header ul.mainmenu.language::before {
  margin-right: 0;
  line-height: 1;
}
#header .nav-menu-right {
  position: static;
  display: none;
  float: none;
}
#header .mobile-menu-button {
  position: static;
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media screen and (max-width: 1399px) and (min-width: 1201px) {
  #header .header-main > .container-xl {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  #header ul.mainmenu {
    gap: 18px;
  }
  #header .header-button a {
    min-width: 132px;
    padding: 0 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  #header .header-main {
    min-height: 78px;
  }
  #header .header-row {
    min-height: 78px;
    justify-content: space-between;
  }
  #header .header-nav-col,
  #header .header-button,
  #header .header-language {
    display: none !important;
  }
  #header .header-actions {
    margin-left: auto;
  }
  #header .nav-menu-right {
    display: inline-flex;
  }
  #header .mobile-menu-button {
    display: inline-flex !important;
    color: #fbfbfb;
    font-size: 28px;
  }
  #header .logo-w img,
  #header .logo img {
    width: min(205px, 56vw);
    max-height: 58px;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  #header .header-main,
  #header .header-row {
    min-height: 78px;
  }
  #header .header-main > .container-xl {
    padding-right: 16px;
    padding-left: 6px;
  }
  #header .logo-w img,
  #header .logo img {
    width: min(205px, 62vw);
  }
  #header .mobile-menu-button {
    width: 40px;
    height: 40px;
    font-size: 27px;
  }
}
/*Before-Footer*/
.contact-fixed img {
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-fixed i {
  font-size: 28px;
  line-height: 41px;
  color: #e7000b;
}
.contact-fixed i:hover {
  color: white !important;
}
.contact-fixed {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: 160px;
  color: white;
  padding: 15px 55px 0px 20px;
  text-align: center;
  line-height: 42px;
  font-size: 1.4em;
  transition: all 0.3s;
  overflow: hidden;
  /* From https://css.glass */
  background: rgba(230, 230, 230, 0.2);
  box-shadow: 0 4px 30px rgba(223, 223, 223, 0.1);
  border: 1px solid rgba(235, 235, 235, 0.21);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.contact-fixed:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(70, 70, 70, 0.185);
  border: 1px solid rgba(255, 255, 255, 0.21);
}
.contact-fixed:hover:before {
  animation: shine 1.5s;
}

/*Footer*/
footer .col-6 a {
  text-decoration: underline;
}
footer {
  background-image: url("/assets/images/static/patterns/bg-world.jpg");
  background-size: cover;
  background-blend-mode: color-burn;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #04113a;
  background-position: 50% 50%;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  filter: drop-shadow(0px -4px 4px rgba(0, 18, 117, 0.06));
  z-index: 1000;
}
@media screen and (max-width: 576px) {
  footer {
    padding: 0 10px;
  }
}
footer a,
footer p,
footer h6,
footer li,
footer ul,
footer div,
footer span {
  color: #fbfbfb;
}
footer strong {
  color: #fbfbfb !important;
  font-weight: 700;
}
footer p {
  color: #fbfbfb;
  font-size: 1em;
}
footer .footer-title {
  font-weight: 700;
  font-size: 1.2em;
  color: #fbfbfb;
}
footer li a,
footer p {
  font-weight: 300;
  font-size: 0.9em;
  color: #ecfeff !important;
}
footer .logo {
  display: flex;
  width: 80%;
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-width: 75%;
  }
}
footer ul,
footer li {
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .footer-height {
    max-height: 800px !important;
  }
}
@media screen and (max-width: 992px) {
  .footer-height {
    height: 100% !important;
  }
}

.social-icons {
  margin-top: 15px;
}
.social-icons li::after {
  content: "|";
  padding: 0 7px;
}
.social-icons li:last-child::after {
  content: none;
  padding: 0;
}

.footer-text {
  text-align: right !important;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 1.12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-text,
.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 34px 14px 28px !important;
    text-align: center;
    background-attachment: scroll;
  }
  footer .logo {
    width: 168px;
    max-width: 72%;
    margin: 0 auto 12px;
  }
  footer .row > div {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 18px !important;
    padding-top: 0 !important;
  }
  footer .footer-title {
    margin-bottom: 6px;
    font-size: 16px;
  }
  footer ul.nav,
  footer .social-icons {
    align-items: center;
    justify-content: center;
  }
  footer .footer-text {
    display: block;
    text-align: center !important;
    font-size: 22px;
    line-height: 1.25;
  }
  footer .d-flex.justify-content-between {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding-top: 16px !important;
    margin-top: 8px !important;
  }
  footer .d-flex.justify-content-between > ul {
    flex-direction: column;
    gap: 6px;
    align-items: center;
    padding-left: 0;
  }
  footer .d-flex.justify-content-between a.ps-4 {
    padding-left: 0 !important;
  }
}
body {
  background-image: url("/assets/images/background-image.webp");
}

/***************************
*********TOOLS**************
***************************/
.img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1 !important;
  opacity: 0.2;
}

.breadcrumb {
  top: 80px;
  margin-bottom: 80px;
  position: relative;
  height: 450px;
  overflow: hidden;
  background-color: #000;
}
.breadcrumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1 !important;
  opacity: 0.7;
}
.breadcrumb .content {
  position: relative;
  z-index: 2 !important;
}
.breadcrumb .content .p-title {
  position: absolute;
  top: 260px;
}
.breadcrumb .content .p-title h1 {
  margin-bottom: 40px;
}
.breadcrumb .content .p-title * {
  color: white;
}

.f-18 {
  padding: 10px 0;
  color: #020e4a;
  font-weight: 600;
  font-size: 1.3em;
  transition: 400ms ease-in-out;
}

.tag-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 16px !important;
  width: auto;
  max-width: 360px;
  border-radius: 3em;
  border: 1px solid #e7000b;
  background-color: rgba(231, 0, 12, 0.1176470588);
  color: #e7000b;
}
.tag-button i {
  margin-right: 5px;
  font-size: 8px;
}

.tag-button-white-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  padding: 5px 15px;
  width: 360px;
  border-radius: 3em;
  border: 1px solid #e7000b;
  background-color: rgba(231, 0, 12, 0.1176470588);
  color: #fff;
}
.tag-button-white-text i {
  color: #e7000b !important;
  margin-right: 5px;
  font-size: 8px;
}

@keyframes thing {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
/*Bootstrap Carousel Style*/
.arrow-prev {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .arrow-prev {
    bottom: 8%;
    right: 80px;
    height: 50px;
    width: 50px;
    font-size: 2em;
  }
}
.arrow-prev {
  font-size: 1.5em;
  bottom: 5%;
  right: 45px;
  height: 45px;
  width: 45px;
  top: auto;
  z-index: 1000 !important;
  border: none;
  color: #fbfbfb !important;
  background-color: transparent !important;
  transition: 400ms ease-in-out;
}
.arrow-prev:hover {
  transform: scale(0.8);
}

.arrow-next {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .arrow-next {
    bottom: 8%;
    right: 120px;
    height: 50px;
    width: 50px;
    font-size: 2em;
  }
}
.arrow-next {
  font-size: 1.5em;
  bottom: 5%;
  right: 95px;
  height: 45px;
  width: 45px;
  top: auto;
  border: none;
  z-index: 1000 !important;
  color: #fbfbfb !important;
  background-color: transparent !important;
  transition: 400ms ease-in-out;
}
.arrow-next:hover {
  transform: scale(0.8);
}

.orta-hiza {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .orta-hiza {
    text-align: center;
  }
}
.orta-hiza {
  text-align: start;
}

.sn-home {
  max-height: 100vh;
  padding-top: 142px;
  margin-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .sn-home {
    padding-top: 120px !important;
  }
}
.sn-home .row {
  min-height: calc(100vh - 82px);
}
.sn-home .home-hero-content {
  width: min(700px, 100% - 48px);
  margin-left: auto;
  padding: clamp(76px, 14vh, 150px) 48px 60px 0;
}
.sn-home h1 {
  color: #071342;
  font-size: clamp(40px, 4.3vw, 56px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}
.sn-home p {
  max-width: 460px;
  color: #202943;
  font-size: 16px;
  line-height: 1.6;
}
.sn-home hr {
  margin: 36px 0 28px;
  border-color: rgba(2, 14, 74, 0.26);
  opacity: 1;
}
.sn-home .home-hero-video {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 82px);
  height: 100%;
  max-height: 300px;
  overflow: hidden;
  background: #bfbfbf;
}
.sn-home .home-hero-video video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  min-height: calc(90vh - 62px);
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.22);
  transform-origin: center center;
}
.sn-home .count,
.sn-home .count + span {
  font-size: 44px;
  color: #e7000b;
}

.sn-jenerator {
  text-align: center !important;
}
.sn-jenerator .card {
  background: none;
  border: none;
  border-right: 2px solid #e7000b;
}
.sn-jenerator .card-title {
  font-weight: 600;
  font-size: 18px;
}

.jenerator-list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jenerator-list .product-filter-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 15px;
}
.jenerator-list .product-filter-form {
  background: #ececec;
  border-radius: 40px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.jenerator-list .product-filter-form .filter-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-left: 14px;
  white-space: nowrap;
}
.jenerator-list .product-filter-form .filter-group .form-select {
  min-width: 160px;
  border: none;
  border-radius: 30px;
  background-color: #fff;
  padding: 10px 40px 10px 16px;
  font-size: 16px;
  box-shadow: none;
}
.jenerator-list .product-filter-form .filter-group .form-select:focus {
  border: none;
  box-shadow: none;
}
.jenerator-list .product-filter-form .filter-button {
  border: none;
  border-radius: 30px;
  padding: 10px 24px;
  background: #1d2557;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
  white-space: nowrap;
}
.jenerator-list .product-filter-form .filter-button:hover {
  background: #12183d;
}

.sn-cozumler {
  padding: 72px 0 70px;
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
  background: #020e4a;
  color: white;
  overflow: hidden;
}
.sn-cozumler h3 {
  font-size: 42px;
}
.sn-cozumler .solution-map {
  position: relative;
  width: min(920px, 100%);
  margin-left: auto;
}
.sn-cozumler .solution-map img {
  display: block;
  width: 100%;
  height: auto;
}
.sn-cozumler .solution-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(251, 251, 251, 0.2);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 220ms ease;
}
.sn-cozumler .solution-pin::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: rgba(251, 251, 251, 0.14);
  opacity: 0;
  transform: scale(0.72);
  transition: 220ms ease;
}
.sn-cozumler .solution-pin:hover, .sn-cozumler .solution-pin:focus-visible, .sn-cozumler .solution-pin.is-active {
  background: #e7000b;
  transform: translate(-50%, -50%) scale(1.08);
}
.sn-cozumler .solution-pin:hover::before, .sn-cozumler .solution-pin:focus-visible::before, .sn-cozumler .solution-pin.is-active::before {
  opacity: 1;
  transform: scale(1);
}
.sn-cozumler .solution-pin:focus-visible {
  outline: 2px solid #fbfbfb;
  outline-offset: 5px;
}
.sn-cozumler .solution-pin-dot {
  position: absolute;
  inset: 17px;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: #fbfbfb;
}
.sn-cozumler .solution-popup {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 10px;
  align-items: center;
  min-width: 190px;
  max-width: 250px;
  padding: 14px 12px 13px 16px;
  border-radius: 4px;
  background: #fbfbfb;
  color: #071342;
  box-shadow: 0 18px 36px rgba(35, 31, 32, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(26px, -116%) scale(0.96);
  transition: 180ms ease;
}
.sn-cozumler .solution-popup::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -8px;
  border-top: 9px solid #fbfbfb;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.sn-cozumler .solution-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(26px, -116%) scale(1);
}
.sn-cozumler .solution-popup strong {
  color: #071342;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.22;
}
.sn-cozumler .solution-popup p {
  grid-column: 1/-1;
  margin: 5px 0 0;
  color: #4b5364;
  font-size: 16px;
  line-height: 1.45;
}
.sn-cozumler .solution-popup .solution-popup-link {
  position: relative;
  top: -2px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e7000b;
  color: #fbfbfb;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: 160ms ease;
}
.sn-cozumler .solution-popup .solution-popup-link:hover, .sn-cozumler .solution-popup .solution-popup-link:focus-visible {
  transform: translateY(-1px);
  background: #c9000a;
  color: #fbfbfb;
}

@media screen and (max-width: 768px) {
  .home-page-body {
    --home-mobile-gutter: clamp(18px, 5vw, 26px);
  }
  .home-page-body .sn-home {
    width: 100%;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-align: left;
  }
  .home-page-body .sn-home > .container-fluid,
  .home-page-body .sn-home > .container-fluid > .row,
  .home-page-body .sn-home > .container-fluid > .row > [class*=col-] {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .home-page-body .sn-home > .container-fluid > .row {
    min-height: 0 !important;
  }
  .home-page-body .sn-home .home-hero-content {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 116px var(--home-mobile-gutter) 40px !important;
    overflow: hidden;
  }
  .home-page-body .sn-home .tag-button {
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--home-mobile-gutter) * 2) !important;
    margin: 0 0 24px !important;
    padding: 6px 13px;
    line-height: 1.25;
    white-space: normal;
  }
  .home-page-body .sn-home h1,
  .home-page-body .sn-home p,
  .home-page-body .sn-home hr,
  .home-page-body .sn-home .home-hero-actions,
  .home-page-body .sn-home .home-hero-content > .row {
    width: 100%;
    max-width: calc(100vw - var(--home-mobile-gutter) * 2) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .home-page-body .sn-home h1 {
    padding: 0 0 12px !important;
    margin: 0 !important;
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.14 !important;
  }
  .home-page-body .sn-home p {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
  .home-page-body .sn-home .home-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px 0 18px !important;
  }
  .home-page-body .sn-home hr {
    margin: 8px 0 16px !important;
  }
  .home-page-body .sn-home .home-hero-content > .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-page-body .sn-home .home-hero-content > .row > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home-page-body .sn-home .count,
  .home-page-body .sn-home .count + span {
    font-size: 25px !important;
    line-height: 1;
  }
  .home-page-body .sn-home .col-lg-4 p {
    margin-bottom: 0 !important;
    font-size: 16px !important;
  }
  .home-page-body .sn-home .home-hero-video {
    width: 100vw !important;
    min-height: 245px !important;
    height: 64vw !important;
    max-height: 320px !important;
    margin: 0 !important;
    overflow: hidden;
  }
  .home-page-body .sn-home .home-hero-video video {
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    transform: none;
  }
  .home-page-body .sn-cozumler {
    padding: 96px var(--home-mobile-gutter) 44px !important;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%) !important;
    overflow: hidden;
  }
  .home-page-body .sn-cozumler .container,
  .home-page-body .sn-cozumler .row,
  .home-page-body .sn-cozumler [class*=col-] {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .home-page-body .sn-cozumler h3 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.15 !important;
  }
  .home-page-body .sn-cozumler p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .home-page-body .sn-cozumler .theme-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 100%;
  }
  .home-page-body .sn-cozumler .solution-map {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    min-width: 0 !important;
    margin: 24px 0 0 !important;
    overflow: visible;
  }
  .home-page-body .sn-cozumler .solution-popup {
    position: relative !important;
    order: 1;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    transform: none !important;
  }
  .home-page-body .sn-cozumler .solution-popup.is-visible {
    transform: none !important;
  }
  .home-page-body .sn-cozumler .solution-map img {
    order: 2;
    width: 116%;
    max-width: none;
    margin: 4px 0 0 -8%;
  }
}
@media screen and (max-width: 768px) {
  .home-page-body {
    --home-mobile-gutter: clamp(18px, 5vw, 26px);
  }
  .home-page-body .sn-home {
    width: 100%;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-align: left;
  }
  .home-page-body .sn-home > .container-fluid,
  .home-page-body .sn-home > .container-fluid > .row,
  .home-page-body .sn-home > .container-fluid > .row > [class*=col-] {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .home-page-body .sn-home > .container-fluid > .row {
    min-height: 0 !important;
  }
  .home-page-body .sn-home .home-hero-content {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 116px var(--home-mobile-gutter) 40px !important;
    overflow: hidden;
  }
  .home-page-body .sn-home .tag-button {
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--home-mobile-gutter) * 2) !important;
    margin: 0 0 24px !important;
    padding: 6px 13px;
    line-height: 1.25;
    white-space: normal;
  }
  .home-page-body .sn-home h1,
  .home-page-body .sn-home p,
  .home-page-body .sn-home hr,
  .home-page-body .sn-home .home-hero-actions,
  .home-page-body .sn-home .home-hero-content > .row {
    width: 100%;
    max-width: calc(100vw - var(--home-mobile-gutter) * 2) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .home-page-body .sn-home h1 {
    padding: 0 0 12px !important;
    margin: 0 !important;
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.14 !important;
  }
  .home-page-body .sn-home p {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
  .home-page-body .sn-home .home-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px 0 18px !important;
  }
  .home-page-body .sn-home .home-hero-actions .theme-button,
  .home-page-body .sn-home .home-hero-actions .theme-button-2 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    text-align: center;
    color: white !important;
  }
  .home-page-body .sn-home .home-hero-actions .theme-button:hover,
  .home-page-body .sn-home .home-hero-actions .theme-button-2:hover {
    color: white !important;
  }
  .home-page-body .sn-home hr {
    margin: 8px 0 16px !important;
  }
  .home-page-body .sn-home .home-hero-content > .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-page-body .sn-home .home-hero-content > .row > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home-page-body .sn-home .count,
  .home-page-body .sn-home .count + span {
    font-size: 25px !important;
    line-height: 1;
  }
  .home-page-body .sn-home .col-lg-4 p {
    margin-bottom: 0 !important;
    font-size: 16px !important;
  }
  .home-page-body .sn-home .home-hero-video {
    width: 100vw !important;
    min-height: 245px !important;
    height: 64vw !important;
    max-height: 320px !important;
    margin: 0 !important;
    overflow: hidden;
  }
  .home-page-body .sn-home .home-hero-video video {
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    transform: none;
  }
  .home-page-body .sn-cozumler {
    padding: 96px var(--home-mobile-gutter) 44px !important;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%) !important;
    overflow: hidden;
  }
  .home-page-body .sn-cozumler .container,
  .home-page-body .sn-cozumler .row,
  .home-page-body .sn-cozumler [class*=col-] {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .home-page-body .sn-cozumler h3 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.15 !important;
  }
  .home-page-body .sn-cozumler p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .home-page-body .sn-cozumler .theme-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 100%;
  }
  .home-page-body .sn-cozumler .solution-map {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    min-width: 0 !important;
    margin: 24px 0 0 !important;
    overflow: visible;
  }
  .home-page-body .sn-cozumler .solution-popup {
    position: relative !important;
    order: 1;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    transform: none !important;
  }
  .home-page-body .sn-cozumler .solution-popup.is-visible {
    transform: none !important;
  }
  .home-page-body .sn-cozumler .solution-map img {
    order: 2;
    width: 116%;
    max-width: none;
    margin: 4px 0 0 -8%;
  }
}
.sn-harita {
  text-align: center;
  padding: 120px 0 0 0;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  background: #020e4a;
  color: white;
  overflow: hidden;
}
.sn-harita h3 {
  font-size: 42px;
}
.sn-harita .branch-map-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-color: rgba(251, 251, 251, 0.35) transparent;
}
.sn-harita .branch-map {
  position: relative;
  min-width: 760px;
  line-height: 0;
}
.sn-harita .branch-map-img {
  display: block;
  width: 100%;
  height: auto;
}
.sn-harita .branch-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fbfbfb;
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.sn-harita .branch-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 1px;
  height: var(--line, 56px);
  background: linear-gradient(180deg, rgba(231, 0, 11, 0), #e7000b);
  transform: translateX(-50%);
  pointer-events: none;
}
.sn-harita .branch-pin.active, .sn-harita .branch-pin:hover, .sn-harita .branch-pin:focus-visible {
  z-index: 4;
}
.sn-harita .branch-pin.active .branch-pin-dot, .sn-harita .branch-pin:hover .branch-pin-dot, .sn-harita .branch-pin:focus-visible .branch-pin-dot {
  transform: scale(1.18);
}
.sn-harita .branch-pin.active .branch-pin-label, .sn-harita .branch-pin:hover .branch-pin-label, .sn-harita .branch-pin:focus-visible .branch-pin-label {
  color: #fbfbfb;
}
.sn-harita .branch-pin:focus-visible {
  outline: 2px solid #fbfbfb;
  outline-offset: 5px;
}
.sn-harita .branch-pin-dot {
  position: absolute;
  inset: 4px;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle, #ff3b45 0 35%, #e7000b 60%, #890005 100%);
  box-shadow: 0 0 0 2px rgba(251, 251, 251, 0.18), 0 0 18px rgba(231, 0, 11, 0.85);
  transition: transform 250ms ease;
}
.sn-harita .branch-pin-dot::before, .sn-harita .branch-pin-dot::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: rgba(231, 0, 11, 0.25);
  animation: branch-pulse 2.2s infinite;
}
.sn-harita .branch-pin-dot::after {
  animation-delay: 1.1s;
}
.sn-harita .branch-pin-label {
  position: absolute;
  top: 23px;
  left: 50%;
  display: block;
  color: rgba(251, 251, 251, 0.88);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 5px rgba(35, 31, 32, 0.85);
  white-space: nowrap;
  transform: translateX(-50%);
  transition: color 250ms ease;
}
@media screen and (max-width: 768px) {
  .sn-harita {
    padding-top: 90px;
  }
  .sn-harita h3 {
    font-size: 30px;
  }
  .sn-harita .branch-map {
    min-width: 900px;
  }
}

@keyframes branch-pulse {
  0% {
    transform: scale(0.65);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}
.branch-popover {
  --bs-popover-max-width: 320px;
  --bs-popover-border-width: 0;
  --bs-popover-border-radius: 8px;
  --bs-popover-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  --bs-popover-body-padding-x: 0;
  --bs-popover-body-padding-y: 0;
}
.branch-popover .popover-arrow {
  display: none;
}
.branch-popover .branch-popover-card {
  min-width: 280px;
  padding: 18px 20px 16px;
  color: #2e4046;
}
.branch-popover .branch-popover-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.branch-popover .branch-popover-country {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 12px;
  border: 1px solid rgba(231, 0, 11, 0.22);
  border-radius: 20px;
  background: rgba(231, 0, 11, 0.07);
  color: #e7000b;
  font-size: 16px;
  font-weight: 600;
}
.branch-popover .branch-popover-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #e7000b;
  font-size: 18px;
  line-height: 1;
}
.branch-popover .branch-popover-title {
  margin-bottom: 14px;
  color: #020e4a;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.branch-popover .branch-popover-list {
  display: grid;
  gap: 10px;
  margin: 0;
}
.branch-popover .branch-popover-item {
  /*display: grid;*/
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #3e4b5c;
  font-size: 16px !important;
  line-height: 1.45;
  text-align: left;
}
.branch-popover .branch-popover-item i {
  margin-top: 3px;
  color: #020e4a;
  font-size: 16px;
}
.branch-popover .branch-popover-item span,
.branch-popover .branch-popover-item a {
  color: #3e4b5c;
  font-size: 16px;
}
.branch-popover .branch-popover-item span:hover,
.branch-popover .branch-popover-item a:hover {
  color: #e7000b;
}

.dealer-map-shell {
  position: relative;
  min-height: calc(100vh - 235px);
  background: #f7f8fa;
}

.dealer-map-toolbar {
  position: absolute;
  top: 18px;
  left: 33%;
  z-index: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: min(1180px, 100% - 32px);
  transform: translateX(-50%);
  pointer-events: none;
}

.dealer-filter-form,
.dealer-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 7px;
  border-radius: 28px;
  background: rgba(251, 251, 251, 0.95);
  box-shadow: 0 7px 22px rgba(35, 31, 32, 0.18);
  pointer-events: auto;
  margin-bottom: 0;
}

.dealer-filter-field {
  position: relative;
  min-width: 160px;
  height: 38px;
  max-height: 38px;
  flex: 0 0 auto;
}
.dealer-filter-field i {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 2;
  color: #606161;
  font-size: 16px;
  transform: translateY(-50%);
}
.dealer-filter-field .form-select {
  width: 100%;
  min-height: 38px;
  height: 38px;
  padding-left: 34px;
  border: 0;
  border-radius: 22px;
  background-color: #f6f8fb;
  color: #2e4046;
  font-size: 16px;
  box-shadow: none;
}

.dealer-map-btn {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #f6f8fb;
  color: #2e4046;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: 220ms ease;
}
.dealer-map-btn i {
  font-size: 16px;
}
.dealer-map-btn:hover {
  transition: 400ms ease;
  transform: scale(0.98);
}

.dealer-map-btn-primary {
  background: #e7000b;
  color: #fbfbfb;
}
.dealer-map-btn-primary i {
  color: #fbfbfb;
}

.dealer-result-count {
  padding: 0 8px;
  color: #606161;
  font-size: 16px;
  white-space: nowrap;
}

.dealer-type-tabs {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  flex: 0 0 auto;
}

.dealer-type-tab {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #fbfbfb;
  color: #2e4046;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: 220ms ease;
}
.dealer-type-tab i {
  color: #e7000b;
  font-size: 16px;
}
.dealer-type-tab.active, .dealer-type-tab:hover {
  border-color: #e7000b;
  background: #e7000b;
  color: #fbfbfb;
}
.dealer-type-tab.active i, .dealer-type-tab:hover i {
  color: #fbfbfb;
}
.dealer-type-tab:not(.active) {
  border-color: #2e4046;
}

.dealer-map-canvas {
  width: 100%;
  height: calc(100vh - 235px);
  min-height: 560px;
  z-index: 0;
  margin-top: -55px;
}
.dealer-map-canvas.is-hidden {
  display: none;
}
.dealer-map-canvas.leaflet-container {
  position: relative;
  overflow: hidden;
  background: #9bd7e4;
  outline: 0;
  touch-action: pan-x pan-y;
}
.dealer-map-canvas .leaflet-pane,
.dealer-map-canvas .leaflet-tile,
.dealer-map-canvas .leaflet-marker-icon,
.dealer-map-canvas .leaflet-marker-shadow,
.dealer-map-canvas .leaflet-tile-container,
.dealer-map-canvas .leaflet-pane > svg,
.dealer-map-canvas .leaflet-pane > canvas,
.dealer-map-canvas .leaflet-zoom-box,
.dealer-map-canvas .leaflet-image-layer,
.dealer-map-canvas .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.dealer-map-canvas .leaflet-tile {
  max-width: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dealer-map-canvas .leaflet-pane {
  z-index: 400;
}
.dealer-map-canvas .leaflet-tile-pane {
  z-index: 200;
}
.dealer-map-canvas .leaflet-overlay-pane {
  z-index: 400;
}
.dealer-map-canvas .leaflet-shadow-pane {
  z-index: 500;
}
.dealer-map-canvas .leaflet-marker-pane {
  z-index: 600;
}
.dealer-map-canvas .leaflet-tooltip-pane {
  z-index: 650;
}
.dealer-map-canvas .leaflet-popup-pane {
  z-index: 700;
}
.dealer-map-canvas .leaflet-control-container {
  position: absolute;
  inset: 0;
  z-index: 800;
  pointer-events: none;
}
.dealer-map-canvas .leaflet-top,
.dealer-map-canvas .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.dealer-map-canvas .leaflet-top {
  top: 16px;
}
.dealer-map-canvas .leaflet-left {
  left: 16px;
}
.dealer-map-canvas .leaflet-right {
  right: 0;
}
.dealer-map-canvas .leaflet-bottom {
  bottom: 0;
}
.dealer-map-canvas .leaflet-control {
  position: relative;
  z-index: 800;
  float: left;
  clear: both;
  margin-bottom: 10px;
  pointer-events: auto;
}
.dealer-map-canvas .leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}
.dealer-map-canvas .leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.dealer-map-canvas .leaflet-control-zoom {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(35, 31, 32, 0.18);
}
.dealer-map-canvas .leaflet-control-zoom a {
  display: block;
  width: 38px;
  height: 38px;
  border: 0;
  background: #fbfbfb;
  color: #020e4a;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
.dealer-map-canvas .leaflet-control-zoom a + a {
  border-top: 1px solid rgba(35, 31, 32, 0.12);
}
.dealer-map-canvas .leaflet-control-attribution {
  padding: 4px 8px;
  border-radius: 6px 0 0 0;
  background: rgba(251, 251, 251, 0.86);
  color: #606161;
  font-size: 16px;
  line-height: 1.2;
}
.dealer-map-canvas .leaflet-control-attribution a {
  color: #020e4a;
}
.dealer-map-canvas .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(35, 31, 32, 0.26);
}
.dealer-map-canvas .leaflet-popup-content {
  width: 270px !important;
  margin: 0;
}

.dealer-list-view {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 96px;
}
.dealer-list-view.is-hidden {
  display: none;
}

.dealer-list-caption {
  margin: 0 0 22px;
  color: #071342;
  font-size: 16px;
  font-weight: 500;
}

.dealer-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.dealer-card {
  min-height: 244px;
  padding: 18px;
  border: 1px solid rgba(2, 14, 74, 0.08);
  border-radius: 8px;
  background: #fbfbfb;
  box-shadow: 0 16px 34px rgba(35, 31, 32, 0.08);
}
.dealer-card img {
  display: block;
  width: 100%;
  height: 104px;
  margin: 8px 0 14px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dealer-card h3 {
  margin: 0 0 12px;
  color: #071342;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.dealer-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dealer-card li,
.dealer-card li a {
  color: #4b5364;
  font-size: 16px;
  line-height: 1.45;
}
.dealer-card li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
}
.dealer-card li i {
  margin-top: 2px;
  color: #071342;
  font-size: 16px;
}

.dealer-card-badge {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(231, 0, 11, 0.08);
  color: #e7000b;
  font-size: 16px;
  font-weight: 800;
}
.dealer-card-badge i {
  font-size: 16px;
}

.dealer-card-link {
  display: inline-flex;
  justify-content: center;
  min-width: 104px;
  min-height: 34px;
  margin-top: 16px;
  padding: 9px 14px;
  border-radius: 4px;
  background: #e7000b;
  color: #fbfbfb !important;
  font-size: 16px;
  font-weight: 800;
}

.dealer-list-empty {
  margin: 24px 0 0;
  color: #071342;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.dealer-map-marker {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, #ff4049 0 34%, #e7000b 60%, #8c0006 100%);
  box-shadow: 0 0 0 2px rgba(251, 251, 251, 0.75), 0 0 20px rgba(231, 0, 11, 0.9);
}
.dealer-map-marker::before, .dealer-map-marker::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  background: rgba(231, 0, 11, 0.24);
  animation: branch-pulse 2.2s infinite;
}
.dealer-map-marker::after {
  animation-delay: 1.1s;
}

.dealer-map-popup {
  padding: 18px 18px 16px;
  background: white;
}
.dealer-map-popup .dealer-popup-type {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 18px;
  background: rgba(231, 0, 11, 0.08);
  color: #e7000b;
  font-size: 16px;
  font-weight: 700;
}
.dealer-map-popup h3 {
  margin-bottom: 10px;
  color: #020e4a;
  font-size: 17px;
  font-weight: 700;
}
.dealer-map-popup p,
.dealer-map-popup a {
  margin-bottom: 8px;
  color: #465569;
  font-size: 16px;
  line-height: 1.45;
}
.dealer-map-popup i {
  width: 18px;
  color: #020e4a;
}

@media screen and (max-width: 1200px) {
  .dealer-map-toolbar {
    align-items: flex-start;
  }
  .dealer-filter-form {
    flex-wrap: wrap;
    max-width: 820px;
    border-radius: 18px;
  }
  .dealer-map-actions {
    flex-wrap: wrap;
    border-radius: 18px;
  }
  .dealer-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .dealer-map-hero {
    margin-top: 145px;
    padding-top: 34px;
  }
  .dealer-map-hero h1 {
    font-size: 28px;
  }
  .dealer-map-toolbar {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px;
    transform: none;
    pointer-events: auto;
  }
  .dealer-filter-form,
  .dealer-map-actions {
    width: 100%;
    border-radius: 12px;
  }
  .dealer-filter-field {
    flex: 1 1 170px;
  }
  .dealer-map-canvas {
    height: 68vh;
    min-height: 500px;
    margin-top: 16px;
  }
  .dealer-list-view {
    padding-top: 28px;
  }
  .dealer-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .dealer-map-hero {
    padding: 30px 0 26px;
  }
  .dealer-filter-form,
  .dealer-map-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .dealer-filter-field,
  .dealer-map-btn,
  .dealer-type-tabs,
  .dealer-type-tab {
    width: 100%;
  }
  .dealer-type-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .dealer-result-count {
    text-align: center;
  }
  .dealer-card-grid {
    grid-template-columns: 1fr;
  }
  .dealer-card {
    min-height: auto;
  }
}
/*Parallax Properties*/
.parallax {
  /* The image used */
  /* Full height */
  background-image: none;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .parallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 992px) {
  .parallax {
    background-size: 15% !important;
  }
}
.parallax {
  /* Create the parallax scrolling effect */
  background-blend-mode: soft-light !important;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .parallax-section {
    padding: 80px 79px;
  }
}
.parallax-section {
  background-size: cover;
}
.parallax-section h2 {
  text-align: center;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 2.3em;
}
.parallax-section h3 {
  font-size: 1em !important;
}

.page-parallax {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .page-parallax {
    background-size: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .page-parallax {
    background-image: none !important;
  }
}

.parallax-section-left {
  background-position: left !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-left {
    background-size: 15% !important;
    background-position: 5% 40% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-left {
    background-image: none !important;
  }
}

.parallax-section-right {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-right {
    background-size: 20% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-right {
    background-image: none !important;
  }
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
  .parallax-right {
    background-attachment: scroll;
  }
}
/*Page Title*/
.page-title {
  background: #020e4a;
  background-attachment: fixed;
  height: 50vh;
}
@media screen and (max-width: 992px) {
  .page-title {
    height: 45vh;
  }
}
.page-title {
  color: white !important;
  background-repeat: no-repeat;
}
.page-title img {
  filter: brightness(0.4);
  height: 25vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 901px) {
  .page-title img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.page-title .page-title,
.page-title .page-subtitle {
  padding: 0 20px;
  display: none;
}
.page-title h1 {
  text-align: left;
  top: 0px;
  z-index: 1000;
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    margin-bottom: -1px;
    font-size: 2rem;
  }
}
.page-title h2 {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title h2 {
    font-size: 1rem;
  }
}
.page-title .p-title {
  position: absolute;
  z-index: 2;
  top: 27vh;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .page-title .p-title {
    top: 27vh;
  }
}
.page-title .p-title span {
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-title .p-title a {
    font-size: 1rem;
  }
}
.page-title .p-title a {
  color: rgba(255, 255, 255, 0.5764705882);
}
.page-title .p-title i {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5764705882);
}
.page-title .page-subtitle {
  position: absolute;
  z-index: 13;
  top: 2vh;
  z-index: 1000;
}
.page-title .page-subtitle a,
.page-title .page-subtitle i {
  color: rgba(255, 255, 255, 0.5764705882);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5vh 0 0 0;
}

/***************************
*********PAGES**************
***************************/
.page-property p {
  font-size: 1.1em;
}
.page-property .img-property {
  max-height: 450px;
  width: 100%;
  -o-object-position: 45% 45%;
     object-position: 45% 45%;
  padding: 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-property h1,
.page-property h2,
.page-property h3,
.page-property h4,
.page-property h5,
.page-property h6 {
  color: #020e4a;
  font-weight: 700;
}
.page-property .baslik {
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif !important;
}
.page-property {
  padding: 6vh 0 0 0;
}

.first-title {
  color: #2e4046;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif !important;
  font-weight: 600;
}

/*404-Not Found*/
.page-error {
  padding: 50px 0px;
  text-align: center;
}
.page-error h2 {
  padding: 20px 10px 0 10px;
  font-size: 24px;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-weight: 600;
}
.page-error img {
  height: auto;
  width: 150px;
  justify-content: center;
}

/*Search Page*/
.page-search {
  padding: 8vh 0;
}
@media screen and (max-width: 768px) {
  .page-search {
    padding: 3vh 5px;
  }
}

.about-section::before {
  display: inline-block;
  z-index: 1000;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: red;
}
.about-section p,
.about-section span,
.about-section div {
  color: #838383;
}
.about-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .about-section {
    padding: 12vh 0;
  }
}
@media screen and (max-width: 992px) {
  .about-section {
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
}
.about-section .second-title {
  line-height: 16px;
  color: #020e4a;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-section .about-section-img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .about-section .about-section-img {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .about-section .about-section-img {
    clip-path: polygon(0 0, 94% 0, 79% 100%, 0% 100%);
    z-index: 2 !important;
    box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.55);
  }
}
.about-section .about-section-img {
  transition: 400ms ease-in-out;
}
.about-section .about-section-img:hover {
  filter: grayscale(1);
}

.service-section {
  background-color: #fbfbfb;
}
.service-section h1,
.service-section h2,
.service-section h3,
.service-section h4,
.service-section h5,
.service-section h6 {
  color: #231f20;
  font-weight: 600;
  font-size: 1.4em;
}
@media screen and (min-width: 992px) {
  .service-section .col-lg-12 {
    width: 93%;
  }
}
.service-section .owl-next,
.service-section .owl-prev {
  display: none !important;
}
.service-section img {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
  border-radius: 10px;
}
.service-section {
  padding: 7vh 0;
}
@media screen and (min-width: 992px) {
  .service-section {
    padding: 10vh 0;
  }
}
.service-section {
  text-align: left;
}
.service-section p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .service-section p {
    text-align: left;
  }
}
.service-section .service-title {
  color: #231f20;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .service-section .service-title {
    font-size: 1.4em;
    text-align: left;
  }
}

.service-owl-section {
  padding: 6vh 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-owl-section .col-lg-3 {
    display: flex;
    flex-direction: column;
  }
}
.service-owl-section img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: 400ms ease-in-out;
}
.service-owl-section img:hover {
  transform: scale(0.99);
  filter: brightness(0.855);
}
.service-owl-section h3 {
  color: #020e4a;
  font-size: 2.4em;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card {
    height: 33rem;
  }
}
.service-owl-section .card {
  padding: 0 0 5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: 1px solid #f0f0f0 !important;
}
.service-owl-section .card img {
  top: 0;
  width: 300px !important;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.25);
}
@media screen and (min-width: 992px) {
  .service-owl-section .card img {
    width: auto;
    max-width: 330px;
    height: 230px;
  }
}
.service-owl-section .card img {
  margin-bottom: 20px;
}
.service-owl-section .card img:hover {
  filter: brightness(0.955);
}
.service-owl-section .card h2 {
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 600;
}
.service-owl-section .card p {
  font-size: 1em;
  color: #aaaaaa;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card p {
    padding: 0 80px;
  }
}
.service-owl-section .card p {
  padding: 0 20px;
}
.service-owl-section .card i {
  font-size: 1.5em;
}
.service-owl-section .service-title {
  text-align: center;
  color: #231f20;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .service-owl-section .service-title {
    font-size: 2.4em;
  }
}
.service-owl-section .service-title {
  font-weight: 700;
}

.pagination .page-link {
  color: #020e4a;
}
.pagination .page-link:focus,
.pagination .page-item:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.page-about {
  padding: 8vh 0;
}
.page-about p {
  font-size: 1.1em;
}
.page-about h1,
.page-about h2,
.page-about h3,
.page-about h4,
.page-about h5,
.page-about h6 {
  color: #020e4a !important;
  font-weight: 700;
}
.page-about .img-property {
  max-height: 300px;
  width: 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .baslik {
  padding: 30px 0 25px 0;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
}
.page-about {
  padding: 6vh 0 0 0;
}
.page-about img {
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(-2px 5px 8px #aeaeae);
}
.page-about .features-area .feature-box {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .page-about .about-mision,
  .page-about .about-vision {
    padding: 5vh 0;
  }
}
@media screen and (min-width: 992px) {
  .page-about .about-mision .baslik,
  .page-about .about-vision .baslik {
    padding-top: 40px;
  }
}
.page-about .about-mision img,
.page-about .about-vision img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  filter: drop-shadow(-2px 5px 8px #aeaeae);
}
.page-about .about-mision p,
.page-about .about-vision p {
  padding: 10px 0;
}

/*İletişim Sayfası*/
@media screen and (max-width: 992px) {
  .contact-position {
    margin-top: -120px;
  }
}

.contact-height {
  max-height: 500px;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.contact-home {
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 52px 12px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .contact-home .card-contact {
    padding: 0 80px;
  }
}
.contact-home .card-contact {
  border-radius: 21.77px;
  background: rgb(255, 255, 255);
  box-shadow: -1px -8px 13.06177px 0px rgba(0, 0, 0, 0.05);
}
.contact-home img {
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 10vh 0;
  }
}
.contact-home .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
.contact-home .contact-title {
  padding: 40px 0 0 0;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #020e4a;
}

.contact-section {
  background-color: #fbfbfb;
}
.contact-section img {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .contact-section {
    padding: 10vh 0;
  }
}
.contact-section {
  padding: 5vh 0;
}
.contact-section .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
@media screen and (max-width: 992px) {
  .contact-section .contact-title {
    padding: 40px 0 0 0;
  }
}
.contact-section .contact-title {
  font-size: 2em;
  font-weight: 600;
  color: #020e4a;
}
.contact-section .contact-social {
  bottom: 0;
}
.contact-section .contact-social i {
  color: #e7000b !important;
}
.contact-section .contact-social a,
.contact-section .contact-social i {
  padding-right: 14px;
  font-size: 1em;
}
.contact-section .contact-social {
  font-weight: 500;
}

/*Form Styles*/
.cont-img {
  height: 580px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: circle(56% at 29% 40%);
  transition: 1s ease;
}
.cont-img:hover {
  filter: grayscale(0.5);
}

.contact-form .col-12,
.contact-form .col-lg-6,
.contact-form .col-6 {
  position: relative;
}
.contact-form .col-12 i,
.contact-form .col-lg-6 i,
.contact-form .col-6 i {
  position: absolute;
  top: 25px;
}
.contact-form .nameIcon::before {
  content: "\f007";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: 16px;
  color: #2e4046;
  position: absolute;
  top: 16px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .subjectIcon::before {
  content: "\f15b";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: 16px;
  color: #2e4046;
  position: absolute;
  top: 16px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .subjectIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .subjectIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon::before {
  content: "\f0b1";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: 16px;
  color: #2e4046;
  position: absolute;
  top: 16px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .jobIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .emailIcon::before {
  content: "\f0e0";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: 16px;
  color: #2e4046;
  position: absolute;
  top: 16px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .telIcon::before {
  content: "\f095";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: 16px;
  color: #2e4046;
  position: absolute;
  top: 16px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .messageIcon::before {
  content: "\f075";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: 16px;
  color: #2e4046;
  position: absolute;
  top: 16px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .main-color {
  font-weight: 600;
}
.contact-form div {
  margin-bottom: 25px;
}
.contact-form label {
  margin: 6px 0;
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.contact-form .form-check-label {
  margin: 0 !important;
  font-size: 1em;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  background-color: white;
  border: 2px solid rgb(251, 251, 251);
  border-radius: 6px;
  padding: 12px 7px 12px 40px;
  width: 100%;
  color: #231f20 !important;
  box-shadow: 1px 1px 1px 0px rgba(14, 13, 13, 0.181);
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form .form-check-input {
  padding: 7px;
}
.contact-form select {
  padding-left: 35px;
  color: #878787;
}
.contact-form select::focus {
  border: none;
}
.contact-form .form-outline .form-control.select-input:focus,
.contact-form .select-input.focused,
.contact-form .form-select:focus {
  color: #020e4a;
  outline: 0;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  color: #020e4a;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #fbfbfb;
  box-shadow: 1px 1px 1px 0px rgba(227, 227, 227, 0.181);
}
.contact-form ::-moz-placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form ::placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form .form-check-label {
  font-size: 1em;
  padding-left: 5px;
}
.contact-form .form-check-label .main-color {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-form .form-check-input {
  width: 8px;
  border: 1px solid #020e4a;
  background-color: #fff;
}
.contact-form .form-check-input:focus {
  outline: none !important;
  border: none !important;
  background-color: #020e4a;
}
.contact-form .theme-button-1 {
  width: 100%;
}

/*Form Select*/
.form-select {
  background-color: white !important;
}
.form-select::focus {
  border: none !important;
}

/*Contact-Page Map*/
.contact-map {
  background-color: #f6f6f6;
}
.contact-map .map-title {
  font-size: 2em;
}
@media screen and (min-width: 992px) {
  .contact-map .map-title {
    text-align: center;
  }
}
.contact-map .map-title {
  color: #020e4a;
  font-weight: 600;
}
.contact-map i {
  color: #020e4a;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  .contact-map p {
    text-align: center;
    margin-bottom: 35px;
  }
}
.contact-map iframe {
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.25);
}

/***************************
*********AUTHOR PAGE********
***************************/
/*Author Profile*/
.author-profile {
  padding: 5vh 0;
}
.author-profile img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*Author Old Articles*/
.author-article {
  padding: 5vh 0;
}
.author-article h2 {
  color: #020e4a;
  font-weight: 600;
}
.author-article h3 {
  font-size: 1em;
  font-weight: 700;
}

/*Comments*/
.comment-section {
  text-align: center;
  padding: 120px 0;
  margin-bottom: 80px;
}
.comment-section p {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .comment-section p {
    padding: 0 80px;
  }
}
.comment-section .comment-image {
  max-width: 96px;
  max-height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}
.comment-section .comment-name {
  color: var(--text-color, #252b42);
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 133.333% */
  letter-spacing: 0.1px;
}
.comment-section .comment-job {
  color: var(--second-text-color, #737373);
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 992px) {
  .comment-section .owl-theme .owl-dots {
    display: none;
  }
}

.section-urun-detay {
  position: relative;
  padding: 5vh 0;
}
.section-urun-detay .dokuman-baslik {
  margin: 15px 0;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.section-urun-detay img {
  height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding: 0 30px;
  justify-content: center;
}
.section-urun-detay .card {
  background-color: transparent !important;
  margin: 20px 0;
  border: none !important;
}
.section-urun-detay .card {
  border-radius: none !important;
  box-shadow: 0px 2px 12px -7px rgba(0, 0, 0, 0.25);
}
.section-urun-detay .card-body {
  bottom: 0px !important;
}
.section-urun-detay .card-body h2 {
  text-align: center;
  font-size: 1.8rem;
  border-radius: 3px;
  padding: 10px;
  color: #231f20;
  font-weight: 600;
  justify-content: center;
}
.section-urun-detay .card-body .theme-button-2 {
  background-color: #231f20;
}
.section-urun-detay .card-title {
  color: #020e4a;
  font-size: 1.4em;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
}
.section-urun-detay .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #020e4a;
}
.section-urun-detay .theme-button-2:hover {
  color: white;
  background-color: #020e4a;
}
.section-urun-detay .title-section {
  color: #020e4a;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-urun-detay .theme-button-1:hover,
.section-urun-detay .theme-button:hover {
  background-color: white;
  color: #020e4a !important;
}

.sn-hizmet {
  background-color: #dfdfdf;
}

.sn-product .carousel-item > a > img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.sn-product .carousel-control-next,
.sn-product .carousel-control-prev {
  opacity: 1;
}
.sn-product .carousel-control-prev {
  opacity: 1;
}
.sn-product .carousel-indicators img {
  width: 70px;
  display: block;
  border-radius: 5px;
}
.sn-product .carousel-indicators button {
  width: -moz-max-content !important;
  width: max-content !important;
}
.sn-product .carousel-indicators {
  position: unset;
}

.sn-lokasyon .carousel-item > a > img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.sn-lokasyon h2 {
  padding: 50px 0 0 0;
}
.sn-lokasyon ul.list-group {
  padding-left: 1rem;
}
.sn-lokasyon ul.list-group li {
  padding-left: 5px;
  line-height: 1.8;
      list-style-image: none;
}
.sn-lokasyon .nav-tabs .nav-link {
  color: #e7000b;
}
.sn-lokasyon .carousel-control-next,
.sn-lokasyon .carousel-control-prev {
  opacity: 1;
}
.sn-lokasyon .carousel-control-prev {
  opacity: 0;
}
.sn-lokasyon .carousel-indicators img {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 5px;
}
.sn-lokasyon .carousel-indicators button {
  width: -moz-max-content !important;
  width: max-content !important;
}
.sn-lokasyon .carousel-indicators {
  position: unset;
}

.sn-blog {
  background-color: #fbfbfb;
  padding: 12vh 0 12vh 0;
}
@media screen and (max-width: 768px) {
  .sn-blog {
    padding: 3vh 0;
  }
}
.sn-blog .card-img-top {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-blog .card-title {
  font-weight: 600;
}
.sn-blog img {
  border-radius: 0px;
}
.sn-blog .news-card-thumb {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.sn-blog .news-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
}
.sn-blog .main-container {
  max-width: 480px;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.sn-blog .search-bar {
  margin-top: 10px;
}
.sn-blog .search-bar .form-control {
  border-radius: 2rem !important;
  border: 1px solid #eee;
}
.sn-blog .search-bar .form-control::-moz-placeholder {
  color: #999;
}
.sn-blog .search-bar .form-control::placeholder {
  color: #999;
}
.sn-blog .red-underline {
  width: 50px;
  height: 2px;
  width: 100px;
  background-color: #e7000b;
}
.sn-blog .category-list li {
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  padding-left: calc(4px + 1rem);
}
.sn-blog .category-list li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px 0;
}
.sn-blog .category-list li:hover {
  background-color: #f8f9fa;
}
.sn-blog .category-list li.active {
  border-left: 2px solid #e7000b;
  border-radius: 0;
}
.sn-blog .category-list li.active a {
  color: #e7000b;
  font-weight: 600;
}
.sn-blog .category-list li.active {
  /*
  .active-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: $vertical-bar-width;
    background-color: $c-red;
    border-radius: 2px;
  }*/
}

.section-ekibimiz {
  position: relative;
  padding: 5vh 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-ekibimiz {
    padding: 80px 20px;
  }
}
.section-ekibimiz .card {
  margin: 20px 0;
}
.section-ekibimiz .card {
  border-radius: none !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-ekibimiz .card-body {
  padding: 20px;
  position: relative;
}
.section-ekibimiz .card-title {
  color: #020e4a;
  font-size: 1.4em;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
}
.section-ekibimiz .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #020e4a;
}
.section-ekibimiz .theme-button-2:hover {
  color: white;
  background-color: #020e4a;
}
.section-ekibimiz .theme-button-1 {
  bottom: 35px;
  border-radius: 0;
  background: #020e4a;
  color: white;
  border: none !important;
}
.section-ekibimiz .theme-button-1:hover {
  color: white;
  background-color: #020e4a;
}
.section-ekibimiz .profile-img {
  height: 360px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.section-ekibimiz .unvan {
  font-size: 1.1em;
}
.section-ekibimiz .title-section {
  color: #020e4a;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-ekibimiz .social-icons a {
  width: 25px;
  height: 25px;
}
.section-ekibimiz .social-icons i {
  color: #020e4a;
  border: 2px solid #020e4a;
  padding: 10px;
  border-radius: 50%;
}
.section-ekibimiz .social-icons i:hover {
  border: #020e4a;
  background-color: #020e4a;
  color: #fbfbfb;
}

.section-blog {
  position: relative;
  padding: 8vh 0;
  background-color: #dfdfdf;
}
.section-blog .card {
  margin: 20px 0;
}
.section-blog .card {
  border-radius: none !important;
  border-radius: 70px 0px 0px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-blog img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-blog .card-body {
  padding: 20px;
  position: relative;
}
.section-blog .card-title {
  color: #020e4a;
  font-size: 1.4em;
  font-weight: 700;
}
.section-blog .title-section {
  color: #020e4a;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-blog .theme-button-2 {
  background-color: #231f20 !important;
}

.nav-pills {
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .left-list {
    width: 90%;
  }
}
.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #020e4a;
}
.left-list li {
  font-size: 1.1em;
  padding: 10px 20px;
  color: #020e4a;
  font-weight: 400;
  transition: 400ms;
}
.left-list li:hover {
  background-color: transparent !important;
}
.left-list li:hover a {
  color: white;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  background-color: #020e4a;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}
@media screen and (max-width: 992px) {
  .left-list .left-title {
    text-align: center;
  }
}

.parallax-section {
  padding: 50px;
  position: relative;
  width: 100%;
  background-position: 30% 10%;
  background-image: url("/assets/images/static/patterns/bg-world.jpg");
}
@media screen and (max-width: 768px) {
  .parallax-section {
    background-position: 80% 32%;
  }
}
.parallax-section {
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.parallax-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 38vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .parallax-block {
    height: 25vh;
  }
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    top: 35%;
  }
}
.parallax-block h6 {
  position: absolute;
  right: 5%;
  top: 45%;
  line-height: 45px;
  width: 450px;
  color: #fff;
  text-align: right;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.parallax-block h6:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    font-size: 16px;
    right: 0;
    text-align: center !important;
  }
}

.parallax-block h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.sn-deneyim {
  padding: 4vh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.sn-deneyim .sutun {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sn-deneyim .sutun .circle-style {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #020e4a;
}
.sn-deneyim .sutun i {
  text-align: center;
  font-size: 1.2em;
  color: #fbfbfb;
}
.sn-deneyim .sutun h2 {
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4em;
}
.sn-deneyim .sutun h3 {
  margin-top: -10px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #616161;
}

.project-small-img {
  padding: 10px 0;
}
.project-small-img .col {
  padding: 2px;
}

.project-img {
  width: 200px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 2px 12px -7px rgba(0, 0, 0, 0.25);
}

#leftul {
  overflow: scroll;
  height: 300px;
  overflow-x: hidden;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #dbdbdb;
}
.left-list li {
  font-size: 1em;
  color: #020e4a;
  font-weight: 500;
  transition: 400ms;
}
.left-list li:hover {
  border-bottom: 2px solid #020e4a;
}
.left-list li a {
  font-weight: 500;
}
.left-list li a:focus + ul {
  display: block;
}
.left-list li ul {
  display: none;
}
.left-list li:hover {
  background-color: #020e4a;
}
.left-list li:hover a {
  color: #231f20 !important;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  background-color: #020e4a;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}

.sn-teklif {
  text-align: center;
  padding: 8vh 0;
}
.sn-teklif h3 {
  color: #020e4a;
  font-weight: 600;
}

.sn-bilgi {
  background: #1e1e1e;
  color: white;
  padding: 80px 0;
}

.section-sss {
  margin: 10vh 0;
}
.section-sss .accordion-item:focus, .section-sss .accordion-item:hover {
  border: none !important;
  outline: none !important;
}
.section-sss .accordion-item .accordion-button {
  background-color: #f8f8f8;
  color: #020e4a !important;
  font-weight: 500;
}
.section-sss .accordion-item .accordion-button:focus, .section-sss .accordion-item .accordion-button:hover {
  border: none !important;
  outline: none !important;
  background-color: #020e4a;
  color: white !important;
}
.section-sss .accordion-item .accordion-button::after {
  color: white !important;
}

.actual-detail-summary {
  padding: 78px 0 88px;
  color: #071342;
}

.actual-detail-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.actual-detail-summary-content {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(2, 14, 74, 0.08);
}
.actual-detail-summary-content h2 {
  margin: 0 0 28px;
  color: #071342;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 800;
  line-height: 1.25;
}
.actual-detail-summary-content p {
  max-width: 660px;
  margin: 0;
  color: #071342;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}
.actual-detail-summary-content p + p {
  margin-top: 0;
}

.actual-detail-summary-date {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 54px;
  padding-top: 18px;
  border-top: 1px solid rgba(2, 14, 74, 0.08);
  color: rgba(7, 19, 66, 0.72);
  font-size: 16px;
  line-height: 1;
}
.actual-detail-summary-date i {
  color: rgba(7, 19, 66, 0.72);
  font-size: 16px;
}

.actual-detail-summary-media {
  overflow: hidden;
  border-radius: 8px;
}
.actual-detail-summary-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.36/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .actual-detail-summary-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .actual-detail-summary-content p {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .actual-detail-summary {
    padding: 48px 0 58px;
  }
  .actual-detail-summary-grid {
    gap: 28px;
  }
  .actual-detail-summary-content h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .actual-detail-summary-content p {
    font-size: 16px;
    line-height: 1.7;
  }
  .actual-detail-summary-date {
    margin-top: 28px;
    font-size: 16px;
  }
}
.solutions-hero {
  position: relative;
  min-height: 300px;
  margin-top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #071342;
  color: #fbfbfb;
}
.solutions-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.9);
}
.solutions-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 19, 66, 0.82), rgba(7, 19, 66, 0.22));
}
.solutions-hero .container {
  position: relative;
  z-index: 2;
}

.product-detail-page {
  position: relative;
  padding: 188px 0 118px;
  color: #071342;
  overflow: hidden;
}
.product-detail-page::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
  height: 120px;
  clip-path: polygon(0 46%, 100% 0, 100% 100%, 0% 100%);
  background: #071342;
}
.product-detail-page .container {
  position: relative;
  z-index: 1;
}

.product-detail-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 34px;
  color: rgba(7, 19, 66, 0.68);
  font-size: 16px;
}
.product-detail-breadcrumb a,
.product-detail-breadcrumb i,
.product-detail-breadcrumb span {
  color: rgba(7, 19, 66, 0.68);
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.95fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.product-detail-content h1 {
  margin: 0 0 16px;
  color: #071342;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
}
.product-detail-content {
  min-width: 0;
}
.product-detail-content > p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #1e2847;
  font-size: 16px;
  line-height: 1.65;
}

.product-detail-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 610px;
  margin-bottom: 40px;
}
.product-detail-metrics strong {
  display: block;
  color: #e7000b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: lowercase;
}
.product-detail-metrics span {
  display: block;
  margin-top: 8px;
  color: #071342;
  font-size: 16px;
  font-weight: 700;
}

.product-spec-card {
  width: min(540px, 100%);
  padding: 22px 22px 40px;
  border-radius: 6px;
  background: #fbfbfb;
  box-shadow: 0 22px 55px rgba(7, 19, 66, 0.13);
}
.product-spec-card h2 {
  margin: 0 0 18px;
  color: #071342;
  font-size: 26px;
  font-weight: 800;
}
.product-spec-card dl {
  margin: 0;
}
.product-spec-card dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  background: #eeeeee;
}
.product-spec-card dl > div:nth-child(even) {
  background: #dedede;
}
.product-spec-card dt,
.product-spec-card dd {
  margin: 0;
  font-size: 16px;
  line-height: 2.25;
}
.product-spec-card dt {
  color: #071342;
}
.product-spec-card dd {
  color: #e7000b;
  font-weight: 800;
  text-align: right;
}
.product-spec-card p {
  margin: 18px 0 16px;
  color: #6a7185;
  font-size: 16px;
  line-height: 1.55;
}

.product-spec-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-red-btn {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  background: #e7000b;
  color: #fbfbfb !important;
  font-size: 16px;
  font-weight: 600;
}

.product-detail-visual {
  min-width: 0;
}
.product-detail-visual .productDetailOwl {
  position: relative;
  width: 100%;
}
.product-detail-visual .product-detail-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.product-detail-visual img {
  display: block;
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(7, 19, 66, 0.13));
}
.product-detail-visual .owl-stage {
  display: flex;
  align-items: center;
}
.product-detail-visual .owl-nav {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.product-detail-visual .owl-nav button.owl-prev,
.product-detail-visual .owl-nav button.owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(7, 19, 66, 0.92) !important;
  box-shadow: 0 14px 28px rgba(7, 19, 66, 0.18);
  color: #fbfbfb !important;
  font-size: 16px !important;
  pointer-events: auto;
  transition: background 0.2s ease, transform 0.2s ease;
}
.product-detail-visual .owl-nav button.owl-prev:hover,
.product-detail-visual .owl-nav button.owl-next:hover {
  background: #e7000b !important;
  transform: translateY(-1px);
}
.product-detail-visual .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.product-detail-visual .owl-dots .owl-dot span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0;
  border-radius: 999px;
  background: rgba(7, 19, 66, 0.28);
  transition: width 0.2s ease, background 0.2s ease;
}
.product-detail-visual .owl-dots .owl-dot.active span {
  width: 26px;
  background: #e7000b;
}

.product-detail-contact {
  padding: 92px 0 118px;
  background: #071342;
  color: #fbfbfb;
}

.product-detail-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 430px);
  gap: clamp(24px, 8vw, 30px);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.product-detail-contact-content h2 {
  margin: 0 0 14px;
  color: #fbfbfb;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.18;
}
.product-detail-contact-content p {
  max-width: 340px;
  margin: 0;
  color: rgba(251, 251, 251, 0.76);
  font-size: 16px;
  line-height: 1.65;
}

.product-detail-form {
  padding: 18px;
  border-radius: 4px;
  background: rgba(251, 251, 251, 0.82);
}
.product-detail-form label {
  display: block;
  margin-bottom: 10px;
}
.product-detail-form span {
  display: block;
  margin-bottom: 4px;
  color: #071342;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-detail-form input,
.product-detail-form select,
.product-detail-form textarea {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 2px;
  background: #fbfbfb;
  color: #071342;
  font-size: 16px;
  outline: 0;
}
.product-detail-form textarea {
  min-height: 92px;
  padding-top: 10px;
  resize: vertical;
}
.product-detail-form button {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 2px;
  background: #e7000b;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  .product-detail-contact-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .product-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.86fr);
    gap: 28px;
  }
  .product-detail-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 36px;
  }
  .product-detail-visual .product-detail-slide {
    min-height: 390px;
  }
  .product-detail-visual img {
    max-height: 390px;
  }
  .product-detail-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .product-detail-page {
    padding: 74px 0 92px;
  }
  .product-detail-hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-detail-content,
  .product-detail-visual,
  .product-detail-content > p,
  .product-spec-card {
    width: 100%;
    max-width: 100%;
  }
  .product-detail-content > p {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    overflow-wrap: anywhere;
  }
  .product-detail-visual {
    order: -1;
  }
  .product-detail-visual .product-detail-slide {
    min-height: 300px;
  }
  .product-detail-visual .owl-nav button.owl-prev,
  .product-detail-visual .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
  .product-detail-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .product-detail-content h1 {
    font-size: 38px;
    overflow-wrap: anywhere;
  }
  .product-detail-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 100%;
  }
  .product-spec-card {
    padding: 18px 14px;
  }
  .product-spec-card dl > div {
    padding: 8px 10px;
  }
  .product-detail-contact {
    padding: 66px 0 82px;
  }
}
.solutions-hero-content {
  padding-top: 82px;
}
.solutions-hero-content h1 {
  margin: 0 0 18px;
  color: #fbfbfb;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 800;
}
.solutions-hero-content nav {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(251, 251, 251, 0.82);
  font-size: 16px;
}
.solutions-hero-content a,
.solutions-hero-content i {
  color: rgba(251, 251, 251, 0.82);
}

.solutions-page {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  color: #071342;
  overflow: hidden;
}

.solutions-tabs {
  display: flex;
  gap: 6px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: -22px auto 56px;
  padding: 8px;
  border-radius: 999px;
  background: #fbfbfb;
  box-shadow: 0 12px 32px rgba(35, 31, 32, 0.12);
  overflow-x: auto;
}

.solutions-tab {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #071342;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: 180ms ease;
}
.solutions-tab.active, .solutions-tab:hover {
  background: #071342;
  color: #fbfbfb;
}

.solutions-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  grid-template-areas: "copy visual" "advantages advantages";
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}
.solutions-panel[hidden] {
  display: none !important;
}

.solutions-copy {
  grid-area: copy;
  max-width: 560px;
  padding-bottom: 92px;
}
.solutions-copy h2 {
  margin: 0 0 18px;
  color: #071342;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
}
.solutions-copy p {
  margin: 0;
  color: #253052;
  font-size: 16px;
  line-height: 1.75;
}
.solutions-copy p + p {
  margin-top: 12px;
}

.solutions-visual {
  position: relative;
  grid-area: visual;
  z-index: 2;
  min-height: 300px;
  margin-bottom: -42px;
}

.solutions-visual-hybrid .sun {
  position: absolute;
  top: 34px;
  left: 45%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 28%, #dff3df 30% 100%);
  box-shadow: 0 18px 30px rgba(35, 31, 32, 0.1);
}
.solutions-visual-hybrid .plant {
  position: absolute;
  left: 28%;
  bottom: 26px;
  width: 210px;
  height: 126px;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(135deg, #eef8f8 0 45%, #bce2e4 45% 100%);
  box-shadow: 0 18px 34px rgba(35, 31, 32, 0.14);
}
.solutions-visual-hybrid .plant::before {
  content: "";
  position: absolute;
  inset: 24px 28px 34px;
  background: repeating-linear-gradient(90deg, #0f83d8 0 28px, #e83a3f 28px 34px);
  transform: skewY(-16deg);
}
.solutions-visual-hybrid .battery {
  position: absolute;
  right: 18%;
  bottom: 84px;
  width: 86px;
  height: 150px;
  border-radius: 44px 44px 10px 10px;
  background: linear-gradient(#e5fff5, #36d1a5);
}
.solutions-visual-hybrid .wind {
  position: absolute;
  width: 72px;
  height: 118px;
  border-left: 5px solid #8ccad7;
}
.solutions-visual-hybrid .wind::before, .solutions-visual-hybrid .wind::after {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  width: 58px;
  height: 8px;
  border-radius: 999px;
  background: #8ccad7;
  transform-origin: center;
}
.solutions-visual-hybrid .wind::after {
  transform: rotate(60deg);
}
.solutions-visual-hybrid .wind-one {
  left: 12%;
  bottom: 54px;
}
.solutions-visual-hybrid .wind-two {
  left: 20%;
  bottom: 88px;
  transform: scale(0.78);
}

.solutions-visual-sync {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: end;
}
.solutions-visual-sync span {
  position: relative;
  height: 230px;
}
.solutions-visual-sync span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 170px;
  border-radius: 26px 26px 10px 10px;
  background: linear-gradient(#9bd9ff, #6d9df8);
  transform: translateX(-50%) rotate(-8deg);
}
.solutions-visual-sync span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  width: 90px;
  height: 90px;
  border: 8px solid #ffb293;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) rotate(32deg);
}

.solutions-visual-data,
.solutions-visual-cogen,
.solutions-visual-cloud,
.solutions-visual-telecom {
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(200, 238, 245, 0.9), rgba(245, 255, 249, 0.72));
  box-shadow: inset 0 -80px 0 rgba(7, 19, 66, 0.06);
}

.solutions-visual-data {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.solutions-visual-data span {
  width: 90px;
  height: 180px;
  border-radius: 12px;
  background: repeating-linear-gradient(180deg, #071342 0 18px, #173073 18px 24px);
  box-shadow: 0 18px 30px rgba(35, 31, 32, 0.16);
}

.solutions-visual-telecom .tower {
  position: absolute;
  left: 45%;
  bottom: 34px;
  width: 110px;
  height: 220px;
  border-left: 8px solid #071342;
  border-right: 8px solid #071342;
  transform: translateX(-50%);
}
.solutions-visual-telecom .tower::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0;
  width: 160px;
  height: 8px;
  background: #071342;
  transform: rotate(-18deg);
}
.solutions-visual-telecom .signal {
  position: absolute;
  top: 40px;
  width: 140px;
  height: 140px;
  border: 6px solid #e7000b;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.solutions-visual-telecom .signal-one {
  left: 30%;
  transform: rotate(-45deg);
}
.solutions-visual-telecom .signal-two {
  right: 26%;
  transform: rotate(135deg);
}

.solutions-visual-cogen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: center;
  padding: 42px;
}
.solutions-visual-cogen span {
  height: 168px;
  border-radius: 18px;
  background: linear-gradient(160deg, #9ff0b8, #0876d9);
  box-shadow: 0 18px 32px rgba(35, 31, 32, 0.13);
}

.solutions-visual-cloud .cloud {
  position: absolute;
  left: 50%;
  top: 68px;
  width: 210px;
  height: 92px;
  border-radius: 60px;
  background: #fbfbfb;
  transform: translateX(-50%);
  box-shadow: 0 18px 30px rgba(35, 31, 32, 0.12);
}
.solutions-visual-cloud .cloud::before, .solutions-visual-cloud .cloud::after {
  content: "";
  position: absolute;
  bottom: 34px;
  border-radius: 50%;
  background: #fbfbfb;
}
.solutions-visual-cloud .cloud::before {
  left: 34px;
  width: 88px;
  height: 88px;
}
.solutions-visual-cloud .cloud::after {
  right: 38px;
  width: 72px;
  height: 72px;
}
.solutions-visual-cloud .node {
  position: absolute;
  bottom: 52px;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #071342;
}
.solutions-visual-cloud .node::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  width: 2px;
  height: 72px;
  background: rgba(7, 19, 66, 0.4);
}
.solutions-visual-cloud .node-one {
  left: 22%;
}
.solutions-visual-cloud .node-two {
  left: 50%;
  transform: translateX(-50%);
}
.solutions-visual-cloud .node-three {
  right: 22%;
}

.solutions-advantages {
  grid-area: advantages;
  width: 100vw;
  margin: -54px 0 0 calc(50% - 50vw);
  padding: 150px 0 92px;
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
  background: #071342;
  color: #fbfbfb;
}

.solutions-advantages-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.9fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  width: min(1060px, 100% - 48px);
  margin: 0 auto;
}

.solutions-advantage-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 520px;
}
.solutions-advantage-cards article {
  min-height: 128px;
  padding: 20px 18px;
  border-radius: 8px;
  background: #fbfbfb;
  color: #071342;
}
.solutions-advantage-cards i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(231, 0, 11, 0.08);
  color: #e7000b;
  font-size: 18px;
}
.solutions-advantage-cards h3 {
  margin: 0 0 7px;
  color: #071342;
  font-size: 18px;
  font-weight: 800;
}
.solutions-advantage-cards p {
  margin: 0;
  color: #4b5364;
  font-size: 16px;
  line-height: 1.5;
}

.solutions-advantages-content h2 {
  margin: 0 0 18px;
  color: #fbfbfb;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
}
.solutions-advantages-content p {
  max-width: 520px;
  margin: 0;
  color: rgba(251, 251, 251, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.solutions-contact {
  padding: 90px 0 120px;
}

.solutions-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 430px);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
  max-width: 1020px;
  margin: 0 auto;
}

.solutions-contact-content h2 {
  margin: 0 0 16px;
  color: #071342;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.22;
}
.solutions-contact-content p {
  max-width: 360px;
  margin: 0;
  color: #253052;
  font-size: 16px;
  line-height: 1.65;
}

.solutions-contact-form {
  padding: 18px;
  border-radius: 4px;
  background: rgba(35, 31, 32, 0.18);
}
.solutions-contact-form label {
  display: block;
  margin-bottom: 10px;
}
.solutions-contact-form span {
  display: block;
  margin-bottom: 4px;
  color: #071342;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.solutions-contact-form input,
.solutions-contact-form select,
.solutions-contact-form textarea {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 2px;
  background: #fbfbfb;
  color: #071342;
  font-size: 16px;
  outline: 0;
}
.solutions-contact-form textarea {
  min-height: 90px;
  padding-top: 10px;
  resize: vertical;
}
.solutions-contact-form button {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 2px;
  background: #e7000b;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  .solutions-panel,
  .solutions-advantages-grid,
  .solutions-contact-grid {
    grid-template-columns: 1fr;
  }
  .solutions-panel {
    grid-template-areas: "copy" "visual" "advantages";
  }
  .solutions-advantage-cards {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .solutions-hero,
  .solutions-page,
  .solutions-advantages,
  .solutions-contact {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .solutions-hero {
    min-height: 260px;
  }
  .solutions-hero-content {
    padding-top: 60px;
  }
  .solutions-page {
    padding-bottom: 0;
    overflow: hidden;
  }
  .solutions-page .container,
  .solutions-advantages .container,
  .solutions-contact .container {
    width: 100vw;
    max-width: 100vw;
    margin-right: 0;
    margin-left: 0;
    padding-right: 18px;
    padding-left: 18px;
  }
  .solutions-tabs {
    justify-content: flex-start;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-bottom: 38px;
    overflow-x: auto;
  }
  .solutions-panel {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
    gap: 28px;
    min-width: 0;
  }
  .solutions-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 24px;
  }
  .solutions-copy h2,
  .solutions-copy p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .solutions-visual {
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    margin-bottom: -32px;
    overflow: hidden;
  }
  .solutions-advantages {
    width: 100vw;
    margin: -24px 0 0 calc(50% - 50vw);
    padding: 96px 0 70px;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
  }
  .solutions-advantages-grid {
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
    margin: 0 auto;
    gap: 28px;
  }
  .solutions-advantage-cards {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }
  .solutions-advantage-cards article,
  .solutions-advantages-content,
  .solutions-contact-grid,
  .solutions-contact-content,
  .solutions-contact-form {
    width: 100%;
    max-width: 100%;
  }
  .solutions-contact {
    padding: 60px 0 82px;
  }
}
.technical-documents-page {
  min-height: 100vh;
  padding: 84px 0 118px;
  color: #071342;
}

.technical-documents-heading {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}
.technical-documents-heading h1 {
  margin-bottom: 28px;
  color: #071342;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.25;
}

.technical-documents-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.technical-documents-filter > span {
  color: #071342;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.technical-documents-filter .form-select {
  width: 164px;
  height: 42px;
  padding: 0 38px 0 18px;
  border: 0;
  border-radius: 999px;
  background-color: #fbfbfb;
  color: #071342;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(35, 31, 32, 0.1);
}
.technical-documents-filter .form-select:focus {
  box-shadow: 0 0 0 3px rgba(231, 0, 11, 0.12);
}

.technical-documents-search {
  position: relative;
  display: block;
  width: min(320px, 100%);
  padding: 7px;
  border-radius: 999px;
  background: rgba(35, 31, 32, 0.08);
}
.technical-documents-search input {
  width: 100%;
  height: 42px;
  padding: 0 46px 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fbfbfb;
  color: #071342;
  font-size: 16px;
  outline: 0;
}
.technical-documents-search input::-moz-placeholder {
  color: #8b8f9b;
}
.technical-documents-search input::placeholder {
  color: #8b8f9b;
}
.technical-documents-search i {
  position: absolute;
  top: 50%;
  right: 24px;
  color: #071342;
  font-size: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.technical-documents-count {
  max-width: 1080px;
  margin: 0 auto 20px;
  color: #071342;
  font-size: 16px;
  font-weight: 500;
}

.technical-documents-list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 28px 26px;
  border-radius: 14px;
  background: #fbfbfb;
  box-shadow: 0 20px 55px rgba(7, 19, 66, 0.08);
}

.technical-document-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(2, 14, 74, 0.14);
}
.technical-document-item:last-of-type {
  border-bottom: 0;
}
.technical-document-item[hidden] {
  display: none !important;
}
.technical-document-item h2 {
  margin: 0;
  color: #071342;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.technical-document-item a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #e7000b;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  transition: 180ms ease;
}
.technical-document-item a:hover {
  color: #b90009;
  transform: translateX(2px);
}

.technical-documents-empty {
  margin: 0;
  padding: 24px 0 2px;
  color: #071342;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technical-documents-page {
    padding: 52px 0 72px;
  }
  .technical-documents-heading {
    margin-bottom: 34px;
  }
  .technical-documents-heading h1 {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .technical-documents-filter {
    flex-direction: column;
    align-items: stretch;
    max-width: 360px;
    margin: 0 auto;
  }
  .technical-documents-filter > span {
    text-align: center;
  }
  .technical-documents-filter .form-select,
  .technical-documents-filter .technical-documents-search {
    width: 100%;
  }
  .technical-documents-count {
    margin-bottom: 14px;
    padding: 0 4px;
  }
  .technical-documents-list {
    padding: 8px 18px 10px;
    border-radius: 12px;
  }
  .technical-document-item {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: flex-start;
    min-height: auto;
    padding: 20px 0;
  }
  .technical-document-item h2 {
    font-size: 16px;
  }
  .technical-document-item a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
}
.faq-page {
  min-height: 100vh;
}
@media screen and (min-width: 992px) {
  .faq-page {
    padding: 170px 0 118px;
  }
}
.faq-page {
  color: #020e4a;
}

.faq-heading {
  max-width: 930px;
  margin: 0 auto 66px;
  text-align: center;
}
.faq-heading h1 {
  margin-bottom: 28px;
  color: #071342;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.25;
}

.faq-search {
  position: relative;
  display: block;
  width: min(520px, 100%);
  margin: 0 auto;
  padding: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
}
.faq-search input {
  width: 100%;
  height: 52px;
  padding: 0 58px 0 28px;
  border: 0;
  border-radius: 999px;
  background: #fbfbfb;
  color: #071342;
  font-size: 16px;
  outline: 0;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
}
.faq-search input::-moz-placeholder {
  color: #8b8f9b;
}
.faq-search input::placeholder {
  color: #8b8f9b;
}
.faq-search i {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #071342;
  font-size: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto 36px;
}

.faq-tab {
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(2, 14, 74, 0.24);
  border-radius: 999px;
  background: #fbfbfb;
  color: #071342;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 220ms ease;
}
.faq-tab:hover, .faq-tab.active {
  border-color: #e7000b;
  background: #e7000b;
  color: #fbfbfb;
  transform: translateY(-1px);
}

.faq-panel {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 28px 32px;
  border-radius: 16px;
  background: #fbfbfb;
  box-shadow: 0 20px 54px rgba(7, 19, 66, 0.08);
}

.faq-item {
  border-bottom: 1px solid rgba(2, 14, 74, 0.16);
}
.faq-item:last-of-type {
  border-bottom: 0;
}
.faq-item[hidden] {
  display: none !important;
}

.faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #071342;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
}
.faq-question i {
  color: #e7000b;
  font-size: 16px;
  text-align: center;
}
.faq-question:focus-visible {
  outline: 2px solid rgba(231, 0, 11, 0.45);
  outline-offset: 6px;
}

.faq-answer {
  max-width: 880px;
  padding: 0 28px 30px;
  color: #202943;
  font-size: 16px;
  line-height: 1.85;
}

.faq-empty {
  margin: 0;
  padding: 34px 0 20px;
  color: #6c7280;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .faq-page {
    padding-top: 45px;
  }
  .faq-heading {
    margin-bottom: 42px;
  }
  .faq-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .faq-tabs::-webkit-scrollbar {
    display: none;
  }
  .faq-tab {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .faq-page {
    padding: 65px 0 78px;
  }
  .faq-search {
    padding: 7px;
  }
  .faq-search input {
    height: 46px;
    padding-left: 18px;
  }
  .faq-panel {
    padding: 12px 18px 18px;
    border-radius: 12px;
  }
  .faq-question {
    min-height: 68px;
    font-size: 16px;
  }
  .faq-answer {
    padding: 0 4px 24px;
    font-size: 16px;
  }
}
.generator-verify-page {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86)), url("/assets/images/background-image.webp") center top/cover;
  color: #020e4a;
}

.generator-verify-hero {
  padding: 142px 0 48px;
}

.generator-verify-heading {
  max-width: 880px;
  margin: 0 auto 24px;
  text-align: center;
}
.generator-verify-heading h1 {
  color: #071342;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 800;
  line-height: 1.28;
}

.generator-verify-form {
  width: min(760px, 100%);
  margin: 0 auto;
}

.generator-verify-form-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: end;
  margin: 0 10px 6px;
  color: #071342;
  font-size: 16px;
  font-weight: 700;
}
.generator-verify-form-top a {
  justify-self: end;
  color: #071342;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.generator-verify-form-top a:hover {
  color: #e7000b;
}

.generator-verify-form-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 999px;
  background: rgba(8, 13, 31, 0.14);
  box-shadow: 0 18px 42px rgba(7, 19, 66, 0.12);
}
.generator-verify-form-box input {
  min-width: 0;
  height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #fbfbfb;
  color: #071342;
  font-size: 16px;
  outline: 0;
}
.generator-verify-form-box input::-moz-placeholder {
  color: #8a8f9d;
}
.generator-verify-form-box input::placeholder {
  color: #8a8f9d;
}
.generator-verify-form-box button {
  height: 38px;
  min-width: 94px;
  border: 0;
  border-radius: 999px;
  background: #071342;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 800;
  transition: 220ms ease;
}
.generator-verify-form-box button:hover {
  background: #e7000b;
  transform: translateY(-1px);
}

.generator-verify-feedback {
  min-height: 20px;
  margin: 10px 12px 0;
  color: #071342;
  font-size: 16px;
  text-align: center;
}

.generator-verify-form.is-invalid .generator-verify-feedback {
  color: #e7000b;
}

.generator-verify-form.is-valid .generator-verify-feedback {
  color: #126b3a;
}

.generator-verify-body .contact-fixed {
  bottom: 28px;
}

.generator-control-section {
  padding: 16px 0 96px;
}

.generator-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
}

.generator-control-content h2 {
  max-width: 430px;
  margin-bottom: 34px;
  color: #071342;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.3;
}

.generator-control-list {
  border-top: 1px solid rgba(2, 14, 74, 0.14);
}

.generator-control-item {
  border-bottom: 1px solid rgba(2, 14, 74, 0.14);
}
.generator-control-item.is-active .generator-control-button strong {
  color: #071342;
}
.generator-control-item p {
  margin: -4px 28px 16px 60px;
  color: #4b5364;
  font-size: 16px;
  line-height: 1.65;
}

.generator-control-button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #071342;
  text-align: left;
}
.generator-control-button span {
  color: #e7000b;
  font-size: 16px;
  font-weight: 800;
}
.generator-control-button strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}
.generator-control-button i {
  color: #e7000b;
  font-size: 16px;
  text-align: center;
}
.generator-control-button:focus-visible {
  outline: 2px solid rgba(231, 0, 11, 0.42);
  outline-offset: 5px;
}

.generator-control-visual {
  position: relative;
  min-height: 430px;
}

.generator-control-product {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(620px, 100%);
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(7, 19, 66, 0.13));
}

.generator-control-detail {
  position: absolute;
  top: -120px;
  right: 7%;
  width: 118px;
  height: 132px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 78% 48%;
     object-position: 78% 48%;
  box-shadow: 0 18px 36px rgba(7, 19, 66, 0.14);
  z-index: 10;
  transition: opacity 180ms ease, transform 180ms ease, object-position 220ms ease;
  transition: opacity 180ms ease, transform 180ms ease, object-position 220ms ease, -o-object-position 220ms ease;
}
.generator-control-detail.is-changing {
  opacity: 0.32;
  transform: translateY(6px) scale(0.98);
}

.generator-verify-faq-section {
  position: relative;
  padding: 142px 0 118px;
  background: #071342;
  color: #fbfbfb;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}
.generator-verify-faq-section .container {
  position: relative;
  z-index: 1;
}
.generator-verify-faq-section h2 {
  margin-bottom: 38px;
  color: #fbfbfb;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  text-align: center;
}

.generator-verify-faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 28px 26px;
  border-radius: 12px;
  background: #fbfbfb;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.generator-verify-faq-item {
  border-bottom: 1px solid rgba(2, 14, 74, 0.14);
}
.generator-verify-faq-item:last-child {
  border-bottom: 0;
}

.generator-verify-faq-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #071342;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
}
.generator-verify-faq-button i {
  color: #e7000b;
  font-size: 16px;
  text-align: center;
}
.generator-verify-faq-button:focus-visible {
  outline: 2px solid rgba(231, 0, 11, 0.42);
  outline-offset: 5px;
}

.generator-verify-faq-answer {
  padding: 0 34px 26px 0;
  color: #202943;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 992px) {
  .generator-verify-hero {
    padding-top: 160px;
  }
  .generator-control-grid {
    grid-template-columns: 1fr;
  }
  .generator-control-visual {
    min-height: 360px;
  }
  .generator-control-product {
    left: 50%;
    right: auto;
    max-width: 620px;
    transform: translateX(-50%);
  }
  .generator-control-detail {
    right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .generator-verify-hero {
    padding: 64px 0 34px;
  }
  .generator-verify-form-top {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }
  .generator-verify-form-top a {
    justify-self: center;
  }
  .generator-verify-form-box {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .generator-control-section {
    padding-bottom: 70px;
  }
  .generator-control-content h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .generator-control-button {
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    gap: 10px;
  }
  .generator-control-item p {
    margin-left: 44px;
  }
  .generator-control-visual {
    min-height: 280px;
  }
  .generator-control-detail {
    top: -8px;
    right: 4%;
    width: 92px;
    height: 104px;
  }
  .generator-verify-faq-section {
    padding: 98px 0 84px;
  }
  .generator-verify-faq-section::before {
    top: -46px;
    height: 88px;
    transform: rotate(-5deg);
  }
  .generator-verify-faq {
    padding: 14px 18px 18px;
  }
  .generator-verify-faq-button {
    min-height: 62px;
    font-size: 16px;
  }
  .generator-verify-faq-answer {
    padding-right: 0;
  }
}
.power-calculator-page {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 250, 250, 0.82)), url("/assets/images/background-image.webp") center top/cover;
  color: #071342;
}

.power-calculator-html {
  overflow-x: hidden;
}

.power-calculator-body {
  overflow-x: hidden;
}
.power-calculator-body .contact-fixed {
  bottom: 28px;
}

.power-calculator-heading {
  max-width: 840px;
  margin: 0 auto 46px;
  text-align: center;
}
.power-calculator-heading h2 {
  margin-bottom: 20px;
  color: #071342;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.35;
}

.power-mode-switch {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  background: rgba(251, 251, 251, 0.72);
  box-shadow: 0 10px 32px rgba(2, 14, 74, 0.12);
}
.power-mode-switch button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #071342;
  font-size: 16px;
  font-weight: 800;
  transition: 200ms ease;
}
.power-mode-switch button i {
  font-size: 16px;
}
.power-mode-switch button.active {
  background: #e7000b;
  color: #fbfbfb;
}

.power-calculator-grid {
  display: grid;
  grid-template-columns: minmax(290px, 400px) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
  margin: 0 auto;
  padding-bottom: 96px;
}

.power-selector-card {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 8px;
  background: rgba(251, 251, 251, 0.94);
  box-shadow: 0 18px 46px rgba(7, 19, 66, 0.16);
}

.power-search {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.power-search input {
  width: 100%;
  height: 40px;
  padding: 0 38px 0 16px;
  border: 1px solid rgba(2, 14, 74, 0.09);
  border-radius: 999px;
  background: #fbfbfb;
  color: #071342;
  font-size: 16px;
  outline: 0;
}
.power-search input:focus {
  border-color: rgba(231, 0, 11, 0.45);
  box-shadow: 0 0 0 3px rgba(231, 0, 11, 0.08);
}
.power-search i {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #071342;
  font-size: 16px;
  transform: translateY(-50%);
}

.power-category-panel h2 {
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(231, 0, 11, 0.55);
  color: #071342;
  font-size: 16px;
  font-weight: 800;
}

.power-category {
  border-bottom: 1px solid rgba(2, 14, 74, 0.11);
}

.power-category-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #071342;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
}
.power-category-toggle span {
  display: inline-flex;
  gap: 11px;
  align-items: center;
}
.power-category-toggle i {
  color: #e7000b;
  font-size: 16px;
}
.power-category-toggle > i:last-child {
  color: #071342;
  font-size: 16px;
}
.power-category-toggle.collapsed > i:last-child::before {
  content: "\f078";
}
.power-category-toggle:not(.collapsed) > i:last-child::before {
  content: "\f077";
}

.power-device-list {
  display: grid;
  gap: 11px;
  padding: 0 0 18px;
}

.power-device {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}
.power-device[hidden] {
  display: none !important;
}
.power-device label {
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
  margin: 0;
  color: #071342;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.power-device input[type=checkbox] {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  accent-color: #e7000b;
}

.power-stepper {
  display: inline-grid;
  grid-template-columns: 22px 28px 22px;
  overflow: hidden;
  height: 26px;
  border: 1px solid rgba(231, 0, 11, 0.32);
  border-radius: 999px;
  background: #fbfbfb;
}
.power-stepper button,
.power-stepper input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #e7000b;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  outline: 0;
}
.power-stepper input {
  color: #071342;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.power-stepper input::-webkit-outer-spin-button, .power-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.power-empty {
  margin: 18px 0 0;
  color: #7a8292;
  font-size: 16px;
  text-align: center;
}

.power-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}
.power-actions button {
  min-height: 38px;
  border: 0;
  border-radius: 5px;
  background: #f2f2f2;
  color: #071342;
  font-size: 16px;
  font-weight: 800;
  transition: 200ms ease;
}
.power-actions button.primary {
  background: #e7000b;
  color: #fbfbfb;
}
.power-actions button:hover {
  transform: translateY(-1px);
}

.power-result-area {
  position: relative;
  min-height: 560px;
  padding-top: 72px;
}

.power-illustration {
  position: relative;
  width: min(430px, 100%);
  height: 330px;
  margin: 0 auto;
}

.power-sun {
  position: absolute;
  top: 0;
  right: 66px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #dff5ff;
}

.wind-one,
.wind-two,
.tower-icon,
.bolt-icon {
  position: absolute;
  z-index: 2;
  color: #06155a;
}

.wind-one {
  top: 74px;
  left: 44px;
  font-size: 84px;
  color: #0077d9;
}

.wind-two {
  top: 40px;
  left: 150px;
  font-size: 116px;
  color: #0077d9;
}

.tower-icon {
  top: 32px;
  right: 28px;
  font-size: 118px;
}

.bolt-icon {
  right: 74px;
  bottom: 40px;
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  border: 10px solid #80c9ff;
  border-radius: 50%;
  background: #071342;
  color: #ff7b66;
  font-size: 56px;
}

.power-illustration::before {
  content: "";
  position: absolute;
  left: 62px;
  bottom: 52px;
  z-index: 1;
  width: 230px;
  height: 120px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0a62e9 0 24%, #054fce 24% 100%);
  box-shadow: inset 30px 0 0 #3db2ff;
}

.power-result-card {
  position: relative;
  z-index: 4;
  width: min(520px, 100%);
  margin: -100px auto 0;
  padding: 164px 26px 28px;
  border-radius: 8px;
  background: rgba(251, 251, 251, 0.95);
  box-shadow: 0 18px 44px rgba(7, 19, 66, 0.12);
}
.power-result-card .power-result-label {
  display: block;
  margin-bottom: 10px;
  color: #071342;
  font-size: clamp(22px, 2.7vw, 30px);
  font-weight: 800;
  line-height: 1.2;
}
.power-result-card strong {
  display: block;
  color: #e7000b;
  font-size: 16px;
  font-weight: 900;
}
.power-result-card hr {
  margin: 24px 0 16px;
  border-color: rgba(2, 14, 74, 0.18);
  opacity: 1;
}
.power-result-card p {
  margin-bottom: 18px;
  color: #4a5365;
  font-size: 16px;
  line-height: 1.65;
}
.power-result-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 5px;
  background: #e7000b;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  .power-calculator-page {
    padding-top: 150px;
  }
  .power-calculator-grid {
    grid-template-columns: 1fr;
  }
  .power-selector-card {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }
  .power-result-area {
    min-height: auto;
    padding-top: 16px;
  }
  .power-products-grid {
    grid-template-columns: repeat(3, minmax(190px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .power-calculator-page {
    padding-top: 220px;
  }
  .power-calculator-heading {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-bottom: 30px;
    padding: 0 12px;
  }
  .power-calculator-heading h2 {
    overflow-wrap: anywhere;
  }
  .power-calculator-grid {
    padding-bottom: 74px;
  }
  .power-selector-card {
    padding: 16px;
  }
  .power-device {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .power-stepper {
    justify-self: start;
  }
  .power-actions {
    grid-template-columns: 1fr;
  }
  .power-illustration {
    height: 270px;
  }
  .power-sun {
    right: 36px;
    width: 220px;
    height: 220px;
  }
  .wind-one {
    left: 22px;
    font-size: 58px;
  }
  .wind-two {
    left: 116px;
    font-size: 78px;
  }
  .tower-icon {
    right: 18px;
    font-size: 82px;
  }
  .bolt-icon {
    right: 48px;
    bottom: 42px;
    width: 84px;
    height: 84px;
    font-size: 42px;
  }
  .power-illustration::before {
    left: 40px;
    bottom: 60px;
    width: 190px;
    height: 96px;
  }
  .power-result-card {
    margin-top: -86px;
    padding: 132px 20px 24px;
  }
  .power-products-section {
    padding: 105px 0 74px;
  }
  .power-products-section::before {
    top: -45px;
    height: 88px;
    transform: rotate(-5deg);
  }
  .power-products-grid {
    grid-template-columns: 1fr;
  }
}
.icon-list .icon-duzen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-list .icon-duzen h2 {
  font-size: 1.3em;
  padding: 10px 0;
}
.icon-list .icon-duzen img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.urun-detay-info {
  padding: 8vh 0;
  background-color: #f0f0f0;
}
.urun-detay-info h2 {
  text-align: center;
  color: #020e4a;
  margin-bottom: 30px;
}
.urun-detay-info h4,
.urun-detay-info p {
  text-align: center;
}
.urun-detay-info h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-info p {
  color: #7a7a7a;
  font-size: 1em;
}

.urun-detay-teknik {
  padding: 8vh 0;
  background-color: #fafafa;
}
.urun-detay-teknik h2 {
  text-align: center;
  color: #020e4a;
  margin-bottom: 30px;
}
.urun-detay-teknik h4,
.urun-detay-teknik p {
  text-align: center;
}
.urun-detay-teknik h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-teknik p {
  color: #7a7a7a;
  font-size: 1em;
}

.dokumanlar {
  padding: 8vh 0;
  background-color: rgba(240, 240, 240, 0.6078431373);
}
.dokumanlar h2 {
  text-align: center;
  color: #020e4a;
  margin-bottom: 30px;
}
.dokumanlar h4,
.dokumanlar p {
  text-align: center;
}
.dokumanlar h4 {
  margin: 20px 0 10px 0;
}
.dokumanlar p {
  color: #7a7a7a;
  font-size: 1em;
}
.dokumanlar i,
.dokumanlar a {
  font-size: 1.2em;
}
.dokumanlar i {
  color: #020e4a;
}
.dokumanlar a:hover {
  transform: scale(0.4);
}

/*Randevu Formu*/
.randevu-page .randevu-baslik {
  color: #020e4a;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.randevu-page .contact-row i {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 3em;
}
.randevu-page .contact-row {
  padding: 0 40px;
}
.randevu-page .contact-row .col-lg-4 {
  display: flex;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 992px) {
  .randevu-page .contact-row .col-lg-4 {
    padding: 20px 0;
  }
}
.randevu-page .contact-row .col-lg-4 h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
}
.randevu-page .contact-row .col-lg-4 a,
.randevu-page .contact-row .col-lg-4 h4,
.randevu-page .contact-row .col-lg-4 h5 {
  color: white !important;
}
.randevu-page .contact-row .col-lg-4 a,
.randevu-page .contact-row .col-lg-4 p,
.randevu-page .contact-row .col-lg-4 h4,
.randevu-page .contact-row .col-lg-4 h5 {
  font-size: 16px;
}
.randevu-page .contact-row .col-lg-4 img {
  width: 78px;
  height: 78px;
  clip-path: circle(50%);
  padding: 20px;
}
.randevu-page .contact-row .col-lg-4 button {
  border: 1px solid #000 !important;
}
.randevu-page .contact-row {
  margin: 0 1px;
  border-radius: 7.2px;
  padding: 40px;
  background-color: #020e4a;
}
.randevu-page h3 {
  color: #fbfbfb;
}
.randevu-page i {
  color: #fbfbfb;
  padding-right: 7px;
}
.randevu-page ul li {
  list-style-type: none !important;
}
.randevu-page .contact-info {
  display: flex;
  flex-direction: column;
}
.randevu-page .contact-social {
  display: flex;
  flex-wrap: wrap;
}
.randevu-page .row-form {
  display: flex;
  justify-content: center;
  align-content: center;
}
.randevu-page .row-form h6 {
  padding: 40px 0;
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 120% */
  letter-spacing: -2px;
}
.randevu-page .contact-form label {
  color: #606161 !important;
}
.randevu-page .contact-form input,
.randevu-page .contact-form textarea {
  border-radius: 7.2px;
  margin: 3px 0;
  padding: 20px 10px;
  margin-bottom: 5px;
  width: 100%;
  background-color: #fbfbfb;
}
.randevu-page .contact-form ::-moz-placeholder {
  color: #606161;
  padding-left: 2vh;
}
.randevu-page .contact-form ::placeholder {
  color: #606161;
  padding-left: 2vh;
}
.randevu-page .contact-form .form-check-input {
  width: 5px;
  padding: 8px;
  background-color: #020e4a;
  border: 2px solid white;
}
.randevu-page .contact-form button {
  margin: 10px 0;
}
.randevu-page .contact-form .form-control {
  border: none !important;
}
.randevu-page .contact-form .form-control:focus {
  box-shadow: none;
  border-color: #020e4a;
}
.randevu-page iframe {
  width: 2500px;
  border-radius: 10px;
  margin: 5vh 0 1vh 0;
}
.randevu-page form {
  padding-bottom: 5vh;
}
.randevu-page .input-group-append {
  cursor: pointer;
}
.randevu-page input[type=date] {
  content: '<i class="fa fa-facebook"> </i>';
  color: #606161;
  padding-left: 3vh;
}
.randevu-page input[type=date]::-webkit-inner-spin-button,
.randevu-page input[type=date]::-webkit-calendar-picker-indicator {
  border-radius: 7px;
  height: 25px;
  width: 25px;
}

.hizmetler-card-section .col-xl-4 {
  padding: 10px 5px;
}
@media screen and (min-width: 992px) {
  .hizmetler-card-section .card {
    width: auto;
  }
}
.hizmetler-card-section .card {
  height: 400px;
  border: none !important;
  outline: none;
  transition: 400ms ease-in-out;
}
.hizmetler-card-section .card:hover {
  transform: scale(0.98);
}
.hizmetler-card-section .card:before {
  border-radius: 10px !important;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-shadow: -1px 0px 5px -1px rgba(199, 199, 199, 0.48);
}
.hizmetler-card-section .card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 360px;
  width: 500px;
}
.hizmetler-card-section .card .card-inner {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 12px 10px;
  background-color: #fbfbfb;
}
.hizmetler-card-section .card h2 {
  text-align: center;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
  letter-spacing: -1px;
  color: #2e4046;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .hizmetler-card-section .card h2 {
    font-size: 2em;
  }
}
.hizmetler-card-section .owl-carousel .owl-item-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-icons {
  background-color: #020e4a;
  padding: 8vh 0;
}
.section-icons a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 400ms ease-in-out;
}
.section-icons a:hover {
  transform: scale(0.9);
}
.section-icons a:hover img {
  border: 5px solid #e7000b;
}
.section-icons h1,
.section-icons h2,
.section-icons h3,
.section-icons h4,
.section-icons h5,
.section-icons h6,
.section-icons a,
.section-icons p {
  padding-top: 10px;
  color: #fbfbfb;
  font-size: 1.2em !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-icons h1,
  .section-icons h2,
  .section-icons h3,
  .section-icons h4,
  .section-icons h5,
  .section-icons h6,
  .section-icons a,
  .section-icons p {
    font-size: 1em !important;
  }
}
.section-icons img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  border: 5px solid white;
}

img.about-img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kurs-alan h1 {
  color: #e7000b;
  font-size: 1.5em;
}
.kurs-alan h2 {
  font-size: 1em;
}

img.about-img {
  height: 400px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  box-shadow: 10px 10px 5px -8px rgb(144, 144, 144);
}

.logomask {
  -webkit-mask-image: url("/assets/images/logo.png");
  mask-image: url("/assets/images/logo.png");
  -webkit-mask-size: 80%;
  mask-size: 80%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
}

.sn-iconlist {
  padding: 8vh 0;
  text-align: center;
  background-image: url("/assets/images/static/patterns/pattern_bg.png");
  background-color: #e7000b;
  color: #e7000b;
}
.sn-iconlist h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fbfbfb !important;
}
.sn-iconlist p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7098039216);
  margin-bottom: 2rem;
}
.sn-iconlist i {
  margin: 0 0 1rem 0;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 50%;
  color: #e7000b;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 4px 3px rgba(228, 228, 228, 0.25);
}
.sn-iconlist i:hover {
  background-color: #2e4046;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #e7000b;
  color: white;
  text-align: center;
  font-size: 40px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(4, 30, 73, 0.6);
  border-radius: 5px;
}

.contact-info_text {
  min-width: 280px;
  display: block;
  margin-bottom: -0.5em;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif;
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info_text a {
  color: #231f20;
}

.contact-info_text a:hover {
  color: #020e4a;
}

.sn-lokasyonlar img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-lokasyonlar .card {
  position: relative;
  box-shadow: 1.8px 2px 2.2px rgba(0, 0, 0, 0.02), 4.4px 4.7px 5.3px rgba(0, 0, 0, 0.028), 8.3px 8.9px 10px rgba(0, 0, 0, 0.035), 14.7px 15.9px 17.9px rgba(0, 0, 0, 0.042), 27.6px 29.7px 33.4px rgba(0, 0, 0, 0.05), 66px 71px 80px rgba(0, 0, 0, 0.07);
  transition: 400ms ease-in-out;
}
.sn-lokasyonlar .card:hover {
  filter: grayscale(0.7);
}
.sn-lokasyonlar .card-body {
  position: absolute;
  bottom: 0;
  color: white;
}
.sn-lokasyonlar .card-body i,
.sn-lokasyonlar .card-body a,
.sn-lokasyonlar .card-body p {
  color: white !important;
}
.sn-lokasyonlar .card-body {
  width: 100%;
  box-shadow: inset 0px -98px 31px -14px rgba(0, 0, 0, 0.6);
}

.hizmetOwl .owl-nav {
  display: none !important;
}

.sn-bizeulas {
  padding: 6vh 0;
  background-image: linear-gradient(45deg, rgb(46, 64, 70) 34.7%, rgba(59, 115, 134, 0.664) 73%);
  background-size: cover;
  background-position: fixed;
  background-color: #2e4046;
  box-shadow: inset 1px 10px 18px 3px rgba(92, 92, 92, 0.07);
}
@media screen and (max-width: 768px) {
  .sn-bizeulas {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.sn-bizeulas i {
  color: #fbfbfb;
  font-size: 55px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sn-bizeulas h2 {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
  }
}
.sn-bizeulas h2 {
  color: #fbfbfb;
  display: flex;
  font-weight: 700;
  justify-content: start;
  align-content: center;
}
.sn-bizeulas p {
  color: #fbfbfb;
  font-size: 1em;
}

.sn-hakkimizda {
  padding: 80px 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
}
.sn-hakkimizda span {
  color: #e7000b;
}
.sn-hakkimizda .text-size * {
  font-size: 28px !important;
  line-height: 1.4;
  color: #000 !important;
}
.sn-hakkimizda .theme-button {
  color: white !important;
}
.sn-hakkimizda h2 {
  margin: 0;
  margin-top: 10px;
  font-size: 32px;
  line-height: 42px;
  color: #231f20;
}
@media screen and (max-width: 520px) {
  .sn-hakkimizda h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.sn-hakkimizda h1,
.sn-hakkimizda h2,
.sn-hakkimizda h3,
.sn-hakkimizda h4,
.sn-hakkimizda h5,
.sn-hakkimizda h6 {
  font-size: 36px;
  font-weight: 700 !important;
}
.sn-hakkimizda p {
  font-size: 16px;
  line-height: 24px;
  color: #646464;
  transition: all 0.4s ease;
  transition-delay: 0.3s;
}
@media screen and (max-width: 520px) {
  .sn-hakkimizda p {
    font-size: 16px;
    line-height: 20px;
  }
}
.iletisim-style {
  padding: 0 20px !important;
  border-radius: 0px 10px 10px 10px;
  background-color: #020e4a;
}

.sn-news {
  padding: 80px 0;
}
.sn-news a.c-red {
  font-weight: 600;
}
.sn-news .card {
  border-radius: 20px;
  overflow: hidden;
}
.sn-news .news-card-thumb {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.sn-news .news-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
}
.sn-news .date-line {
  color: #8f8f8f;
}

.service-owl-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .service-owl-section {
    padding: 0;
  }
}
.service-owl-section {
  text-align: center;
}
.service-owl-section .card {
  transition: 1s ease-in-out;
}
.service-owl-section .card:hover {
  transform: scale(0.98);
}
.service-owl-section .card:hover .service-title {
  background-color: #231f20 !important;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card {
    height: 25rem;
  }
}
.service-owl-section .card:hover {
  filter: scale(0.955);
}
.service-owl-section .card {
  padding: 2rem 0 5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: none !important;
}
.service-owl-section .card img {
  margin: 40px 0;
  width: auto;
  min-height: 240px;
  height: 240px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card img {
    width: auto;
    max-width: 330px;
    height: 230px;
  }
}
.service-owl-section .card img {
  margin-bottom: 20px;
  transition: 400ms ease-in-out;
}
.service-owl-section .card img:hover {
  filter: brightness(1);
}
.service-owl-section .card h2 {
  font-weight: 700 !important;
  font-family: "Plus Jakarta Sans", "Inter", "Roboto", sans-serif !important;
  font-size: 1.2em !important;
}
.service-owl-section .card p {
  font-size: 1em;
  color: #7a7a7a;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card p {
    padding: 0 80px;
  }
}
.service-owl-section .card p {
  padding: 0 20px;
}
.service-owl-section .service-title {
  color: #020e4a;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  transition: 400ms ease-in-out;
  margin-bottom: 10px;
}

.sn-katalog {
  padding: 8vh 0;
}
@media screen and (max-width: 768px) {
  .sn-katalog {
    padding: 8vh 0;
  }
}
.sn-katalog .col-lg-4 {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .sn-katalog a > img {
    height: 400px;
  }
}
.sn-katalog a > img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sn-ozellikler {
  padding: 80px 0;
}
.sn-ozellikler h3 {
  font-size: 36px;
  font-weight: 700;
  color: #020e4a;
  padding: 20px 0;
}
.sn-ozellikler h3 + p {
  padding-bottom: 20px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.feature-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon i {
  color: #e7000b;
  font-size: 20px;
  transform: rotate(-15deg);
}

.feature-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #0d1445;
  margin-bottom: 8px;
}
.feature-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #2c2c2c;
}

@media (max-width: 768px) {
  .feature-item {
    gap: 14px;
  }
  .feature-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 14px;
  }
  .feature-icon i {
    font-size: 18px;
  }
  .feature-content h4 {
    font-size: 18px;
  }
  .feature-content p {
    font-size: 16px;
  }
}
/* Arka plan dokusu */
.features-area {
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
  background-size: cover;
  background-position: center;
}

/* Kart */
.feature-box {
  border: 1px solid #ef6a75;
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
  min-height: 210px !important;
  background: rgba(206, 211, 234, 0.1);
  backdrop-filter: blur(2px);
  transition: 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* İkon alanı */
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f9d9dd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.icon-box i {
  color: #ff2f43;
  font-size: 24px;
}

/* Başlık */
.feature-title {
  font-size: 24px;
  line-height: 1.2;
  color: #020e4a;
  margin-bottom: 10px;
}

/* Açıklama */
.feature-text {
  font-size: 16px;
  color: #3f3f3f;
  margin: 0;
}

/* Mobil */
@media (max-width: 768px) {
  .feature-title {
    font-size: 26px;
  }
  .feature-box {
    padding: 24px 20px;
  }
}
/*Hakkimizda Ikonlar*/
.advantages-section {
  position: relative;
  clip-path: polygon(0 9vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -220px;
  background: #020e4a;
  padding: 270px 0 70px 0;
  z-index: -1 !important;
}
.advantages-section .advantage-item {
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.advantages-section .advantage-item .advantage-icon {
  margin-bottom: 18px;
}
.advantages-section .advantage-item .advantage-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantages-section .advantage-item .advantage-icon i {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.advantages-section .advantage-item h3 {
  color: #ff0000;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.advantages-section .advantage-item p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .advantages-section .advantage-item {
    max-width: 100%;
  }
}
.sn-sertifika {
  margin-top: 40px;
  background-color: #d8e5b8;
  border-radius: 24px 24px 0 0;
  padding: 40px 0;
}
.sn-sertifika .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sn-sertifika img {
  height: 80px;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}
.sn-sertifika h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

.sn-sosyal {
  padding: 80px 0;
  border-radius: 20px 20px 0 0;
}
.sn-sosyal h1,
.sn-sosyal h2,
.sn-sosyal h3,
.sn-sosyal h4,
.sn-sosyal h5,
.sn-sosyal h6 {
  text-align: center;
  font-weight: 700;
}
.sn-sosyal .title {
  font-size: 32px;
  color: #020e4a;
  font-weight: 600;
}
.sn-sosyal .img-size img {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.technical-page {
  padding: 20px 0;
  color: #020e4a;
}
.technical-page h2 {
  font-size: 42px;
  font-weight: 700;
}
.technical-page span {
  font-size: 21px;
}

.technical-precheck-section {
  padding: 74px 0 84px;
}

.technical-precheck-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.technical-precheck-content h2 {
  margin-bottom: 48px;
  color: #020e4a;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.15;
}

.technical-accordion {
  display: grid;
  gap: 0;
}

.technical-accordion-item {
  border-bottom: 1px solid rgba(2, 14, 74, 0.16);
}
.technical-accordion-item h3 {
  margin: 0;
}

.technical-accordion-button {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #020e4a;
  text-align: left;
  font-size: 17px;
  font-weight: 800;
}
.technical-accordion-button i {
  color: #e7000b;
  font-size: 16px;
}
.technical-accordion-button:focus-visible {
  outline: 2px solid rgba(231, 0, 11, 0.55);
  outline-offset: 6px;
}
.technical-accordion-button.collapsed i::before {
  content: "+";
}
.technical-accordion-button:not(.collapsed) i::before {
  content: "\f068";
}

.technical-accordion-number {
  color: #e7000b;
  font-size: 16px;
  font-weight: 900;
}

.technical-accordion-body {
  padding: 0 0 22px 64px;
}
.technical-accordion-body ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.technical-accordion-body li {
  position: relative;
  padding-left: 24px;
  color: #17214f;
  font-size: 16px;
  line-height: 1.75;
}
.technical-accordion-body li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e7000b;
}
.technical-accordion-body strong {
  font-weight: 900;
}

.technical-precheck-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.02;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(2, 14, 74, 0.16);
}

.technical-service-band {
  position: relative;
  min-height: 225px;
  margin: 0 6px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: #d9eabc;
}

.technical-service-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0 auto;
  padding: 58px 15px 44px;
  text-align: center;
}
.technical-service-content h1 {
  margin-bottom: 12px;
  color: #020e4a;
  font-size: 28px;
  font-weight: 800;
}
.technical-service-content p {
  margin-bottom: 18px;
  color: #15204c;
  font-size: 16px;
}

.technical-gears {
  position: absolute;
  z-index: 1;
  width: 410px;
  max-width: 42vw;
  opacity: 0.22;
  pointer-events: none;
}

.technical-gears-left {
  top: -135px;
  left: 55px;
}

.technical-gears-right {
  right: 70px;
  bottom: -120px;
}

.technical-red-btn,
.technical-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #e7000b;
  color: #fbfbfb !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: 220ms ease;
}
.technical-red-btn:hover,
.technical-submit:hover {
  transform: translateY(-1px);
  background: #c90009;
}

.technical-fault-section {
  position: relative;
  margin-top: -20px;
  padding: 145px 0 96px;
  background: #020e4a;
  color: #fbfbfb;
  overflow: hidden;
}

.technical-form-heading {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}
.technical-form-heading h2 {
  margin-bottom: 16px;
  color: #fbfbfb;
  font-size: 34px;
  font-weight: 800;
}
.technical-form-heading h2 span {
  color: #e7000b;
}
.technical-form-heading p {
  margin: 0;
  color: rgba(251, 251, 251, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.technical-fault-card {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin: 0 auto;
  padding: 34px 40px 44px;
  border-radius: 8px;
  background: #f1f1f1;
  color: #020e4a;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.technical-request-type {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}
.technical-request-type span,
.technical-request-type h3 {
  font-size: 18px !important;
}
.technical-request-type legend {
  width: 100%;
  margin-bottom: 8px;
  color: #020e4a;
  font-size: 18px;
  font-weight: 800;
}
.technical-request-type label {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  color: #17214f;
  font-size: 16px;
  font-weight: 600;
}
.technical-request-type input {
  accent-color: #e7000b;
}

.technical-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
}

.technical-form-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.technical-form-column h3 {
  position: relative;
  margin: 2px 0 4px;
  padding-bottom: 8px;
  color: #020e4a;
  font-size: 16px;
  font-weight: 800;
}
.technical-form-column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: #e7000b;
}

.technical-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.technical-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
.technical-field span {
  color: #415074;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.technical-field input,
.technical-field textarea {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 5px;
  background: #fbfbfb;
  color: #020e4a;
  font-size: 16px;
  outline: 0;
  padding: 0 13px;
}
.technical-field input:focus,
.technical-field textarea:focus {
  box-shadow: 0 0 0 2px rgba(231, 0, 11, 0.18);
}
.technical-field textarea {
  min-height: 74px;
  padding-top: 11px;
  resize: vertical;
}

.technical-note-box {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  padding: 18px;
  border-radius: 8px;
  background: #dedede;
}
.technical-note-box p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  margin: 0;
  color: #303848;
  font-size: 16px;
  line-height: 1.55;
}
.technical-note-box i {
  margin-top: 3px;
  color: #e7000b;
}

.technical-submit {
  width: 100%;
  margin-top: 8px;
  min-height: 40px;
}

.technical-verify-section {
  padding: 82px 0 88px;
}

.technical-verify-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(260px, 1fr);
  gap: 80px;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.technical-verify-grid h2 {
  margin-bottom: 22px;
  color: #020e4a;
  font-size: 35px;
  font-weight: 800;
}
.technical-verify-grid p {
  margin: 0;
  color: #17214f;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 992px) {
  .technical-page {
    padding-top: 150px;
  }
  .technical-precheck-section {
    padding: 58px 0 66px;
  }
  .technical-precheck-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .technical-precheck-content h2 {
    margin-bottom: 30px;
  }
  .technical-precheck-media img {
    aspect-ratio: 16/10;
  }
  .technical-service-content {
    padding-top: 46px;
  }
  .technical-fault-section {
    padding-top: 118px;
  }
  .technical-fault-card {
    padding: 28px 22px 32px;
  }
  .technical-form-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .technical-note-box {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .technical-precheck-section {
    padding: 44px 0 54px;
  }
  .technical-accordion-button {
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 12px;
    min-height: 62px;
    font-size: 16px;
  }
  .technical-accordion-number {
    font-size: 16px;
  }
  .technical-accordion-body {
    padding-left: 46px;
  }
  .technical-accordion-body li {
    font-size: 16px;
  }
  .technical-service-band {
    min-height: 210px;
    margin: 0;
    border-radius: 0;
  }
  .technical-service-content h1 {
    font-size: 23px;
  }
  .technical-gears {
    max-width: 70vw;
  }
  .technical-gears-left {
    left: -70px;
  }
  .technical-gears-right {
    right: -95px;
  }
  .technical-fault-section {
    padding: 98px 0 64px;
  }
  .technical-fault-section::before {
    top: -70px;
    height: 145px;
    transform: rotate(-8deg);
  }
  .technical-form-heading h2 {
    font-size: 26px;
  }
  .technical-two-col {
    grid-template-columns: 1fr;
  }
  .technical-request-type {
    gap: 12px;
  }
  .technical-verify-section {
    padding: 58px 0 64px;
  }
  .technical-verify-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.sn-kariyer .careers-page {
  min-height: 100vh;
  overflow: hidden;
}
.sn-kariyer .open-positions {
  position: relative;
  padding: clamp(3.25rem, 6vw, 5.25rem) 0 clamp(7.5rem, 13vw, 11.25rem);
  background: c-whitear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(242, 242, 242, 0.4)), radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.95), transparent 18rem), radial-gradient(circle at 74% 8%, rgba(215, 215, 215, 0.48), transparent 17rem), c-whitear-gradient(180deg, #f2f2f2 0%, #e9e9e9 100%);
}
.sn-kariyer .open-positions::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: c-whitear-gradient(115deg, transparent 0 36%, rgba(155, 155, 155, 0.24) 37%, transparent 39%), c-whitear-gradient(24deg, transparent 0 48%, rgba(255, 255, 255, 0.65) 49%, transparent 51%);
  background-size: 31rem 20rem, 22rem 19rem;
}
.sn-kariyer .section-heading {
  max-width: 62rem;
  margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}
.sn-kariyer .section-heading h1 {
  margin-bottom: 1rem;
  color: #020e4a;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
}
.sn-kariyer .section-heading p {
  margin: 0;
  color: #020e4a;
  font-size: clamp(0.9rem, 1.35vw, 1rem);
  line-height: 1.75;
}
.sn-kariyer .jobs-panel {
  position: relative;
  z-index: 1;
  max-width: 69rem;
  padding: 1.35rem 1.55rem;
  border-radius: 0.85rem;
  background: rgba(251, 251, 251, 0.96);
  box-shadow: 0 1.5rem 4rem rgba(7, 19, 67, 0.08);
}
.sn-kariyer .job-row {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(0, 1.45fr) 2rem;
  align-items: center;
  gap: 2.25rem;
  min-height: 5.35rem;
  color: #020e4a;
  text-decoration: none;
  border-bottom: 1px solid #dbdbdb;
}
.sn-kariyer .job-row:last-child {
  border-bottom: 0;
}
.sn-kariyer .job-row strong {
  font-weight: 800;
}
.sn-kariyer .job-row span {
  max-width: 31.5rem;
  color: #111938;
  font-size: 16px;
}
.sn-kariyer .job-row i {
  justify-self: end;
  color: #e7000b;
  font-size: 1.25rem;
  transition: transform 0.18s ease;
}
.sn-kariyer .job-row:hover i, .sn-kariyer .job-row:focus-visible i {
  transform: translateX(0.25rem);
}
.sn-kariyer .application-section {
  position: relative;
  margin-top: -6.25rem;
  padding: clamp(9rem, 15vw, 12.75rem) 0 clamp(3.5rem, 7vw, 5rem);
  color: #fff;
  background: #020e4a;
  clip-path: polygon(0 9vw, 100% 0, 100% 100%, 0 100%);
}
.sn-kariyer .application-copy {
  max-width: 27rem;
  padding-top: clamp(1rem, 6vw, 2.75rem);
}
.sn-kariyer .application-copy h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0;
}
.sn-kariyer .application-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.65;
}
.sn-kariyer .application-form {
  max-width: 34rem;
  margin-left: auto;
  padding: 1.65rem 1.85rem 1.8rem;
  color: #020e4a;
  border-radius: 0.55rem;
  background: #ececec;
}
.sn-kariyer .application-form .form-label {
  margin-bottom: 0.35rem;
  color: #5d6679;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sn-kariyer .application-form .form-control,
.sn-kariyer .application-form .form-select {
  min-height: 2.45rem;
  border: 0;
  border-radius: 0.35rem;
  background-color: #fff;
  color: #020e4a;
  font-size: 1rem;
}
.sn-kariyer .application-form .form-control::-moz-placeholder, .sn-kariyer .application-form .form-select::-moz-placeholder {
  color: #9aa1ad;
}
.sn-kariyer .application-form .form-control::placeholder,
.sn-kariyer .application-form .form-select::placeholder {
  color: #9aa1ad;
}
.sn-kariyer .application-form .form-control:focus,
.sn-kariyer .application-form .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 14, 74, 0.15);
}
.sn-kariyer .application-form textarea.form-control {
  min-height: 5.4rem;
  resize: vertical;
}
.sn-kariyer .application-form .btn {
  min-height: 2.5rem;
  border: 0;
  border-radius: 0.4rem;
  background: #e7000b;
  font-size: 1rem;
  font-weight: 700;
}
.sn-kariyer .upload-control {
  display: flex;
  min-height: 6.75rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  background: #fff;
  color: #7c8493;
  text-align: center;
}
.sn-kariyer .upload-control i {
  margin-bottom: 0.25rem;
  color: #9aa1ad;
  font-size: 1.2rem;
}
.sn-kariyer .upload-control img {
  width: 20px;
  margin: 10px 0;
}
.sn-kariyer .upload-control span {
  color: #667085;
  font-size: 1rem;
}
.sn-kariyer .upload-control small {
  color: #9aa1ad;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .sn-kariyer .application-section {
    margin-top: -5rem;
    clip-path: polygon(0 4.5rem, 100% 0, 100% 100%, 0 100%);
  }
  .sn-kariyer .application-form {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .sn-kariyer .open-positions {
    padding-bottom: 6.5rem;
  }
  .sn-kariyer .jobs-c-white {
    padding: 0.75rem 1rem;
  }
  .sn-kariyer .job-row {
    grid-template-columns: 1fr 1.65rem;
    gap: 0.4rem 1rem;
    min-height: auto;
    padding: 1.15rem 0;
  }
  .sn-kariyer .job-row span {
    grid-column: 1/-1;
    max-width: none;
  }
  .sn-kariyer .job-row i {
    grid-row: 1;
    grid-column: 2;
  }
  .sn-kariyer .application-form {
    padding: 1.25rem;
  }
}

.genpower-maddeler-page {
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(238, 238, 238, 0.55)), radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.88), transparent 16rem), radial-gradient(circle at 82% 18%, rgba(210, 210, 210, 0.36), transparent 18rem), linear-gradient(180deg, #eeeeee 0%, #e7e7e7 100%);
}

.genpower-maddeler {
  position: relative;
  min-height: 100vh;
  padding: clamp(2rem, 4vw, 3.15rem) 0 clamp(3rem, 6vw, 4.75rem);
  overflow: hidden;
}

.genpower-maddeler::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: linear-gradient(110deg, transparent 0 42%, rgba(120, 120, 120, 0.18) 43%, transparent 45%), linear-gradient(24deg, transparent 0 48%, rgba(255, 255, 255, 0.7) 49%, transparent 51%);
  background-size: 26rem 21rem, 18rem 16rem;
}

.container {
  position: relative;
  z-index: 1;
}

.maddeler-list {
  padding-top: 30px;
}
.maddeler-list .maddeler-item {
  display: grid;
  grid-template-columns: 3.7rem minmax(0, 1fr);
  padding: clamp(1.55rem, 3.3vw, 2.35rem) 0 clamp(1.65rem, 3.6vw, 2.55rem);
  border-top: 1px solid rgba(255, 255, 255, 0.95);
}
.maddeler-list .maddeler-item .maddeler-number {
  color: #f20a16;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.4;
}
.maddeler-list .maddeler-item p {
  max-width: 46.5rem;
  margin: 0;
  color: #11152d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .genpower-maddeler {
    padding-top: 2rem;
  }
  .genpower-maddeler h1 {
    margin-bottom: 2rem;
  }
  .maddeler-item {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}
/*Urun Listesi*/
.product-area {
  background: #f4f4f4;
}
.product-area .container-fluid {
  max-width: 1400px;
}

/* SIDEBAR */
.filter-sidebar {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 20px;
}
.filter-sidebar .filter-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
  color: #222;
}
.filter-sidebar .filter-title i {
  color: #e3000f;
}
.filter-sidebar .filter-group {
  margin-bottom: 30px;
}
.filter-sidebar .filter-group:last-child {
  margin-bottom: 0;
}
.filter-sidebar .filter-group label,
.filter-sidebar .filter-group h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #222;
}

/* SEARCH */
.search-box {
  position: relative;
}
.search-box input {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 50px 0 16px;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}
.search-box input:focus {
  border-color: #e3000f;
}
.search-box button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #666;
}

/* RANGE */
.range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 16px;
  color: #888;
}

.form-range::-webkit-slider-thumb {
  background: #e3000f;
}
.form-range::-moz-range-thumb {
  background: #e3000f;
}

/* CHECK */
.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.filter-check input {
  width: 16px;
  height: 16px;
  accent-color: #e3000f;
}
.filter-check label {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer;
}

/* TOPBAR */
.products-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
.products-topbar .result-text {
  font-size: 16px;
  color: #444;
}
.products-topbar .result-text strong {
  color: #e3000f;
}
.products-topbar .sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.products-topbar .sort-box label {
  font-size: 16px;
  color: #555;
}
.products-topbar .sort-box .form-select {
  width: 170px;
  border-radius: 10px;
  font-size: 16px;
  height: 45px;
}

/* CARD */
.product-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-card .product-image {
  height: 220px;
  overflow: hidden;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.product-card:hover img {
  transform: scale(1.05);
}
.product-card .product-content {
  padding: 20px;
}
.product-card h3 {
  font-size: 20px;
  color: #1c2451;
  font-weight: 700;
}
.product-card .product-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.product-card .product-head i {
  color: #e7000b;
  margin: 10px 0;
}
.product-card .product-head span {
  font-size: 16px;
  color: #666;
}
.product-card ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.product-card ul li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}
.product-card ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e7000b;
  position: absolute;
  left: 0;
  top: 8px;
}
.product-card .btn-detail {
  width: 100%;
  height: 46px;
  background: #e7000b;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.product-card .btn-detail:hover {
  background: #e7000b;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .filter-sidebar {
    position: relative;
    top: 0;
  }
  .products-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .product-card .product-image {
    height: 200px;
  }
  .product-card .product-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.home-page-html,
.home-page-body {
  overflow-x: hidden;
  max-width: 100vw;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .home-page-body .contact-fixed {
    right: 0;
    bottom: 24px;
    width: 64px;
    height: 58px;
    padding: 11px 14px;
  }
  .home-page-body .contact-fixed img {
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .home-page-body .tag-button,
  .home-page-body .tag-button-white-text {
    max-width: 100%;
    min-height: 28px;
    padding: 5px 12px;
    font-size: 16px !important;
    line-height: 1.25;
    white-space: normal;
  }
  .home-page-body .theme-button,
  .home-page-body .theme-button-2,
  .home-page-body .technical-red-btn {
    min-height: 34px;
    padding: 0 13px;
    font-size: 16px !important;
    white-space: normal;
    text-align: center;
  }
  .home-page-body .sn-home {
    height: auto;
    min-height: 0;
    padding: 0;
    text-align: left;
  }
  .home-page-body .sn-home .row {
    min-height: 0;
  }
  .home-page-body .sn-home .home-hero-content {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin: 0;
    padding: 132px 14px 38px;
    overflow: hidden;
  }
  .home-page-body .sn-home > .container-fluid > .row > .col-lg-6 .tag-button {
    display: inline-flex;
    margin: 10px 0 14px;
  }
  .home-page-body .sn-home h1 {
    padding: 14px 0 10px !important;
    margin: 0;
    color: #071342;
    font-size: 27px;
    line-height: 1.12;
    letter-spacing: 0;
  }
  .home-page-body .sn-home p {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    margin-bottom: 0;
    color: #202943;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  .home-page-body .sn-home .home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 320px);
    padding: 14px 0 !important;
  }
  .home-page-body .sn-home .home-hero-actions .theme-button,
  .home-page-body .sn-home .home-hero-actions .theme-button-2 {
    display: flex;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }
  .home-page-body .sn-home hr {
    margin: 10px 0 12px;
  }
  .home-page-body .sn-home .count,
  .home-page-body .sn-home .count + span {
    font-size: 25px;
    line-height: 1;
  }
  .home-page-body .sn-home .count + span + p,
  .home-page-body .sn-home .col-lg-4 p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .home-page-body .sn-home .home-hero-video {
    width: 100%;
    min-height: 260px;
    height: 68vw;
    max-height: 330px;
    border-radius: 0;
  }
  .home-page-body .sn-home .home-hero-video video {
    min-height: 100%;
  }
  .home-page-body .sn-jenerator {
    padding: 38px 0 12px;
  }
  .home-page-body .sn-jenerator h2 {
    margin-bottom: 8px;
    color: #071342;
    font-size: 25px;
    line-height: 1.18;
  }
  .home-page-body .sn-jenerator > .container > p {
    margin-bottom: 0;
    color: #4b5364;
    font-size: 16px;
  }
  .home-page-body .sn-jenerator .home-generator-cards {
    padding-top: 22px !important;
  }
  .home-page-body .sn-jenerator .card {
    min-height: 150px;
    padding: 12px 8px;
    border-right: 0;
    border: 1px solid rgba(231, 0, 11, 0.18);
    border-radius: 8px;
    background: rgba(251, 251, 251, 0.72);
  }
  .home-page-body .sn-jenerator .card-img-top {
    height: 82px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-page-body .sn-jenerator .card-title {
    display: block;
    font-size: 16px;
    line-height: 1.25;
  }
  .home-page-body .jenerator-list {
    padding-top: 0;
  }
  .home-page-body .jenerator-list .product-filter-wrapper {
    padding: 18px 0 26px;
  }
  .home-page-body .jenerator-list .product-filter-form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
  }
  .home-page-body .jenerator-list .product-filter-form .filter-title {
    padding-left: 0;
    text-align: center;
  }
  .home-page-body .jenerator-list .product-filter-form .filter-group .form-select,
  .home-page-body .jenerator-list .product-filter-form .filter-button {
    width: 100%;
    min-width: 0;
  }
  .home-page-body .sn-cozumler {
    padding: 112px 0 38px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  }
  .home-page-body .sn-cozumler .container,
  .home-page-body .sn-cozumler .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .home-page-body .sn-cozumler h3 {
    font-size: 30px;
    line-height: 1.15;
  }
  .home-page-body .sn-cozumler p {
    font-size: 16px;
    line-height: 1.65;
  }
  .home-page-body .sn-cozumler img {
    margin-top: 24px;
  }
  .home-page-body .sn-cozumler .solution-map {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin: 24px 0 0;
  }
  .home-page-body .sn-cozumler .col-lg-8 {
    overflow-x: hidden;
  }
  .home-page-body .sn-cozumler .solution-map img {
    order: 2;
    width: 112%;
    max-width: none;
    margin-left: -6%;
  }
  .home-page-body .sn-cozumler .solution-pin {
    z-index: 6;
    width: 32px;
    height: 32px;
  }
  .home-page-body .sn-cozumler .solution-pin-dot {
    inset: 12px;
  }
  .home-page-body .sn-cozumler .solution-popup {
    position: relative;
    order: 1;
    left: auto;
    top: auto;
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 0 18px;
    padding: 14px 14px 14px 16px;
    transform: none;
  }
  .home-page-body .sn-cozumler .solution-popup.is-visible {
    transform: none;
  }
  .home-page-body .sn-cozumler .solution-popup::after {
    left: 42px;
  }
  .home-page-body .sn-hakkimizda {
    padding: 46px 0;
  }
  .home-page-body .sn-hakkimizda .text-size {
    margin-bottom: 24px !important;
  }
  .home-page-body .sn-hakkimizda .text-size * {
    font-size: 20px !important;
    line-height: 1.45;
  }
  .home-page-body .sn-hakkimizda .pe-5 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .home-page-body .sn-hakkimizda .video-wrapper img,
  .home-page-body .sn-hakkimizda .video-cover {
    border-radius: 8px;
  }
  .home-page-body .sn-hakkimizda h3 {
    font-size: 25px;
    line-height: 1.16;
  }
  .home-page-body .sn-hakkimizda p {
    font-size: 16px;
    line-height: 1.65;
  }
  .home-page-body .sn-ozellikler {
    padding: 48px 0;
  }
  .home-page-body .sn-ozellikler h3 {
    padding: 16px 0 8px;
    font-size: 28px;
    line-height: 1.18;
  }
  .home-page-body .sn-ozellikler h3 + p {
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 1.65;
  }
  .home-page-body .sn-ozellikler .feature-list {
    gap: 22px;
  }
  .home-page-body .sn-ozellikler .feature-item {
    gap: 13px;
  }
  .home-page-body .sn-ozellikler .feature-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .home-page-body .sn-ozellikler .feature-content h4 {
    font-size: 16px;
    line-height: 1.28;
  }
  .home-page-body .sn-ozellikler .feature-content p {
    font-size: 16px;
    line-height: 1.55;
  }
  .home-page-body .sn-ozellikler .feature-list > .theme-button {
    width: 100% !important;
  }
  .home-page-body .sn-ozellikler .features-area {
    padding: 30px 0 0;
  }
  .home-page-body .sn-ozellikler .feature-box {
    min-height: auto !important;
    padding: 22px 18px;
    border-radius: 10px;
  }
  .home-page-body .sn-ozellikler .feature-title {
    font-size: 20px;
  }
  .home-page-body .sn-harita {
    padding-top: 82px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
  .home-page-body .sn-harita .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .home-page-body .sn-harita h3 {
    font-size: 26px;
    line-height: 1.22;
  }
  .home-page-body .sn-harita p {
    font-size: 16px;
  }
  .home-page-body .sn-harita .branch-map-scroll {
    margin-top: 24px !important;
    padding-top: 0 !important;
  }
  .home-page-body .sn-harita .branch-map {
    min-width: 680px;
  }
  .home-page-body .sn-news {
    padding: 48px 0 58px;
  }
  .home-page-body .sn-news .text-start {
    margin: 0 !important;
    text-align: center !important;
  }
  .home-page-body .sn-news .pt-5 {
    padding-top: 0 !important;
  }
  .home-page-body .sn-news .h-title {
    font-size: 28px;
    line-height: 1.18;
  }
  .home-page-body .sn-news .card {
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .home-page-body {
    --home-mobile-gutter: clamp(18px, 5vw, 26px);
  }
  .home-page-body .sn-home {
    width: 100%;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-align: left;
  }
  .home-page-body .sn-home > .container-fluid,
  .home-page-body .sn-home > .container-fluid > .row,
  .home-page-body .sn-home > .container-fluid > .row > [class*=col-] {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .home-page-body .sn-home > .container-fluid > .row {
    min-height: 0 !important;
  }
  .home-page-body .sn-home .home-hero-content {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 116px var(--home-mobile-gutter) 40px !important;
    overflow: hidden;
  }
  .home-page-body .sn-home .tag-button {
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--home-mobile-gutter) * 2) !important;
    margin: 0 0 24px !important;
    padding: 6px 13px;
    line-height: 1.25;
    white-space: normal;
  }
  .home-page-body .sn-home h1,
  .home-page-body .sn-home p,
  .home-page-body .sn-home hr,
  .home-page-body .sn-home .home-hero-actions,
  .home-page-body .sn-home .home-hero-content > .row {
    width: 100%;
    max-width: calc(100vw - var(--home-mobile-gutter) * 2) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .home-page-body .sn-home h1 {
    padding: 0 0 12px !important;
    margin: 0 !important;
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.14 !important;
  }
  .home-page-body .sn-home p {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
  .home-page-body .sn-home .home-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px 0 18px !important;
  }
  .home-page-body .sn-home .home-hero-actions .theme-button,
  .home-page-body .sn-home .home-hero-actions .theme-button-2 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    text-align: center;
  }
  .home-page-body .sn-home hr {
    margin: 8px 0 16px !important;
  }
  .home-page-body .sn-home .home-hero-content > .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-page-body .sn-home .home-hero-content > .row > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home-page-body .sn-home .count,
  .home-page-body .sn-home .count + span {
    font-size: 25px !important;
    line-height: 1;
  }
  .home-page-body .sn-home .col-lg-4 p {
    margin-bottom: 0 !important;
    font-size: 16px !important;
  }
  .home-page-body .sn-home .home-hero-video {
    width: 100vw !important;
    min-height: 245px !important;
    height: 64vw !important;
    max-height: 320px !important;
    margin: 0 !important;
    overflow: hidden;
  }
  .home-page-body .sn-home .home-hero-video video {
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    transform: none;
  }
  .home-page-body .sn-cozumler {
    padding: 96px var(--home-mobile-gutter) 44px !important;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%) !important;
    overflow: hidden;
  }
  .home-page-body .sn-cozumler .container,
  .home-page-body .sn-cozumler .row,
  .home-page-body .sn-cozumler [class*=col-] {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .home-page-body .sn-cozumler h3 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.15 !important;
  }
  .home-page-body .sn-cozumler p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .home-page-body .sn-cozumler .theme-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 100%;
  }
  .home-page-body .sn-cozumler .solution-map {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    min-width: 0 !important;
    margin: 24px 0 0 !important;
    overflow: visible;
  }
  .home-page-body .sn-cozumler .solution-popup {
    position: relative !important;
    order: 1;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    transform: none !important;
  }
  .home-page-body .sn-cozumler .solution-popup.is-visible {
    transform: none !important;
  }
  .home-page-body .sn-cozumler .solution-map img {
    order: 2;
    width: 116%;
    max-width: none;
    margin: 4px 0 0 -8%;
  }
}
@media screen and (max-width: 768px) {
  .home-page-body .sn-home .home-hero-content {
    padding-top: 184px !important;
  }
  .home-page-body .sn-home .tag-button {
    margin-bottom: 20px !important;
  }
}
.sn-owl-products {
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%) !important;
  margin-top: -220px;
  padding-top: 140px;
  z-index: -1;
  background-color: #020e4a;
}

.sn-politika {
  padding: 90px 0 72px;
  background-image: url("/assets/images/static/patterns/bg-wall.jpg");
  background-position: center;
  background-size: cover;
}
.sn-politika .policy-content {
  max-width: 610px;
}
.sn-politika h2 {
  margin-bottom: 36px;
  color: #020e4a;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}
.sn-politika .policy-list {
  border-top: 1px solid rgba(35, 31, 32, 0.12);
}
.sn-politika .policy-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(35, 31, 32, 0.12);
}
.sn-politika .policy-item span {
  color: #e7000b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.8;
}
.sn-politika .policy-item p {
  margin: 0;
  color: #2e4046;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}
.sn-politika .policy-image {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(35, 31, 32, 0.1);
}
.sn-politika .policy-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.12/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .sn-politika {
    padding: 64px 0 56px;
  }
  .sn-politika h2 {
    margin-bottom: 26px;
  }
  .sn-politika .policy-content {
    max-width: 100%;
  }
  .sn-politika .policy-image img {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 575px) {
  .sn-politika {
    padding: 48px 0;
  }
  .sn-politika .policy-item {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  .sn-politika .policy-item p {
    font-size: 16px;
    line-height: 1.65;
  }
  .sn-politika .policy-item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home-page-body .sn-home p,
  .product-detail-content > p,
  .power-calculator-heading h2 {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    overflow-wrap: anywhere;
  }
  .product-detail-content,
  .power-calculator-heading {
    min-width: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .home-page-body .sn-home p,
  .product-detail-content > p,
  .power-calculator-heading h2 {
    width: calc(100vw - 96px) !important;
    max-width: calc(100vw - 96px) !important;
  }
  .power-calculator-heading h2 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .power-calculator-heading {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    margin-right: 24px !important;
    margin-left: 24px !important;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .home-page-body .sn-jenerator .home-generator-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    margin-right: 0;
    margin-left: 0;
  }
  .home-page-body .sn-jenerator .home-generator-cards > .card {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    flex: none;
  }
  .home-page-body .sn-jenerator .home-generator-cards > .card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-page-body .sn-jenerator .home-generator-cards .card-body {
    width: 100%;
    padding: 8px 4px 0;
  }
  .home-page-body .sn-jenerator .home-generator-cards .card-title {
    max-width: 100%;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
form label,
.contact-form label,
.technical-form-column label,
.sn-kariyer .application-form .form-label,
.filter-sidebar .filter-group label,
.filter-sidebar .filter-group h6,
.products-topbar .sort-box label {
  font-size: 14px !important;
}

form input,
form select,
form textarea,
.form-select,
.contact-form input,
.contact-form textarea,
.contact-form select,
.technical-documents-filter .form-select,
.technical-documents-search input,
.faq-search input,
.generator-verify-form-box input,
.power-search input,
.technical-form-column input,
.technical-form-column textarea,
.sn-kariyer .application-form .form-control,
.sn-kariyer .application-form .form-select,
.filter-sidebar input,
.filter-sidebar .form-select,
.products-topbar .sort-box .form-select,
.jenerator-list .product-filter-form .filter-group .form-select,
.dealer-filter-field .form-select {
  font-size: 14px !important;
}

form button,
.product-detail-form button,
.solutions-contact-form button,
.generator-verify-form-box button,
.power-actions button,
.power-stepper button,
.power-stepper input,
.jenerator-list .product-filter-form .filter-button {
  font-size: 12px !important;
}

.product-detail-form span,
.solutions-contact-form span,
.technical-form-column span {
  font-size: 10px !important;
}

.product-detail-form input,
.product-detail-form select,
.product-detail-form textarea,
.solutions-contact-form input,
.solutions-contact-form select,
.solutions-contact-form textarea {
  font-size: 13px !important;
}

.jenerator-list .product-filter-form .filter-title,
.power-category-panel h2,
.technical-documents-filter > span,
.technical-documents-search i,
.technical-documents-count,
.generator-verify-form-top,
.generator-verify-form-top a,
.generator-verify-feedback,
.power-mode-switch button,
.power-category-toggle,
.power-device label,
.power-empty,
.search-box input,
.range-values,
.filter-check label,
.products-topbar .result-text,
.product-card ul li,
.product-card .product-head span {
  font-size: 14px !important;
}

.power-mode-switch button i,
.power-search i,
.power-category-toggle > i:last-child {
  font-size: 11px !important;
}
/*# sourceMappingURL=main.css.map */
