/*

TemplateMo 572 Designer

https://templatemo.com/tm-572-designer

*/

body {
  font-family: 'Poppins', sans-serif;
}

.expanded {
  max-width: 1320px;
}

@media (min-width: 768px) {
  .expanded {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    padding: 0px 7%;
  }
}

.accordion-item {
	border: none;
}

img {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  display: inline-block;
}

p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
}

button.main-button {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  background-color: #ff565b;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  outline: none;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

button.main-button:hover {
  background-color: #2a2a2a;
}

.primary-button a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  background-color: #ff565b;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.primary-button a:hover {
  background-color: #2a2a2a;
}

.white-button a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ff565b;
  background-color: #ffffff;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.white-button a:hover {
  color: #ffffff;
  background-color: #ff565b;
}

section {
  margin-top: 00px;
  padding-top: 60px;
}

@media (min-width: 576px) {
  section {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2a2a2a;
  line-height: 32px;
  letter-spacing: -0.5px;
}

@media (min-width: 576px) {
  .section-heading h2 {
    font-size: 34px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: auto;
  }
}

.section-heading h2 em {
  color: #ff565b;
  font-style: normal;
  padding-left: 100px;
  position: relative;
}

.section-heading h2 em::before {
  width: 80px;
  height: 2px;
  background-color: #ff565b;
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
}

.loader {
  background-color: #2a2a2a;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 222222;
}

.loader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader svg path,
.loader svg rect {
  fill: #ff565b;
}

.main-navigation {
  position: absolute;
  width: 100%;
  padding: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar-nav {
  background-color: #2a2a2a;
  border-radius: 7.5px;
  padding: 10px 20px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-nav {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
  }
}

header.nav-scrolled .main-navigation {
  padding: 10px 0px;
  position: fixed;
  z-index: 222;
  background-color: #2a2a2a;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

header.nav-scrolled .main-navigation .navbar-brand {
  padding: 0px;
}

header.nav-scrolled .main-navigation .navbar-nav {
  margin-top: 0px;
}

header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
  border-top: none;
  padding: 8px 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (min-width: 576px) {
  header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
    font-weight: 400;
  }
}

header.nav-scrolled .main-navigation .navbar-nav .nav-item .active {
  border-top: none;
  border-radius: 7px;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-light {
  padding: 10px 0px;
}

@media (min-width: 992px) {
  .navbar-light {
    padding: 0px;
  }
}

.navbar-light .navbar-brand {
  padding: 0px 0px 0px 0px;
}

@media (min-width: 992px) {
  .navbar-light .navbar-brand {
    padding: 14px 0px 0px 0px;
  }
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 0px;
  text-align: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}

.navbar-light .navbar-nav .nav-item:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item {
    margin-left: 20px;
    border-bottom: none;
  }
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px;
  font-weight: 400;
  border-top: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #ff565b;
}

.navbar-light .navbar-nav .nav-item .active {
  font-weight: 400;
  color: #ff565b;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item .active {
    background-color: #ffffff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: 2px solid #ff565b;
  }
}

.navbar-light .navbar-toggler {
  background-color: #fff;
}

button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-banner {
  background-color: #333;
  background-image: url(../images/mutfak_dolabi1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 170px 0px 270px 0px;
  text-align: center;
}

@media (min-width: 576px) {
  .main-banner {
    padding: 270px 0px 400px 0px;
  }
}

.main-banner h6 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.main-banner h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}

.main-banner h2 em {
  font-style: normal;
  color: #ff565b;
}

.search-form {
  margin-top: -150px;
}

.search-form #search-form {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .search-form #search-form {
    padding: 60px;
  }
}

.search-form #search-form label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .search-form #search-form label {
    margin-bottom: 20px;
  }
}

.search-form #search-form input, .search-form #search-form select {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
  margin-bottom: 30px;
}

.search-form #search-form button.main-button {
  width: 100%;
}

section.explore-work .left-image img {
  border-radius: 7.5px;
}

section.explore-work .right-content {
  margin-left: 0;
  margin-top: 30px;
}

@media (min-width: 992px) {
  section.explore-work .right-content {
    margin-left: 45px;
    margin-top: 0px;
  }
}

section.explore-work .right-content ul li {
  display: block;
  margin-bottom: 60px;
}

section.explore-work .right-content ul li:last-child {
  margin-bottom: 0px;
}

section.explore-work .right-content ul li h4 {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
}

section.explore-work .right-content ul li ul.info li {
  margin-bottom: 30px;
  width: 100%;
}

section.explore-work .right-content ul li ul.info li span {
  font-size: 15px;
  color: #7a7a7a;
  display: block;
  width: 250px;
  height: 50px;
  float: none !important;
}

@media (min-width: 576px) {
  section.explore-work .right-content ul li ul.info li span {
    
    float: left !important;
  }
}

section.explore-work .right-content ul li ul.info li span svg {
  margin-right: 8px;
}

section.explore-work .right-content ul li ul.info li h6 {
  display: inline-block;
}

