/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - Scrollbar
    - General   
    - Loader
    - Navbar
    - Side Menu
    - Banner
    - About-us-section
    - portfolio Section
    - Portfolio-2
    - Comment Section
    - Footer
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
  width: 18px;
}

::-webkit-scrollbar-track {
  width: 5px;
  background: white;
  border-left: 9px solid white;
  border-right: 9px solid white;
}

::-webkit-scrollbar-thumb {
  background: #202020;
  width: 0;
  border-left: 7px solid white;
  border-right: 6px solid white;
}

/* ===================================
    General
====================================== */

body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  overflow-x: hidden;
  background-color: #f9f9f9;
  margin: 0px;
  color: #696969;
}

p {
  font-size: 1.1rem;
  color: #696969;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}

span {
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Jost', sans-serif;
}


a {
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:focus, button:focus, input:focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

a:active, a:hover {
  color: inherit;
  text-decoration: none;
}

.padding-top {
  padding-top: 70px;
}

.ustyazi {
  font-size: 48px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
}

.ustyazi span {
  font-weight: 400;
  font-size: 48px;
}

/*About-us baÅŸlÄ±ÄŸÄ± alt Ã§izgi */
.about-us .ustyazi {
    display: inline-block;
}
.about-us .ustyazi::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #ff674d; /* Ã‡izgi rengi ve kalÄ±nlÄ±k Ã¶rnek, ihtiyaÃ§ halinde deÄŸiÅŸtirilebilir */
    margin: 10px auto 0;
}

/*Button*/
.btn {
  z-index: 2;
  font-size: 1rem;
  letter-spacing: .5px;
  border-radius: 0;
  font-weight: 400;
  overflow: hidden;
  position: sticky;
  line-height: inherit;
  display: inline-block;
  border: 2px solid transparent;
  text-transform: capitalize;
  -webkit-appearance: initial;
  appearance: initial;
  transition: all .5s ease !important;
}

.btn.button {
  background: #6f42c1;
  border: 2px solid #6f42c1;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  padding: 10px 30px;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn.trans-btn {
  background: transparent;
  border-color: #202020;
  color: #202020;
}

.btn.trans-2-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.white-btn {
  background: #fff;
  border-color: #fff;
  color: #202020;
}


/*Button Hover bg*/
.btn.btn-hvr:hover,
.btn.btn-hvr:focus {
  color: #fff;
  border-color: #202020;
  background: transparent !important;
}

.btn.btn-white-hvr:hover,
.btn.btn-white-hvr:focus {
  color: #202020;
  border-color: #fff;
  opacity: 1;
  background: #fff !important;
}

.btn-hvr-setting {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.btn-hvr-setting-inner {
  position: relative;
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0
}

.btn-hvr-effect {
  position: absolute;
  top: -5px;
  width: 25%;
  height: 100%;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s !important;
  background: #18191d;
  border-color: #18191d;
}

.btn-hvr-effect:nth-child(1) {
  left: 0;
  transition-delay: 0s !important;
}

.btn-hvr-effect:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s !important;
}

.btn-hvr-effect:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s !important;
}

.btn-hvr-effect:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s !important;
}

.btn-hvr-setting:hover .btn-hvr-effect,
.btn:hover .btn-hvr-effect,
.btn:active .btn-hvr-effect,
.btn:focus .btn-hvr-effect {
  transform: translateZ(0) scale(1.7) !important;
}


/*images Overlay*/
.overlay-image {
  position: relative;
  overflow: hidden;
}

.overlay-image img {
  transition: all 0.7s;
}

.overlay-image:hover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.overlay-image:hover {
  cursor: pointer;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient( rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8));
  opacity: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .7s ease;
}

.overlay-image:hover .overlay {
  transform: scale(1);
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1rem;
}

.small-text a {
  color: #202020;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.small-text p {
  font-size: 11px !important;
  margin-bottom: 0 !important;
}

.text p {
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
}

/*Image Hover*/
.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #202020;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}

.hover-effect::before {
  right: 0;
  opacity: 1;
  bottom: 0;
}

