/*

TemplateMo 558 Klassy Cafe

https://templatemo.com/tm-558-klassy-cafe

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #fb5849;
  color: #fff;
}

::-moz-selection {
  background: #9c6d4f;
  color: #fff;
}

@media (max-width: 1199px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-white-button a {
  font-size: 13px;
  color: #fff;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 600;
  transition: all .3s;
  border: 2px solid #fff;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h6 {
  position: relative;
  font-size: 15px;
  color: #9c6d4f;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 40px;
}

.section-heading h6:before {
  width: 30px;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #9c6d4f;
}

.section-heading h1 {
  font-size: 28px;
  font-weight: 700;
  color: #9c6d4f;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  position: relative;
  padding-left: 40px;
}

.section-heading h1:before {
  width: 30px;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  background-color: #9c6d4f;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 25px; 
  font-size: 30px;
  font-weight: 900;
  color: #2a2a2a;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #9c6d4f!important;
}

.background-header .nav li a.active {
  color: #9c6d4f!important;
}

.header-area {
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(248,249,250,0.9));
  backdrop-filter: blur(20px);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  border-bottom: 1px solid rgba(156, 109, 79, 0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
}

.header-area .main-nav .logo img {
  max-height: 80px !important;
  min-height: 80px !important;
  height: 80px !important;
  width: auto !important;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #9c6d4f!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #9c6d4f!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fb5849!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fb5849;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    line-height: 80px;
  }
  
  .header-area .main-nav .logo img {
    /* Logo boyutu sabit kalacak - mobile'da küçülmesin */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .background-header .main-nav .logo img {
    /* Logo boyutu sabit kalacak */
  }
  
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #9c6d4f!important;
    opacity: 1;
  }
  
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fb5849!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fb5849!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 1200px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

#top {
  padding-top: 100px;
}

#top .col-lg-4,
#top .col-lg-8 {
  padding: 0px;
}

#top .left-content {
  background-image: url(../images/top-left-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

#top .left-content .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  right: 50px;
  text-align: left;
}

#top .left-content h4 {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
}

#top .left-content h6 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 5px;
}

#top .left-content .main-white-button  {
  margin-top: 25px;
  margin-bottom: 10px;
}

#top .left-content .main-white-button a {
  display: inline-block;
}

/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  height:100%;
  max-height: 700px;
  background:#000;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

/* Modern Slider Navigation */
.Modern-Slider .slick-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.Modern-Slider .slick-dots li {
  display: inline-block !important;
  margin: 0 8px;
}

.Modern-Slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0;
}

.Modern-Slider .slick-dots li.slick-active button {
  background: #9c6d4f;
  border-color: #9c6d4f;
  transform: scale(1.2);
}

.Modern-Slider .slick-prev,
.Modern-Slider .slick-next,
.Modern-Slider .PrevArrow,
.Modern-Slider .NextArrow {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(156, 109, 79, 0.9);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.Modern-Slider .slick-prev:hover,
.Modern-Slider .slick-next:hover,
.Modern-Slider .PrevArrow:hover,
.Modern-Slider .NextArrow:hover {
  background: rgba(156, 109, 79, 1);
  transform: translateY(-50%) scale(1.1);
}

.Modern-Slider .slick-prev,
.Modern-Slider .PrevArrow {
  left: 20px;
}

.Modern-Slider .slick-next,
.Modern-Slider .NextArrow {
  right: 20px;
}

.Modern-Slider .slick-prev:before,
.Modern-Slider .PrevArrow:before {
  content: "‹";
}

.Modern-Slider .slick-next:before,
.Modern-Slider .NextArrow:before {
  content: "›";
}

/* Mobile slider fixes */
@media (max-width: 768px) {
  .Modern-Slider .slick-prev,
  .Modern-Slider .slick-next,
  .Modern-Slider .PrevArrow,
  .Modern-Slider .NextArrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .Modern-Slider .slick-prev,
  .Modern-Slider .PrevArrow {
    left: 10px;
  }
  
  .Modern-Slider .slick-next,
  .Modern-Slider .NextArrow {
    right: 10px;
  }
  
  .Modern-Slider .slick-dots {
    bottom: 20px;
  }
  
  .Modern-Slider .item .img-fill {
    min-height: 400px;
    max-height: 500px;
  }
  
  .Modern-Slider .item .img-fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  #top .col-lg-8 {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .Modern-Slider .item .img-fill {
    min-height: 300px;
    max-height: 400px;
  }
  
  #top .col-lg-8 {
    min-height: 300px;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Mobile slider fixes - sadece mobil için */
@media (max-width: 767px) {
  .Modern-Slider .item .img-fill {
    min-height: 350px !important;
    height: 350px !important;
  }
  
  .Modern-Slider .item .img-fill img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }
  
  #top .col-lg-8 {
    min-height: 350px !important;
  }
  
  #top .left-content {
    min-height: 350px !important;
  }
}