section.explore-work .right-content ul li ul.info li h6 a {
  font-size: 17px;
  font-weight: 700;
  color: #2a2a2a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.explore-work .right-content ul li ul.info li h6 a:hover {
  color: #ff565b;
}

section.explore-work .right-content ul li ul.info li em {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
  font-style: normal;
  display: block;
}

@media (min-width: 576px) {
  section.explore-work .right-content ul li ul.info li em {
    display: inline;
  }
}

section.whats-trending .section-heading,
section.whats-trending .left-content {
  margin-right: 0px;
}

@media (min-width: 992px) {
  section.whats-trending .section-heading,
  section.whats-trending .left-content {
    margin-right: 100px;
  }
}

section.whats-trending .section-heading p,
section.whats-trending .left-content p {
  margin-bottom: 30px;
}

section.whats-trending .right-image {
  position: relative;
  display: none;
}

@media (min-width: 992px) {
  section.whats-trending .right-image {
    display: inline-block;
  }
}

section.whats-trending .right-image .thumb {
  position: relative;
}

section.whats-trending .right-image .thumb .hover-effect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 86, 91, 0.9);
  border-radius: 7.5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.whats-trending .right-image .thumb .hover-effect .inner-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.whats-trending .right-image .thumb .hover-effect .inner-content h4 {
  margin-bottom: 10px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.whats-trending .right-image .thumb .hover-effect .inner-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

section.whats-trending .right-image .thumb .hover-effect .inner-content span {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.whats-trending .right-image .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

section.whats-trending .right-image .thumb:hover .hover-effect .inner-content h4 {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

section.whats-trending .right-image .thumb:hover .hover-effect .inner-content span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

section.whats-trending .right-image .thumb img {
  border-radius: 7.5px;
}

section.whats-trending .right-image::after {
  width: 440px;
  height: 300px;
  right: -440px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: url(../images/whats-trending-right-image.png);
  content: '';
}

section.contact-us {
  margin-top: 60px;
  padding: 60px 0px;
  background-image: url(../images/contact-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  section.contact-us {
    margin-top: 120px;
    padding: 120px 0px;
  }
}

section.contact-us .left-form {
  padding-right: 15px;
}

@media (min-width: 992px) {
  section.contact-us .left-form {
    padding-right: 0px;
  }
}

section.contact-us .right-map {
  padding-left: 15px;
}

@media (min-width: 992px) {
  section.contact-us .right-map {
    padding-left: 0px;
  }
}

section.contact-us form {
  padding: 30px;
  border-top-right-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  background-color: #ffffff;
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  section.contact-us form {
    padding: 60px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

section.contact-us form input {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
  margin-bottom: 15px;
}

section.contact-us form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 120px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

section.contact-us form button.main-button {
  width: 100%;
}

section.contact-us #map iframe {
  border-top-right-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  section.contact-us #map iframe {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

footer.no-margin-footer {
  margin-top: 60px;
}

footer {
  margin-top: 80px;
  text-align: center;
}

@media (min-width: 992px) {
  footer {
    text-align: left;
    margin-top: 120px;
  }
}

footer .about-widget img {
  max-width: 273px;
  margin-bottom: 45px;
}

footer h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2a2a2a;
  margin-bottom: 30px;
  margin-top: 45px;
}

@media (min-width: 992px) {
  footer h4 {
    margin-top: 0px;
  }
}

footer ul.info li {
  display: block;
  margin-bottom: 20px;
}

footer ul.info li a {
  font-size: 15px;
  color: #7a7a7a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer ul.info li a:hover {
  color: #ff565b;
}

footer ul.info li:last-child {
  margin-bottom: 0px;
}

footer ul.social-links li {
  display: block;
  margin-bottom: 20px;
}

footer ul.social-links li a {
  font-size: 15px;
  color: #7a7a7a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer ul.social-links li a svg {
  margin-right: 3px;
}

footer ul.social-links li a:hover {
  color: #ff565b;
}

footer ul.social-links li:last-child {
  margin-bottom: 0px;
}

footer form#subscribe {
  position: relative;
  margin-bottom: 0px;
}

footer form#subscribe input {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  height: 40px;
  position: relative;
  padding: 0px 10px;
}

footer form#subscribe button {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #7a7a7a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer form#subscribe button:hover {
  color: #ff565b;
}

footer .sub-footer {
  margin-top: 60px;
  padding-bottom: 20px;
}

footer .sub-footer p a {
  color: #ff565b;
}

footer .sub-footer a.scroll-to-top {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #ff565b;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 992px) {
  footer .sub-footer a.scroll-to-top {
    text-align: right;
    color: #7a7a7a;
  }
}

footer .sub-footer a.scroll-to-top svg {
  margin-left: 3px;
}

footer .sub-footer a.scroll-to-top:hover {
  color: #ff565b;
}

.page-banner {
  background-color: #333;
  background-image: url(../images/mutfak_dolabi1.1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 90px 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .page-banner {
    padding: 180px 0px;
  }
}

.page-banner h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .page-banner h2 {
    font-size: 50px;
  }
}

.page-banner h2 em {
  font-style: normal;
  color: #ff565b;
}

.page-banner p {
  color: #ffffff;
}

.services {
  margin-top: -85px;
}

.services .service-item {
  padding: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .services .service-item {
    margin-bottom: 0px;
  }
}

.services .service-item .icon {
  fill: #ff565b;
}

.services .service-item h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

section.interior-design .left-image {
  margin-right: 0;
}

@media (min-width: 992px) {
  section.interior-design .left-image {
    margin-right: 50px;
  }
}

section.interior-design .left-image img {
  border-radius: 7.5px;
}

section.interior-design .right-content {
  margin-left: 0;
  margin-top: 30px;
}

@media (min-width: 992px) {
  section.interior-design .right-content {
    margin-left: 50px;
    margin-top: 0px;
  }
}

section.interior-design .right-content h4 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

section.interior-design .right-content .accordion-button {
  padding: 30px 0px;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  outline: none;
  text-align: left;
  font-size: 17px;
  background-color: transparent;
  color: #2a2a2a;
}

section.interior-design .right-content .accordion-button:not(.collapsed) {
  color: #2a2a2a;
  border-bottom: none;
  background-color: transparent;
}

section.interior-design .right-content .accordion-button:focus {
  border: none;
  z-index: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.interior-design .right-content .accordion-button:not(.collapsed)::after {
  background-image: auto !important;
}

section.interior-design .right-content .accordion-button::after {
  color: #2a2a2a;
}

section.interior-design .right-content .accordion-collapse {
  border: none;
}

section.interior-design .right-content .accordion-body {
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
}

.what-they-say .testimonials {
  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: 815px 560px;
  background-position: center center;
  border-radius: 7.5px;
}

@media (min-width: 992px) {
  .what-they-say .testimonials {
    background-position: center right;
  }
}

.what-they-say .col-lg-6 {
  padding: 0px;
}

.what-they-say .carousel {
  padding: 100px 0px;
}

.what-they-say .testimonial-item {
  padding: 60px;
  margin: 20px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 7.5px;
  border-bottom-right-radius: 0px;
  position: relative;
}

.what-they-say .testimonial-item img {
  max-width: 80px;
  border-radius: 50%;
  margin-right: 20px;
  float: left !important;
}

.what-they-say .testimonial-item .icon {
  position: absolute;
  left: 30px;
  top: -20px;
  fill: #ff565b;
}

.what-they-say .testimonial-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
}

.what-they-say .testimonial-item span {
  font-size: 14px;
  color: #7a7a7a;
  display: block;
  margin-bottom: 8px;
}

.what-they-say .testimonial-item p {
  margin-top: 25px;
  margin-bottom: 0px;
}

.what-they-say .testimonial-item:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 10px;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  z-index: -2;
  background-color: #f6c5c6;
}

.what-they-say .testimonial-item:before {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -5px;
  width: 10px;
  height: 100%;
  border-top-right-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  z-index: -2;
  background-color: #f6c5c6;
}

.what-they-say .carousel-indicators {
  bottom: 40px;
}

.what-they-say .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  opacity: 0.5;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
}

