/* General */

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #111;
  font-size: 14px;
  font-weight: 500;
}

:root {
  --color1: #111111;
  --color2: #7d0c07;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
  color: inherit;
}

p {
  line-height: 30px;
}

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

.mobile-nav {
  display: none;
}

.mobile-close-menu {
  display: none;
}

/* fly alert */

.fly-alert {
  position: fixed;
  top: 100px;
  right: 50px;
  z-index: 9999;
  margin: 0;
  font-size: 18px;
  display: inline-block;
  width: auto;
}

.alert-danger {
  background-color: #f44336;
}

.alert-success {
  background-color: #2ec4b6;
}

.alert {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
}

/* mobil hemen ara */

.footer-sticky-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #003399;
  z-index: 999;
  text-align: center;
}

.footer-sticky-bar a {
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
}

.footer-sticky-bar a i {
  position: relative;
  bottom: -1px;
  margin-right: 10px;
  font-size: 30px;
}

/*fixed header*/

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 999;
}

.logo-menu.fixed-header {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.09);
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.logo-menu.fixed-header .logo img {
  max-width: 180px;
}

.logo-menu.fixed-header .main-menu .navigation > li {
  padding: 18px 0;
}

.p70 {
  padding: 70px 0;
}

.section-title {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-sub-title {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #7d0c07;
}

.button1 a {
  border: solid 1px #7d0c07;
  padding: 3px 40px;
  font-size: 13px;
  font-weight: 600;
}

.button1 a:hover {
  border: solid 1px #1b1918;
  background-color: #1b1918;
  color: white;
}

/* header */

.logo-menu {
  border-bottom: 1px solid #eeeeee;
}

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

.header .top-header {
  background-color: #111010;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.header .top-header a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.2s ease;
}

.header .top-header a:hover {
  color: #fff;
  opacity: 1;
}

.header .top-header .left {
  position: relative;
  z-index: 1;
  padding: 0 80px 0 28px;
  background-color: var(--color2);
  display: flex;
  align-items: center;
}

.header .top-header .left:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 6000px;
  background-color: var(--color2);
  z-index: -1;
}

.header .top-header .left a,
.header .top-header .left a i {
  color: #fff !important;
  font-weight: 600;
}

.header .top-header .right {
  display: flex;
  align-items: center;
}

.header .top-header .right .item {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
  padding: 8px 28px;
}

.header .top-header .right .item i {
  margin-left: 7px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.header .top-header .right .social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.header .top-header .right .social ul li a {
  margin-left: 14px;
  font-size: 14px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.header .top-header .right .social ul li a:hover {
  opacity: 1;
}

.main-menu {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 26px 0px;
  margin-right: 22px;
  transition: all 300ms ease;
  white-space: nowrap;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  opacity: 1;
  color: var(--color1);
  padding: 0;
  transition: color 0.25s ease;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.main-menu .navigation > li > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--color2);
  bottom: -6px;
  left: 0;
  transform: none;
  transition: width 0.3s ease;
}

.main-menu .navigation > li > a:hover:before,
.main-menu .navigation > li.active > a:before,
.main-menu .navigation > li.current > a:before {
  width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: var(--color2);
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 99%;
  min-width: 220px;
  padding: 6px 0;
  z-index: 100;
  opacity: 1;
  margin-top: 0;
  background: white;
  border: none;
  border-top: 2px solid var(--color2);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 150ms ease;
  list-style: none;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}

.main-menu .navigation > li > ul > li:hover {
  background: #fafafa;
  transition: all 200ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: var(--color1);
  font-weight: 700;
  text-align: left;
  display: inline-block;
  transition: all 200ms ease;
  padding: 11px 30px 11px 14px;
  width: 100%;
  border-left: 2px solid transparent;
}

.main-menu .navigation > li > ul > li:hover > a {
  border-left-color: var(--color2);
  color: var(--color2);
  padding-left: 16px;
}

.main-menu .navigation > li > ul > li:hover > a:before {
  width: 15px;
  opacity: 1;
}

.main-menu .navigation > li.dropdown > a:after {
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  content: "\f107";
  margin-left: 3px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  content: "\f105";
  margin-left: 3px;
  right: 10px;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  margin-top: -45px;
  min-width: 210px;
  padding: 0px 0px;
  z-index: 100;
  opacity: 1;
  background: white;
  border: 1px solid #ededed;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 100ms ease;
  list-style: none;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
}

.main-menu .navigation > li > ul > li > ul > li:hover {
  background: #ededed;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  color: var(--color1);
  font-weight: 700;
  text-align: left;
  display: inline-block;
  transition: all 200ms ease;
  padding: 10px 30px 10px 10px;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
  width: 15px;
  opacity: 1;
}

.main-menu .navigation > li.dropdown:hover > ul {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  background-color: white;
  border: solid 1px #ededed;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  top: 99%;
  background-color: white;
}

/* slider */

.owl-prev {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev i,
.owl-next i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.owl-prev i:hover,
.owl-next i:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.08);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: white;
  text-decoration: none;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color1);
  width: 25px;
  height: 10px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--color2);
  width: 25px;
  height: 10px;
  border-radius: 0;
}

.owl-next:focus,
.owl-prev:focus {
  outline: none;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
  outline: none;
}

.owl-desk .owl-prev {
  left: -70px;
}

.owl-desk .owl-next {
  right: -70px;
}

.owl-desk .owl-dots {
  bottom: -9%;
}

.slider-mobile {
  display: none;
}

/* about home */

.about-home {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.03);
}

.about-home .area {
  align-items: center;
}

.about-icon {
  border-bottom: solid 1px #ededed;
  padding: 15px 0;
}

.about-icon:last-child {
  border: none;
}

.about-icon i {
  color: #7d0c07;
  font-size: 22px;
}

.about-icon span {
  display: block;
  font-weight: 800;
}

/* our products home*/

.our-products-home {
  background: url(../images/dotted-bg.png) bottom center repeat-x;
}

.our-products-home .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.general-box {
  margin-bottom: 30px;
}

.general-box .title {
  font-weight: 800;
  font-size: 17px;
  position: relative;
  margin-top: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.general-box .title:after {
  position: absolute;
  content: "";
  background-color: var(--color2);
  width: 50px;
  height: 2px;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.general-box:hover .title:after {
  width: 100%;
}

.general-box img {
  transition: all 0.3s ease;
}

.general-box:hover img {
  opacity: 0.8;
}

.general-box .title {
  transition: all 0.3s ease;
}

.general-box:hover .title {
  color: #444;
}

.general-box .desc {
  transition: all 0.3s ease;
}

.general-box:hover .desc {
  color: #444;
}

/* cta */

.cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 10;
  position: relative;
  color: white;
  padding: 50px 0;
}

.cta:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1b1918;
  opacity: 0.8;
  z-index: -1;
}

.cta a:hover {
  opacity: 0.7;
}

.cta .logo-cta {
  text-align: center;
  margin-bottom: 20px;
}

.cta .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 20px;
}

.cta .social ul li a {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
}

.cta .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.cta .section-title:after {
  position: absolute;
  content: "";
  background-color: white;
  width: 100px;
  height: 1px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
}

.cta:hover .section-title:after {
  width: 400px;
  transition: all 0.3s ease;
}

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

.cta-box .icon i {
  margin-right: 20px;
  border: solid 1px white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 5px;
}

.cta-box .info a {
  display: block;
}

.footer {
  padding-top: 50px;
  background-color: #0b0b0b;
  color: white;
}

.footer a:hover {
  opacity: 0.7;
}

.footer .footer-title {
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #1b1918;
}