@media (max-width: 480px) {
  .Modern-Slider .item .img-fill {
    min-height: 280px !important;
    height: 280px !important;
  }
  
  #top .col-lg-8 {
    min-height: 280px !important;
  }
  
  #top .left-content {
    min-height: 280px !important;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Responsive adjustments for Reservation Section */
@media (max-width: 1199px) {
    #reservation .col-lg-6 {
        margin-bottom: 30px;
    }

    #reservation .contact-form {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #reservation .section-heading h1 {
        font-size: 28px;
    }
    #reservation .contact-form {
        text-align: center;
    }
    #reservation .contact-form input,
    #reservation .contact-form select,
    #reservation .contact-form textarea {
        width: 100%;
        margin-bottom: 15px;
    }
    #reservation .contact-form button {
        width: 100%;
    }
}
#reservation .phone span a:hover,
#reservation .message span a:hover {
  color: #fb5849;
}

/* Telefon numarası tek satırda */
#reservation .phone span a,
a[href^="tel:"] {
  white-space: nowrap;
}

/* Contact - Image Style */
.contact-main-title {
  text-align: center;
  padding: 60px 0 20px 0;
}

.contact-main-title h1 {
  font-size: 48px;
  font-weight: 700;
  color: #9c6d4f;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0;
}

/* Template Color Contact Cards */
.contact-card-pink {
  background: #9c6d4f;
  padding: 60px 30px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-card-pink:hover {
  background: #8b5a3c;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.contact-icon-pink {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon-pink i {
  font-size: 32px;
  color: #fff;
}

.contact-card-pink h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-card-pink p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.contact-card-pink p a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-card-pink p a:hover {
  color: #f0f0f0;
  text-decoration: underline;
}

/* Map Container Full Width */
.map-container-full {
  width: 100%;
  margin-top: 0;
}

.map-container-full iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

/* Contact Pink Cards - Responsive */
@media (max-width: 1199px) {
  .contact-main-title h1 {
    font-size: 40px;
    letter-spacing: 6px;
  }
  
  .contact-card-pink {
    padding: 50px 25px;
    min-height: 250px;
  }
  
  .contact-card-pink h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .contact-card-pink p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .contact-main-title {
    padding: 40px 0 15px 0;
  }
  
  .contact-main-title h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
  
  .contact-card-pink {
    padding: 40px 20px;
    min-height: 220px;
    margin-bottom: 20px;
  }
  
  .contact-icon-pink {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .contact-icon-pink i {
    font-size: 28px;
  }
  
  .contact-card-pink h3 {
    font-size: 15px;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
  
  .contact-card-pink p {
    font-size: 12px;
  }
  
  .map-container-full iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact-main-title h1 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  
  .contact-card-pink {
    padding: 30px 15px;
    min-height: 200px;
  }
  
  .contact-icon-pink {
    width: 45px;
    height: 45px;
  }
  
  .contact-icon-pink i {
    font-size: 24px;
  }
  
  .contact-card-pink h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .contact-card-pink p {
    font-size: 11px;
  }
  
  .map-container-full iframe {
    height: 250px;
  }
}

.contact-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

/* Horizontal layout için border ayarları */
.contact-info-clean .row .contact-section {
  border-bottom: none;
  border-right: 1px solid rgba(156, 109, 79, 0.1);
  padding-right: 20px;
  margin-bottom: 0;
}

.contact-info-clean .row .contact-section:last-child {
  border-right: none;
  padding-right: 0;
}

/* Mobilde dikey layout */
@media (max-width: 991px) {
  .contact-info-clean .row .contact-section {
    border-right: none;
    border-bottom: 1px solid rgba(156, 109, 79, 0.1);
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  
  .contact-info-clean .row .contact-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.contact-section h3 {
  color: #9c6d4f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-section p {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.contact-section p a {
  color: #9c6d4f;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.contact-section p a:hover {
  color: #8b5a3c;
  text-decoration: underline;
}

/* PSC Tarzı Contact - Responsive */
@media (max-width: 1199px) {
  .contact-info-clean {
    padding: 40px 30px;
  }
  
  .contact-section {
    margin-bottom: 25px;
    padding-bottom: 18px;
  }
  
  .contact-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .contact-section p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .contact-info-clean {
    padding: 30px 25px;
    margin: 0 15px;
  }
  
  .contact-section {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  
  .contact-section h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .contact-section p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .contact-info-clean {
    padding: 25px 20px;
    border-radius: 10px;
  }
  
  .contact-section {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
  
  .contact-section h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  
  .contact-section p {
    font-size: 12px;
  }
}

.contact-card-simple::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.6s;
}

.contact-card-simple:hover::before {
  left: 100%;
}

.contact-card-simple:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.18);
}

.contact-card-simple i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #9c6d4f, #8b5a3c);
  box-shadow: 0 8px 25px rgba(156, 109, 79, 0.3);
}

.contact-card-simple:hover i {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(156, 109, 79, 0.4);
}

.contact-card-simple h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-card-simple span {
  display: block;
}

.contact-card-simple span a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  word-wrap: break-word;
  word-break: break-all;
  hyphens: auto;
  max-width: 100%;
  display: inline-block;
}

.contact-card-simple:hover span a {
  color: #fff;
  transform: translateY(-2px);
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

/* Email özel stilleri - sığdırma için */
.contact-card-simple span a[href^="mailto:"] {
  font-size: 14px;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
}

.contact-card-wrapper {
  flex: 1;
  max-width: 280px;
  min-width: 220px;
}

.modern-contact-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(25px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 0;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  height: 140px;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.card-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px;
  height: 100%;
  gap: 20px;
}

.contact-icon-new {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  flex-shrink: 0;
}

.contact-info-new {
  flex: 1;
  text-align: left;
}

.contact-info-new h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.contact-info-new a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  transition: all 0.3s ease;
  display: block;
}

/* Özel renkler her kart için */
.phone-card .contact-icon-new {
  background: linear-gradient(135deg, #667eea, #764ba2);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.email-card .contact-icon-new {
  background: linear-gradient(135deg, #f093fb, #f5576c);
  box-shadow: 0 10px 30px rgba(240, 147, 251, 0.4);
}

.social-card .contact-icon-new {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  box-shadow: 0 10px 30px rgba(79, 172, 254, 0.4);
}

/* Hover efektleri */
.modern-contact-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.modern-contact-card:hover .contact-icon-new {
  transform: scale(1.1) rotate(10deg);
}

.modern-contact-card:hover .contact-info-new a {
  color: #fff;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

/* Özel hover efektleri */
.phone-card:hover {
  background: linear-gradient(145deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.1));
}

.email-card:hover {
  background: linear-gradient(145deg, rgba(240, 147, 251, 0.2), rgba(245, 87, 108, 0.1));
}

.social-card:hover {
  background: linear-gradient(145deg, rgba(79, 172, 254, 0.2), rgba(0, 242, 254, 0.1));
}

.contact-icon-new i {
  font-size: 28px;
  color: #fff;
  transition: all 0.3s ease;
}

.modern-contact-card:hover .contact-icon-new i {
  transform: scale(1.1);
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.6s;
}

.contact-info-card:hover::before {
  left: 100%;
}

.contact-info-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  border-color: rgba(255, 255, 255, 0.4);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
  position: relative;
}

.phone-card .contact-icon {
  background: linear-gradient(135deg, #667eea, #764ba2);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.email-card .contact-icon {
  background: linear-gradient(135deg, #f093fb, #f5576c);
  box-shadow: 0 8px 25px rgba(240, 147, 251, 0.3);
}

.social-card .contact-icon {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  box-shadow: 0 8px 25px rgba(79, 172, 254, 0.3);
}

.contact-icon i {
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon {
  transform: scale(1.1) rotate(5deg);
}

.contact-info-card:hover .contact-icon i {
  transform: scale(1.1);
}

.contact-content {
  text-align: center;
}

.contact-content h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-content span {
  display: block;
}

.contact-content span a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-info-card:hover .contact-content span a {
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive Simple Contact Cards */
@media (max-width: 1199px) {
  .contact-card-simple {
    min-height: 160px;
    padding: 35px 18px;
    margin-bottom: 25px;
  }
  
  .contact-card-simple i {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 18px;
  }
  
  .contact-card-simple h4 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .contact-card-simple span a {
    font-size: 14px;
  }
  
  .contact-card-simple span a[href^="mailto:"] {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .contact-card-simple {
    min-height: 140px;
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  
  .contact-card-simple i {
    width: 55px;
    height: 55px;
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .contact-card-simple h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .contact-card-simple span a {
    font-size: 13px;
  }
  
  .contact-card-simple span a[href^="mailto:"] {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .contact-card-simple {
    min-height: 120px;
    padding: 25px 12px;
    margin-bottom: 15px;
  }
  
  .contact-card-simple i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .contact-card-simple h4 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .contact-card-simple span a {
    font-size: 12px;
  }
  
  .contact-card-simple span a[href^="mailto:"] {
    font-size: 11px;
    line-height: 1.3;
  }
}

#contact {
  margin-left: 0px;
  padding: 45px 30px;
  background-color: #fff;
  border-radius: 5px;
}

#contact h4 {
  text-align: center;
}

/* Additional fix for reservation section centering */
#reservation .col-lg-8.offset-lg-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#reservation .contact-form {
  width: 100%;
  max-width: 600px;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  margin-top: 20px;
  padding: 100px 0px 0px 0px;
  position: relative;
  z-index: 9;
}

#about .section-heading h2 {
  padding-right: 120px;
}

#about img {
  width: 100%;
  overflow: hidden;
}

#about .left-text-content p {
  margin-bottom: 25px;
}

#about .right-content {
  margin-left: 30px;
}

#about .right-content .thumb {
  position: relative;
}

#about .right-content .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background-color: #9c6d4f;
  color: #9c6d4f;
  border-radius: 50%;
  transform: translate(-35px, -35px);
  transition: all .3s;
}

#about .right-content .thumb a:hover {
  opacity: .9;
}

/* Google Maps Styles */
.map-container {
  position: relative;
  transition: all 0.3s ease;
}

.map-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.map-info {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.map-info p {
  margin: 0;
  font-weight: 500;
}

@media (max-width: 1199px) {
  #reservation .col-lg-6 {
    margin-bottom: 40px;
  }
  
  #reservation .col-lg-6:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .map-container iframe {
    height: 300px !important;
  }
  
  .map-info {
    padding: 12px;
  }
  
  .map-info p {
    font-size: 14px !important;
  }
  
  #reservation .section-heading h2 {
    font-size: 20px !important;
  }
}