.what-they-say .carousel-indicators .active {
  opacity: 1;
  background-color: #ff565b;
}

.call-to-action {
  background-color: #2a2a2a;
  margin-top: 120px;
  padding: 45px 0px;
}

.call-to-action h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

@media (min-width: 992px) {
  .call-to-action h2 {
    text-align: left;
    margin: 0px;
    font-size: 35px;
  }
}

.call-to-action .white-button {
  text-align: center;
}

@media (min-width: 992px) {
  .call-to-action .white-button {
    text-align: right;
  }
}

section.explore-item h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
  text-align: center;
  text-transform: uppercase;
}

section.explore-item .main-image img {
  border-radius: 7.5px;
}

section.explore-item .project-info {
  background-color: #fafafa;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin: 15px 0px 30px 0px;
  border-radius: 7.5px;
  position: relative;
  padding: 30px;
}

@media (min-width: 992px) {
  section.explore-item .project-info {
    margin: -140px 30px 80px 30px;
    background-color: rgba(250, 250, 250, 0.9);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

section.explore-item .project-info .info-item {
  margin: 10px auto;
  text-align: center;
}

@media (min-width: 992px) {
  section.explore-item .project-info .info-item {
    margin: 0 auto;
  }
}

section.explore-item .project-info .info-item h6 {
  font-size: 17px;
  color: #2a2a2a;
}

section.explore-item .project-info .info-item span {
  font-size: 15px;
  color: #7a7a7a;
}

section.explore-item p {
  margin-bottom: 60px;
}

section.explore-item img {
  border-radius: 7.5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  section.explore-item img {
    margin-bottom: 0px;
  }
}

section.explore-item .down-content h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left;
  text-transform: uppercase;
}

section.explore-item .projects-pagination {
  border-top: 1px solid #eeeeee;
  padding-top: 60px;
}

section.explore-item .projects-pagination img {
  max-width: 60px;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination img {
    max-width: 115px;
  }
}

section.explore-item .projects-pagination .right-pagination {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
  text-align: right;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .right-pagination {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}

section.explore-item .projects-pagination .right-pagination img {
  float: right;
}

section.explore-item .projects-pagination .left-pagination img {
  float: left;
}

section.explore-item .projects-pagination .right-content {
  display: inline-block;
  margin-left: 15px;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .right-content {
    margin-left: 25px;
  }
}

section.explore-item .projects-pagination .right-content h6 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .right-content h6 {
    margin-top: 28px;
  }
}

section.explore-item .projects-pagination .right-content h6:hover {
  color: #ff565b;
}

section.explore-item .projects-pagination .right-content span {
  font-size: 15px;
  color: #7a7a7a;
}

section.explore-item .projects-pagination .left-content {
  margin-right: 15px;
  display: inline-block;
  text-align: right;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .left-content {
    margin-right: 25px;
  }
}

section.explore-item .projects-pagination .left-content h6 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: right;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .left-content h6 {
    padding-top: 20px;
  }
}

