:root {
  --step-number-size: 3rem;
  --step-number-bg: var(--bs-primary);
  --step-spacing: 2rem;
  --step-border-radius: var(--bs-border-radius-lg);
}

#form-contact-us .form-control,
.ss_section_sec_bg {
  background: rgba(167, 195, 210, .15)
}

body {
  font-family: 'ITC Officina Sans Regular' !important;
  color: #203051
}

@media (min-width:1400px) {

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

.accordion-button:not(.collapsed) {
  color: #203051;
  box-shadow: unset;
  background-color: unset
}

.accordion-item {
  border-bottom: 1px solid rgba(167, 195, 210, .15) !important
}

.ps-relative {
  position: relative
}

.accordion-button::after {
  width: 16px;
  height: 16px;
  padding-left: 17px
}

.mt-4-2 {
  margin-top: 2rem !important
}

.mb-4-2 {
  margin-bottom: 2rem !important
}

.ms-4-2 {
  margin-left: 2rem !important
}

.me-4-2 {
  margin-right: 2rem !important
}

.mt-6 {
  margin-top: 64px !important
}

.mb-6 {
  margin-bottom: 64px !important
}

.pt-4-2 {
  padding-top: 2rem !important
}

.pb-4-2 {
  padding-bottom: 2rem !important
}

.ps-4-2 {
  padding-left: 2rem !important
}

.pe-4-2 {
  padding-right: 2rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pt-0 {
  padding-top: 0 !important
}

h1 {
  font-size: 56px;
  line-height: 64px
}

h2 {
  font-size: 44px;
  line-height: 52px
}

h3 {
  font-size: 32px;
  line-height: 38px
}

h4 {
  font-size: 28px;
  line-height: 34px
}

h5 {
  font-size: 24px;
  line-height: 28px
}

h6 {
  font-size: 20px;
  line-height: 24px
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500
}

.ss_box_bg {
  padding: 32px;
  border-radius: unset;
  box-shadow: unset
}

.ss_section_eleven .ss_box_bg {
  padding: 0;
  background: unset;
  box-shadow: none
}

.section-space-top {
  padding-top: 112px !important
}

.section-space-top-2 {
  padding-top: 80px !important
}

.section-space-top-3 {
  padding-top: 64px !important
}

.section-space-bottom {
  padding-bottom: 112px !important
}

.section-space-bottom-2 {
  padding-bottom: 80px !important
}

.section-space-bottom-3 {
  padding-bottom: 64px !important
}

.content {
  height: 100%
}

.ss_section_sec_bg .accordion-button,
.ss_section_sec_bg .accordion-item {
  background: 0 0
}

.accordion-item,
.ss_four_left .ss_box_bg {
  border: unset
}

.ss_four_left .ss_box_bg:hover,
h3:after {
  border-color: unset
}

.ss_btn:after,
.ss_btn:hover,
.ss_header .ss_menu li a.ss_btn:hover,
.white_btn:after,
.white_btn:hover,
h3:before {
  border-radius: 10px;
  background: #f6a21b;
  color: #fff;
  border: unset
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fab001
}

.ss_btn,
.ss_btn_zero:hover,
.ss_header .ss_menu li a.ss_btn,
.white_btn,
h3:before {
  border-radius: 10px;
  background: #fab001;
  color: #fff;
  text-decoration: none;
  border: unset
}

.ss_btn a,
.white_header .ss_menu li,
.white_header .ss_menu li a {
  text-decoration: unset
}

.ss_btn_zero {
  border-color: #203051;
  background: rgba(167, 195, 210, 0);
  color: #203051
}

.ss_section_eight,
.ss_section_nine,
.ss_section_ten,
.ss_section_twentyone,
.ss_section_twentytwo,
.ss_section_twentythree,
.ss_section_twentyfour,
.ss_section_twentyfive,
.ss_section_twentysix,
.ss_section_five {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  display: flex
}

.txt-black {
  color: #000 !important
}

.txt-white {
  color: #fff !important
}

.txt-dark-blue {
  color: #203051 !important
}

.fs-16 {
  font-size: 16px !important;
  line-height: 22px !important
}

.fs-20 {
  font-size: 20px !important;
  line-height: 24px !important
}

.about-us {
  font-size: clamp(15rem, 10vw, 8rem) !important;
  /* Scales between 4rem and 8rem based on viewport width */
  line-height: 1.2;
  /* Improves readability */
  text-align: center;
  /* Optional: centers text for better mobile appearance */
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .about-us {
    font-size: clamp(7.5rem, 8vw, 5rem) !important;
    /* Smaller range for tablets and mobiles */
  }
  .ss_btn{
    margin-left: 13px;
  }
}

/* Media query for very small screens */
@media (max-width: 480px) {
  .about-us {
    font-size: clamp(5rem, 6vw, 3.5rem) !important;
    /* Even smaller for small mobiles */
  }
  .ss_btn{
    margin-left: 13px;
  }
}

.ss_btn a {
  color: #fff
}

.ss_section_one {
  position: sticky;
  overflow: unset;
  top: 0;
  background-color: #fff;
  z-index: 9999999;
}

#toast-container {
  z-index: 99999999;
}

.ss_section_two {
  position: relative;
  height: 80vh;
  width: 100%;
  color: #fff
}

.ss_section_two .container-fluid,
.ss_section_two .row,
.ss_section_two .w-100 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important
}