#menu .section-heading h6 {
  color: #9c6d4f;
}

#menu .section-heading h2 {
  color: #9c6d4f;
}

/*
---------------------------------------------
menu
---------------------------------------------
*/
.section-heading h6 {
  position: relative;
  font-size: 15px;
  color: #bd8d6f;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 40px;
}

.section-heading h6:before {
  width: 30px;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #bd8d6f;
}

#menu {
  margin-top: 120px;
  background-color: #fffafa;
  padding: 120px 0px;
}

#menu .section-heading {
  margin-bottom: 80px;
}

.card {
  margin: 0 auto;
  max-width: 100%;
  min-height: 420px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  position: relative;
}

.card1 {
  background-image: url(../images/menu-item-01.jpg);
}
.card2 {
  background-image: url(../images/menu-item-02.jpg);
}
.card3 {
  background-image: url(../images/menu-item-03.jpg);
}
.card4 {
  background-image: url(../images/menu-item-04.jpg);
}
.card5 {
  background-image: url(../images/menu-item-05.jpg);
}

.info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  border: none;
  transform: translateY(0);
  transition: all 0.4s ease;
  padding: 20px;
  text-align: center;
}

.info .description {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease 0.1s;
}

.info .main-text-button {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease 0.2s;
}

.card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.card:hover .info .description,
.card:hover .info .main-text-button {
  opacity: 1;
  transform: translateY(0);
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(156, 109, 79, 0.1), rgba(139, 90, 60, 0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover::before {
  opacity: 1;
}

.title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.description {
  padding: 0px 30px;
  color: #fff;
}

#menu .price {
  display: none !important;
}

#menu .price h6 {
  display: none !important;
  text-align: center;
  line-height: 70px;
}