section.explore-item .projects-pagination .left-content h6:hover {
  color: #ff565b;
}

section.explore-item .projects-pagination .left-content span {
  text-align: right;
  font-size: 15px;
  color: #7a7a7a;
}

section.trending-page .card {
  border: none;
}

@media (min-width: 650px) {
  section.trending-page .grid-item {
    width: 100%;
  }
}

@media (min-width: 850px) {
  section.trending-page .grid-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  section.trending-page .grid-item {
    width: 33%;
  }
}

@media (min-width: 1400px) {
  section.trending-page .grid-item {
    width: 25%;
  }
}

section.trending-page .trending-item {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  section.trending-page .trending-item {
    margin-bottom: 30px;
  }
}

section.trending-page .trending-item .thumb {
  border-radius: 7.5px;
  position: relative;
  overflow: hidden;
}

section.trending-page .trending-item .thumb span.banner {
  background-color: #ff565b;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 16px;
  display: inline-block;
  border-bottom-right-radius: 7.5px;
  border-top-left-radius: 7.5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

section.trending-page .trending-item .thumb .hover-effect {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.trending-page .trending-item .thumb .hover-effect .inner-content {
  padding: 20px 30px;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  background-color: #ff565b;
}

section.trending-page .trending-item .thumb .hover-effect .inner-content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0px;
  margin-right: 20px;
}

section.trending-page .trending-item .thumb .hover-effect .inner-content a.icon {
  color: #ffffff;
  right: 30px;
  bottom: 18px;
  position: absolute;
}

section.trending-page .trending-item .thumb img {
  border-radius: 7.5px;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}

section.trending-page .trending-item .thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.trending-page .trending-item .thumb:hover .hover-effect {
  bottom: 0;
}

section.contact-page-map #map iframe {
  border-radius: 7.5px;
}

section.contact-us-page {
  margin-top: -60px;
  padding-top: 0px;
  z-index: 2;
  position: relative;
}

section.contact-us-page .contact-page-form {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
}

@media (min-width: 992px) {
  section.contact-us-page .contact-page-form {
    padding: 60px;
  }
}

section.contact-us-page .contact-page-form form {
  margin-bottom: 0px;
  margin-right: 0px;
}

@media (min-width: 992px) {
  section.contact-us-page .contact-page-form form {
    margin-right: 45px;
  }
}

section.contact-us-page .contact-page-form form input {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
  margin-bottom: 15px;
}

section.contact-us-page .contact-page-form form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 120px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

section.contact-us-page .contact-page-form form button.main-button {
  width: 100%;
}

section.contact-us-page .right-info ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  section.contact-us-page .right-info ul {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}

section.contact-us-page .right-info ul li {
  display: block;
  width: 100%;
  padding: 30px;
  border-radius: 7.5px;
  background-color: #ff565b;
  text-align: center;
  margin-bottom: 30px;
}

section.contact-us-page .right-info ul li:last-child {
  margin-bottom: 0px;
}

section.contact-us-page .right-info ul li .icon {
  fill: #ffffff;
}

section.contact-us-page .right-info ul li h6 {
  margin-top: 15px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
}

section.contact-us-page .right-info ul li span {
  font-size: 15px;
  color: #ffffff;
}



.filters-sidebar div[style*="overflow-y: auto"] {
    padding-left: 20px !important; 
    padding-top: 10px !important;
}


.form-check-input {
    margin-left: 0 !important; 
    margin-right: 10px !important; 
    position: relative !important; 
}


.form-check {
    padding-left: 0 !important;
    display: flex; 
    align-items: center; 
    margin-bottom: 8px;
}

/* =========================================
   📱 MOBİL UYUM (RESPONSIVE) DÜZELTMELERİ 
   ========================================= */