.footer ul.item {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer ul.item li {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.footer ul.item li:before {
  content: "\f105";
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  margin-right: 2px;
}

.footer ul.blog {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer ul.blog li {
  position: relative;
  margin-bottom: 10px;
}

.footer ul.blog li:before {
  content: "\f105";
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  margin-right: 2px;
}

.footer .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: solid 1px #1b1918;
  padding-top: 15px;
}

/* breadcrumb 

.breadcrumb1 {
    padding: 40px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb1 .bread-title {
    text-align: center;
    color: #fff
}

.breadcrumb1 .section-title-ab {
    margin: 0 auto 30px;
    background: #fff
}

.breadcrumb1 .section-title-ab:before {
    background: #fff
}

.breadcrumb1 .section-title-ab:after {
    background: #fff
}

.breadcrumb1 ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #fff
}

.breadcrumb1 ul li {
    list-style: none
}

.breadcrumb1 ul li a {
    color: #fff
}

.breadcrumb1 ul li a:hover {
    opacity: 0.7;
    transition: all .3s ease
}

.breadcrumb1 ul li a:after {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 7 Free"; font-weight: 900;
    content: "\f054";
}
*/

/* text area */

.text-area img {
  max-width: 100%;
  margin-bottom: 15px;
}

.text-area a {
  font-weight: 700;
}

.text-area ul {
  padding: 0;
}

.text-area ul li {
  list-style: none;
  margin-bottom: 10px;
}

.text-area ul li:before {
  content: "\f105";
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  color: var(--color2);
  font-weight: 700;
  margin-right: 7px;
}
.text-area iframe {
  max-width: 100%;
}

/* sidebar area */

.sidebar-area {
  border-left: solid 1px #ddd;
  padding-left: 15px;
  position: sticky;
  top: 70px;
}

.sidebar-area .sidebar-title {
  font-weight: 800;
  font-size: 17px;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sidebar-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-area ul li {
  border-bottom: solid 1px #ddd;
  position: relative;
  display: flex;
  padding: 7px 0;
}

.sidebar-area ul li:before {
  content: "\f105";
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  font-weight: 700;
  margin-right: 7px;
}

.sidebar-area ul li a {
  display: inline-block;
}

.sidebar-area ul li a:hover {
  color: var(--color2);
}

/* about page */

.about-page .about-icon {
  border: solid 1px #ddd;
  padding: 15px;
  border-radius: 5px;
  max-width: 160px;
  min-width: 160px;
  text-align: center;
  height: 100%;
}

/* FORM */
.form-area {
  background: white;
}

.form-area .title {
  margin-left: 1px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color1);
}

.form-area input.form-control {
  width: 100%;
  background: white;
  border: solid 1px #ddd;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
  outline: none;
}

.form-area input[type="file"] {
  width: 100%;
  background: white;
  border: solid 1px #ddd;
  margin-bottom: 15px;
  padding: 9px 10px;
  outline: none;
  height: 50px;
}

.form-area select.form-control {
  width: 100%;
  background: white;
  border: solid 1px #ddd;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
  outline: none;
}

.form-area textarea.form-control {
  background: white;
  border: solid 1px #ddd;
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
  padding: 10px 10px;
  outline: none;
}

.form-area .nobot {
  text-align: center;
  margin-bottom: 15px;
}

.form-area .nobot img {
  max-width: 100%;
}

.form-area .cbutton {
  text-align: center;
}

.form-area button.contact-button {
  background: var(--color2);
  border-radius: 5px;
  color: white;
  border: none;
  padding: 10px 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  outline: none;
  cursor: pointer;
}

.form-area button.contact-button:hover {
  background: var(--color1);
  outline: none;
  transition: all 0.3s ease;
}

/* bank number page */

.bank-items {
  margin-bottom: 25px;
}

.hesap-card {
  margin-bottom: 20px;
  padding: 10px;
}

.hesap-card .hesap-images {
  text-align: center;
  margin-bottom: 20px;
}

.hesap-card .hesap-images img {
  max-height: 100px;
}

.hesap-card .hesap-adi {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.hesap-card .hesap-title {
  font-weight: 700;
  min-width: 125px;
  position: relative;
}

.hesap-card .hesap-title:after {
  content: ":";
  position: absolute;
  right: 0px;
  margin-right: 12px;
}

/* home sss */

.sss-home .sss-title {
  color: var(--color1);
}

.sss-home .sss-title:before {
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  content: "\f107";
  margin-right: 10px;
}

.sss-home .card {
  margin-bottom: 20px;
  border: none;
}

.sss-home .card-header {
  background-color: white;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  border: solid 1px #ddd;
}

.sss-home .card-body {
  background-color: white;
  border: solid 1px #ddd;
  padding: 10px;
  line-height: 26px;
}

.sss-home .button1 {
  text-align: center;
}

/* Contact Page */

.contact-page .full-contact {
  margin-bottom: 60px;
}

.contact-page .contact-infos {
  padding: 0 15px;
  height: 100%;
}

.contact-page .contact-infos .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-page .contact-infos .infos {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}

.contact-page .contact-infos .infos .icon {
  font-size: 40px;
  margin-right: 10px;
  min-width: 48px;
  text-align: center;
}

.contact-page .contact-infos .infos a {
  display: block;
}

.contact-page .maps {
  padding: 0;
  margin-bottom: -77px;
}

.contact-page .form-area {
  padding: 0 15px;
}

/* general page */

.page-desc {
  margin-bottom: 20px;
}

/* video page */

.video-box {
  margin-bottom: 30px;
}

.video-box .video-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

/* photo page */

.picture-box {
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
}

.picture-box .picture-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.picture-box .picture-button a {
  font-size: 40px;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.picture-box .picture-button:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

/* testimonials home */

.testimonials-box {
  border: solid 1px #ddd;
  position: relative;
  padding: 30px;
}

.testimonials-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 2px;
  background-color: var(--color2);
}

.testimonials-box .picture {
  margin-bottom: 10px;
}

.testimonials-box .picture img {
  position: absolute;
  top: -45px;
  border-radius: 50%;
  left: 25px;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  max-width: 80px;
  border: solid 1px #ddd;
}

.testimonials-box .infos {
  margin-left: 75px;
  position: relative;
}

.testimonials-box .infos:after {
  font-family: "Font Awesome 7 Free"; font-weight: 900;
  content: "\f10d";
  left: -66px;
  top: -4px;
  position: absolute;
  font-size: 45px;
  color: #ddd;
}

.testimonials-box .infos .name {
  font-size: 16px;
  font-weight: 700;
  color: var(--color1);
  display: block;
}

.testimonials-box .infos .job {
  font-size: 14px;
  font-weight: 600;
  color: var(--color2);
  display: block;
  min-height: 21px;
}

.testimonials-box .quate {
  margin-top: 10px;
}

.testimonials-page .testimonials-box .picture img {
  top: 10px;
  left: auto;
  right: 10px;
}

.testimonials-page .testimonials-box {
  margin-bottom: 40px;
}

.testimonials-page .testimonials-box:after {
  right: auto;
  left: 0;
}

/* calc */

.top-selector {
  display: flex;
  flex-wrap: wrap;
}

.top-selector-item img {
  padding: 10px 10px 7px 10px;
  background-color: #a13a3d;
  width: 45px;
  height: 42px;
  opacity: 0.5;
}

.top-selector-item input {
  display: none;
}

.top-selector-item {
  display: flex;
  flex-direction: column;
  color: inherit;
}

.top-selector-item {
  margin-right: 10px;
}

.top-selector-item:last-child {
  margin-right: 0;
}

.top-selector-item input:checked + img {
  opacity: 1;
}

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

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

.hide {
  display: none;
}

.calc-input-label {
  border: none;
  outline: none;
}

.calc-input {
  display: flex;
  margin-bottom: 10px;
}

input.cacl-input-element {
  width: 100%;
  margin-right: 10px;
}

input[name="totalweight"] {
  border: none;
  pointer-events: none;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}

.btn-style-one {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #9a2c2c;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #9a2c2c;
  font-family: Montserrat, sans-serif;
}

/* sidebar hemen ara */

.sidebar-iletisim-alani {
  margin-top: 30px;
}

.sidebar-iletisim-alani a {
  display: block;
  margin-bottom: 10px;
}

.sidebar-iletisim-alani i {
  width: 20px;
  text-align: center;
}

@media only screen and (min-width: 900px),
  (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
  (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  .header-mobile {
    display: none;
  }
}

@media only screen and (max-width: 900px),
  (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
  (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  .header {
    display: none;
  }

  .mobile-header-icons {
    display: flex;
  }

  .mobile-header-icons .i {
    font-size: 22px;
  }

  .mobile-header-icons a i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .mobile-header-icons a i.far.fa-map-marker-alt {
    margin-left: 15px;
    background-color: #4d4c4c;
  }

  .mobile-header-icons a i.fas.fa-phone {
    background-color: #00aad0;
  }

  .mobile-header-hamburger .hamburger-toggle {
    background: transparent;
    padding: 8px 12px;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    outline: none;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .mobile-header-hamburger .hamburger-toggle:hover {
    background: #f5f5f5;
  }
  .mobile-header-hamburger .hamburger-toggle i {
    font-size: 18px;
  }

  .mobile-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    width: 100%;
    -webkit-animation: fadeOutLeft 0.5s ease-in-out;
    animation: fadeOutLeft 0.5s ease-in-out;
  }

  .mobile-nav-content {
    padding-top: 24px;
    background: #121212;
    width: 78%;
    height: 100%;
    cursor: default;
    overflow-y: scroll;
    border-right: 1px solid rgba(255,255,255,0.05);
  }

  .mobile-nav-logo {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .mobile-nav-logo-content {
    position: relative;
  }

  .mobile-nav-logo-content i {
    display: block;
    margin: 0 auto 10px;
    max-width: 30px;
    line-height: 32px;
    font-size: 30px;
  }

  .mobile-nav-logo-content a {
    color: #b5bbc2;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-nav-logo > a {
    display: block;
    padding: 30px 60px;
  }

  .mobile-nav-logo > a img {
    width: 100%;
  }

  .mobile-nav-menu ul li {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .sub-menu ul {
    background-color: #28292a;
  }

  .mobile-nav-menu ul li .sub-menu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-menu ul li i {
    font-size: 14px;
    fill: #b5bbc2;
    color: #b5bbc2;
  }

  .mobile-nav-menu ul li a {
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.05em;
    display: block;
    padding: 14px 25px;
  }

  .mobile-nav-menu ul li ul {
    display: none;
    margin-top: 10px;
    margin-right: -25px;
    margin-left: -25px;
    padding-left: 25px;
  }

  .mobile-nav-login a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #b5bbc2;
    padding-left: 25px;
    padding-bottom: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-login a svg {
    font-size: 18px;
    margin-right: 5px;
  }

  .mobile-nav.open {
    display: block;
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
    overflow-x: scroll;
  }

  .cta-link {
    line-height: 40px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    color: #fff;
    border-radius: 3px;
    background: #00aad0;
    text-align: center;
    margin: 20px;
    margin-bottom: 10px;
  }

  .mobile-close-menu {
    position: fixed;
    top: 18px;
    right: 20px;
    display: none;
    z-index: 9999;
  }

  .mobile-close-menu i {
    color: #fff;
    font-size: 25px;
  }

  ul.mobile-menu-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    list-style: none;
  }

  ul.mobile-menu-social li + li {
    margin-left: 15px;
  }

  ul.mobile-menu-social li a {
    border: 1px solid #00aad0;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
  }

  .mobile-nav-menu ul {
    padding: 0px;
  }

  .header-mobile {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .header-mobile-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-mobile .header-mobile-logo img {
    max-width: 120px;
  }

  /* fly alert */

  .fly-alert {
    top: 30px;
    left: 10px;
    right: 10px;
    font-size: 16px;
    text-align: center;
  }

  /* footer sticky hemen ara */

  .footer-sticky-bar {
    display: block;
  }

  .p70 {
    padding: 40px 0;
  }

  /* header */

  .header {
    display: none;
  }

  /* slider */

  .slider {
    display: none;
  }

  .owl-prev {
    left: 0px;
  }

  .owl-next {
    right: 0px;
  }

  .slider-mobile {
    display: block;
  }

  .owl-desk .owl-dots {
    display: none;
  }

  .owl-desk .owl-prev {
    left: 0px;
  }

  .owl-desk .owl-next {
    right: 0px;
  }

  /* about home */

  .about-home .text {
    margin-bottom: 30px;
  }

  .about-home .picture {
    margin-bottom: 30px;
  }

  .about-home .about-icon {
    text-align: center;
  }

  /* cta */

  .cta-box {
    margin-bottom: 30px;
  }

  /* footer */

  .footer {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .footer .footer-title {
    margin-top: 20px;
  }

  .footer .bottom {
    display: block;
    text-align: center;
  }

  .footer .bottom span {
    margin-bottom: 10px;
    display: inline-block;
  }

  /* breadcrumb */

  .breadcrumb1 ul li {
    font-size: 15px;
  }

  /* sidebar */

  .sidebar-area {
    border: none;
    padding-left: 0;
  }

  /* about page */

  .about-page .about-icons .col-6 {
    margin-bottom: 30px;
  }

  /* testimonials page */

  .testimonials-form {
    display: block;
    text-align: center;
  }

  .testimonials-form .slogan {
    margin-bottom: 30px;
  }
}

/* Bread */
.breadcrumb {
  position: relative;
  background-position: center;
  background-size: cover;
}
.breadcrumb .title {
  color: white;
  padding: 40px 0 65px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 991px) {
  .breadcrumb .title {
    padding: 100px 0 45px;
    font-size: 32px;
  }
}

.bread {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .bread {
    color: #494c51;
    justify-content: center;
  }
}
.bread-area {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30%);
  bottom: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .bread-area {
    background-color: #fdfdfe;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    transform: none;
  }
}
.bread-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}
@media (max-width: 991px) {
  .bread-item {
    display: none;
    line-height: 1.5;
  }
}
.bread-item i {
  margin-left: 15px;
  margin-right: 15px;
}
.bread-item.active {
  opacity: 1;
}
.bread-item:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bread-item:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .bread-item:nth-child(2) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  .bread-item:last-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.js-bread-list {
  display: none;
  background-color: #fdfdfe;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px 30px 20px;
  font-size: 12px;
  z-index: 8;
  color: #333;
}
.js-bread-list .bread-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-bread-list .bread-item i {
  margin-left: 0;
}
.js-bread-list .bread-item + .bread-item {
  margin-top: 20px;
}
.js-bread-list .bread-item:nth-child(2) {
  margin-left: 10px;
}
.js-bread-list .bread-item:nth-child(3) {
  margin-left: 20px;
}
.js-bread-list .bread-item:nth-child(4) {
  margin-left: 30px;
}
.js-bread-list .bread-item:nth-child(5) {
  margin-left: 40px;
}
.js-bread-list .js-bread-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* Bread */

.fake_error {
  white-space: nowrap;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  background-color: #f44336;
  color: #fff;
  padding: 5px 15px;
  top: calc(100% - 40px);
  margin-bottom: 20px;
  position: absolute;
  z-index: 9;
  font-weight: 500;
}

.fake_error:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f44336;
  border-width: 10px;
  margin-left: -10px;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.whatsapp-sticky-bar {
  display: none;
  position: fixed;
  right: 6px;
  bottom: 49px;
  width: 100%;
  background-color: #25d366;
  z-index: 999;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.whatsapp-sticky-bar a {
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.whatsapp-sticky-bar a svg {
  height: 35px;
  width: 35px;
}

@media (max-width: 992px) {
  .whatsapp-sticky-bar {
    display: block;
    bottom: 95px;
  }
}

.footer-sticky-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #a13a3d;
  z-index: 999;
  text-align: center;
}

.footer-sticky-bar a {
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
}

.footer-sticky-bar a i {
  position: relative;
  bottom: -1px;
  margin-right: 10px;
  font-size: 30px;
}

@media (max-width: 992px) {
  .footer-sticky-bar {
    display: block;
  }
}

.error-page {
  padding: 70px 0;
  text-align: center;
}

.error-page .top-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}

.error-page .top-desc {
  margin-bottom: 50px;
}

.ilk-kirilim .general-box {
  margin-right: 30px;
}

.text-area table {
  max-width: 100%;
  overflow-x: auto;
  display: block;
  border: none;
}

.text-area table td,
.text-area table th {
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.text-area table thead tr {
  background-color: var(--color2);
  color: #fff;
}

.text-area table thead tr th,
.text-area table thead tr td,
.text-area table thead tr th *,
.text-area table thead tr td *,
.text-area table thead tr th a,
.text-area table thead tr td a {
  color: #fff !important;
  font-weight: 700;
}

.text-area table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .general-box.ilk-kirilim {
    margin-right: 30px;
  }
}

/* custom */

.services-list {
  min-height: 650px;
}

.footer-sticky {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000810;
  position: fixed;
  z-index: 11;
  width: 100%;
  bottom: 0;
  padding: 0 0.5rem 1.15rem 0.5rem;
  border-top-left-radius: 2.15rem;
  border-top-right-radius: 2.15rem;
  border-top: 6px solid #7d0c07;
}

.footer-sticky .sticky-box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
}

.footer-sticky .sticky-box .icon {
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-sticky .sticky-box .icon i {
  font-size: 24px;
  color: #d5dae5;
}

.footer-sticky .sticky-box .text {
  font-size: 9px;
  color: white;
  text-align: center;
}

.footer-sticky .top-box {
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}

.footer-sticky .top-box .icon {
  background: #7d0c07;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.77);
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.77);
}

.footer-sticky .top-box .icon::after {
  content: "";
  position: absolute;
  height: 56px;
  width: 56px;
  border: 1px solid #cb9393c0;
  border-radius: 50%;
  opacity: 0.75;
}

.footer-sticky .top-box .icon::before {
  content: "";
  position: absolute;
  height: 66px;
  width: 66px;
  border: 1px solid #cb939380;
  border-radius: 50%;
  opacity: 0.5;
}

.footer-sticky .top-box .text {
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  text-align: center;
}

@media (max-width: 992px) {
  .footer-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 320px) {
  .footer-sticky .sticky-box .text {
    font-size: 10px;
  }
}

/* ═══════════════════════════════════════════════
   FOOTER STICKY (5'li alt nav) — REDESIGN
   ═══════════════════════════════════════════════ */

@media (max-width: 992px) {
  .footer-sticky {
    background: linear-gradient(180deg, #131313 0%, #0a0a0a 100%);
    border-top: none;
    border-radius: 16px;
    padding: 6px 6px 8px;
    bottom: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 480px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 50;
    align-items: center;
    justify-content: space-around;
  }

  /* Üstteki kırmızı çizgi yerine subtle accent */
  .footer-sticky::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background: var(--color2);
    border-radius: 0 0 3px 3px;
  }

  .footer-sticky .sticky-box {
    width: auto;
    flex: 1 1 0;
    padding: 8px 4px 6px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 220ms ease, transform 220ms ease;
    position: relative;
  }

  .footer-sticky .sticky-box:hover,
  .footer-sticky .sticky-box:active {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
    opacity: 1;
  }

  .footer-sticky .sticky-box .icon {
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
    transition: transform 220ms ease;
  }

  .footer-sticky .sticky-box .icon i {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    transition: color 220ms ease;
  }

  .footer-sticky .sticky-box .icon svg {
    width: 18px;
    height: 18px;
    transition: opacity 220ms ease;
  }

  .footer-sticky .sticky-box .icon svg path {
    fill: rgba(255, 255, 255, 0.78);
    transition: fill 220ms ease;
  }

  .footer-sticky .sticky-box:hover .icon i {
    color: var(--color2) !important;
  }

  .footer-sticky .sticky-box:hover .icon svg path {
    fill: var(--color2);
  }

  .footer-sticky .sticky-box .text {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
    transition: color 220ms ease;
  }

  .footer-sticky .sticky-box:hover .text {
    color: #fff;
  }

  /* Ortadaki "Hemen Ara" elevated button */
  .footer-sticky .top-box {
    flex: 0 0 auto;
    width: auto;
    transform: translateY(-22px);
    padding: 0;
    background: transparent;
  }

  .footer-sticky .top-box:hover,
  .footer-sticky .top-box:active {
    background: transparent;
    transform: translateY(-26px);
  }

  .footer-sticky .top-box .icon {
    background: linear-gradient(135deg, var(--color2) 0%, #b51810 100%);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    box-shadow: 0 10px 26px rgba(125, 12, 7, 0.45), 0 0 0 4px #131313, 0 0 0 5px rgba(125, 12, 7, 0.30);
    position: relative;
    margin: 0 auto 4px;
  }

  /* Eski dekoratif daireleri kapat */
  .footer-sticky .top-box .icon::before,
  .footer-sticky .top-box .icon::after {
    display: none;
  }

  .footer-sticky .top-box .icon i {
    font-size: 20px !important;
    color: #fff !important;
  }

  .footer-sticky .top-box:hover .icon i {
    color: #fff !important;
  }

  .footer-sticky .top-box .icon::after {
    content: '' !important;
    display: block !important;
    position: absolute;
    inset: -6px;
    border: 2px solid rgba(125, 12, 7, 0.30);
    border-radius: 50%;
    animation: stickyPulse 2.4s ease-out infinite;
    pointer-events: none;
  }

  @keyframes stickyPulse {
    0% {
      transform: scale(0.95);
      opacity: 0.7;
    }
    70% {
      transform: scale(1.30);
      opacity: 0;
    }
    100% {
      transform: scale(0.95);
      opacity: 0;
    }
  }

  .footer-sticky .top-box .text {
    transform: translateY(-2px);
    margin-top: 8px;
    color: var(--color2);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 9.5px;
  }

  /* fa-calculator-alt fallback (Free Solid'de yok, calculator var) */
  .footer-sticky .sticky-box .icon i.fa-calculator-alt::before,
  .footer-sticky .sticky-box .icon i.fa-calculator-alt {
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900 !important;
  }

  .footer-sticky .sticky-box .icon i.fa-calculator-alt::before {
    content: '\f1ec' !important;
  }

  .footer-sticky .sticky-box .icon i.fa-phone::before,
  .footer-sticky .sticky-box .icon i.fa-map-marker-alt::before {
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900 !important;
  }

  .footer-sticky .sticky-box .icon i.fa-phone::before {
    content: '\f095' !important;
  }

  .footer-sticky .sticky-box .icon i.fa-map-marker-alt::before {
    content: '\f3c5' !important;
  }

  /* Body bottom padding — sticky bar içeriği örtmesin */
  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }
}

/* ─── Çok dar ekranlar (≤360px) ─── */
@media (max-width: 360px) {
  .footer-sticky {
    padding: 5px 4px 6px;
    width: calc(100% - 16px);
  }

  .footer-sticky .sticky-box {
    padding: 7px 2px 5px;
  }

  .footer-sticky .sticky-box .text {
    font-size: 9px;
  }

  .footer-sticky .top-box .icon {
    width: 50px;
    height: 50px;
  }

  .footer-sticky .top-box .icon i {
    font-size: 18px !important;
  }
}

.contact-page .contact-infos .infos .top {
  display: flex;
  align-items: center;
}

.contact-page .contact-infos .infos {
  flex-wrap: wrap;
}

.contact-page .contact-infos .infos .tableScroll {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  color: #7d0c07;
}

.scroll-text {
  max-height: 500px;
  overflow-y: auto;
}

.scroll-text::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.scroll-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-text::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scroll-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.contact-form .form-group .form-item {
  width: 100%;
  border: 1px solid #c4c4c475;
  margin-bottom: 10px;
  outline: none;
  padding: 8px 10px;
}
.contact-form .form-group .form-item:focus {
  border: solid 1px #050c28;
}

.contact-form .form-group label {
  font-size: 14px;
  color: #706f6d;
  margin-bottom: 4px;
  display: inline-block;
}

.contact-form .form-group textarea {
  height: 150px;
  min-height: 150px;
}

.contact-form .recaptcha {
  margin: 15px 0px 25px 15px;
  display: block;
  width: 100%;
}

#exampleModal3 .modal-form-area {
  padding: 30px;
}

#exampleModal3 .modal-header button {
  border: none;
  padding: 10px;
  background: #9a2c2c;
  color: white;
  cursor: pointer;
}

#exampleModal3 .modal-header {
  display: flex;
  justify-content: flex-end;
}

#exampleModal3 button.btn.btn-blue {
  background: #9a2c2c;
  border: none;
  padding: 5px 15px;
  color: white;
  width: 100%;
  cursor: pointer;
}

#exampleModal3 .modal-form-area .title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.calculation-bottom {
  margin-top: 20px;
  margin-bottom: 25px;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.flex-center {
  align-items: center;
}
.mb50 {
  margin-bottom: 50px;
}

img {
  max-width: 100%;
}
.contact-page .contact-infos .infos:last-child {
  border: none;
}

.contact-page .full-contact {
  padding-top: 40px;
  border-top: solid 1px #ddd;
}

@media (max-width: 992px) {
  .contact-image {
    margin-bottom: 30px;
  }
}

.news-box {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 30px 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 40px;
}

.news-text {
  margin-top: 15px;
  font-weight: 700;
}

.news-desc {
  margin-top: 20px;
}

.news-box img {
  border-radius: 12px;
}


.gridCols {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    align-items: start;
}

.contactGroups {
    width: 100%;
    box-sizing: border-box;
}

.gridCols:has(> .contactGroups:nth-child(odd):last-child) > .contactGroups:last-child {
    grid-column: span 2;
}
.col-md-6.gridCols .contactGroups .infos {
    margin: 0;
}
@media (max-width: 768px) {
    .gridCols {
        grid-template-columns: 1fr;
    }

    .gridCols:has(> .contactGroups:nth-child(odd):last-child) > .contactGroups:last-child {
        grid-column: auto;
    }
}





/* TEMPLATE LIST CALC OFFER FORM START */

.offer-form-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.offer-form-wrapper {
  border: 1px solid var(--color1);
  padding: 20px;
  box-shadow: var(--color2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.offer-form .form-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}

@media (max-width:992px) {
  .offer-form .form-bottom {
    padding-right: 0;
  }
}

@media (max-width:768px) {
  .offer-form .form-bottom {
    flex-direction: column;
    padding: 0 10px;
  }
}

.offer-form .form-bottom .recaptcha {
  width: auto;
}

.offer-form .form-bottom button {
  background: #9a2c2c;
    border: none;
    padding: 10px 30px;
    color: white;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width:768px) {
.offer-form .form-bottom button {
    width: 100%;
    padding: 10px 0;
  }
}

/* TEMPLATE LIST CALC OFFER FORM END */


/* ============================================== */
/* HEADER — sade, kurumsal, nizami                */
/* Tek dil: 200ms ease, color-only hover           */
/* ============================================== */

/* --- Top bar --- */
.header .top-header {
  background: #1b1918;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  box-shadow: none;
  border-bottom: 0;
}

.header .top-header .area {
  min-height: 42px;
  align-items: stretch;
}

.header .top-header a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 200ms ease;
}

.header .top-header a:hover {
  color: #fff;
  opacity: 1;
}


/* Sağ items */
.header .top-header .right {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.header .top-header .right .item {
  border-right: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  position: relative;
}

.header .top-header .right .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.header .top-header .right .item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.header .top-header .right .item i {
  margin-left: 0;
  order: -1;
  color: var(--color2);
  font-size: 12px;
  transition: color 200ms ease;
}

/* Sosyal — sade, küçük, yuvarlak */
.header .top-header .right .social {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  margin-left: 6px;
  display: flex;
  align-items: center;
}

.header .top-header .right .social ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.header .top-header .right .social ul li a {
  margin-left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  transition: color 200ms ease, background 200ms ease;
}

.header .top-header .right .social ul li a:hover {
  color: #fff;
  background: var(--color2);
}

/* --- Logo + menu band --- */
.header .logo-menu {
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.header .logo-menu .area {
  min-height: 92px;
  align-items: center;
}

.header .logo-menu .logo img {
  max-width: 240px;
  transition: max-width 200ms ease;
}

/* Sticky: sadece shadow, animasyon yok */
.logo-menu.fixed-header {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #ececec;
  background: #fff;
  animation: none;
}

/* --- Main menu — sade, hizalı, tek dil --- */
.main-menu .navigation {
  align-items: center;
}

.main-menu .navigation > li {
  padding: 35px 0;
  margin-right: 34px;
}

.main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-menu .navigation > li > a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--color1);
  transition: color 200ms ease;
}

/* underline (orijinal :before) iptal */
.main-menu .navigation > li > a:before {
  display: none !important;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  background: transparent;
  color: var(--color2);
  transform: none;
}

/* Aktif sayfa için alttan ince tab line — yalnızca .current */
.main-menu .navigation > li.current > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--color2);
}