#menu .card .main-text-button {
  margin-left: 30px;
  margin-top: 20px;
  padding-bottom: 30px;
}

#menu .owl-menu-item {
  position: relative;
}

#menu .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -80px;
  transform: translateY(5px);
}

#menu .owl-dots {
  display: none;
}
    
#menu .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
}

#menu .owl-nav .owl-prev span,
#menu .owl-nav .owl-next span {
  opacity: 0;
}

#menu .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #bd8d6f;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
}

#menu .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#menu .owl-nav .owl-prev:hover {
  opacity: 1;
}

#menu .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#menu .owl-nav .owl-next:hover {
  opacity: 1;
}

#menu .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
}

#menu .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #bd8d6f;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
}

#menu .menu-item-carousel .owl-menu-item .item .card {
  background-color: #bd8d6f;
  border: 2px solid #bd8d6f;
}

#menu .menu-item-carousel .owl-menu-item .item .card .price {
  background-color: #bd8d6f;
}

#menu .menu-item-carousel .owl-menu-item .item .card .price h6 {
  color: #fff;
}

#menu .menu-item-carousel .owl-menu-item .item .card .info .title {
  color: #fff;
}

#menu .menu-item-carousel .owl-menu-item .item .card .info .description {
  color: #fff;
}

#menu .menu-item-carousel .owl-menu-item .item .card:hover {
  background-color: #bd8d6f;
  border-color: #bd8d6f;
}