@media (max-width: 768px) {
    
    /* 1. Header ve Menü Düzeni */
    header { 
        flex-direction: column; 
        padding: 15px; 
        gap: 15px; 
        text-align: center;
    }
    nav ul { 
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 10px; 
    }
    nav ul li a { font-size: 0.85rem; padding: 5px; }
    nav ul li a.btn { padding: 8px 15px; font-size: 0.85rem; margin-top: 5px; }

    /* 2. Hero (Ana Giriş) Bölümü */
    .hero { padding: 100px 15px 60px; }
    .hero h1 { font-size: 2.2rem; margin-bottom: 15px; line-height: 1.2; }
    .hero p { font-size: 1rem; margin-bottom: 25px; }
    .btn-primary { 
        padding: 12px 25px; 
        font-size: 1rem; 
        width: 100%; 
        display: block; 
    }

    /* 3. Ortak Bölüm Boşlukları */
    section { padding: 60px 5%; }
    section h2 { font-size: 1.8rem; margin-bottom: 30px; }

    /* 4. Hizmet Modelleri (Kutular) */
    .service-tiers { flex-direction: column; gap: 40px; margin-top: 20px; }
    .tier { width: 100%; padding: 40px 20px; min-width: 100%; }
    .tier h3 { font-size: 1.3rem; }
    
    /* Rozet hizalaması */
    .badge { 
        left: 50%; 
        transform: translateX(-50%); 
        width: max-content; 
        font-size: 0.8rem; 
        padding: 6px 15px;
    }

    /* 5. Referanslar (Portfolyo) */
    .portfolio-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; }
    .portfolio-img-container { height: auto; aspect-ratio: 16 / 9; }

    /* 6. İletişim Formu ve Footer */
    .contact { padding: 60px 5%; border-radius: 30px 30px 0 0; margin-top: 30px; }
    .contact-form { padding: 25px 15px; }
    .contact-form input, .contact-form textarea { padding: 12px; font-size: 0.95rem; }
    .contact-form button { font-size: 1rem; padding: 14px; }
    
    .kvkk-checkbox { align-items: flex-start; }
    .kvkk-checkbox label { font-size: 0.8rem; line-height: 1.4; }
    .contact-links { flex-direction: column; gap: 10px; }
    .btn-secondary { width: 100%; text-align: center; }
}
/* ===================================================
   📱 KAPSAMLI MOBİL DÜZELTMELER (TELEFON EKRANLARI İÇİN)
   =================================================== */
@media (max-width: 768px) {

    /* 1. EN ÜSTTEKİ BEYAZLIK VE YAPIŞKAN MENÜ DÜZELTMESİ */
    body, html { margin-top: 0 !important; padding-top: 0 !important; overflow-x: hidden; }
    header, .header-area { 
        position: fixed !important; 
        top: 0 !important; 
        width: 100% !important; 
        z-index: 9999 !important; 
        padding: 10px 15px !important; 
        display: flex !important; 
        justify-content: space-between !important; 
        align-items: center !important; 
        background: rgba(26, 26, 26, 0.95) !important; /* Menü arkaplanını koyu yapar */
    }
    header .logo img { max-height: 40px !important; } /* Logoyu telefona uygun küçültür */
    
    /* Menü açılır penceresinin (dropdown) yamuk durmasını engeller */
    .navbar-collapse { 
        position: absolute !important; 
        top: 100% !important; 
        left: 0 !important; 
        width: 100% !important; 
        background: #1f1f1f !important; 
        padding: 15px !important; 
        text-align: center !important; 
        box-shadow: 0 10px 15px rgba(0,0,0,0.5) !important;
    }
    .navbar-toggler { margin: 0 !important; }

    /* 2. DEVASA YAZILARI KÜÇÜLTME (Hikayemiz, Ürünler vs.) */
    h1, .hero h1, .banner h1, h1 span { 
        font-size: 2rem !important; 
        line-height: 1.2 !important; 
        word-wrap: break-word !important; 
    }
    h2, h3 { font-size: 1.4rem !important; line-height: 1.3 !important; }
    .btn { padding: 12px 20px !important; font-size: 1rem !important; width: 100% !important; display: block !important; box-sizing: border-box !important;}

    /* 3. FİLTRELEME BÖLÜMÜNÜ KUTUYA ALMA (Ekranı kaplamasını engeller) */
    /* Filtreleri kaydırılabilir şık bir kutu içine hapsederiz */
    .sidebar, .shop-sidebar, .filters { 
        max-height: 220px !important; 
        overflow-y: auto !important; 
        border: 2px solid #eee !important; 
        padding: 15px !important; 
        border-radius: 15px !important; 
        margin-bottom: 30px !important; 
        background: #fafafa !important; 
    }

    /* 4. DAĞINIK SAYFALANDIRMA (1,2,3,4...) DÜZELTMESİ */
    .pagination { 
        display: flex !important; 
        flex-wrap: wrap !important; 
        justify-content: center !important; 
        gap: 8px !important; 
        padding: 0 !important; 
        margin-top: 20px !important;
    }
    .pagination li { margin: 0 !important; }
    .pagination li a, .pagination li span { 
        width: 35px !important; 
        height: 35px !important; 
        line-height: 35px !important; 
        padding: 0 !important; 
        font-size: 14px !important; 
        text-align: center !important; 
        border-radius: 50% !important; 
    }

    /* 5. UYARI VE BİLGİ KUTULARI (MDF, Özel Üretim) KÜÇÜLTME */
    .alert, .info-box, .pricing-info { 
        padding: 15px !important; 
        border-radius: 15px !important; 
        margin: 15px 0 !important;
    }
    .alert h3, .info-box h3 { font-size: 1.2rem !important; margin-bottom: 10px !important;}
    .alert p, .info-box p { font-size: 0.9rem !important; line-height: 1.5 !important; }

    /* 6. HARİTA VE ÜZERİNE BİNEN KUTU DÜZELTMESİ */
    iframe[src*="maps"] { height: 250px !important; width: 100% !important; border-radius: 15px !important; }
    .map-content, .contact-card { 
        position: relative !important; 
        transform: none !important; 
        width: 100% !important; 
        margin-bottom: 20px !important; 
        padding: 20px !important; 
        box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    }

    /* 7. FOOTER (EN ALT KISIM) DÜZENSİZLİK GİDERİCİ */
    footer { padding: 40px 15px 20px 15px !important; text-align: center !important; }
    footer img, footer .logo { max-width: 160px !important; margin: 0 auto 20px auto !important; display: block !important; }
    footer h4, footer h5 { font-size: 1.2rem !important; margin-bottom: 15px !important; border-bottom: none !important; }
    footer p, footer li a { font-size: 0.9rem !important; line-height: 1.6 !important; }
    
    /* Footer altı çizgiler ve boşluklar */
    footer .divider { margin: 20px auto !important; width: 50px !important; }
}
/* ===================================================
   🚀 TAYGÖR YAZILIM / MOBİL İNCE AYARLAR (V2)
   =================================================== */