.ss_section_two .swiper-slide {
  position: relative;
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 100%;
  padding: 0 !important
}

.ss_section_two .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ss_section_two .swiper-slide .home-banner-content {
  text-align: start;
  position: absolute;
  top: 20%;
}

@media screen and (max-width:467px) {
  .ss_section_two .swiper-slide .home-banner-content {
    top: 22%
  }
}

.ss_four_one img,
.ss_four_one svg {
  width: unset;
  height: 60px
}

.ss_section_five,
.ss_section_five_2,
.ss_section_five_3,
.ss_section_five_4,
.ss_section_five_5,
.ss_section_five_6,
.ss_section_five_7,
.ss_section_five_8,
.ss_section_five_9,
.ss_section_five_10,
.ss_section_five_11,
.ss_section_five_12,
.ss_section_five_13,
.ss_section_five_14 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  display: flex;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.ss_section_five {
  background-image: url(../images/bg/bg-1.svg);
}

.ss_section_five_2 {
  background-image: url(../images/bg/bg-2.jpg)
}

.ss_section_five_3 {
  background-image: url(../images/bg/bg-3.jpg)
}

.ss_section_five_4 {
  background-image: url(../images/webp/1440-700-4.webp)
}

.ss_section_five_5 {
  background-image: url(../images/svg/img6.webp)
}

.ss_section_five_6 {
  background-image: url(../images/svg/img81.jpg)
}

.ss_section_five_7 {
  background-image: url(../images/svg/img8.webp)
}

.ss_section_five_8 {
  background-image: url(../images/svg/img78.jpg)
}

.ss_section_five_9 {
  background-image: url(../images/svg/img49.jpg)
}

.ss_section_five_10 {
  background-image: url(../images/svg/img50.jpg)
}

.ss_section_five_11 {
  background-image: url(../images/svg/img83.jpg);
}

.ss_section_five_12 {
  background-image: url(../images/svg/img101.jpg)
}

.ss_section_five_13 {
  background-image: url(../images/svg/img77.jpg)
}

.ss_section_five_14 {
  background-image: url(../images/svg/img82.jpg)
}

.ss_section_nine {
  background-image: url(../images/svg/img76.jpg)
}

.ss_section_ten {
  background-image: url(../images/svg/img69.webp)
}

.ss_section_twentyone {
  background-image: url(../images/svg/img75.webp)
}

.ss_section_twentytwo {
  background-image: url(../images/svg/img73.webp)
}

.ss_section_twentythree {
  background-image: url(../images/svg/img71.webp)
}

.ss_section_twentyfour {
  background-image: url(../images/svg/img72.webp)
}

.ss_section_twentyfive {
  background-image: url(../images/svg/img70.webp)
}

.ss_section_twentysix {
  background-image: url(../images/svg/img74.webp)
}

.ss_section_seven {
  background-color: #203051
}

.ss_section_eight {
  background-image: url(../images/svg/img8.webp);
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center
}

.swiper-slide {
  padding: 3px 80px
}

.ss_section_footer {
  background: #203051;
  color: #fff
}

.ss_section_footer a,
.ss_section_footer li,
.ss_section_footer p {
  color: #fff;
  text-decoration: none
}

.ss_btn:after,
.ss_header .ss_menu li a.ss_btn:hover,
.white_btn:after,
.white_btn:hover,
a {
  color: #203051
}

.accordion-button {
  color: #203051;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px
}

.accordion-button::after {
  content: "+";
  background-image: unset
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: unset;
  transform: unset
}

.cool-link-w:hover:after,
.cool-link:hover::after {
  content: '';
  display: block;
  height: 1px;
  background: #fab001
}

.cool-link:hover::after,
.ss_eleven_one .img-fluid {
  width: 100%
}

.ss_section_eleven .ss_four_two span {
  color: #203051;
  font-size: 12px;
  font-style: normal;
  line-height: 16px
}

.footer-logo {
  width: 148.302px;
  height: 40px;
  flex-shrink: 0
}

.social-media {
  display: flex;
  list-style: none;
  padding: 0
}

.social-media li {
  margin-right: 16px
}

.ss_section_footer h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.ss_section_footer .bsw-logo {
  max-width: 150px;
  height: auto;
  margin-top: 10px;
}

@media screen and (max-width:576px) {
  .d-mobile-block {
    display: block !important
  }

  h1 {
    font-size: 44px;
    line-height: 52px
  }

  h2 {
    font-size: 32px;
    line-height: 38px
  }

  h3 {
    font-size: 28px;
    line-height: 34px
  }

  h4 {
    font-size: 24px;
    line-height: 28px
  }

  h5 {
    font-size: 20px;
    line-height: 24px
  }

  h6 {
    font-size: 16px;
    line-height: 22px
  }

  p {
    font-size: 14px;
    line-height: 20px
  }
}