/* ─── Nav link hover: alttan yukarı bg fill ─── */
.main-menu .navigation > li {
  position: relative;
}

.main-menu .navigation > li::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(125, 12, 7, 0.07);
  clip-path: inset(100% 0 0 0);
  transition: clip-path 280ms ease;
  pointer-events: none;
  z-index: 0;
}

.main-menu .navigation > li:hover::before {
  clip-path: inset(0% 0 0 0);
}

.main-menu .navigation > li > a {
  position: relative;
  z-index: 1;
}

.main-menu .navigation > li > a:before {
  display: none;
}

/* ─── 1. seviye dropdown ok ikonu ─── */
.main-menu .navigation > li.dropdown > a:after {
  font-size: 10px;
  margin-left: 6px;
  opacity: 0.45;
  display: inline-block;
  position: static;
  transition: transform 240ms ease, opacity 200ms ease;
}

.main-menu .navigation > li.dropdown:hover > a:after {
  opacity: 1;
  transform: rotate(180deg);
}

/* ─── 1. seviye dropdown ─── */
.main-menu .navigation > li > ul {
  border: none;
  border-top: 3px solid var(--color2);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.13);
  margin-top: 0;
  min-width: 230px;
  padding: 6px 0;
  transform: translateY(-10px);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.main-menu .navigation > li.dropdown:hover > ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  border: none;
  border-top: 3px solid var(--color2);
  border-radius: 0 0 8px 8px;
}

/* ─── 1. seviye items ─── */
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid #f2f2f2;
  transition: background 180ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: 0;
}

.main-menu .navigation > li > ul > li:hover {
  background: rgba(125, 12, 7, 0.05);
}

.main-menu .navigation > li > ul > li > a {
  display: flex;
  align-items: center;
  padding: 11px 18px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color1);
  border-left: 3px solid transparent;
  box-sizing: border-box;
  width: 100%;
  transition: color 180ms ease, border-color 180ms ease, padding-left 180ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: var(--color2);
  border-left-color: var(--color2);
  padding-left: 22px;
}

/* ─── 2. seviye dropdown ok ikonu ─── */
.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: static;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 12px;
  font-size: 11px;
  opacity: 0.4;
  transition: opacity 180ms ease;
  transform: none !important;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  opacity: 1;
}

/* ─── 2. seviye dropdown ─── */
.main-menu .navigation > li > ul > li > ul {
  border: none;
  border-left: 3px solid var(--color2);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.13);
  background: #fff;
  min-width: 210px;
  left: 100%;
  top: 0;
  margin-top: 0;
  transform: translateY(-8px);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-left: 0;
  top: 0;
}

/* ─── 2. seviye items ─── */
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid #f2f2f2;
  white-space: nowrap;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.main-menu .navigation > li > ul > li > ul > li:hover {
  background: rgba(125, 12, 7, 0.05);
  transition: background 180ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  padding: 11px 24px 11px 18px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color1);
  transition: color 180ms ease, padding-left 180ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: var(--color2);
  padding-left: 22px;
}

/* ─── Yatay taşma önleme (sticky'yi bozmaz) ─── */
html, body {
  overflow-x: clip;
}

@media (max-width: 992px) {
  .header .top-header .right .item {
    padding: 0 12px;
  }
}

/* HEADER END */

/* ═══════════════════════════════════════════════
   HOMEPAGE SECTIONS — REDESIGN
   ═══════════════════════════════════════════════ */

/* ─── Genel: section padding & başlık ─── */
.p70 {
  padding: 90px 0;
}

.section-sub-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color2);
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-sub-title::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--color2);
  flex-shrink: 0;
}

.section-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-transform: none;
  margin: 0 0 22px;
}

/* ─── Buton ─── */
.button1 a {
  display: inline-block;
  padding: 11px 36px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1.5px solid var(--color2);
  color: var(--color2);
  background: transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 260ms ease;
}

.button1 a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--color2);
  transform: translateX(-101%);
  transition: transform 260ms ease;
  z-index: -1;
}

.button1 a:hover {
  color: #fff;
  border-color: var(--color2);
  background: transparent;
}

.button1 a:hover::before {
  transform: translateX(0);
}

/* ─── Hakkımızda ─── */
.about-home {
  background: #fff;
  box-shadow: none;
}

.about-home .area {
  align-items: center;
  gap: 0;
}

.about-home .text {
  padding-right: 48px;
  border-right: 1px solid #ebebeb;
}

.about-home .text > p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 28px;
}

.about-icon {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #f0f0f0;
  padding: 18px 0;
  transition: background 200ms ease;
}

.about-icon:last-child {
  border-bottom: none;
}

.about-icon i {
  color: #fff;
  font-size: 16px;
  background: var(--color2);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  transition: transform 200ms ease;
}

.about-icon:hover i {
  transform: scale(1.08);
}

.about-icon span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--color1);
  line-height: 1.4;
}

.about-home .picture {
  padding-left: 48px;
}

.about-home .picture img {
  border-radius: 4px;
  box-shadow: 24px 24px 0 0 #f3f3f3;
}

/* ─── Ürünlerimiz ─── */
.our-products-home {
  background: #f8f7f6;
}

.our-products-home .section-title {
  text-align: center;
  margin-bottom: 8px;
}

.our-products-home .section-sub-title {
  justify-content: center;
}

.our-products-home .section-sub-title::before {
  display: none;
}

.our-products-home .section-sub-title::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--color2);
  flex-shrink: 0;
}

.general-box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  margin-bottom: 24px;
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.general-box:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
  transform: translateY(-4px);
}

.general-box .picture {
  overflow: hidden;
}

.general-box img {
  width: 100%;
  display: block;
  transition: transform 380ms ease, opacity 380ms ease;
  opacity: 1;
}

.general-box:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.general-box .title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 18px 20px 0;
  position: relative;
  text-transform: none;
  transition: color 220ms ease;
}

.general-box .title:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  height: 2px;
  width: 32px;
  background: var(--color2);
  transition: width 300ms ease;
}

.general-box:hover .title:after {
  width: calc(100% - 40px);
}

.general-box:hover .title {
  color: var(--color2);
}

.general-box .desc {
  font-size: 13px;
  line-height: 1.7;
  color: #777;
  padding: 10px 20px 20px;
  margin: 0;
  transition: color 220ms ease;
}

.general-box:hover .desc {
  color: #555;
}

/* ─── SEO Metin ─── */
.seo-text-home {
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.seo-text-home .section-title {
  font-size: 22px;
  margin-bottom: 16px;
}

.seo-text-home p {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
}

/* ─── CTA ─── */
.cta {
  padding: 80px 0;
  background-attachment: fixed;
}

.cta:before {
  background: linear-gradient(135deg, rgba(17, 11, 11, 0.88) 0%, rgba(125, 12, 7, 0.72) 100%);
  opacity: 1;
}

.cta .logo-cta {
  margin-bottom: 28px;
}

.cta .social ul {
  gap: 4px;
  margin-bottom: 28px;
}

.cta .social ul li a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 16px;
  margin: 0 4px;
  transition: background 220ms ease, border-color 220ms ease;
}

.cta .social ul li a:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.cta .section-title {
  font-size: 26px;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
  text-transform: none;
}

.cta .section-title:after {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  bottom: -18px;
  transition: width 340ms ease;
}

.cta:hover .section-title:after {
  width: 200px;
}

.cta-box {
  align-items: center;
  gap: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  transition: padding-left 220ms ease;
}

.cta-box:last-child {
  border-bottom: none;
}

.cta-box:hover {
  padding-left: 6px;
}

.cta-box .icon i {
  width: 48px;
  height: 48px;
  border: 1.5px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  font-size: 18px;
  flex-shrink: 0;
  transition: background 220ms ease, border-color 220ms ease;
}

.cta-box:hover .icon i {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
}

.cta-box .info {
  margin-left: 18px;
}

.cta-box .info a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: opacity 180ms ease;
}

.cta-box .info a:hover {
  opacity: 0.75;
}

/* ─── Responsive: homepage sections ─── */
@media (max-width: 900px) {
  .p70 {
    padding: 60px 0;
  }

  .about-home .text {
    padding-right: 0;
    border-right: none;
    margin-bottom: 36px;
  }

  .about-home .picture {
    padding-left: 0;
  }

  .about-home .picture img {
    box-shadow: 12px 12px 0 0 #f3f3f3;
  }
}

/* HOMEPAGE END */

/* ═══════════════════════════════════════════════
   MOBILE GLOBAL — IMAGE / CARD OVERFLOW PROTECTION
   ═══════════════════════════════════════════════ */