@media (max-width: 768px) {

    /* 1. ANA SAYFA BUTONLARI (Kusursuz Oran, Boşluk ve Ortalama) */
    .main-banner .buttons, .hero .buttons, .banner-buttons {
        display: flex !important;
        flex-direction: column !important; /* Alt alta dizer */
        gap: 20px !important; /* İki buton arasına net 20px boşluk koyar */
        align-items: center !important; /* Konteynerin ortasına hizalar */
        justify-content: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin-top: 30px !important; /* Yazı ile butonlar arasını açar */
    }

    .main-banner .buttons a, .hero .buttons a, .banner-buttons a {
        width: 80% !important; /* Ekranı tam kaplamasın, %80'ini kaplasın (Küçültme) */
        max-width: 280px !important; /* Ne olursa olsun bu boyutu geçmesin */
        display: flex !important;
        justify-content: center !important; /* İçindeki yazıyı ortalar */
        align-items: center !important;
        margin: 0 auto !important; /* Sağdan soldan eşit boşlukla tam merkeze oturtur */
        border-radius: 50px !important; /* Kenarları kusursuz yuvarlak (hap) yapar */
        padding: 14px 20px !important; /* İç boşlukları dengeler */
        font-size: 14px !important; /* Yazıyı telefona uygun küçültür */
        font-weight: 700 !important;
        box-sizing: border-box !important;
        white-space: nowrap !important; /* KRİTİK: Yazının alt satıra düşüp butonu yamultmasını engeller */
        text-align: center !important;
    }

    /* 2. DEV FİLTRELEME ALANI (Kaydırılabilir Küçük Kutuya Çevirir) */
    .shop-sidebar, .filters, .sidebar {
        max-height: 180px !important; /* Ekranı kaplamasını engeller */
        overflow-y: auto !important; /* Kutunun içini kaydırılabilir yapar */
        padding: 15px !important;
        border: 2px solid #f1f1f1 !important;
        border-radius: 15px !important;
        background: #fafafa !important;
        margin-bottom: 30px !important;
        box-shadow: inset 0 0 10px rgba(0,0,0,0.02) !important;
    }
    .shop-sidebar h4 { font-size: 1.1rem !important; margin-bottom: 10px !important; }

    /* 3. BÜYÜK UYARI VE FİYATLANDIRMA KUTUSU (Toparlar ve Ortalar) */
    .alert, .info-box, .pricing-info, .promo-box {
        display: flex !important;
        flex-direction: column !important; /* İkonu üste, metni alta alır */
        align-items: center !important;
        text-align: center !important;
        padding: 20px 15px !important;
        margin: 15px 0 25px 0 !important;
        border-radius: 15px !important;
    }
    .info-box i, .alert i { margin: 0 0 10px 0 !important; font-size: 28px !important; }
    .info-box h3, .alert h3 { font-size: 1.15rem !important; margin-bottom: 10px !important; }
    .info-box p, .alert p { font-size: 0.85rem !important; line-height: 1.5 !important; }

    /* 4. KAMPANYA KISMI (Fontları Küçültür) */
    .campaign-item h2, .campaign-item h3 { font-size: 1.3rem !important; line-height: 1.3 !important; }
    .campaign-item p { font-size: 0.9rem !important; }

    /* 5. SAYFALANDIRMA / PAGINATION (1-14 Arasını Tek Satırda Kaydırılabilir Yapar) */
    .pagination {
        display: flex !important;
        flex-wrap: nowrap !important; /* Rakamların alt satıra düşmesini kesin engeller */
        overflow-x: auto !important; /* Yana doğru parmakla kaydırılabilir yapar */
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 10px 0 20px 0 !important;
        -webkit-overflow-scrolling: touch !important; /* Akıcı kaydırma hissi verir */
    }
    .pagination li { flex-shrink: 0 !important; margin: 0 !important; }
    .pagination li a, .pagination li span {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        font-size: 13px !important;
    }

    /* 6. İLETİŞİM FORMU (Sıkışıklığı Giderir, Checkbox'ı Düzeltir) */
    .modern-contact-form { padding: 25px 15px !important; }
    .modern-form-control { padding: 14px 15px !important; font-size: 0.95rem !important; margin-bottom: 15px !important; }
    .kvkk-checkbox { display: flex !important; align-items: flex-start !important; gap: 10px !important; }
    .kvkk-checkbox input { flex-shrink: 0 !important; margin-top: 4px !important; } /* Kutucuğun ezilmesini önler */

    /* 7. ADRES & TELEFON KARTLARI (Kutu İçinde İkon Üstte, Metin Altta) */
    .contact-info-wrapper { padding: 0 !important; margin-top: 30px !important; }
    .modern-info-card {
        display: flex !important;
        flex-direction: column !important; /* Yan yana durmayı iptal edip alt alta dizer */
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 25px 15px !important;
        margin-bottom: 15px !important;
        gap: 12px !important;
    }
    .modern-info-card .info-icon { margin: 0 !important; /* İkonu tam ortalar */ }
    .info-details { width: 100% !important; }
    .info-details h6 { font-size: 1.05rem !important; margin-bottom: 5px !important; }
    .info-details span { font-size: 0.85rem !important; word-wrap: break-word !important; }

    /* 8. INSTA VE WP BUTONLARI (Tam Ortalama) */
    .modern-social-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 25px !important;
    }
    .modern-social-card > a { display: inline-flex !important; }
}
/* ===================================================
   🚀 TAYGÖR TASARIM / SON MOBİL RÖTUŞLAR (V3)
   =================================================== */