#menu .menu-item-carousel .owl-menu-item .item .card:hover {
  background-color: #bd8d6f;
  border-color: #bd8d6f;
}

/* Daha spesifik selectors ile card title ve price background'unu değiştir */
#menu .menu-item-carousel .owl-menu-item .item .card .price h6,
#menu .card .price h6 {
  background-color: #bd8d6f !important;
}

#menu .menu-item-carousel .owl-menu-item .item .card .info,
#menu .card .info {
  background-color: #bd8d6f !important;
}

#menu .menu-item-carousel .owl-menu-item .item .card .info .title,
#menu .card .info .title {
  color: #fff !important;
}

#menu .menu-item-carousel .owl-menu-item .item .card .info .description,
#menu .card .info .description {
  color: #fff !important;
}

#menu .menu-item-carousel .owl-menu-item .item .card:hover .info,
#menu .card:hover .info {
  background-color: #bd8d6f !important;
}

#menu .menu-item-carousel .owl-menu-item .item .card:hover .price h6,
#menu .card:hover .price h6 {
  background-color: #bd8d6f !important;
}

/*
---------------------------------------------
chefs
---------------------------------------------
*/

#chefs {
  padding-top: 120px;
}

#chefs .section-heading {
  margin-bottom: 70px;
}

#chefs .section-heading h6 {
  padding-left: 0px;
}

#chefs .section-heading h6:before {
  display: none;
}

#chefs .section-heading h1 {
  padding-left: 0px;
}

#chefs .section-heading h1:before {
  display: none;
}

#chefs .chef-item {
  text-align: center;
  border: 1px solid #afafaf;
  padding: 5px;
  transition: all .5s;
  border-radius: 3px;
}

#chefs .chef-item:hover {
  border-color: #9c6d4f;
}

#chefs .chef-item:hover .down-content h4 {
  color: #9c6d4f;
}

#chefs .chef-item .thumb {
  position: relative;
}

#chefs .chef-item .thumb img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#chefs .chef-item .thumb .overlay {
  position: absolute;
  background-color: #2a2a2a;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#chefs .chef-item .thumb ul.social-icons {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

#chefs .chef-item .thumb ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

#chefs .chef-item .thumb ul.social-icons li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #2a2a2a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all .5s;
}

#chefs .chef-item .thumb ul.social-icons li a:hover {
  background-color: #9c6d4f;
}

#chefs .chef-item:hover .overlay {
  opacity: .9;
  visibility: visible;
}

#chefs .chef-item:hover ul.social-icons {
  opacity: 1;
  visibility: visible;
}

#chefs .chef-item .down-content {
  padding: 20px 0px;
}

#chefs .chef-item .down-content h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

#chefs .chef-item .down-content span {
  font-size: 14px;
  color: #2a2a2a;
}


/* 
---------------------------------------------
reservation
--------------------------------------------- 
*/

#reservation .section-heading {
  margin-bottom: 30px;
}

#reservation .section-heading h6 {
  color: #9c6d4f;
}

#reservation .section-heading h2 {
  color: #fff;
  font-weight: 700;
}

#reservation .section-heading h6:before {
  background-color: #fff;
}

#reservation p {
  color: #fff;
  margin-bottom: 65px;
}

#reservation {
  margin-top: 120px;
  padding: 120px 0px;
  background-image: url(../images/reservation-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#reservation .phone,
#reservation .message {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

#reservation .phone i,
#reservation .message i {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: #9c6d4f;
  border-radius: 50%;
  font-size: 24px;
  margin-top: -35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#reservation .phone h4,
#reservation .message h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

#reservation .phone span a,
#reservation .message span a {
  font-size: 14px;
  color: #2a2a2a;
  transition: all .3s;
}