@media (max-width: 900px) {
  /* Tüm card türlerinde max-width 100% güvencesi */
  .general-box,
  .general-box .picture,
  .news-papper-box,
  .news-papper-box .news-box,
  .video-box,
  .testimonials-box,
  .hesap-card,
  .about-icon,
  .ilk-kirilim,
  .general-sidebar-page .text-area,
  .single-blog .text-area,
  .single-product-first .text-area,
  .single-quality .text-area,
  .single-price .text-area,
  .service-single-page .text-area,
  .about-page .text-area,
  .bank-number-page .text-area,
  .single-product-first .form-area,
  .sidebar-form,
  .contact-page .form-area {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Tüm card image'ları taşmasın — width 100%, height auto, object-fit ile sınırla */
  .general-box img,
  .general-box .picture img,
  .general-box .picture .img-fluid,
  .news-papper-box img,
  .news-papper-box .news-box img,
  .video-box img,
  .testimonials-box img,
  .hesap-card img,
  .about-home .picture img,
  .single-product-first .general-box img,
  .news-list-page .general-box img,
  .quality-list .general-box img,
  .blog-list .general-box img,
  .services-list .general-box img,
  .products-category-list .general-box img,
  .our-products-home .general-box img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box;
  }

  /* Section'lar yatay taşma engeli */
  section,
  .home-content,
  .our-products-home,
  .quality-list,
  .blog-list,
  .services-list,
  .products-category-list,
  .news-papers,
  .news-list-page,
  .testimonials-page,
  .sss-page,
  .video-list,
  .bank-number-page,
  .general-sidebar-page,
  .about-page,
  .single-blog,
  .single-quality,
  .single-price,
  .single-product-first,
  .service-single-page,
  .contact-page,
  .single-calc {
    max-width: 100%;
    overflow-x: clip;
  }

  /* Bootstrap container padding'leri mobile'da daraltılsın */
  .container {
    padding-left: 14px;
    padding-right: 14px;
    max-width: 100%;
  }

  /* Row margins düzeltme — col padding'i ile uyumlu */
  section .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  section .row > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* Anasayfa about-home picture mobile */
  .about-home .picture {
    overflow: hidden;
    border-radius: 4px;
    max-width: 100%;
  }

  .about-home .picture img {
    box-shadow: 8px 8px 0 0 #f3f3f3;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  /* Slider mobile resimleri */
  .slider img,
  .slider-mobile img,
  .owl-carousel img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }

  /* iframe (videolar, harita) taşmasın */
  iframe {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* CTA section fixed bg parallax mobile'da kaldırılsın */
  .cta {
    background-attachment: scroll;
  }

  /* Anasayfa products: card padding proper */
  .our-products-home .general-box {
    margin-bottom: 18px;
  }

  /* Picture wrapper overflow zorla */
  .picture {
    overflow: hidden;
    max-width: 100%;
  }

  .picture img,
  .picture a img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
  }
}

/* Çok dar ekranlar — Container daha sıkı */
@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  section .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  section .row > [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* ─── Mobile: col-md-X tek başına kullanıldığında 100% width ─── */
@media (max-width: 767.98px) {
  .our-products-home .row > .col-md-4,
  .our-products-home .row > .col-md-6,
  .our-products-home .row > .col-md-12,
  .quality-list .row > .col-md-4,
  .services-list .row > .col-md-4,
  .blog-list .row > .col-md-4,
  .products-category-list .row > .col-md-4,
  .news-list-page .row > .col-md-6,
  .news-list-page .col-md-8,
  .news-list-page .col-md-4,
  .news-papers .col-md-8,
  .news-papers .col-md-4,
  .video-list .row > .col-md-6,
  .video-list .col-md-8,
  .video-list .col-md-4,
  .general-sidebar-page .col-md-8,
  .general-sidebar-page .col-md-4,
  .single-blog .col-md-8,
  .single-blog .col-md-4,
  .single-product-first .col-md-8,
  .single-product-first .col-md-4,
  .single-product-first .row > .col-md-4,
  .single-product-first .row > .col-md-6,
  .single-quality .col-md-8,
  .single-quality .col-md-4,
  .single-price .col-md-8,
  .single-price .col-md-4,
  .service-single-page .col-md-8,
  .service-single-page .col-md-4,
  .about-page .col-md-8,
  .about-page .col-md-4,
  .about-page .col-md-3,
  .bank-number-page .col-md-8,
  .bank-number-page .col-md-4,
  .testimonials-page .col-md-8,
  .testimonials-page .col-md-4,
  .sss-page .col-md-8,
  .sss-page .col-md-4,
  .contact-page .col-md-6,
  .single-calc .col-md-6,
  .single-calc .col-md-7,
  .single-calc .col-md-5,
  .single-calc .col-md-12,
  .about-home .col-md-2,
  .about-home .col-md-4,
  .about-home .col-md-6,
  .footer .col-md-4,
  .footer .col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Hakkımızda sayfasındaki "neden biz" kutuları — col-md-3 col-6: mobilde 2 kolon kalsın */
  .about-page .row.about-icons > .col-md-3.col-6,
  .about-page .row.about-icons > .col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

/* ≤480px ekranlarda about-icons tek kolona düşsün */
@media (max-width: 480px) {
  .about-page .row.about-icons > .col-md-3.col-6,
  .about-page .row.about-icons > .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* ═══════════════════════════════════════════════
   MOBILE HEADER + DRAWER MENU — REDESIGN
   ═══════════════════════════════════════════════ */

@media (max-width: 900px) {
  /* ─── Header ─── */
  .header-mobile {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #ececec;
    padding: 0;
    position: relative;
    z-index: 100;
    overflow-x: clip;
  }

  .header-mobile > .container {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-mobile > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .header-mobile.fixed-header {
    position: sticky;
    top: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
  }

  .header-mobile .header-mobile-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 6px 10px 4px !important;
    gap: 10px;
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .header-mobile .header-mobile-logo {
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 130px);
    overflow: hidden;
  }

  .header-mobile .header-mobile-logo a {
    display: inline-block;
    max-width: 100%;
  }

  .header-mobile .header-mobile-logo img,
  .header-mobile .header-mobile-logo img.img-fluid {
    max-width: 100% !important;
    max-height: 44px !important;
    height: auto !important;
    width: auto !important;
    display: block;
    object-fit: contain;
  }

  .header-mobile .mobile-header-hamburger {
    flex: 0 0 auto;
    flex-shrink: 0;
  }

  /* ─── Hamburger butonu (modern) ─── */
  .mobile-header-hamburger .hamburger-toggle {
    background: var(--color2);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
    box-shadow: 0 4px 12px rgba(125, 12, 7, 0.20);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .mobile-header-hamburger .hamburger-toggle:hover,
  .mobile-header-hamburger .hamburger-toggle:active {
    background: var(--color1);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(125, 12, 7, 0.32);
  }

  /* fa-bars ikonunu Free Solid'e zorla — hamburger kafes çizgisi olarak çiz */
  .mobile-header-hamburger .hamburger-toggle i {
    width: 18px;
    height: 14px;
    position: relative;
    display: inline-block;
    font-size: 0;
    color: transparent;
  }

  .mobile-header-hamburger .hamburger-toggle i::before,
  .mobile-header-hamburger .hamburger-toggle i::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 240ms ease;
  }

  .mobile-header-hamburger .hamburger-toggle i::before {
    top: 0;
    box-shadow: 0 6px 0 #fff;
  }

  .mobile-header-hamburger .hamburger-toggle i::after {
    bottom: 0;
  }

  /* ─── Drawer (mobile-nav) ─── */
  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 12, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    animation: none;
    opacity: 0;
    transition: opacity 280ms ease;
  }

  .mobile-nav.open {
    display: block;
    opacity: 1;
    animation: none;
    overflow: hidden;
  }

  .mobile-nav-content {
    width: min(86%, 380px);
    max-width: 86%;
    height: 100%;
    background: linear-gradient(180deg, #131313 0%, #050505 100%);
    padding: 0 0 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 24px 0 60px rgba(0, 0, 0, 0.45);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    transform: translateX(-100%);
    transition: transform 360ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-nav.open .mobile-nav-content {
    transform: translateX(0);
  }

  /* Logo at top of drawer */
  .mobile-nav-logo {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    gap: 8px;
    padding: 22px 18px 18px;
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }

  .mobile-nav-logo::after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--color2) 50%, transparent 100%);
  }

  .mobile-nav-logo-content {
    flex: 1;
    text-align: center;
  }

  .mobile-nav-logo-content a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    border-radius: 8px;
    transition: background 200ms ease, color 200ms ease;
  }

  .mobile-nav-logo-content a:hover {
    background: rgba(125, 12, 7, 0.20);
    color: #fff !important;
    opacity: 1;
  }

  .mobile-nav-logo-content i {
    width: 36px !important;
    height: 36px !important;
    max-width: none !important;
    line-height: 1 !important;
    font-size: 14px !important;
    background: rgba(125, 12, 7, 0.20);
    color: var(--color2);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 !important;
  }

  .mobile-nav-logo-content a:hover i {
    background: var(--color2);
    color: #fff;
  }

  /* "Bize Ulaşın" CTA */
  .mobile-nav .cta-link {
    line-height: 1;
    padding: 14px 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: var(--color2);
    border-radius: 8px;
    margin: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 6px 18px rgba(125, 12, 7, 0.30);
    transition: background 220ms ease, transform 220ms ease;
  }

  .mobile-nav .cta-link:hover,
  .mobile-nav .cta-link:active {
    background: var(--color1);
    transform: translateY(-1px);
    opacity: 1;
  }

  .mobile-nav .cta-link::after {
    content: '\f0e0';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 11px;
    opacity: 0.85;
  }

  /* Sosyal medya bar */
  ul.mobile-menu-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px 14px;
    margin: 0 !important;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  ul.mobile-menu-social li {
    margin: 0;
    list-style: none;
  }

  ul.mobile-menu-social li a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px;
    transition: background 220ms ease, color 220ms ease, transform 220ms ease;
  }

  ul.mobile-menu-social li a:hover {
    background: var(--color2);
    color: #fff !important;
    transform: translateY(-2px);
  }

  /* ─── Mobile menu list ─── */
  .mobile-nav-menu {
    padding: 8px 0;
  }

  .mobile-nav-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-menu ul li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
    background: transparent;
  }

  .mobile-nav-menu ul li:last-child {
    border-bottom: none;
  }

  .mobile-nav-menu ul li.active > .sub-menu-flex,
  .mobile-nav-menu ul li.active > a {
    background: rgba(125, 12, 7, 0.14);
  }

  .mobile-nav-menu ul li .sub-menu-flex {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    transition: background 200ms ease;
  }

  .mobile-nav-menu ul li .sub-menu-flex:hover {
    background: rgba(255, 255, 255, 0.04);
  }

  .mobile-nav-menu ul li .sub-menu-flex > a {
    flex: 1;
  }

  .mobile-nav-menu ul li > a,
  .mobile-nav-menu ul li .sub-menu-flex > a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    padding: 14px 22px !important;
    display: block !important;
    transition: color 200ms ease, padding-left 200ms ease;
  }

  .mobile-nav-menu ul li > a:hover,
  .mobile-nav-menu ul li .sub-menu-flex > a:hover {
    color: #fff !important;
    padding-left: 26px !important;
    opacity: 1;
  }

  .mobile-nav-menu ul li.active > .sub-menu-flex > a,
  .mobile-nav-menu ul li.active > a {
    color: var(--color2) !important;
  }

  .mobile-nav-menu ul li.active > .sub-menu-flex > a {
    border-left: 3px solid var(--color2);
    padding-left: 19px !important;
  }

  /* Submenu chevron */
  .mobile-nav-menu ul li .sub-menu-flex > i {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 14px !important;
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 280ms ease, color 200ms ease;
    flex-shrink: 0;
  }

  .mobile-nav-menu ul li.active > .sub-menu-flex > i,
  .mobile-nav-menu ul li.open > .sub-menu-flex > i {
    color: var(--color2) !important;
    transform: rotate(180deg);
  }

  /* fa-angle-down fallback (Free Solid) */
  .mobile-nav-menu ul li .sub-menu-flex > i.fa-angle-down,
  .mobile-nav-menu ul li .sub-menu-flex > i.fas.fa-angle-down {
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900 !important;
  }

  .mobile-nav-menu ul li .sub-menu-flex > i.fa-angle-down::before {
    content: '\f107' !important;
  }

  /* Sub-menu nested list */
  .mobile-nav-menu ul li ul {
    display: none;
    background: rgba(0, 0, 0, 0.30);
    margin: 0 !important;
    padding: 4px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
  }

  .mobile-nav-menu ul li.open > ul {
    display: block;
    animation: subMenuSlide 280ms ease;
  }

  .mobile-nav-menu ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding-left: 14px;
  }

  .mobile-nav-menu ul li ul li:last-child {
    border-bottom: none;
  }

  .mobile-nav-menu ul li ul li > a {
    font-size: 12px !important;
    padding: 11px 22px !important;
    color: rgba(255, 255, 255, 0.65) !important;
    text-transform: none;
    letter-spacing: 0.02em !important;
  }

  .mobile-nav-menu ul li ul li > a:hover {
    color: #fff !important;
  }

  /* fa-home, fa-phone home/phone icons */
  .mobile-nav-logo-content i.fa-home::before {
    content: '\f015' !important;
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900 !important;
  }

  .mobile-nav-logo-content i.fa-phone::before {
    content: '\f095' !important;
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900 !important;
  }

  @keyframes subMenuSlide {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ─── Close button ─── */
  .mobile-close-menu {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    display: none;
    z-index: 10000;
    background: var(--color2);
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30);
    cursor: pointer;
    transition: transform 220ms ease, background 220ms ease;
  }

  .mobile-close-menu:hover {
    background: #fff;
    transform: rotate(90deg);
  }

  .mobile-close-menu:hover i {
    color: var(--color2);
  }

  .mobile-close-menu i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color 220ms ease;
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900 !important;
  }

  .mobile-close-menu i.fa-times::before {
    content: '\f00d' !important;
  }

  /* Body scroll lock when drawer open */
  body:has(.mobile-nav.open) {
    overflow: hidden;
  }
}

/* ─── Çok dar ekranlar (≤400px) ─── */
@media (max-width: 400px) {
  .header-mobile > .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header-mobile .header-mobile-wrapper {
    gap: 8px !important;
  }

  .header-mobile .header-mobile-logo {
    max-width: calc(100% - 110px) !important;
  }

  .header-mobile .header-mobile-logo img,
  .header-mobile .header-mobile-logo img.img-fluid {
    max-height: 38px !important;
  }

  .mobile-header-hamburger .hamburger-toggle {
    padding: 8px 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.06em !important;
    gap: 6px !important;
  }

  .mobile-header-hamburger .hamburger-toggle i {
    width: 16px !important;
    height: 12px !important;
  }
}

/* ─── Çok dar ekranlar (≤340px) — son çare ─── */
@media (max-width: 340px) {
  .mobile-header-hamburger .hamburger-toggle {
    font-size: 0 !important;
    padding: 9px !important;
    gap: 0 !important;
  }
}

/* ═══════════════════════════════════════════════
   FORM ALERT MODAL — REDESIGN (cms_fly-alert override)
   ═══════════════════════════════════════════════ */

.cms_fly-alert {
  background-color: rgba(8, 8, 12, 0.55) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: cmsAlertFade 240ms ease;
}