@media (max-width: 768px) {

    /* 1. ANA SAYFA BUTONLARI (Kusursuz Oval ve Alt Alta) */
    .main-banner .buttons, .hero .buttons, .banner-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
        padding: 0 10% !important; /* Sağdan soldan biraz nefes boşluğu verir */
    }
    .main-banner .buttons a, .banner-buttons a {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 !important;
        border-radius: 50px !important; /* Butonları kusursuz oval (hap) yapar */
        padding: 14px 20px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        box-sizing: border-box !important;
    }

    /* 2. KAMPANYA KARTLARI (Devasa Görünümü Küçültür) */
    .campaign-item, .promo-card, .event-item, .item {
        padding: 15px !important;
        margin-bottom: 25px !important;
    }
    .campaign-item img, .promo-card img, .event-item img {
        height: 180px !important; /* Görsellerin boyunu kısaltır */
        object-fit: cover !important;
    }
    /* "Yeni Yıl Mutfak..." gibi dev başlıkları toparlar */
    .campaign-item h2, .campaign-item h3, .promo-card h2, .promo-card h3 {
        font-size: 1.3rem !important; 
        line-height: 1.3 !important;
        margin: 15px 0 10px 0 !important;
    }
    .campaign-item p, .promo-card p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }

    /* 3. SOSYAL MEDYA İKONLARI (Yan Yana ve Tam Merkezde) */
    .modern-social-card {
        display: flex !important;
        flex-direction: row !important; /* Alt alta ezilmeyi iptal edip yan yana dizer */
        justify-content: center !important;
        align-items: center !important;
        gap: 20px !important; /* İki ikon arasına boşluk koyar */
        width: 100% !important;
        margin-top: 20px !important;
    }
    .modern-social-card > a, .social-icon {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 50px !important;
        height: 50px !important;
        background: #f1f1f1 !important;
        border-radius: 50% !important; /* Kusursuz daire yapar */
        margin: 0 !important;
        text-decoration: none !important;
    }
    /* İkonun yuvarlağın dışına taşmasını veya kaymasını engeller */
    .social-icon i {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        display: block !important;
        font-size: 24px !important;
    }
}
/* ===================================================
   🚀 TAYGÖR MOBİL - İNATÇI ŞABLONU EZEN KODLAR
   =================================================== */