#reservation .phone span a:hover,
#reservation .message span a:hover {
  color: #9c6d4f;
}

#contact {
  margin-left: 0px;
  padding: 45px 30px;
  background-color: #fff;
  border-radius: 5px;
}

#contact h4 {
  text-align: center;
}

/* Additional fix for reservation section centering */
#reservation .col-lg-8.offset-lg-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#reservation .contact-form {
  width: 100%;
  max-width: 600px;
}

.datepicker-days {
  padding: 30px;
  cursor: pointer;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  color: #2a2a2a;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  border-radius: 5px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #9c6d4f;
}

.contact-form button {
  margin-top: -10px;
  font-size: 13px;
  color: #fff;
  background-color: #9c6d4f;
  padding: 12px 25px;
  width: 100%;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.contact-form button:hover {
  opacity: .9;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #2a2a2a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2a2a2a;
}

.contact-form ::placeholder {
  color: #2a2a2a;
}

/*
---------------------------------------------
offers
---------------------------------------------
*/

#offers {
  padding-top: 120px;
}

#offers .section-heading {
  margin-bottom: 70px;
}

#offers .section-heading h6 {
  padding-left: 0px;
}

#offers .section-heading h6:before {
  display: none;
}

#offers .heading-tabs {
  text-align: center;
}

#offers .heading-tabs .main-dark-button {
  text-align: right;
}

#offers #tabs ul {
  padding: 0;
}
#offers #tabs ul li {
  display: inline-block;
  margin: 0px 15px;
}
#offers #tabs ul li:last-child {
  margin-right: 0px;
}
#offers #tabs ul li:first-child {
  margin-left: 0px;
}
#offers #tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 600;
  transition: all 0.3s;
  text-align: center;
}

#offers #tabs ul li a img {
  display: block;
  margin: 0 auto 15px auto;
}
#offers #tabs ul .ui-tabs-active a {
  color: #fb5849;
  position: relative;
}
#offers #tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
#offers .tabs-content {
  margin-top: 60px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
#offers .tabs-content .tab-item {
  position: relative;
  margin-bottom: 60px;
}
#offers .tabs-content img {
  float: left;
  width: 100px;
  max-width: 100px;
  margin-right: 20px;
  border-radius: 5px;
}
#offers .tabs-content h4 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
  margin-right: 100px;
}

#offers .tabs-content p {
  margin-right: 100px;
}

#offers .tabs-content .left-list {
  margin-right: 15px;
}

#offers .tabs-content .right-list {
  margin-left: 15px;
}

#offers .tabs-content .price h6 {
  position: absolute;
  top: 15px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #fb5849;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 10px 0px;
  background-color: #9c6d4f;
}

footer .left-text-content p {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

footer .right-text-content p {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}


footer .right-text-content {
  text-align: left;
  margin-top: 10px;
}

footer .logo {
  text-align: center;
}

footer .right-text-content ul li {
  display: inline-block;
  margin-left: 15px;
}
footer .right-text-content ul li:first-child {
  margin-left: 0px;
}


footer .right-text-content ul li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #9c6d4f;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

footer .right-text-content ul li a:hover {
  color: #2a2a2a;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1199px) {
  #top {
    padding-top: 100px;
    height: auto;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #top .left-content {
    text-align: center;
    padding: 25% 0px;
  }
  #top .left-content .inner-content {
    left: 15px;
    right: 15px;
  }
  #top .left-content h4 {
    font-size: 42px;
  }
  #top .left-content h6 {
    font-size: 13px;
    letter-spacing: 2px;
  }
  #about .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  #about .section-heading h2 {
    padding-right: 0px;
  }
  #chefs .chef-item {
    margin-bottom: 30px;
  }
  #reservation .phone {
    margin-bottom: 60px;
  }
  #contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  #offers .tabs-content .left-list {
    margin-right: 0px;
  }
  #offers .tabs-content .right-list {
    margin-left: 0px;
  }
  footer .right-text-content {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .left-text-content p {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  #top .left-content h4 {
    font-size: 36px;
  }
  #top .left-content h6 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #top .left-content .inner-content {
    left: 10px;
    right: 10px;
  }
  .main-white-button a {
    font-size: 12px;
    padding: 10px 20px;
  }
  .section-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .section-heading h6 {
    font-size: 13px;
    padding-left: 30px;
  }
  .section-heading h6:before {
    width: 20px;
  }
}