@keyframes cmsAlertFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cms_fly-alert .content {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 36px 32px 28px !important;
  max-width: 460px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid #f0f0f0;
  animation: cmsAlertPop 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.cms_fly-alert .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.cms_fly-alert.success .content::before {
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
}

.cms_fly-alert.danger .content::before {
  background: linear-gradient(90deg, var(--color2) 0%, #b51810 100%);
}

@keyframes cmsAlertPop {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cms_fly-alert .icon {
  width: 70px !important;
  height: 70px !important;
  border-width: 3px !important;
  margin: 12px 0 22px !important;
  font-size: 38px !important;
  background: #fff;
  position: relative;
}

.cms_fly-alert.success .icon {
  border-color: #22c55e !important;
  color: #22c55e !important;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.10);
}

.cms_fly-alert.danger .icon {
  border-color: var(--color2) !important;
  color: var(--color2) !important;
  box-shadow: 0 0 0 6px rgba(125, 12, 7, 0.10);
}

.cms_fly-alert .icon svg {
  height: 38px !important;
  width: auto;
}

.cms_fly-alert .desc {
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: var(--color1) !important;
  margin: 0 0 10px !important;
  text-align: center;
  line-height: 1.2 !important;
}

.cms_fly-alert .alert-paragraph {
  margin: 0 0 6px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #555 !important;
  text-align: center;
  font-weight: 400 !important;
  max-width: 380px;
  word-wrap: break-word;
}

.cms_fly-alert .close-btn {
  margin: 22px 0 4px !important;
  padding: 12px 36px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  border-radius: 6px !important;
  border: none !important;
  color: #fff !important;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.cms_fly-alert.success .close-btn {
  background: var(--color1) !important;
}

.cms_fly-alert.success .close-btn:hover {
  background: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.20);
}

.cms_fly-alert.danger .close-btn {
  background: var(--color2) !important;
}

.cms_fly-alert.danger .close-btn:hover {
  background: var(--color1) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(125, 12, 7, 0.30);
}

@media (max-width: 600px) {
  .cms_fly-alert .content {
    padding: 28px 22px 22px !important;
    max-width: 92vw !important;
  }

  .cms_fly-alert .icon {
    width: 58px !important;
    height: 58px !important;
    font-size: 30px !important;
  }

  .cms_fly-alert .desc {
    font-size: 18px !important;
  }

  .cms_fly-alert .alert-paragraph {
    font-size: 13px !important;
  }
}

/* ═══════════════════════════════════════════════
   FOOTER — REDESIGN
   ═══════════════════════════════════════════════ */

.footer {
  padding: 64px 0 0;
  background: linear-gradient(180deg, #0e0e0e 0%, #050505 100%);
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--color2) 50%, transparent 100%);
}

.footer::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(125, 12, 7, 0.20) 0%, transparent 70%);
  pointer-events: none;
}

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

.footer > .container > .row {
  padding-bottom: 36px;
}

/* Footer başlıkları */
.footer .footer-title {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--color2);
}

.footer .footer-title i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(125, 12, 7, 0.20);
  color: var(--color2);
  border-radius: 6px;
  font-size: 11px;
  flex-shrink: 0;
}

/* Listeler */
.footer ul.item,
.footer ul.blog {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul.item li,
.footer ul.blog li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  transition: padding 220ms ease;
}

.footer ul.item li:last-child,
.footer ul.blog li:last-child {
  border-bottom: none;
}

.footer ul.item li::before,
.footer ul.blog li::before {
  content: '\f105';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color2);
  font-size: 11px;
  opacity: 0.4;
  transition: opacity 220ms ease, transform 220ms ease;
}

.footer ul.item li:hover::before,
.footer ul.blog li:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(3px);
}

.footer ul.item li a,
.footer ul.blog li a {
  display: block;
  padding: 11px 0 11px 18px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  transition: color 220ms ease, padding-left 220ms ease;
}

.footer ul.item li a:hover,
.footer ul.blog li a:hover {
  color: #fff;
  padding-left: 24px;
  opacity: 1;
}

/* Blog listesi varyasyonu — başlıklar 2 satır olabilir */
.footer ul.blog li a {
  line-height: 1.4;
  font-size: 12.5px;
}

/* Bottom bar */
.footer .bottom {
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
}

.footer .bottom span {
  letter-spacing: 0.01em;
}

.footer .bottom a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50px;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.footer .bottom a::after {
  content: '\f08e';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 9px;
  opacity: 0.7;
  transition: transform 220ms ease;
}

.footer .bottom a:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
  opacity: 1;
  transform: translateY(-1px);
}

.footer .bottom a:hover::after {
  transform: translateX(2px) translateY(-1px);
}

/* Responsive */
@media (max-width: 900px) {
  .footer {
    padding: 48px 0 0;
  }

  .footer > .container > .row > [class*='col-'] {
    margin-bottom: 28px;
  }

  .footer .footer-title {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .footer .bottom {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 20px 0;
  }

  .footer::after {
    width: 240px;
    height: 240px;
  }
}

/* ─── Captcha: tüm formlar sola hizalı ─── */
form .nobot,
form .recaptcha,
.form-area .nobot,
.contact-form .recaptcha {
  display: flex !important;
  justify-content: flex-start !important;
  position: relative;
}

.sidebar-form .nobot {
  transform-origin: left top;
}

/* ─── Submit button: gönderim sırasında loading state ─── */
button[data-submitting="1"],
input[data-submitting="1"] {
  cursor: progress !important;
  opacity: 0.85;
  pointer-events: none;
}

button[data-submitting="1"]:hover,
input[data-submitting="1"]:hover {
  transform: none !important;
}

.btn-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btnSpin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}

@keyframes btnSpin {
  to {
    transform: rotate(360deg);
  }
}

/* ─── Captcha custom error tooltip ─── */
.captcha-error-tooltip {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--color2);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(125, 12, 7, 0.35);
  z-index: 100;
  animation: captchaTooltipPop 240ms cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.captcha-error-tooltip::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--color2);
}

.captcha-error-tooltip::before {
  content: '\f06a';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  margin-right: 8px;
  font-size: 11px;
  opacity: 0.95;
}

@keyframes captchaTooltipPop {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 600px) {
  .captcha-error-tooltip {
    font-size: 11px;
    padding: 7px 11px;
    top: -36px;
    white-space: normal;
    max-width: 90vw;
  }
}

/* ─── general-box: tüm kart tıklanabilir (stretched link) ─── */
.general-box {
  position: relative;
}

.general-box > .card-stretch-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: transparent;
  border: 0;
  outline: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.general-box > .card-stretch-link:focus-visible {
  outline: 2px solid var(--color2);
  outline-offset: -2px;
}

/* ═══════════════════════════════════════════════
   NEDEN KARACA PASLANMAZ — TEMPLATE-ABOUT REDESIGN
   ═══════════════════════════════════════════════ */

.general-sidebar-page {
  background: #fafafa;
  position: relative;
}

.general-sidebar-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(180deg, rgba(125, 12, 7, 0.04) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.general-sidebar-page > .container {
  position: relative;
  z-index: 1;
}

/* ─── Sol içerik (text-area) ─── */
.general-sidebar-page .text-area {
  background: #fff;
  border-radius: 6px;
  padding: 40px 44px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
}

.general-sidebar-page .text-area h1,
.general-sidebar-page .text-area h2,
.general-sidebar-page .text-area h3,
.general-sidebar-page .text-area h4 {
  position: relative;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 28px;
  margin-bottom: 16px;
  padding-left: 18px;
}

.general-sidebar-page .text-area h1:first-child,
.general-sidebar-page .text-area h2:first-child,
.general-sidebar-page .text-area h3:first-child,
.general-sidebar-page .text-area h4:first-child {
  margin-top: 0;
}

.general-sidebar-page .text-area h1::before,
.general-sidebar-page .text-area h2::before,
.general-sidebar-page .text-area h3::before,
.general-sidebar-page .text-area h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--color2);
  border-radius: 2px;
}

.general-sidebar-page .text-area h2 {
  font-size: 22px;
}

.general-sidebar-page .text-area h3 {
  font-size: 18px;
}

.general-sidebar-page .text-area p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 16px;
}

.general-sidebar-page .text-area a {
  color: var(--color2);
  border-bottom: 1px solid rgba(125, 12, 7, 0.3);
  transition: border-color 220ms ease;
}

.general-sidebar-page .text-area a:hover {
  border-bottom-color: var(--color2);
}

.general-sidebar-page .text-area ul {
  margin: 16px 0 22px;
  padding-left: 4px;
}

.general-sidebar-page .text-area ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.general-sidebar-page .text-area ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  background: var(--color2);
  clip-path: polygon(0 35%, 35% 35%, 35% 0, 65% 0, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65%);
  margin-right: 0;
  font-family: inherit;
  color: transparent;
  font-weight: 400;
  opacity: 0.85;
}

/* ─── Neden biz icon kutuları ─── */
.general-sidebar-page .about-icons {
  margin: 36px -8px 0;
}

.general-sidebar-page .about-icons > [class*='col-'] {
  padding: 0 8px;
  margin-bottom: 16px;
}

.general-sidebar-page .about-icon {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 24px 18px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.general-sidebar-page .about-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

.general-sidebar-page .about-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.general-sidebar-page .about-icon:hover::before {
  transform: scaleX(1);
}

.general-sidebar-page .about-icon i {
  color: var(--color2);
  font-size: 28px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(125, 12, 7, 0.08);
  border-radius: 50%;
  transition: background 280ms ease, color 280ms ease, transform 280ms ease;
}

.general-sidebar-page .about-icon:hover i {
  background: var(--color2);
  color: #fff;
  transform: rotate(-8deg) scale(1.05);
}

.general-sidebar-page .about-icon span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color1);
  letter-spacing: -0.01em;
}

/* ─── Sidebar yeniden tasarım ─── */
.general-sidebar-page .sidebar-area {
  border-left: none;
  padding-left: 0;
  position: sticky;
  top: 100px;
}

.general-sidebar-page .sidebar-area > .sidebar-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color2);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color2);
  display: inline-block;
}

.general-sidebar-page .sidebar-area > ul {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 6px 0;
  margin-bottom: 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  list-style: none;
}

.general-sidebar-page .sidebar-area > ul li {
  border-bottom: 1px solid #f3f3f3;
  padding: 0;
  display: block;
  position: relative;
  transition: background 200ms ease;
}

.general-sidebar-page .sidebar-area > ul li:last-child {
  border-bottom: none;
}

.general-sidebar-page .sidebar-area > ul li:hover {
  background: rgba(125, 12, 7, 0.04);
}

.general-sidebar-page .sidebar-area > ul li:before {
  content: '\f105';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color2);
  font-size: 12px;
  opacity: 0.5;
  transition: opacity 220ms ease, transform 220ms ease;
}

.general-sidebar-page .sidebar-area > ul li:hover:before {
  opacity: 1;
  transform: translateY(-50%) translateX(3px);
}

.general-sidebar-page .sidebar-area > ul li a {
  display: block;
  padding: 13px 16px 13px 32px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color1);
  width: 100%;
  transition: color 220ms ease, padding-left 220ms ease;
}

.general-sidebar-page .sidebar-area > ul li:hover a {
  color: var(--color2);
  padding-left: 38px;
}

/* ─── Sidebar iletişim kutusu ─── */
.general-sidebar-page .sidebar-iletisim-alani {
  background: linear-gradient(135deg, var(--color1) 0%, #2a2422 100%);
  color: #fff;
  border-radius: 6px;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.general-sidebar-page .sidebar-iletisim-alani::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: var(--color2);
  border-radius: 50%;
  opacity: 0.18;
}

.general-sidebar-page .sidebar-iletisim-alani .sidebar-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
}

.general-sidebar-page .sidebar-iletisim-alani a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 220ms ease, padding-left 220ms ease;
  position: relative;
  z-index: 1;
}

.general-sidebar-page .sidebar-iletisim-alani a:last-child {
  border-bottom: none;
}

.general-sidebar-page .sidebar-iletisim-alani a:hover {
  color: #fff;
  padding-left: 4px;
  opacity: 1;
}

.general-sidebar-page .sidebar-iletisim-alani a i {
  color: var(--color2);
  font-size: 13px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  flex-shrink: 0;
}

/* ─── Tablolar (text-area içinde) ─── */
.general-sidebar-page .text-area table {
  border-radius: 4px;
  overflow: hidden;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .general-sidebar-page .text-area {
    padding: 24px 20px;
    margin-bottom: 28px;
  }

  .general-sidebar-page .sidebar-area {
    position: static;
  }

  .general-sidebar-page .about-icons {
    margin-top: 24px;
  }

  .general-sidebar-page .about-icon {
    padding: 18px 12px;
    gap: 10px;
  }

  .general-sidebar-page .about-icon i {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .general-sidebar-page::before {
    display: none;
  }
}


/* ─── text-area card görünümü ─── */
.general-sidebar-page .text-area,
.bank-number-page .text-area,
.single-qualities .text-area,
.single-price .text-area,
.service-single-page .text-area,
.single-blog .text-area,
.about-page .col-md-8 > .text-area {
  background: #fff;
  border-radius: 10px;
  padding: 36px 40px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  position: relative;
}

.general-sidebar-page .text-area {
  padding: 48px 52px;
}

.general-sidebar-page .text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 64px;
  background: var(--color2);
  border-radius: 10px 0 0 0;
}

/* ─── page-desc card ─── */
.video-list .page-desc,
.news-list-page .page-desc,
.testimonials-page .page-desc,
.sss-page .page-desc {
  background: #fff;
  border-radius: 10px;
  padding: 28px 32px;
  margin-top: 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

/* ─── Bizden Haberler: simple-box (general-box) item iyileştirme ─── */
.news-list-page .general-box,
.news-list-page .general-box .title {
  text-align: left;
}

.news-list-page .general-box .title {
  padding: 16px 18px 18px;
  font-size: 14px;
  line-height: 1.4;
}

.news-list-page .general-box .title:after {
  left: 18px;
  width: 28px;
}

.news-list-page .general-box:hover .title:after {
  width: calc(100% - 36px);
}

.news-list-page .general-box .title a {
  color: inherit;
  display: block;
  transition: color 220ms ease;
}

.news-list-page .general-box:hover .title a {
  color: var(--color2);
}

.news-list-page .general-box .picture {
  overflow: hidden;
}

.news-list-page .general-box img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

/* ═══════════════════════════════════════════════
   AĞIRLIK HESAPLAMA — LİSTE & DETAY
   ═══════════════════════════════════════════════ */

/* ─── Liste sayfası (template-list-calc / .blog-list) ─── */
.blog-list {
  background: #f8f7f6;
}

.blog-list .general-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-bottom: 26px;
  text-align: left;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.blog-list .general-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

.blog-list .general-box .picture {
  overflow: hidden;
  background: #fafafa;
}

.blog-list .general-box img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 22px;
  transition: transform 380ms ease;
}

.blog-list .general-box:hover img {
  transform: scale(1.06);
}

.blog-list .general-box .title {
  position: relative;
  padding: 22px 22px 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  border-top: 1px solid #f0f0f0;
}

.blog-list .general-box .title:after {
  left: 22px;
  top: 0;
  width: 36px;
  height: 2px;
  background: var(--color2);
  transition: width 320ms ease;
}

.blog-list .general-box:hover .title:after {
  width: calc(100% - 44px);
}

.blog-list .general-box .title a {
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color 220ms ease;
}

.blog-list .general-box .title a::after {
  content: '\f061';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--color2);
  font-size: 13px;
  flex-shrink: 0;
  transition: transform 240ms ease;
}

.blog-list .general-box:hover .title a {
  color: var(--color2);
}

.blog-list .general-box:hover .title a::after {
  transform: rotate(15deg);
}

.blog-list > .container > .row > .page-desc {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  margin-top: 8px;
  margin-bottom: 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

/* ─── Liste sayfası: Teklif formu (offer-form) ─── */
.blog-list .offer-form-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 40px 44px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid #ececec;
  position: relative;
  overflow: hidden;
}

.blog-list .offer-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color2) 0%, #b51810 100%);
}

.blog-list .offer-form-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color1);
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-list .offer-form-title::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--color2);
}

.contact-form .form-group {
  margin-bottom: 16px;
  position: relative;
}

.contact-form .form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color1);
}

.contact-form .form-item,
.contact-form .form-control.form-item {
  width: 100%;
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 13.5px;
  color: var(--color1);
  font-family: inherit;
  outline: none;
  box-shadow: none;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
  height: auto;
}