@media (max-width: 768px) {

    /* 1. ANA SAYFA BUTONLARI (Boyutları eşitler ve tam ortalar) */
    .main-banner .buttons, .banner-buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    .main-banner .buttons a, .banner-buttons a {
        width: 90% !important;
        max-width: 350px !important; /* Çok uzamasını engeller */
        border-radius: 50px !important;
        margin: 0 auto 15px auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* 2. FOOTER (EN ALT KISIM) TAM MERKEZLEME */
    footer .footer-widget, footer .col-lg-3, footer .col-md-6, footer .item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    /* Footer'daki sola kayan inatçı Kırmızı Çizgileri ortalar */
    footer h4::before, footer h4::after, footer .widget-title::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    /* 3. FOOTER INSTAGRAM BUTONU (Tam ortaya alır) */
    footer ul.social-icons, footer .social-links, .bizi-takip-edin {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin-top: 15px !important;
    }
    
    footer ul.social-icons li {
        margin: 0 10px !important;
        display: inline-block !important;
    }
}
/* ===================================================
   🎯 TAYGÖR TASARIM - FİNAL MOBİL DOKUNUŞLAR
   =================================================== */
@media (max-width: 768px) {

    /* 1. ANA SAYFA BUTONLARINI TAM DÜZELTME */
    .main-banner .content .buttons, 
    .main-banner .buttons,
    .banner-buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 20px 0 0 0 !important;
    }

    .main-banner .buttons a, 
    .banner-buttons a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 85% !important; /* Ekranın %85'ini kaplar, daha zarif durur */
        max-width: 300px !important;
        height: 50px !important; /* Sabit yükseklik ile formu korur */
        margin: 0 auto 15px auto !important;
        border-radius: 50px !important; /* Tam yuvarlak kenar */
        font-size: 14px !important;
        font-weight: 600 !important;
        text-align: center !important;
        border: 2px solid #ed563b !important; /* Eğer kenarlık varsa düzeltir */
    }

    /* 2. KAMPANYA KARTINI ORTALAMA (SOLA YATIKLIĞI GİDERME) */
    .campaign-item, 
    .promo-card, 
    .event-item, 
    .item {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important; /* Sola yaslamayı iptal eder */
        width: 95% !important; /* Kenarlardan çok az boşluk bırakır */
        display: block !important;
        padding: 20px !important;
        text-align: center !important; /* İçindeki metinleri de ortalar */
    }

    .campaign-item img {
        width: 100% !important;
        border-radius: 15px !important;
        margin-bottom: 15px !important;
    }

    /* Kampanya başlığının hizasını düzeltme */
    .campaign-item h4, .campaign-item h2 {
        text-align: center !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}
/* ===================================================
   🚀 TAYGÖR TASARIM - MOBİL HİZALAMA VE BUTON DÜZELTME
   =================================================== */
@media (max-width: 768px) {

    /* 1. FİLTRELE VE TEMİZLE BUTONLARI ARASINDAKİ BOŞLUK */
    /* Butonların yan yana durduğu konteynırı hedef alır */
    .filters .buttons, .shop-sidebar .buttons, .filter-controls {
        display: flex !important;
        justify-content: center !important;
        gap: 20px !important; /* Butonlar arasına 20px boşluk bırakır */
        margin-bottom: 20px !important;
        width: 100% !important;
    }
    /* Butonların genişliklerini eşitlemek istersen */
    .filters .buttons a, .filters .buttons button {
        flex: 1 !important;
        max-width: 150px !important;
        text-align: center !important;
    }

    /* 2. ANA SAYFA HERO BUTONLARI (Tam Orta ve Düzenli) */
    .main-banner .buttons, .hero .buttons, .banner-content .buttons {
        display: flex !important;
        flex-direction: column !important; /* Alt alta dizilmesini sağlar */
        align-items: center !important;    /* Yatayda tam ortalar */
        justify-content: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin-top: 30px !important;
    }
    .main-banner .buttons a, .banner-content .buttons a {
        width: 85% !important; /* Buton genişliğini telefona göre ayarlar */
        max-width: 300px !important;
        margin: 10px 0 !important; /* Butonlar arası dikey boşluk */
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 50px !important;
        text-align: center !important;
    }

    /* 3. KAMPANYA KISMI SOLA YATIKLIK DÜZELTME */
    .campaign-item, .promo-card, .item, .event-item {
        float: none !important; /* Sola yaslamayı (float) iptal eder */
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        width: 92% !important; /* Kenarlardan çok az boşluk bırakır */
        text-align: center !important; /* Yazıları merkeze alır */
        padding: 20px !important;
    }
    
    /* Kampanya başlık ve yazılarını ortalar */
    .campaign-item h4, .campaign-item h2, .campaign-item p {
        text-align: center !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* Kampanya içindeki butonu da ortalar */
    .campaign-item .btn, .promo-card .btn {
        margin: 15px auto 0 auto !important;
        display: inline-block !important;
        width: auto !important;
        min-width: 200px !important;
    }
}