@media (max-width: 480px) {
  #top .left-content h4 {
    font-size: 28px;
  }
  #top .left-content h6 {
    font-size: 11px;
  }
  .section-heading h2 {
    font-size: 20px;
    line-height: 28px;
  }
  #chefs .chef-item .down-content h4 {
    font-size: 18px;
  }
  #contact h4 {
    font-size: 24px;
  }
}





#preloader {
  overflow: hidden;
  background-color: #9c6d4f;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.main-text-button a {
  background: linear-gradient(45deg, #9c6d4f, #8b5a3c);
  color: #fff;
  border: 2px solid #9c6d4f;
  border-radius: 25px;
  padding: 12px 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.main-text-button a:hover {
  background-color: #9c6d4f;
  color: #fff;
}

#menu .owl-nav .owl-prev:before,
#menu .owl-nav .owl-next:before {
  color: #fb5849;
}

/* 
---------------------------------------------
Modern UI Enhancements
--------------------------------------------- 
*/

/* Modern Gradients */
.modern-gradient-1 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.modern-gradient-2 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.modern-gradient-3 {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

/* Smooth Animations */
.smooth-hover {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.smooth-hover:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Glass Morphism Effect */
.glass-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/* Modern Button Styles */
.modern-btn {
  background: linear-gradient(45deg, #9c6d4f, #8b5a3c);
  border: none;
  border-radius: 50px;
  padding: 15px 35px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.modern-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.modern-btn:hover::before {
  left: 100%;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(156, 109, 79, 0.4);
}

/* Floating Animation */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.floating {
  animation: float 3s ease-in-out infinite;
}

/* Pulse Effect */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(156, 109, 79, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(156, 109, 79, 0); }
  100% { box-shadow: 0 0 0 0 rgba(156, 109, 79, 0); }
}

.pulse {
  animation: pulse 2s infinite;
}

/* 
---------------------------------------------
Packages Section
--------------------------------------------- 
*/

#packages {
  background-color: #f7f7f7;
  padding-top: 140px;
  padding-bottom: 140px;
}

#packages .section-heading {
  margin-bottom: 80px;
}

.pricing-item {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 25px;
  padding: 50px 35px;
  margin-bottom: 30px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  border: 1px solid rgba(156, 109, 79, 0.1);
  overflow: hidden;
}

.pricing-item:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(156, 109, 79, 0.15);
}

.pricing-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(156, 109, 79, 0.05), transparent);
  transition: left 0.5s;
}

.pricing-item:hover::before {
  left: 100%;
}

.pricing-item.featured {
  background: linear-gradient(145deg, #9c6d4f, #8b5a3c);
  color: #fff;
  transform: scale(1.05);
}

.pricing-item.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.pricing-item h4 {
  font-size: 24px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.pricing-item.featured h4 {
  color: #fff;
}

.pricing-item .price {
  margin-bottom: 30px;
}

.pricing-item .price .currency {
  font-size: 18px;
  color: #9c6d4f;
  vertical-align: top;
}

.pricing-item.featured .price .currency {
  color: #fff;
}

.pricing-item .price .amount {
  font-size: 48px;
  font-weight: 700;
  color: #9c6d4f;
}

.pricing-item.featured .price .amount {
  color: #fff;
}

.pricing-item .price .period {
  font-size: 16px;
  color: #999;
}

.pricing-item.featured .price .period {
  color: rgba(255,255,255,0.8);
}

.pricing-item .features {
  margin-bottom: 40px;
}

.pricing-item .features li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #666;
}

.pricing-item.featured .features li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
}

.pricing-item .features li:last-child {
  border-bottom: none;
}