.contact-form .form-item:focus,
.contact-form .form-control.form-item:focus {
  border-color: var(--color2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(125, 12, 7, 0.08);
}

.contact-form textarea.form-item {
  min-height: 120px;
  resize: vertical;
}

.contact-form .recaptcha {
  margin: 8px 0 16px;
  display: flex;
  justify-content: center;
}

.contact-form .form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 6px;
}

.contact-form .btn-blue {
  display: inline-block;
  min-width: 220px;
  border: none;
  background: var(--color2);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.contact-form .btn-blue::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--color1) 0%, #2a2422 100%);
  transform: translateX(-101%);
  transition: transform 280ms ease;
  z-index: -1;
}

.contact-form .btn-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(125, 12, 7, 0.30);
  background: var(--color2);
  color: #fff;
}

.contact-form .btn-blue:hover::before {
  transform: translateX(0);
}

/* ─── Detay sayfası (single-calc) ─── */
.single-calc {
  background: #f8f7f6;
}

.single-calc > .container > .row {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid #ececec;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.single-calc > .container > .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color2) 0%, #b51810 100%);
}

/* Üst alarm/uyarı kutusu */
.single-calc .top-content-area {
  width: 100%;
  background: linear-gradient(135deg, rgba(125, 12, 7, 0.04) 0%, rgba(125, 12, 7, 0.10) 100%);
  border-left: 4px solid var(--color2);
  border-radius: 6px;
  padding: 18px 22px;
  margin-bottom: 28px;
}

.single-calc .top-content-area .mb-30 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #555;
}

.single-calc .top-content-area img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Şekil seçici (Kare, Kutu, Çubuk vs.) */
.single-calc .top-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0;
}

.single-calc .top-selector-item {
  flex: 1 1 calc(33.333% - 8px);
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--color1);
  text-align: center;
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
  position: relative;
  text-decoration: none;
}

.single-calc .top-selector-item:hover {
  background: #fff;
  border-color: var(--color2);
  transform: translateY(-2px);
}

.single-calc .top-selector-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: filter 220ms ease;
}

.single-calc .top-selector-item:hover img {
  filter: grayscale(0%) opacity(1);
}

.single-calc .top-selector-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.single-calc .top-selector-item input[type="radio"]:checked ~ img,
.single-calc .top-selector-item:has(input:checked) img {
  filter: grayscale(0%) opacity(1);
}

.single-calc .top-selector-item:has(input:checked) {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
}

.single-calc .top-selector-item:has(input:checked) img {
  filter: brightness(0) invert(1);
}

/* Hesaplama input satırları */
.single-calc .calc-input {
  display: grid;
  grid-template-columns: 1fr 1.2fr 80px;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.single-calc .calc-input-label,
.single-calc .cacl-input-element {
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  color: var(--color1);
  font-family: inherit;
  outline: none;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.single-calc .calc-input-label {
  font-weight: 700;
  background: transparent;
  border: none;
  padding: 0 4px;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-calc .cacl-input-element:focus {
  border-color: var(--color2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(125, 12, 7, 0.08);
}

.single-calc select.cacl-input-element {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%237d0c07' d='M2 4l4 4 4-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 26px;
}

/* Hesaplama görseli */
.single-calc .col-md-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-calc .col-md-5 img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

/* Hesapla / Teklif Al butonları */
.single-calc .col-md-12.mt-30 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #f0f0f0;
}

.single-calc .theme-btn.btn-style-one {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: var(--color2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.single-calc .theme-btn.btn-style-one:hover {
  background: var(--color1);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(125, 12, 7, 0.25);
  color: #fff;
}

.single-calc .calculation-bottom {
  display: inline-block;
}

.single-calc .btn-teklif {
  background: transparent !important;
  border: 1.5px solid var(--color2) !important;
  color: var(--color2) !important;
}

.single-calc .btn-teklif:hover {
  background: var(--color2) !important;
  color: #fff !important;
}

/* Sonuç input'u (totalweight) */
.single-calc input[name="totalweight"] {
  width: 100%;
  background: linear-gradient(135deg, var(--color1) 0%, #2a2422 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 14px;
  outline: none;
  text-align: center;
  font-family: inherit;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.single-calc input[name="totalweight"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.single-calc input[name="pcweight"].hide,
.single-calc .hide {
  display: none;
}

/* Sağ taraf görsel */
.single-calc > .container > .row > .col-md-6:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-calc > .container > .row > .col-md-6:last-child img {
  border-radius: 10px;
  max-width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Alt açıklama */
.single-calc .mt-30 {
  width: 100%;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

/* ─── Teklif Modal (#exampleModal3) ─── */
#exampleModal3 .modal-dialog {
  max-width: 640px;
}

#exampleModal3 .modal-content {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.20);
}

#exampleModal3 .modal-header {
  border: none;
  padding: 16px 20px 0;
  display: flex;
  justify-content: flex-end;
}

#exampleModal3 .btn-close {
  background: transparent;
  border: 1px solid #ececec;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  opacity: 1;
  transition: background 220ms ease, color 220ms ease;
}

#exampleModal3 .btn-close:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
}

#exampleModal3 .modal-form-area {
  padding: 8px 32px 32px;
  position: relative;
}

#exampleModal3 .modal-form-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 4px;
  background: linear-gradient(90deg, var(--color2) 0%, #b51810 100%);
  border-radius: 2px;
}

#exampleModal3 .modal-form-area > .title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color1);
  margin: 18px 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
}

#exampleModal3 .modal-form-area > .title::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--color2);
}

#exampleModal3 .modal-form-area .recaptcha {
  margin: 12px 0 14px;
}

#exampleModal3 .modal-form-area .btn-blue {
  margin: 0 auto;
  display: block;
}

@media (max-width: 900px) {
  .single-calc > .container > .row {
    padding: 22px 16px;
  }

  .single-calc .top-selector-item {
    flex: 1 1 calc(50% - 8px);
  }

  .single-calc .calc-input {
    grid-template-columns: 1fr 70px;
    gap: 6px;
  }

  .single-calc .calc-input-label {
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  .single-calc input[name="totalweight"] {
    font-size: 16px;
    padding: 14px;
  }

  .blog-list .offer-form-wrapper {
    padding: 24px 18px;
  }
}

/* ═══════════════════════════════════════════════
   ÜRÜNLER — LİSTE & DETAY
   ═══════════════════════════════════════════════ */

/* ─── Liste sayfası (.products-category-list) ─── */
.products-category-list {
  background: #f8f7f6;
}

.products-category-list .general-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-bottom: 26px;
  text-align: left;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform 280ms ease, box-shadow 280ms ease;
  display: flex;
  flex-direction: column;
}

.products-category-list .general-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

.products-category-list .general-box .picture {
  overflow: hidden;
  background: #fafafa;
}

.products-category-list .general-box img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 380ms ease;
}

.products-category-list .general-box:hover img {
  transform: scale(1.05);
}

.products-category-list .general-box .title {
  position: relative;
  padding: 22px 22px 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
}

.products-category-list .general-box .title:after {
  left: 22px;
  top: 0;
  width: 36px;
  height: 2px;
  background: var(--color2);
  transition: width 320ms ease;
}

.products-category-list .general-box:hover .title:after {
  width: calc(100% - 44px);
}

.products-category-list .general-box .title a {
  color: var(--color1);
  display: block;
  transition: color 220ms ease;
}

.products-category-list .general-box:hover .title a {
  color: var(--color2);
}

.products-category-list .general-box .desc {
  padding: 0 22px 18px;
  font-size: 13px;
  line-height: 1.65;
  color: #666;
  flex: 1;
}

.products-category-list .general-box::after {
  content: 'İncele \2192';
  display: block;
  margin: 0 22px 22px;
  padding: 10px 0 0;
  border-top: 1px solid #f0f0f0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color2);
  transition: letter-spacing 240ms ease;
}

.products-category-list .general-box:hover::after {
  letter-spacing: 0.18em;
}

.products-category-list > .container > .row > .page-desc {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  margin-top: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

/* ─── Detay sayfası (.single-product-first) ─── */
.single-product-first {
  background: #f8f7f6;
}

.single-product-first .col-md-4 {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

.single-product-first .sidebar-form {
  position: static;
  top: auto;
}

/* Sol içerik card */
.single-product-first .text-area {
  background: #fff;
  border-radius: 10px;
  padding: 36px 40px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 24px;
}

.single-product-first .text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 56px;
  background: var(--color2);
  border-radius: 10px 0 0 0;
}

/* Üstteki "Teklif Al" butonu */
.single-product-first .detail-area {
  margin: 0 0 18px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}

.single-product-first .detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--color2);
  background: var(--color2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 11px 26px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.single-product-first .detail-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--color1);
  transform: translateX(-101%);
  transition: transform 280ms ease;
  z-index: -1;
}

.single-product-first .detail-btn::after {
  content: '\f0e0';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 12px;
}

.single-product-first .detail-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(125, 12, 7, 0.30);
}

.single-product-first .detail-btn:hover::before {
  transform: translateX(0);
}

.single-product-first .text-area p,
.single-product-first .text-area li,
.single-product-first .text-area td {
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

.single-product-first .text-area h2,
.single-product-first .text-area h3 {
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-top: 22px;
  margin-bottom: 12px;
  color: var(--color1);
}

.single-product-first .text-area h2 { font-size: 20px; }
.single-product-first .text-area h3 { font-size: 17px; }

/* Form alanı */
.single-product-first .form-area {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 100px;
}

.single-product-first .form-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color2) 0%, #b51810 100%);
}

.single-product-first .form-area > .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color1);
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-product-first .form-area > .title::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--color2);
}

.single-product-first .form-area .form-control {
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 13.5px;
  height: auto;
  margin-bottom: 12px;
  width: 100%;
  font-family: inherit;
  outline: none;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.single-product-first .form-area .form-control:focus {
  border-color: var(--color2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(125, 12, 7, 0.08);
}

.single-product-first .form-area textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.single-product-first .form-area .nobot {
  margin: 8px 0 16px;
  display: flex;
  justify-content: center;
}

.single-product-first .form-area .cbutton {
  text-align: center;
}

.single-product-first .form-area .contact-button {
  display: inline-block;
  min-width: 220px;
  border: none;
  background: var(--color2);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.single-product-first .form-area .contact-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--color1) 0%, #2a2422 100%);
  transform: translateX(-101%);
  transition: transform 280ms ease;
  z-index: -1;
}

.single-product-first .form-area .contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(125, 12, 7, 0.30);
  background: var(--color2);
}

.single-product-first .form-area .contact-button:hover::before {
  transform: translateX(0);
}

/* İlişkili ürünler / 2. kırılım grid */
.single-product-first .col-md-8 > .row {
  margin-top: 8px;
}

.single-product-first .general-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-bottom: 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.single-product-first .general-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.single-product-first .general-box .picture {
  overflow: hidden;
  background: #fafafa;
}

.single-product-first .general-box img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 380ms ease;
}

.single-product-first .general-box:hover img {
  transform: scale(1.05);
}

.single-product-first .general-box .title {
  padding: 16px 18px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.single-product-first .general-box .title::after {
  left: 18px;
  top: 0;
  width: 28px;
  height: 2px;
  background: var(--color2);
  transition: width 280ms ease;
}

.single-product-first .general-box:hover .title::after {
  width: calc(100% - 36px);
}

.single-product-first .general-box .title a {
  color: var(--color1);
  display: block;
  transition: color 220ms ease;
}

.single-product-first .general-box:hover .title a {
  color: var(--color2);
}

.single-product-first .general-box.ilk-kirilim {
  /* image grid only - no link */
  margin: 0 0 22px;
}

/* Sağ sidebar (Ürünler listesi) — modern menu */
.single-product-first .sidebar-area {
  border-left: none;
  padding-left: 0;
  position: sticky;
  top: 100px;
}

.single-product-first .sidebar-area > .sidebar-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color2);
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color2);
  display: inline-block;
}

.single-product-first .sidebar-area > ul {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 6px 0;
  margin-bottom: 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  list-style: none;
}

.single-product-first .sidebar-area > ul li {
  border-bottom: 1px solid #f3f3f3;
  padding: 0;
  display: block;
  position: relative;
  transition: background 200ms ease;
}

.single-product-first .sidebar-area > ul li:last-child {
  border-bottom: none;
}

.single-product-first .sidebar-area > ul li:hover {
  background: rgba(125, 12, 7, 0.04);
}

.single-product-first .sidebar-area > ul li::before {
  content: '\f105';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color2);
  font-size: 12px;
  opacity: 0.5;
  transition: opacity 220ms ease, transform 220ms ease;
  margin-right: 0;
}

.single-product-first .sidebar-area > ul li:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(3px);
}

.single-product-first .sidebar-area > ul li a {
  display: block;
  padding: 13px 16px 13px 32px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color1);
  width: 100%;
  transition: color 220ms ease, padding-left 220ms ease;
}

.single-product-first .sidebar-area > ul li:hover a {
  color: var(--color2);
  padding-left: 38px;
}

/* Sidebar iletişim kutusu */
.single-product-first .sidebar-iletisim-alani {
  background: linear-gradient(135deg, var(--color1) 0%, #2a2422 100%);
  color: #fff;
  border-radius: 10px;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.single-product-first .sidebar-iletisim-alani::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: var(--color2);
  border-radius: 50%;
  opacity: 0.18;
}

.single-product-first .sidebar-iletisim-alani .sidebar-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
}

.single-product-first .sidebar-iletisim-alani a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 220ms ease, padding-left 220ms ease;
  position: relative;
  z-index: 1;
}

.single-product-first .sidebar-iletisim-alani a:last-child {
  border-bottom: none;
}

.single-product-first .sidebar-iletisim-alani a:hover {
  color: #fff;
  padding-left: 4px;
  opacity: 1;
}

.single-product-first .sidebar-iletisim-alani a i {
  color: var(--color2);
  font-size: 13px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .single-product-first .text-area,
  .single-product-first .form-area {
    padding: 22px 18px;
  }

  .single-product-first .detail-area {
    justify-content: center;
  }

  .single-product-first .sidebar-area {
    position: static;
    margin-top: 24px;
  }
}

/* ─── Kaliteler liste sayfası ─── */
.quality-list {
  background: #f8f7f6;
}

.quality-list .general-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-bottom: 26px;
  text-align: left;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.quality-list .general-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

.quality-list .general-box .picture {
  overflow: hidden;
  background: #fafafa;
}

.quality-list .general-box img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 380ms ease;
}

.quality-list .general-box:hover img {
  transform: scale(1.05);
}

.quality-list .general-box .title {
  position: relative;
  padding: 22px 22px 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
}

.quality-list .general-box .title:after {
  left: 22px;
  top: 0;
  width: 36px;
  height: 2px;
  background: var(--color2);
  transition: width 320ms ease;
}

.quality-list .general-box:hover .title:after {
  width: calc(100% - 44px);
}

.quality-list .general-box .title a {
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color 220ms ease;
}

.quality-list .general-box .title a::after {
  content: '\2192';
  font-family: inherit;
  color: var(--color2);
  font-size: 18px;
  transition: transform 240ms ease;
  flex-shrink: 0;
}

.quality-list .general-box:hover .title a {
  color: var(--color2);
}

.quality-list .general-box:hover .title a::after {
  transform: translateX(4px);
}