@media screen and (min-width:768px) {
  .footer-cp-container {
    position: relative
  }

  .footer-cp {
    position: absolute;
    bottom: 2px
  }
}

#termAcceptCheckChecked {
  width: 18px;
  margin-bottom: .5rem
}

#form-contact-us .form-control,
textarea {
  border: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none
}

input[type=number] {
  -moz-appearance: textfield
}

.accordion-button:focus {
  border: unset;
  box-shadow: unset
}

.ss_header .ss_menu li.ss_menuP2::after {
  margin: 0 4px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg)
}

@media screen and (min-width:1024px) {
  .ss_menuP:hover ul.ss_subMenu {
    position: absolute;
    left: -15px;
    top: 27px;
    padding: .5em 1000em 32px;
    margin: 0 -1000em;
    z-index: 0;
    visibility: visible;
    opacity: 1;
    background: #fff
  }
}

@media screen and (max-width:1023px) {
  .ss_header .ss_menu li.ss_menuP2::after {
    bottom: unset;
    top: 20px
  }

  .ss_header {
    padding: 25px 0;
  }
}

.cool-link {
  display: inline-block;
  text-decoration: none
}

.cool-link-w:hover:after {
  width: 115%
}

.cool-link-w:hover a.cool-link-a {
  color: #fab001 !important
}

.z-logo {
  z-index: 1
}

@media screen and (max-width:450px) {

  .ss_logo .img-fluid,
  .ss_section_footer .img-fluid {
    max-width: 100px
  }
}

@media screen and (min-width:451px) and (max-width:750px) {

  .ss_logo .img-fluid,
  .ss_section_footer .img-fluid {
    max-width: 100px
  }
}

@media screen and (min-width:751px) and (max-width:950px) {

  .ss_logo .img-fluid,
  .ss_section_footer .img-fluid {
    max-width: 120px
  }
}

@media screen and (min-width:951px) and (max-width:1150px) {

  .ss_logo .img-fluid,
  .ss_section_footer .img-fluid {
    max-width: 140px
  }
}

@media screen and (min-width:1151px) and (max-width:1350px) {

  .ss_logo .img-fluid,
  .ss_section_footer .img-fluid {
    max-width: 160px
  }
}

@media screen and (min-width:1351px) {

  .ss_logo .img-fluid,
  .ss_section_footer .img-fluid {
    max-width: 180px
  }
}

.ss_section_two .swiper-slide .home-banner-content {
  left: 10%;
}

.konfigurator-section {
  position: relative;
  z-index: 5;
  margin-top: -128px;
  display: flex;
  justify-content: center;
}

.konfigurator-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.konfigurator-box {
  width: 1320px;
  height: 256px;
  background-color: #f6fbff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center;
}

.konfigurator-box h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1c2e4a;
  margin-bottom: 30px;
  line-height: 1.4;
}

#konfiguratorForm {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

#konfiguratorForm input[type="text"] {
  width: 510px;
  height: 48px;
  padding: 0 16px;
  font-size: 16px;
  border: 0px solid #203051;
  border-radius: 0;
}

#konfiguratorForm button {
  height: 48px;
  padding: 0 24px;
  background-color: #f6a21a;
  color: white;
  border: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#konfiguratorForm button:hover {
  background-color: #e78f0c;
}

.konfigurator-box h2 {
  text-align: left;
}

.konfigurator-box input[type="text"] {
  width: 766px;
  height: 80px;
  font-size: 18px;
  padding: 20px;
  border: none;
  border-radius: 0;
}

.zigzag-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* Sol kolon - tek sayılar (1,3,5...) */
.step-item:nth-child(odd) {
  grid-column: 1;
  align-self: start;
}

/* 3. itemdan başlayarak tek sayılı itemları yukarı çek */
.step-item:nth-child(n+3):nth-child(odd) {
  margin-top: -5rem;
}

/* Sağ kolon - çift sayılar (2,4,6...) */
.step-item:nth-child(even) {
  grid-column: 2;
  align-self: start;
  margin-top: 4rem;
}

.step-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 200px;
}

.step-card:hover {
  transform: translateY(-8px);
}

/* Responsive düzen */
@media (max-width: 768px) {
  .zigzag-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .step-item:nth-child(odd),
  .step-item:nth-child(even) {
    grid-column: 1;
    margin-top: 0;
  }
}

/* Bağlantı çizgileri (opsiyonel) */
.zigzag-container::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  width: 2px;
  height: calc(100% - 100px);
  background: linear-gradient(to bottom, #fff, #fff);
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .zigzag-container::before {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

/* Offset for fixed header */
section[id] {
  scroll-margin-top: 100px;
}
.bg-red{
  background-color: #EA4335 !important;
}