.hover-effect::after {
  top: 0;
  opacity: .7;
  left: 0;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

/* ===================================
    Loader
====================================== */

.loader-area {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #202020;
  z-index: 999999;
}

.spinning-area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner {
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top: 10px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 180px #000;
  box-shadow: 0 0 180px #000;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ===================================
    Navbar ve Menü Stilleri - Düzeltilmiş Versiyon
====================================== */

/* Navbar */
.navbar-top-default {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 70px;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-top-default .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 0 15px;
}

/* Logo */
.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
}

.logo-dark {
  max-height: 45px;
  width: auto;
}

/* Ana Menü */
.navbar-collapse {
  display: none; /* Mobilde gizle */
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin: 0 10px;
}

.nav-link {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.nav-item.active .nav-link,
.nav-link:hover {
  color: #E52727;
}

/* Telefon Widget */
.header-phone-widget {
  display: flex;
  align-items: center;
}

.phone-box {
  background-color: #F3F3F3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}

.phone-info {
  display: flex;
  flex-direction: column;
}

.phone-label {
  font-size: 12px;
  color: #999;
}

.phone-number {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

/* Mobil Menü Toggle */
.sidemenu_btn {
  width: 35px;
  height: 35px;
  position: relative;
  display: none; /* Masaüstünde gizle */
  flex-direction: column;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.sidemenu_btn span {
  display: block;
  height: 2px;
  background-color: #333333;
  width: 100%;
  margin: 3px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 4px;
}

/* Buton Hover Efekti */
.sidemenu_btn:hover span {
  background-color: #e52727;
}

/* Aktif Buton Stili */
.sidemenu_btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.sidemenu_btn.active span:nth-child(2) {
  opacity: 0;
}

.sidemenu_btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Yan Menü - Geliştirilmiş Versiyon */
.side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100vh;
    z-index: 9999;
    background-color: #FFFFFF;
    overflow-y: auto;
    transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
}

.side-menu.active {
    left: 0;
}

.side-menu .inner-wrapper {
    padding: 2.5rem 1.5rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.side-menu .image {
    margin-bottom: 1.5rem;
    text-align: center;
}

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
    backdrop-filter: blur(2px);
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-close:hover {
    background-color: #f0f0f0;
    transform: rotate(90deg);
}

.btn-close i {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333333;
    border-radius: 2px;
}

.btn-close i:first-child {
    transform: rotate(45deg);
}

.btn-close i:last-child {
    transform: rotate(-45deg);
}

.side-menu .side-nav {
    margin: 1rem 0 2rem;
}

.side-menu .nav-item {
    width: 100%;
    margin: 0;
}

.side-menu .nav-link {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.side-menu .nav-item:last-child .nav-link {
    border-bottom: none;
}

.side-menu .nav-item.active .nav-link {
    color: #e52727;
    font-weight: 600;
}

.side-menu-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.side-menu-contact {
    margin-bottom: 1rem;
}

.side-menu-contact .phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.side-menu-contact .phone-link i {
    color: #333;
    font-size: 16px;
}

.side-menu .copywrite {
    font-size: 13px;
    color: #888;
    margin: 0;
}

@media (max-width: 320px) {
    .side-menu {
        width: 260px;
    }
}

/* ===================================
    Navbar Scrolled Stili
====================================== */

/* Scrolled Navbar */
.navbar-top-default.scrolled {
  background-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Responsive Tasarım */
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex;
    align-items: center;
  }
  
  .navbar-top-default .container {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .navbar-top-default {
    height: 65px;
  }
  
  .sidemenu_btn {
    display: flex;
    position: relative;
    left: 0;
    margin-left: 5px;
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 6px;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  
  .sidemenu_btn:hover {
    background-color: #f0f0f0;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  }
  
  .sidemenu_btn span {
    width: 22px;
    margin: 2px 0;
  }
  
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .header-phone-widget {
    margin-left: auto;
  }
  
  .phone-info {
    display: none;
  }
  
  .phone-box {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .navbar-top-default {
    height: 60px;
  }
  
  .navbar-brand {
    transform: translateX(-45%);
  }
  
  .sidemenu_btn {
    margin-left: 0;
    width: 32px;
    height: 32px;
  }
  
  .sidemenu_btn span {
    width: 20px;
  }
}

/* ===================================
    Header Padding
====================================== */

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

/* ===================================
    Stand Alone
====================================== */

.standalone1-banner{
  background: linear-gradient( rgba(32, 32, 32, 0.4), rgba(32, 32, 32, 0.4)), url('../images/standalone-1-banner.jpg');
  height: 90vh;
  background-size: cover;
  display: flex;
  align-items: center;
}

.standalone2-banner{
  background: linear-gradient( rgba(32, 32, 32, 0.4), rgba(32, 32, 32, 0.4)), url('../images/standalone-2-banner.jpg');
  height: 90vh;
  background-size: cover;
  display: flex;
  align-items: center;
}

.banner-text {
  position: absolute;
  padding-top: 12rem;
  padding-left: 0;
  padding-right: 0;
}

.banner-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.page-breadcrumb li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.page-breadcrumb li a {
  color: #202020;
  font-weight: 400;
  text-decoration: none;
}

.page-breadcrumb li i {
  color: #fff;
}

/*Main Page Start*/
.main-page{
  padding: 120px 0;
}

.main-page .standalone-heading{
  padding-bottom: 100px;
}

 .main-page .sub-heading{
  font-size:1.5rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.main-page .heading{
 font-size:2.5rem;
 font-weight: 700;
 color: #202020;
 margin-bottom: 20px;
}

.main-page .row-image{
  position: relative;
}

.main-page .row-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.standalone-area .standalone-row{
  margin-bottom: 40px;
}

.standalone-area .standalone-row:last-child{
  margin-bottom: 0;
}

.main-page .standalone-row .row-text{
  padding-left: 30px;
  text-align: center;
}

.standalone-row:nth-child(2) .row-text{
  padding-left: 0;
  padding-right: 30px;
}

/* ===================================
    Media Queries
====================================== */

@media (width: 1920px) {
  .navbar {
    padding: 0px;
  }
}

@media (max-width: 1200px) {
  /*Side Menu*/
  .side-menu {
    width: 50%;
  }

  /*About us*/
  .about-us .card-body p {
    font-size: 18px;
  }

  /*contact Section*/
  .comment-section .card-body p {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  .ustyazi {
    font-size: 2rem;
  }
  
  .main-page .heading {
    font-size: 2.2rem;
  }
  
  .main-page .standalone-heading {
    font-size: 1.8rem;
  }
  .small-text {
    font-size: 40px;
  }
  /*Navbar*/
  .sidemenu_btn {
    left: 0;
	border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #f8f9fa;
  }
  .navbar-top-default img {
    padding-left: 40px;
  }

  /*Side Menu*/
  .side-menu {
    width: 50%;
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 30px;
  }

  /*Banner*/
  .banner .banner-image {
    margin-bottom: 0px;
  }

  /*About us */
  .about-us .card {
    margin-bottom: 40px;
  }

  /*Blog*/
  .blog .sub-heading {
    font-size: 18px;
  }
  .blog .text-area {
    text-align: center;
  }
  .blog p {
    text-align: center;
    font-size: 18px;
  }
  .blog .text-area-2 {
    text-align: center;
  }
  .overlay-image {
    margin-bottom: 20px;
  }

  /*Stand Alone page*/
  .main-page h2{
    font-size: 30px;
    margin-bottom: 10px;
   }
  .main-page p{
    font-size: 16px;
   }
  .main-page .standalone-heading{
    padding-bottom: 70px;
  }
  .main-page .standalone-row .row-text{
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .standalone-row:nth-child(2) .row-text{
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  h3 {
    font-size: 1.4rem;
  }
  
  .ustyazi {
    font-size: 1.8rem;
  }
  
  .main-page .heading {
    font-size: 2rem;
  }
  
  .main-page .standalone-heading {
    font-size: 1.6rem;
  }
  .text {
    font-size: 25px;
  }
  .small-text {
    font-size: 19px;
  }
  .wow {
    visibility: visible !important;
    animation: none !important;
  }

  /*Navbar*/
  .navbar .social-icons {
    display: none;
  }
  .sidemenu_btn {
    left: 80%;
  }
  
  .navbar-top-default img {
    padding-left: 5px;
  }
  .header-appear .navbar-top-default {
    height: 90px;
  }
  .sidemenu_btn {
    top: 6px;
  }

  /*Side Menu*/
  .side-menu {
    width: 100%;
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 25px;
  }
  .side-menu-footer p {
    font-size: 14px;
  }

  /*Blog*/
  .blog h4 {
    font-size: 38px;
  }
  .blog p {
    font-size: 16px;
    margin-top: 30px;
  }
  .blog .text-area-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog .text-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*Contact Form*/
  .quote-content {
    padding: 52px 30px;
  }

  /*Stand Alone page*/
  .banner-text h2 {
    font-size: 50px;
  }
  .main-page .heading {
    font-size: 50px;
  }
  .main-page .standalone-heading {
    padding-bottom: 70px;
  }
  .main-page .standalone-row .row-text {
    padding-left: 0;
  }
  .standalone-row:nth-child(2) .row-text {
    padding-right: 0;
  }
}

@media (max-width: 360px) {
  h2 {
    font-size: 25px;
  }

  /*Side Menu*/
  .side-menu-footer p {
    font-size: 12px;
  }

  /*Contact form*/
  .quote-content {
    padding: 0 30px;
  }
  .quote-content #quote_submit_btn {
    margin-bottom: -15px;
  }
  .fancybox-slide>* {
    margin: 0;
  }
}

@media (max-width: 320px) {
  .small-text {
    font-size: 17px;
  }

  /*Side Menu*/
  .side-menu-footer p {
    font-size: 10px;
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 19px;
  }
  .side-menu-footer .banner-icons ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0; 
	border-radius: 5px;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
	border-radius: 5px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
	border-radius: 5px;
}

/* TÃ¼m baÅŸlÄ±klar iÃ§in ortak Ã¶zellikler */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  color: #333;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #202020;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #202020;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #202020;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #202020;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #202020;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #202020;
}

strong {
  font-weight: 400; 
  color: #4c4c4cfa;  
}

.about-us h2 {
  font-weight: 600;
  font-size: 2rem;
  color: #202020;
  font-family: 'Jost', sans-serif;
}

/* ===================================
    ÃœrÃ¼n KutularÄ± - Modern E-ticaret TarzÄ±
====================================== */

.products-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 2.4rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    line-height: 20px;
}

.section-title p {
    font-size: 1rem;
    color: #666;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.product-link:hover {
    text-decoration: none;
    color: inherit;
}

.product-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.product-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.product-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-divider {
    height: 1px;
    background-color: #e0e0e08c;
    margin: 5px 0;
}

.product-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 3px;
}

.product-box-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.price-container {
    text-align: right;
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
}

.product-title {
    font-size: 1rem;
    /* line-height: 3; */
    color: #333333b8;
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 3px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.order-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px 10px;
    margin-top: auto;
    transition: all 0.3s ease;
}

.order-button:hover {
    background-color: #e9e9e9;
}

.order-button i {
    font-size: 1rem;
    color: #666;
    margin-right: 8px;
}

.order-button span {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
}

/* Eski stil sÄ±nÄ±flarÄ±nÄ± gizliyoruz */
.product-vendor, .product-action, .product-price, .buy-icon, .buy-button {
    display: none;
}

@media (max-width: 767px) {
    .product-image {
        margin-bottom: 8px;
    }
    
    .product-title {
        font-size: 1rem;
        height: auto;
        margin-bottom: 8px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    
    .price {
        font-size: 1rem;
    }
    
    .product-box-title {
        font-size: 1rem;
    }
    
    .order-button {
        padding: 6px 10px;
    }
    
    .order-button span {
        font-size: 1rem;
    }
    
    .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .mb-4 {
        margin-bottom: 15px !important;
    }
    
    .product-item {
        padding: 4px;
    }
    
    .product-info-row {
        margin-bottom: 6px;
    }
}

@media (max-width: 575px) {
    .product-image {
        margin-bottom: 6px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    .ustyazi {
        font-size: 2.6rem;
        margin-top: 40px;
    }
    
    .main-page .heading {
        font-size: 1.8rem;
    }
    
    .main-page .standalone-heading {
        font-size: 1.5rem;
    }
    
    .product-title {
      font-size: 0.9rem;
      height: auto;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      padding: 4px 2px 4px 2px;
      margin-top: 0rem;
      font-weight: 500;
    }
    
    .price {
        font-size: 0.9rem;
        font-weight: bold;
    }
    
    .product-box-title {
        font-size: 0.9rem;
        font-weight: 500;
    }
    
    .order-button {
        padding: 5px 8px;
        margin-top: 5px;
    }
    
    .order-button span {
        font-size: 0.9rem;
    }
    
    .order-button i {
        font-size: 0.9rem;
    }
    
    .col-6 {
        padding-left: 3px;
        padding-right: 3px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    
    .mb-4 {
        margin-bottom: 8px !important;
    }
    
    .product-item {
        padding: 4px;
    }
    
    .product-info-row {
        margin-bottom: 4px;
    }
    
    .products-section {
        padding: 15px 0;
    }
    
    .section-title {
        margin-bottom: 15px;
    }
    
    .section-title h2 {
        margin-bottom: 10px;
    }
}

ul, ol {
  /* margin: 1rem 0; */
  padding-left: 2rem;
}

li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

/* ===================================
    Slider Section
====================================== */
.slider-section {
  margin-bottom: 40px;
  overflow: hidden;
}

.slider-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-image:hover img {
  transform: scale(1.05);
}

.slider-image:hover .slider-overlay {
  opacity: 1;
}

@media (max-width: 767px) {
  .slider-image {
    height: 250px;
    margin-bottom: 0;
  }
  
  .slider-section .row .col-12:not(:last-child) .slider-image {
    margin-bottom: 2px;
  }
}

@media (max-width: 575px) {
  .slider-image {
    height: 200px;
  }
}

/* ===================================
    Ä°Ã§erik Resimleri
====================================== */
.content-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.content-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.content-image:hover img {
  transform: scale(1.03);
}

/* Tam geniÅŸlikte resim */
.content-image-full {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 30px;
  clear: both;
}

.content-image-full img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.content-image-full:hover img {
  transform: scale(1.01);
}

/* Float temizleme */
.clearfix {
  clear: both;
  width: 100%;
  display: block;
  height: 1px;
}

/* Sola yaslÄ± resim */
.content-image.float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  max-width: 350px;
}

/* SaÄŸa yaslÄ± resim */
.content-image.float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  max-width: 350px;
}

/* Ortada resim */
.content-image.text-center {
  margin: 0 auto 30px;
  max-width: 450px;
  float: none;
  display: block;
}

.about-us {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.pages-us {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .content-image.float-left,
  .content-image.float-right,
  .content-image.text-center {
    max-width: 400px;
    margin-bottom: 20px;
  }
  
  .about-us, .pages-us {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .content-image.float-left,
  .content-image.float-right {
    float: none;
    margin: 0 auto 20px;
    max-width: 100%;
    margin-left: 0rem !important;
    margin-bottom: 20px !important;
  }
  
  .content-image.text-center {
    max-width: 100%;
  }
  
  .about-us, .pages-us {
    padding: 30px 0;
  }
}

/* Telefon bloÄŸu iÃ§in yarÄ±m uzunlukta dikey ayÄ±rÄ±cÄ± */
.header-phone-number {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    margin-left: 15px;
    padding-left: 15px;
}

.header-phone-number::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background-color: #ddd;
}

.header-phone-number .phone-link {
    display: inline-flex;
    align-items: center;
    color: #202020 !important;
    font-size: 1rem;
    text-decoration: none;
    gap: 6px;
}

.header-phone-number .phone-link i {
    color: #202020 !important;
    font-size: 1.2rem;
}

.header-phone-number .phone-link:hover {
    color: #6f42c1 !important;
}

/* Telefon numarasÄ± stilleri son */

/* Telefon linkleri override */
.header-phone-number .phone-link,
.side-menu-contact .phone-link {
    color: #202020 !important;
}

.header-phone-number .phone-link i,
.side-menu-contact .phone-link i {
    color: #202020 !important;
}

.header-phone-number .phone-link:hover,
.header-phone-number .phone-link:hover i,
.side-menu-contact .phone-link:hover,
.side-menu-contact .phone-link:hover i {
    color: #202020 !important;
}

/* Telefon numarasÄ±nÄ± her zaman siyah gÃ¶stermek iÃ§in override */
.phone-link,
.phone-link i,
.phone-link:hover,
.phone-link:hover i {
    color: #202020 !important;
}

/* WhatsApp Chat Bubble - Düzeltilmiş Versiyon */
.whatsapp-chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-chat:hover {
    background-color: #20c05c;
    color: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    text-decoration: none;
}

.whatsapp-chat i {
    color: #fff;
}

@media (max-width: 767px) {
    .whatsapp-chat {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }
}

/* MenÃ¼ hover alt Ã§izgisi */
.navbar-top-default .navbar-nav .nav-link {
    position: relative;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 3px;
    text-underline-offset: 12px;
    transition: text-decoration-color .3s ease;
}
.navbar-top-default .navbar-nav .nav-link:hover,
.navbar-top-default .navbar-nav .current-menu-item .nav-link {
    text-decoration-color: #7bbf8d;
}
/* eski pseudo-element alt Ã§izgiyi tamamen gizle */
.navbar-top-default .navbar-nav .nav-link::after {
    display: none !important;
}
/* Collapse menÃ¼nÃ¼n dikey ortalanmasÄ± */
.navbar-top-default .collapse.navbar-collapse {
    display: flex !important;
    align-items: center;
    height: 100%;
}

/* Logo align-self */
.navbar-top-default .navbar-brand {
    align-self: center;
}

/* Phone widget align-self */
.header-phone-widget {
    align-self: center;
}

/* Aktif (current) menÃ¼ Ã¶ÄŸesinde alt Ã§izgi kalÄ±cÄ± */
.navbar-top-default .navbar-nav .current-menu-item .nav-link::after {
    width: calc(100% - 36px);
}

/* Hero Section Styles */
.hero-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-content {
    padding-right: 30px;
}

.brand-title {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}

.brand-title .line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #333;
}

.main-title {
    font-size: 48px;
    color: #ff674d;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.2;
}

.description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-dark.rounded-pill {
    background: #333;
    color: #fff;
    padding: 12px 30px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.btn-dark.rounded-pill:hover {
    background: #444;
    transform: translateY(-2px);
}

.hero-image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image {
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
    position: relative;
}

.product-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 500px;
}

.bg-shape {
    position: absolute;
    top: -20%;
    right: -20%;
    width: 123%;
    height: 134%;
    background-color: var(--hero-bg-color, #ffe4e0);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 60px 0;
    }
    
    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .product-image {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 40px 0;
    }
    
    .product-image {
        max-width: 300px;
    }
    
    .product-image img {
        max-height: 400px;
    }
    
    .bg-shape {
        top: -10%;
        right: -10%;
        width: 120%;
        height: 120%;
    }
}

/* ===================================
    Footer Styles - Düzeltilmiş Versiyon
====================================== */
.footer-section {
    background-color: #e0f2ff;
    color: #333333;
    padding: 70px 0 0;
    position: relative;
    border-top: 1px solid #d8edff;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
    height: auto;
}

.footer-description {
    color: #555555;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
}

.footer-section h4 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #333333;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #555555;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-links ul li a:hover {
    color: #333333;
    padding-left: 5px;
}

.footer-contact .contact-info {
    margin-bottom: 15px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-contact .contact-info i {
    margin-right: 10px;
    color: #333333;
    font-size: 16px;
}

.footer-contact .contact-info a {
    color: #555555;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-contact .contact-info a:hover {
    color: #333333;
}

.footer-social .social-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.footer-social .social-links a {
    width: 36px;
    height: 36px;
    background-color: rgba(85, 85, 85, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social .social-links a:hover {
    background-color: #333333;
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-bottom {
    background-color: rgba(51, 51, 51, 0.1);
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #333333;
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .footer-section {
        padding: 50px 0 0;
    }
    
    .footer-info, .footer-links, .footer-contact, .footer-social {
        margin-bottom: 40px;
    }
    
    .footer-section h4 {
        margin-bottom: 20px;
    }

    .footer-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-links ul li a {
        font-size: 14px;
    }
    
    .footer-contact .contact-info a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-section {
        padding: 40px 0 0;
    }
    
    .footer-info, .footer-links, .footer-contact, .footer-social {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-logo {
        max-width: 160px;
        margin: 0 auto 20px;
    }

    .footer-section h4 {
        margin-bottom: 15px;
    }
    
    .footer-section h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .footer-social .social-links {
        justify-content: center;
    }
    
    .contact-info-item {
        justify-content: center;
    }
}

/* ===================================
    404 Error Page
====================================== */
.error-404 {
    padding: 180px 0 100px 0;  /* Küçük ekran (mobil) */
    background-color: #f4f4f4;
    text-align: center;
    /* ... diğer küçük ekran ayarları ... */
}

.error-404 h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.error-404 p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #666;
}
.error-404 a.btn-home {
    background-color: #494949;
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.error-404 a.btn-home:hover {
    background-color: #0056b3;
}

/* Masaüstü (992px ve üzeri) */
@media (min-width: 992px) {
    .error-404 {
        padding: 320px 0 220px 0; /* Masaüstü için geçerli */
    }
}

/* ===================================
    Ek Mobil Düzenlemeler
====================================== */
@media (max-width: 991px) {
  .navbar-top-default .container {
    padding: 0 15px;
  }
  
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .sidemenu_btn {
    position: absolute;
    left: 15px;
  }
  
  .header-phone-widget {
    position: absolute;
    right: 15px;
  }
  
  .side-menu {
    z-index: 9999;
  }
  
  #close_side_menu {
    z-index: 9998;
  }
  
  .navbar-top-default {
    padding: 5px 0;
  }
}

@media (max-width: 575px) {
  .side-menu {
    width: 85%;
    max-width: 300px;
    left: -85%;
  }
  
  .navbar-brand {
    max-width: 150px;
  }
}

/* Eksik olan bundle.min.css stillerini ekleyelim */
img {
  max-width: 100%;
  height: auto;
}

.btn:focus, input:focus[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Çalışması için gereken diğer sınıf tanımları */
.rtl {
  text-align: right;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.rounded-pill {
  border-radius: 50rem !important;
}

/* Yazı tabanlı Logo - Gelişmiş Versiyon */
.text-logo {
    display: flex;
    align-items: center;
    font-family: 'Jost', sans-serif;
}

.logo-text {
    font-size: 26px;
    font-weight: 800;
    color: #222;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-decoration: none;
    line-height: 1;
}

.logo-text:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #e52727 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
}

.navbar-brand:hover .logo-text:after {
    background-position: left bottom;
}

.logo-highlight {
    color: #e52727;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

/* Yan menü logosu */
.side-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.side-logo .logo-text {
    font-size: 28px;
    color: #222;
}

.side-logo .logo-text:after {
    bottom: -6px;
    height: 3px;
}

/* Footer logosu */
.footer-text-logo {
    margin-bottom: 25px;
}

.footer-text-logo .logo-text {
    font-size: 30px;
    color: #222;
}

.footer-text-logo .logo-text:after {
    bottom: -8px;
    height: 3px;
}

/* Responsive Ayarlar */
@media (max-width: 767px) {
    .logo-text {
        font-size: 22px;
    }
    
    .side-logo .logo-text {
        font-size: 24px;
    }
    
    .footer-text-logo .logo-text {
        font-size: 26px;
    }
}

/* Mobil Menü Düzenlemesi */
.side-menu .side-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.side-menu .side-nav .nav-item {
    width: 100%;
    margin: 0;
}

.side-menu .side-nav .nav-link {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    width: 100%;
    text-align: left;
}

.side-menu .nav-item:last-child .nav-link {
    border-bottom: none;
}

.side-menu .nav-item.active .nav-link {
    color: #e52727;
    font-weight: 600;
}

@media (max-width: 767px) {
    /* Mobil menü düzeltmeleri */
    .side-menu .inner-wrapper {
        padding: 2.5rem 1.5rem;
    }
    
    .side-menu .side-nav {
        margin: 1.5rem 0;
    }
    
    .side-menu .side-nav .nav-link {
        font-size: 16px;
        padding: 10px 0;
    }
}

/* Sipariş Sayfası Stilleri */
/* Header container düzeltmesi */
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Başarılı mesaj stili */
.success-message {
    text-align: center;
    padding: 30px 20px;
}

.success-message i {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 20px;
}

.success-message h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.success-message p {
    font-size: 16px;
    color: #666;
}

/* Hata mesaj stili */
.error-message {
    text-align: center;
    padding: 30px 20px;
}

.error-message i {
    font-size: 60px;
    color: #dc3545;
    margin-bottom: 20px;
}

.error-message h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.error-message p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
}

/* Tekrar deneme butonu */
.retry-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #5a6268;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.retry-button:hover {
    background-color: #4a545a;
    color: white;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.retry-button i {
    margin-right: 8px;
}

.mt-4 {
    margin-top: 25px;
}

/* Alert kutuları */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Ana Konteyner */
.siparis-container {
    padding: 40px 0;
    background-color: #f9fafc;
}

.siparis-title {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    margin-bottom: 50px;
    padding-top: 50px;
}

/* Form Kartı */
.form-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

/* Form Etiketleri */
.form-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.label-icon {
    color: #4a90e2;
    margin-right: 5px;
    font-size: 15px;
}

/* Select Kutusu */
.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
}

/* Form Kontrolleri */
.form-control {
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-shadow: none;
    background-color: #f5f7fa;
    color: #333;
}

.input-icon-wrapper .form-control {
    padding-left: 35px;
}

.form-control:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.1);
    background-color: #fff;
}

.form-control::placeholder {
    color: #666!important;
    font-weight: 500;
    opacity: 1;
}

select.form-control {
    padding-right: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea.form-control {
    resize: none;
    padding-top: 10px;
}

/* İkon ile Input */
.input-icon-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #4a90e2;
    transition: all 0.2s ease;
}

.textarea-wrapper .input-icon {
    top: 18px;
    transform: none;
}

.input-icon-wrapper.focused .input-icon {
    color: #4a90e2;
}

/* Form Satırı */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.form-row > .form-group {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 15px;
}

/* Checkbox */
.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.checkbox-wrapper input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 3px;
}

.checkbox-label {
    font-size: 13px;
    color: #666;
}

.checkbox-label a {
    color: #4a90e2;
    text-decoration: none;
    font-weight: 500;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

/* Ürün Seçimi */
.product-select .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 12px 15px;
    margin-bottom: 8px;
    cursor: pointer;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
    transition: all 0.2s ease;
    background-color: #f5f7fa;
}

.product-select .item:hover {
    border-color: #b3d4fc;
    background-color: #f0f7ff;
}

.product-select .item.selected {
    border-color: #4a90e2;
    background-color: #e6f2ff;
}

.product-select .item .item-content {
    flex-grow: 1;
}

.product-select .item .title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 3px;
    padding-right: 30px;
}

.product-select .item .price {
    font-weight: 600;
    font-size: 15px;
    color: #e63946;
    margin-right: 10px;
}

.product-select .item .check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #4a90e2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.product-select .item.selected .check-icon {
    opacity: 1;
}

/* Gönder Butonu */
.submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    background-color: #5a6268;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.submit-button:hover {
    background-color: #4a545a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.submit-button i {
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.submit-button:hover i {
    transform: translateX(3px);
}

/* Bilgi Kartları */
.info-card {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.info-card-header {
    padding: 12px 15px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    background-color: #f8f9fa;
    color: #495057;
}

.info-card-header i {
    margin-right: 8px;
    font-size: 15px;
    color: #6c757d;
}

.info-card-body {
    padding: 15px;
}

.info-card-body p {
    margin-bottom: 10px;
    color: #495057;
    line-height: 1.5;
    font-size: 14px;
}

.info-card-body p:last-child {
    margin-bottom: 0;
}

/* İletişim Kartı */
.contact-number {
    background-color: #f8f9fa;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #eaeaea;
}

.phone-link {
    display: inline-flex;
    align-items: center;
    color: #495057;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 3px;
}

.phone-link i {
    margin-right: 6px;
    color: #6c757d;
}

.contact-hours {
    font-size: 12px;
    color: #6c757d;
}

.contact-footer {
    font-style: italic;
    text-align: center;
    color: #6c757d;
    font-size: 13px;
    margin-top: 10px;
}

/* Mobil Düzenlemeler */
@media (max-width: 991px) {
    .siparis-container {
        padding: 0px 0;
    }
    
    .form-card, .info-card {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .form-card {
        padding: 15px;
    }
    
    .product-select .item {
        padding: 10px;
    }
    
    .product-select .item .title {
        font-size: 11px;
        padding-right: 0px;
    }
    
    .product-select .item .price {
        font-size: 14px;
    }
    
    .submit-button {
        padding: 10px 15px;
    }
    
    .info-card-body {
        padding: 12px;
    }
}

/* Form Kontrol özel stiller - kayma sorununu düzeltmek için */
.custom-input {
    height: 45px !important;
    padding-left: 45px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.custom-textarea {
    padding-left: 45px !important;
    padding-top: 12px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.input-icon-wrapper {
    position: relative;
    margin-bottom: 15px;
    width: 100% !important;
}

.input-icon {
    position: absolute;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2;
}

.textarea-wrapper .input-icon {
    top: 18px !important;
    transform: none !important;
}

/* Form grupları için ekstra stil */
.form-group {
    margin-bottom: 20px !important;
    width: 100% !important;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    width: 100% !important;
}

.form-row > .form-group {
    padding-right: 10px;
    padding-left: 10px;
}