.quality-list .page-desc {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  margin-top: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

/* ═══════════════════════════════════════════════
   İLETİŞİM SAYFASI — CLEAN REDESIGN
   ═══════════════════════════════════════════════ */

.contact-page {
  background: #fafafa;
  padding-bottom: 0 !important;
}

/* fal (FontAwesome Light) → Free Solid'e zorla — light Pro lisanslı */
.contact-page i.fal,
.contact-page i.far,
.contact-page i.fa {
  font-family: 'Font Awesome 7 Free' !important;
  font-weight: 900 !important;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

/* Free Solid'de bulunmayan ikonlara default glyph fallback */
.contact-page i.fa-mobile::before,
.contact-page i.fa-mobile-alt::before,
.contact-page i.fa-mobile-screen::before,
.contact-page i.fa-mobile-screen-button::before,
.contact-page i.fa-phone::before,
.contact-page i.fa-phone-alt::before,
.contact-page .contactGroups .icon i:not(.fa-envelope):not(.fa-map-marker-alt):not(.fa-map-marker):not(.fa-location-dot):not(.fa-at):not(.fa-fax):empty::before,
.contact-page .contactGroups .icon i:not(.fa-envelope):not(.fa-map-marker-alt):not(.fa-map-marker):not(.fa-location-dot):not(.fa-at):not(.fa-fax)::before {
  content: '\f095' !important;
  font-family: 'Font Awesome 7 Free' !important;
  font-weight: 900 !important;
  font-style: normal;
}

.contact-page i.fa-envelope::before {
  content: '\f0e0' !important;
  font-family: 'Font Awesome 7 Free' !important;
  font-weight: 900 !important;
}

.contact-page i.fa-map-marker-alt::before,
.contact-page i.fa-map-marker::before,
.contact-page i.fa-location-dot::before {
  content: '\f3c5' !important;
  font-family: 'Font Awesome 7 Free' !important;
  font-weight: 900 !important;
}

.contact-page i.fa-at::before {
  content: '\40' !important;
  font-family: inherit !important;
  font-weight: 700 !important;
}

/* fa-flip-horizontal modifier korunsun */
.contact-page i.fa-flip-horizontal {
  transform: scaleX(-1);
}

/* ─── Container layout ─── */
.contact-page > .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ─── Üst row (adresler + iletişim grupları) ─── */
.contact-page .contact-infos {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-page .contact-infos > .col-md-6 {
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 12px);
  width: auto;
  padding: 0;
}

/* ─── Sol: Adresler kartı ─── */
.contact-page .contact-infos > .col-md-6:first-child {
  background: #fff;
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  border: 1px solid #ececec;
  position: relative;
}

.contact-page .contact-infos > .col-md-6:first-child > .title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color1);
  margin: 4px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color2);
  display: inline-block;
}

.contact-page .contact-infos > .col-md-6:first-child > .title:not(:first-child) {
  margin-top: 24px;
}

.contact-page .contact-infos > .col-md-6:first-child > .infos {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #efefef;
}

.contact-page .contact-infos > .col-md-6:first-child > .infos:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-page .contact-infos > .col-md-6:first-child > .infos > .top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-page .contact-infos > .col-md-6:first-child .icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(125, 12, 7, 0.08);
  color: var(--color2);
  border-radius: 6px;
  font-size: 14px;
  flex-shrink: 0;
}

.contact-page .contact-infos > .col-md-6:first-child .info {
  flex: 1;
  font-size: 13.5px;
  line-height: 1.55;
  color: #555;
  padding-top: 7px;
}

.contact-page .contact-infos .info b {
  color: var(--color1);
  font-weight: 700;
}

.contact-page .contact-infos .info a {
  color: inherit;
  transition: color 200ms ease;
}

.contact-page .contact-infos .info a:hover {
  color: var(--color2);
  opacity: 1;
}

.contact-page .tableScroll {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  margin-left: 48px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color2);
}

/* ─── Sağ: contactGroups grid ─── */
.contact-page .gridCols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: start;
}

.contact-page .contactGroups {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #ececec;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.contact-page .contactGroups:hover {
  transform: translateY(-2px);
  border-color: rgba(125, 12, 7, 0.30);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

.contact-page .contactGroups > .title {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color2);
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f3f3;
}

.contact-page .contactGroups > .infos {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-page .contactGroups .icon {
  width: 30px;
  height: 30px;
  background: rgba(125, 12, 7, 0.08);
  color: var(--color2);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.contact-page .contactGroups .icon i,
.contact-page .contactGroups .icon i::before {
  font-size: 12px !important;
  line-height: 1 !important;
  width: auto;
  height: auto;
}

.contact-page .contactGroups .icon svg {
  width: 12px !important;
  height: 12px !important;
  fill: currentColor;
  display: block;
}

.contact-page .contactGroups .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.contact-page .contactGroups .info a {
  color: var(--color1);
  font-size: 13px;
  font-weight: 600;
  transition: color 200ms ease;
  word-break: break-word;
}

.contact-page .contactGroups .info a:hover {
  color: var(--color2);
  opacity: 1;
}

/* ─── Alt row (görsel + form) — eşit yükseklik ─── */
.contact-page .full-contact {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.contact-page .full-contact > .col-md-6 {
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 12px);
  width: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.contact-page .full-contact > .col-md-6 > .row {
  flex: 1;
  margin: 0;
  display: flex;
}

.contact-page .full-contact > .col-md-6 > .row > .col-md-12 {
  padding: 0;
  width: 100%;
  display: flex;
}

.contact-page .contact-image {
  width: 100%;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  border: 1px solid #ececec;
  position: relative;
  background: #fff;
}

.contact-page .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}

.contact-page .contact-image:hover img {
  transform: scale(1.03);
}

/* ─── Form ─── */
.contact-page .full-contact .form-area {
  background: #fff;
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  border: 1px solid #ececec;
  position: relative;
  width: 100%;
}

.contact-page .full-contact .form-area > .title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--color1);
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color2);
  display: inline-block;
}

.contact-page .full-contact .form-area .form-control {
  width: 100%;
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 13.5px;
  color: var(--color1);
  font-family: inherit;
  margin-bottom: 12px;
  height: auto;
  outline: none;
  box-shadow: none;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.contact-page .full-contact .form-area .form-control::placeholder {
  color: #9a9a9a;
}

.contact-page .full-contact .form-area .form-control:focus {
  border-color: var(--color2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(125, 12, 7, 0.08);
}

.contact-page .full-contact .form-area textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.contact-page .full-contact .form-area .nobot {
  margin: 6px 0 14px;
  display: flex;
  justify-content: center;
}

.contact-page .full-contact .form-area .cbutton {
  text-align: center;
}

.contact-page .full-contact .form-area .contact-button {
  display: inline-block;
  min-width: 200px;
  border: none;
  background: var(--color2);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.contact-page .full-contact .form-area .contact-button:hover {
  background: var(--color1);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(125, 12, 7, 0.25);
  color: #fff;
}

/* ─── Maps — ayrı ve full-width ─── */
.contact-page .maps {
  margin: 24px 0 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.04);
  border-top: 1px solid #ececec;
  display: block;
  clear: both;
}

.contact-page .maps iframe,
.contact-page .maps embed,
.contact-page .maps > div {
  width: 100% !important;
  display: block;
  filter: grayscale(15%);
  transition: filter 320ms ease;
  border: 0;
}

.contact-page .maps:hover iframe,
.contact-page .maps:hover embed,
.contact-page .maps:hover > div {
  filter: grayscale(0%);
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .contact-page .contact-infos > .col-md-6,
  .contact-page .full-contact > .col-md-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .contact-page .contact-infos > .col-md-6:first-child {
    padding: 24px 20px;
  }

  .contact-page .gridCols {
    grid-template-columns: 1fr;
  }

  .contact-page .full-contact .form-area {
    padding: 24px 20px;
  }

  .contact-page .tableScroll {
    margin-left: 0;
  }
}

/* ─── Hakkımızda (template-about / .about-page) ─── */
.about-page {
  background: #f8f7f6;
}

.about-page .col-md-8 > .text-area {
  padding: 44px 48px;
  position: relative;
  margin-bottom: 28px;
}

.about-page .col-md-8 > .text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 64px;
  background: var(--color2);
  border-radius: 10px 0 0 0;
}

.about-page .text-area h1,
.about-page .text-area h2,
.about-page .text-area h3,
.about-page .text-area h4 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 26px;
  margin-bottom: 14px;
  color: var(--color1);
}

.about-page .text-area h1 { font-size: 26px; }
.about-page .text-area h2 { font-size: 22px; }
.about-page .text-area h3 { font-size: 18px; }
.about-page .text-area h4 { font-size: 16px; }

.about-page .text-area p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 14px;
}

.about-page .text-area ul,
.about-page .text-area ol {
  margin: 14px 0 22px;
  padding-left: 4px;
}

.about-page .text-area ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.about-page .text-area ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--color2);
  border-radius: 50%;
}

/* ─── Neden biz icon kutuları ─── */
.about-page .about-icons {
  margin: 8px -8px 0;
}

.about-page .about-icons > [class*='col-'] {
  padding: 0 8px;
  margin-bottom: 16px;
}

.about-page .about-icon {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 24px 18px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.about-page .about-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

.about-page .about-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.about-page .about-icon:hover::before {
  transform: scaleX(1);
}

.about-page .about-icon i,
.about-page .about-icon svg {
  color: var(--color2);
  font-size: 28px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(125, 12, 7, 0.08);
  border-radius: 50%;
  transition: background 280ms ease, color 280ms ease, transform 280ms ease;
  flex-shrink: 0;
}

.about-page .about-icon:hover i,
.about-page .about-icon:hover svg {
  background: var(--color2);
  color: #fff;
  transform: rotate(-8deg) scale(1.05);
}

.about-page .about-icon span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color1);
  letter-spacing: -0.01em;
}

/* ─── Sticky form ─── */
.about-page .col-md-4 {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

@media (max-width: 900px) {
  .about-page .col-md-8 > .text-area {
    padding: 26px 22px;
  }

  .about-page .col-md-4 {
    position: static;
    margin-top: 24px;
  }

  .about-page .about-icons {
    margin-top: 24px;
  }

  .about-page .about-icon {
    padding: 18px 12px;
    gap: 10px;
  }

  .about-page .about-icon i,
  .about-page .about-icon svg {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
}

/* ─── Blog Detay (single-blog) ─── */
.single-blog {
  background: #f8f7f6;
}

.single-blog .text-area {
  padding: 44px 48px;
  position: relative;
}

.single-blog .text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 64px;
  background: var(--color2);
  border-radius: 10px 0 0 0;
}

.single-blog .text-area h1,
.single-blog .text-area h2,
.single-blog .text-area h3,
.single-blog .text-area h4 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 28px;
  margin-bottom: 14px;
  color: var(--color1);
}

.single-blog .text-area h1 { font-size: 26px; }
.single-blog .text-area h2 { font-size: 22px; }
.single-blog .text-area h3 { font-size: 18px; }
.single-blog .text-area h4 { font-size: 16px; }

.single-blog .text-area p {
  font-size: 14.5px;
  line-height: 1.95;
  color: #555;
  margin-bottom: 16px;
}

.single-blog .text-area img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 18px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.single-blog .text-area blockquote {
  margin: 22px 0;
  padding: 18px 22px;
  background: linear-gradient(135deg, rgba(125, 12, 7, 0.04) 0%, rgba(125, 12, 7, 0.10) 100%);
  border-left: 4px solid var(--color2);
  border-radius: 6px;
  font-size: 14.5px;
  font-style: italic;
  color: #444;
  line-height: 1.85;
}

.single-blog .text-area a {
  color: var(--color2);
  border-bottom: 1px solid rgba(125, 12, 7, 0.3);
  transition: border-color 220ms ease;
}

.single-blog .text-area a:hover {
  border-bottom-color: var(--color2);
}

.single-blog .text-area ul,
.single-blog .text-area ol {
  margin: 16px 0 22px;
  padding-left: 4px;
}

.single-blog .text-area ul li,
.single-blog .text-area ol li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  list-style: none;
}

.single-blog .text-area ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--color2);
  border-radius: 50%;
}

.single-blog .text-area ol {
  counter-reset: blog-list;
}

.single-blog .text-area ol li {
  counter-increment: blog-list;
}

.single-blog .text-area ol li::before {
  content: counter(blog-list);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
}

.single-blog .col-md-4 {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

@media (max-width: 900px) {
  .single-blog .text-area {
    padding: 26px 22px;
  }

  .single-blog .col-md-4 {
    position: static;
    margin-top: 24px;
  }
}

/* ─── Hizmetler liste sayfası ─── */
.services-list {
  background: #f8f7f6;
}

.services-list .general-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-bottom: 26px;
  text-align: left;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.services-list .general-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

.services-list .general-box .picture {
  overflow: hidden;
  background: #fafafa;
  position: relative;
}

.services-list .general-box .picture::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(17, 17, 17, 0.18) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 280ms ease;
}

.services-list .general-box:hover .picture::after {
  opacity: 1;
}

.services-list .general-box img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 380ms ease;
}

.services-list .general-box:hover img {
  transform: scale(1.05);
}

.services-list .general-box .title {
  position: relative;
  padding: 22px 22px 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
}

.services-list .general-box .title:after {
  left: 22px;
  top: 0;
  width: 36px;
  height: 2px;
  background: var(--color2);
  transition: width 320ms ease;
}

.services-list .general-box:hover .title:after {
  width: calc(100% - 44px);
}

.services-list .general-box .title a {
  color: var(--color1);
  display: block;
  transition: color 220ms ease;
}

.services-list .general-box:hover .title a {
  color: var(--color2);
}

.services-list .general-box .desc {
  padding: 0 22px 18px;
  font-size: 13px;
  line-height: 1.65;
  color: #666;
}

.services-list .general-box::after {
  content: 'Detayı Gör \2192';
  display: block;
  margin: 0 22px 22px;
  padding: 10px 0 0;
  border-top: 1px solid #f0f0f0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color2);
  transition: letter-spacing 240ms ease;
}

.services-list .general-box:hover::after {
  letter-spacing: 0.18em;
}

.services-list > .container > .row > .page-desc {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  margin-top: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
}

/* ─── Hizmet Detay (service-single-page) ─── */
.service-single-page {
  background: #f8f7f6;
}

.service-single-page .text-area {
  padding: 44px 48px;
  position: relative;
}

.service-single-page .text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 64px;
  background: var(--color2);
  border-radius: 10px 0 0 0;
}

.service-single-page .text-area h1,
.service-single-page .text-area h2,
.service-single-page .text-area h3 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 26px;
  margin-bottom: 14px;
  color: var(--color1);
}

.service-single-page .text-area h2 { font-size: 22px; }
.service-single-page .text-area h3 { font-size: 18px; }

.service-single-page .text-area p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 14px;
}

.service-single-page .col-md-4 {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

@media (max-width: 900px) {
  .service-single-page .text-area {
    padding: 26px 22px;
  }

  .service-single-page .col-md-4 {
    position: static;
    margin-top: 24px;
  }
}

/* ─── Fiyat Detay (single-price) ─── */
.single-price {
  background: #f8f7f6;
}

.single-price .text-area {
  padding: 44px 48px;
  position: relative;
}

.single-price .text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 64px;
  background: var(--color2);
  border-radius: 10px 0 0 0;
}

.single-price .text-area h1,
.single-price .text-area h2,
.single-price .text-area h3 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 26px;
  margin-bottom: 14px;
  color: var(--color1);
}