.pricing-item .main-button a {
  background-color: #9c6d4f;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}

.pricing-item .main-button a:hover {
  background-color: #8b5a3c;
  transform: scale(1.05);
}

.pricing-item.featured .main-button a {
  background-color: #fff;
  color: #9c6d4f;
}

.pricing-item.featured .main-button a:hover {
  background-color: #f0f0f0;
  color: #8b5a3c;
}

/* Özel Eğitmen Paketleri */
.pricing-item.special-trainer {
  background: linear-gradient(135deg, #f8f4f0, #fff);
  border: 2px solid #9c6d4f;
  position: relative;
  overflow: hidden;
}

.pricing-item.special-trainer:before {
  content: "ÖZEL";
  position: absolute;
  top: 15px;
  right: -30px;
  background: #9c6d4f;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 600;
}

.pricing-item.special-trainer:hover {
  transform: translateY(-15px);
  box-shadow: 0px 20px 40px rgba(156, 109, 79, 0.3);
  border-color: #8b5a3c;
}

.pricing-item.special-trainer h4 {
  color: #9c6d4f;
  font-size: 22px;
  line-height: 1.3;
}

.pricing-item.special-trainer .price .amount {
  color: #8b5a3c;
}

.pricing-item.special-trainer .price .currency {
  color: #8b5a3c;
}

.pricing-item.special-trainer .features li {
  color: #555;
  font-weight: 500;
}

.pricing-item.special-trainer .main-button a {
  background: linear-gradient(45deg, #9c6d4f, #8b5a3c);
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-item.special-trainer .main-button a:hover {
  background: linear-gradient(45deg, #8b5a3c, #7a4f35);
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .pricing-item {
    margin-bottom: 30px;
  }
  
  .pricing-item.special-trainer:hover {
    transform: translateY(-10px);
  }
  
  .pricing-item.special-trainer:before {
    right: -25px;
    padding: 3px 30px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  #packages .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .pricing-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  #packages .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Footer Contact Cards - Image Style */
.footer-cards-row {
  margin: 60px 0 40px 0;
  padding: 0 20px;
}

.footer-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.footer-card-icon {
  width: 80px;
  height: 80px;
  background: #9c6d4f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  top: -20px;
  box-shadow: 0 5px 15px rgba(156, 109, 79, 0.3);
}

.footer-card-icon i {
  font-size: 32px;
  color: #fff;
}

.footer-card h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.footer-card p a {
  color: #9c6d4f;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-card p a:hover {
  color: #8b5a3c;
  text-decoration: underline;
}

/* Footer Cards Responsive */
@media (max-width: 991px) {
  .footer-card {
    padding: 35px 25px;
    margin-bottom: 25px;
    min-height: 180px;
  }
  
  .footer-card-icon {
    width: 70px;
    height: 70px;
    top: -15px;
  }
  
  .footer-card-icon i {
    font-size: 28px;
  }
  
  .footer-card h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .footer-card p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .footer-card {
    padding: 30px 20px;
    margin-bottom: 20px;
    min-height: 160px;
  }
  
  .footer-card-icon {
    width: 60px;
    height: 60px;
    top: -10px;
  }
  
  .footer-card-icon i {
    font-size: 24px;
  }
  
  .footer-card h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .footer-card p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer-card {
    padding: 25px 15px;
    margin-bottom: 15px;
    min-height: 140px;
  }
  
  .footer-card-icon {
    width: 50px;
    height: 50px;
    top: -8px;
  }
  
  .footer-card-icon i {
    font-size: 20px;
  }
  
  .footer-card h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .footer-card p {
    font-size: 11px;
  }
}

.footer-contact-item {
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 30px;
}

.footer-contact-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(156, 109, 79, 0.2);
  border-radius: 50%;
  border: 2px solid #9c6d4f;
}

.footer-contact-icon i {
  font-size: 24px;
  color: #9c6d4f;
}

.footer-contact-item h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-contact-item p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.footer-contact-item p a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-contact-item p a:hover {
  color: #9c6d4f;
}

/* Footer Bottom Styling */
.footer-bottom-row {
  padding-top: 20px;
}

.footer-social, .footer-logo, .footer-copyright {
  text-align: center;
}

.footer-logo {
  margin: 20px 0;
}

.footer-copyright p {
  color: #999;
  font-size: 13px;
  margin: 0;
}

/* Footer Responsive */
@media (max-width: 991px) {
  .footer-contact-row {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  
  .footer-contact-item {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  
  .footer-contact-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .footer-contact-icon i {
    font-size: 20px;
  }
  
  .footer-contact-item h4 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .footer-contact-item p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .footer-contact-item {
    padding: 25px 10px;
    margin-bottom: 15px;
  }
  
  .footer-contact-icon {
    width: 45px;
    height: 45px;
  }
  
  .footer-contact-icon i {
    font-size: 18px;
  }
  
  .footer-contact-item h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .footer-contact-item p {
    font-size: 12px;
  }
}

/* Form Submit Loading State */
#form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#loading-text {
  animation: pulse 1.5s ease-in-out infinite alternate;
}

@keyframes pulse {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

/* Form Validation Styling */
.form-control:invalid {
  border-color: #dc3545;
}

.form-control:valid {
  border-color: #28a745;
}

/* Success/Error Messages */
.alert {
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 14px;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}