.single-price .text-area h2 { font-size: 22px; }
.single-price .text-area h3 { font-size: 18px; }

.single-price .text-area p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 14px;
}

.single-price .text-area ul {
  margin: 14px 0 22px;
}

.single-price .text-area ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* Fiyat tabloları */
.single-price .text-area table {
  width: 100%;
  margin: 18px 0 22px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
  display: table;
}

.single-price .text-area table thead tr {
  background: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);
}

.single-price .text-area table thead th,
.single-price .text-area table thead td {
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 16px;
  border: none;
}

.single-price .text-area table tbody td {
  padding: 12px 16px;
  font-size: 13.5px;
  color: var(--color1);
  border: 1px solid #f0f0f0;
}

.single-price .text-area table tbody tr {
  transition: background 200ms ease;
}

.single-price .text-area table tbody tr:hover {
  background: rgba(125, 12, 7, 0.04);
}

.single-price .text-area table tbody tr:nth-child(even) {
  background: #fafafa;
}

.single-price .text-area table tbody tr:nth-child(even):hover {
  background: rgba(125, 12, 7, 0.06);
}

/* sticky form için col yapısı */
.single-price .col-md-4 {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

@media (max-width: 900px) {
  .single-price .text-area {
    padding: 26px 22px;
  }

  .single-price .col-md-4 {
    position: static;
    margin-top: 24px;
  }

  .single-price .text-area table {
    display: block;
    overflow-x: auto;
  }
}

/* ─── Kalite detay (single-qualities) ─── */
.single-qualities .text-area {
  padding: 44px 48px;
  position: relative;
}

.single-qualities .text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 64px;
  background: var(--color2);
  border-radius: 10px 0 0 0;
}

.single-qualities .text-area h1,
.single-qualities .text-area h2,
.single-qualities .text-area h3 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 14px;
  color: var(--color1);
}

.single-qualities .text-area h2 {
  font-size: 22px;
}

.single-qualities .text-area h3 {
  font-size: 18px;
}

.single-qualities .text-area p {
  font-size: 14.5px;
  line-height: 1.9;
  color: #555;
}

@media (max-width: 900px) {
  .single-qualities .text-area {
    padding: 26px 22px;
  }
}

/* ─── İnsan Kaynakları: tek-card form ─── */
.about-page .ik-intro {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto 32px;
  max-width: 860px;
  text-align: center;
  font-size: 14.5px;
  line-height: 1.85;
  color: #555;
}

.about-page .ik-intro::before {
  display: none;
}

.about-page .ik-form {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px 44px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid #ececec;
  position: relative;
  overflow: hidden;
}

.about-page .ik-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color2) 0%, #b51810 100%);
}

.about-page .ik-form > .title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color1);
  margin: 0 0 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-page .ik-form > .title::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--color2);
}

.about-page .ik-form .form-control {
  background: #fafafa;
  border: 1.5px solid #ececec;
  border-radius: 6px;
  padding: 12px 14px;
  height: auto;
  font-size: 13.5px;
  color: var(--color1);
  font-family: inherit;
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  box-shadow: none;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.about-page .ik-form .form-control::placeholder {
  color: #999;
}

.about-page .ik-form .form-control:focus {
  border-color: var(--color2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(125, 12, 7, 0.08);
}

.about-page .ik-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* ─── CV Yükleme Alanı (dropzone) ─── */
.about-page .ik-form .cv-form {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

.about-page .ik-form .cv-form > span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color2);
}

.about-page .ik-form .cv-form input[type="file"] {
  position: relative;
  width: 100%;
  height: auto;
  padding: 22px 18px;
  background: #fafafa;
  border: 2px dashed #d8d8d8;
  border-radius: 8px;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease;
  margin-bottom: 0;
}

.about-page .ik-form .cv-form input[type="file"]:hover {
  border-color: var(--color2);
  background: #fff;
}

.about-page .ik-form .cv-form input[type="file"]::file-selector-button {
  background: var(--color2);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 14px;
  cursor: pointer;
  transition: background 220ms ease;
}

.about-page .ik-form .cv-form input[type="file"]::file-selector-button:hover {
  background: var(--color1);
}

.about-page .ik-form .nobot {
  margin: 12px 0 18px;
  display: flex;
  justify-content: center;
}

.about-page .ik-form .cbutton {
  text-align: center;
}

.about-page .ik-form .contact-button {
  display: inline-block;
  min-width: 200px;
  border: none;
  background: var(--color2);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.about-page .ik-form .contact-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--color1) 0%, #2a2422 100%);
  transform: translateX(-101%);
  transition: transform 280ms ease;
  z-index: -1;
}

.about-page .ik-form .contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(125, 12, 7, 0.30);
  background: var(--color2);
}

.about-page .ik-form .contact-button:hover::before {
  transform: translateX(0);
}

@media (max-width: 900px) {
  .about-page .ik-form {
    padding: 26px 20px;
  }

  .about-page .ik-form .cv-form input[type="file"] {
    padding: 16px 14px;
    font-size: 12px;
  }

  .about-page .ik-form .cv-form input[type="file"]::file-selector-button {
    padding: 8px 14px;
    margin-right: 10px;
  }
}

/* ─── Bizden Haberler: news-papper-box ─── */
.news-papers .news-papper-box {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 22px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  transition: transform 260ms ease, box-shadow 260ms ease;
  overflow: hidden;
}

.news-papers .news-papper-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.news-papers .news-box {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  background: transparent;
  display: block;
}

.news-papers .news-box > .row {
  align-items: center;
}

.news-papers .news-box img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 380ms ease;
}

.news-papers .news-papper-box:hover .news-box img {
  transform: scale(1.04);
}

.news-papers .news-text {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--color1);
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  transition: color 220ms ease;
}

.news-papers .news-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: var(--color2);
  transition: width 280ms ease;
}

.news-papers .news-papper-box:hover .news-text {
  color: var(--color2);
}

.news-papers .news-papper-box:hover .news-text::after {
  width: 80px;
}

.news-papers .news-desc {
  font-size: 13.5px;
  line-height: 1.75;
  color: #666;
}

.news-papers .news-desc p,
.news-papers .news-desc div {
  margin: 0;
}

@media (max-width: 900px) {
  .news-papers .news-papper-box {
    padding: 16px;
  }
  .news-papers .news-text {
    margin-top: 14px;
    font-size: 15px;
  }
}

/* ─── Müşteri Yorumları: testimonials-box ─── */
.testimonials-page .testimonials-box {
  background: #fff;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.testimonials-page .testimonials-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.testimonials-page .testimonials-box::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  right: 24px;
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 1;
  color: rgba(125, 12, 7, 0.10);
  font-weight: 700;
}

.testimonials-page .testimonials-box .picture {
  flex-shrink: 0;
}

.testimonials-page .testimonials-box .picture img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color2);
  padding: 2px;
}

.testimonials-page .testimonials-box .infos {
  display: flex;
  flex-direction: column;
}

.testimonials-page .testimonials-box .infos .name {
  font-size: 14px;
  font-weight: 700;
  color: var(--color1);
}

.testimonials-page .testimonials-box .infos .job {
  font-size: 12px;
  color: var(--color2);
  font-weight: 600;
}

.testimonials-page .testimonials-box .quate {
  width: 100%;
  font-size: 13.5px;
  line-height: 1.8;
  color: #555;
  font-style: italic;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
  margin-top: 4px;
}

/* ─── SSS: accordion ─── */
.sss-page .accordion {
  background: #fff;
  border-radius: 10px;
  padding: 12px 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
}

.sss-page .accordion .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

.sss-page .accordion .card:last-child {
  border-bottom: none;
}

.sss-page .accordion .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.sss-page .accordion .sss-title {
  position: relative;
  padding: 18px 44px 18px 8px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color1);
  cursor: pointer;
  transition: color 220ms ease;
}

.sss-page .accordion .sss-title::after {
  content: '+';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(125, 12, 7, 0.08);
  color: var(--color2);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  transition: transform 260ms ease, background 220ms ease;
}

.sss-page .accordion .sss-title:not(.collapsed)::after {
  content: '\2212';
  background: var(--color2);
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
}

.sss-page .accordion .sss-title:hover {
  color: var(--color2);
}

.sss-page .accordion .card-body {
  padding: 0 8px 18px;
  font-size: 13.5px;
  line-height: 1.85;
  color: #555;
}

/* ─── Videolar: video-box ─── */
.video-list .video-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  margin-bottom: 22px;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.video-list .video-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
}

.video-list .video-box .video-title {
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color1);
  border-bottom: 1px solid #f0f0f0;
}

.video-list .video-box .youtube-video {
  position: relative;
  background: #000;
}

.video-list .video-box .youtube-video iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

/* ─── Hesap Numaraları: bank cards ─── */
.bank-number-page .bank-items {
  margin-top: 18px;
}

.bank-number-page .hesap-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 26px 22px;
  margin-bottom: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #ececec;
  display: grid;
  grid-template-areas:
    "logo bank holder branch"
    "iban iban iban iban";
  grid-template-columns: 80px 1fr 1fr 1fr;
  gap: 18px 22px;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: box-shadow 280ms ease, transform 280ms ease, border-color 280ms ease;
}

.bank-number-page .hesap-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color2);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 320ms ease;
}

.bank-number-page .hesap-card:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 12, 7, 0.20);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.bank-number-page .hesap-card:hover::before {
  transform: scaleY(1);
}

.bank-number-page .hesap-images {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-radius: 8px;
  padding: 12px;
  height: 60px;
}

.bank-number-page .hesap-images img {
  max-width: 100%;
  max-height: 36px;
  object-fit: contain;
  display: block;
}

.bank-number-page .hesap-card > .hesap-adi:nth-of-type(1) { grid-area: bank; }
.bank-number-page .hesap-card > .hesap-adi:nth-of-type(2) { grid-area: holder; }
.bank-number-page .hesap-card > .hesap-adi:nth-of-type(3) { grid-area: branch; }
.bank-number-page .hesap-card > .iban-row { grid-area: iban; }

.bank-number-page .hesap-adi .hesap-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color2);
  margin-bottom: 4px;
}

.bank-number-page .hesap-adi .hesap-adi-text {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color1);
  word-break: break-word;
  line-height: 1.4;
}

/* ─── IBAN row + copy button ─── */
.bank-number-page .iban-row {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed #ebebeb;
}

.bank-number-page .iban-row .hesap-title {
  margin-bottom: 6px;
}

.bank-number-page .iban-value {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bank-number-page .iban-number {
  font-family: 'Courier New', monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color1);
  background: linear-gradient(135deg, rgba(125, 12, 7, 0.04) 0%, rgba(125, 12, 7, 0.08) 100%);
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px dashed rgba(125, 12, 7, 0.18);
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-all;
  user-select: all;
}

.iban-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--color2);
  background: transparent;
  color: var(--color2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  flex-shrink: 0;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.iban-copy-btn i {
  font-size: 13px;
}

.iban-copy-btn:hover {
  background: var(--color2);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(125, 12, 7, 0.22);
}

.iban-copy-btn.copied {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
  pointer-events: none;
}

.iban-copy-btn.copied:hover {
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.30);
}

@media (max-width: 900px) {
  .bank-number-page .hesap-card {
    grid-template-areas:
      "logo bank"
      "holder holder"
      "branch branch"
      "iban iban";
    grid-template-columns: 70px 1fr;
    gap: 12px 16px;
    padding: 18px 18px 18px;
  }

  .bank-number-page .iban-value {
    gap: 10px;
  }

  .bank-number-page .iban-number {
    font-size: 13px;
    padding: 9px 12px;
    width: 100%;
  }

  .iban-copy-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .bank-number-page .hesap-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .video-list .video-box .youtube-video iframe {
    height: 200px;
  }

  .testimonials-page .testimonials-box {
    padding: 22px;
  }
}

/* ─── Sağ taraf: Form (sidebar-form) ─── */
.sidebar-form {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
  border: 1px solid #ececec;
  overflow: hidden;
}

.sidebar-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color2) 0%, #b51810 100%);
}

.sidebar-form::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  background: rgba(125, 12, 7, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.sidebar-form > .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color1);
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 1;
}

.sidebar-form > .title::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--color2);
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
}

.sidebar-form .row {
  margin-left: -6px;
  margin-right: -6px;
}

.sidebar-form .row > [class*='col-'] {
  padding-left: 6px;
  padding-right: 6px;
}

.sidebar-form .form-control {
  width: 100%;
  border: 1.5px solid #ececec;
  background: #fafafa;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 13px;
  font-family: inherit;
  color: var(--color1);
  margin-bottom: 12px;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
  outline: none;
  box-shadow: none;
}

.sidebar-form .form-control::placeholder {
  color: #999;
  font-size: 12.5px;
}

.sidebar-form .form-control:focus {
  border-color: var(--color2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(125, 12, 7, 0.08);
}

.sidebar-form textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.sidebar-form .nobot {
  margin: 8px 0 14px;
  display: flex;
  justify-content: center;
  transform: scale(0.92);
  transform-origin: left top;
}

.sidebar-form .cbutton {
  margin-top: 4px;
}

.sidebar-form .contact-button {
  width: 100%;
  border: none;
  background: var(--color2);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.sidebar-form .contact-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--color1) 0%, #2a2422 100%);
  transform: translateX(-101%);
  transition: transform 280ms ease;
  z-index: -1;
}

.sidebar-form .contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(125, 12, 7, 0.30);
}

.sidebar-form .contact-button:hover::before {
  transform: translateX(0);
}

@media (max-width: 900px) {
  .general-sidebar-page .text-area {
    padding: 28px 22px;
  }

  .sidebar-form {
    position: static;
    margin-top: 28px;
    padding: 24px 20px;
  }
}

/* NEDEN KARACA END */

/* ═══════════════════════════════════════════════
   BREADCRUMB — MİNİMAL TWEAKS
   ═══════════════════════════════════════════════ */

.breadcrumb {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.55);
  z-index: 0;
  pointer-events: none;
}

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

.bread-area {
  z-index: 2;
}

.bread-item a,
.bread-item > a {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}

.breadcrumb .title {
  color: #fff;
  padding: 32px 0 48px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}

/* ─── Bread bar — orijinal konum, sadece renk düzeltme ─── */
.bread {
  font-size: 12.5px;
  font-weight: 500;
  padding: 14px 0;
}

.bread-item,
.bread-item a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  transition: color 200ms ease, opacity 200ms ease;
}

.bread-item a {
  opacity: 0.85;
}

.bread-item a:hover {
  color: #fff;
  opacity: 1;
}

/* ─── Chevron iconu görünür hale getir ─── */
.bread-item > i,
.bread-item .fa-angle-right {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  margin: 0 10px;
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  font-style: normal;
}

.bread-item > i::before,
.bread-item .fa-angle-right::before {
  content: '\f105';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.bread-item.active,
.bread-item.active span {
  color: var(--color2);
  font-weight: 700;
}

.bread-item:nth-child(2) span {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
}

@media (max-width: 991px) {
  .breadcrumb .title {
    padding: 60px 16px 40px;
    font-size: 22px;
  }

  .bread {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11.5px;
    padding: 10px 0;
  }

  .bread-item,
  .bread-item a {
    color: #494c51;
  }

  .bread-item > i,
  .bread-item .fa-angle-right {
    color: rgba(0, 0, 0, 0.35);
  }
}

/* BREADCRUMB END */