@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}
/* Proje kartlarındaki sarı daire butonu düzeltildi */
.projects_section .box .options a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}



.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/*
   Çözüm 1: Form Estetiğini Düzeltme
   Formun beyaz arka planını sitenin koyu temasına uygun hale getirir.
*/

/* Formun beyaz olan ana kutusunu hedefler */
.contact-form-container {
    background-color: #1a2b40; /* Sitenizin koyu mavi tonu (veya #1e2e45) */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Formun içindeki "İsminiz", "Mail Adresiniz" gibi etiketler */
.contact-form-container .form-group label {
    color: #f0f0f0; /* Etiket yazı rengi */
}

/* "Web Geliştirme" gibi dropdown menülerin görünümü */
.contact-form-container .form-control,
.contact-form-container .form-select {
    background-color: #0D1B2A; /* Inputların arka planı */
    color: #FFFFFF;            /* Inputların yazı rengi */
    border: 1px solid #3a4a5b; /* Input kenarlığı */
}

/* Inputların içine tıklandığında (focus) */
.contact-form-container .form-control:focus,
.contact-form-container .form-select:focus {
    background-color: #0D1B2A;
    color: #FFFFFF;
    border-color: #f0a500; /* Sitenizin sarı rengi */
    box-shadow: none;
}

/* KVKK Onay kutucuğunun metni */
.contact-form-container .form-check-label {
    color: #c0c0c0;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

/* Nice Select kutusunda yazının orantılı görünmesi için */
.nice-select.form-control.wide {
  display: flex;
  align-items: center;       /* dikey hizalama */
  justify-content: center;   /* yatay hizalama */
  height: 50px;              /* kutunun yüksekliği (isteğe göre ayarlanabilir) */
  line-height: 50px;         /* yazı ortalanır */
  padding: 0 15px;
  text-align: center;
  font-size: 16px;           /* yazı boyutu ayarı */
}

/* İçindeki "current" span için de ortalama düzeltmesi */
.nice-select .current {
  display: block;
  width: 100%;
  text-align: center;
}


.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}

.about_section {
  background: #222831;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

/* =================== Hizmetler (Services) =================== */
.services_section {
  background: #f7f7f7;
  /* Diğer bölümlerle orantı için üst + alt 90px */
  padding: 90px 0;
}

.services_section .heading_container {
  margin-bottom: 40px;
}

.services_section .heading_container p {
  color: #555;
}

.services_section .row > [class*="col-"] {
  display: flex;
}
.services_section .row > [class*="col-"] > .box {
  width: 100%;
}

.services_section .box {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  padding: 24px;
}

.services_section .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ffbe33, #ffd480);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.services_section .detail-box {
  padding-top: 18px;
}

.services_section .detail-box h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: #222831;
}

.services_section .detail-box h5 i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,190,51,0.15);
  color: #e69c00;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid rgba(255,190,51,0.3);
}

.services_section .detail-box p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.6;
  color: #545a60;
}

.services_section .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  border-color: rgba(255,190,51,0.55);
}

.services_section .btn-box {
  margin-top: 30px;
}

.services_section .btn-box a {
  display: inline-block;
  padding: 12px 32px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: background-color .2s ease, transform .2s ease;
  border: none;
  font-weight: 600;
}

.services_section .btn-box a:hover {
  background-color: #e69c00;
  transform: translateY(-2px);
}

/* Küçük ekran uyumluluğu */
@media (max-width: 575.98px) {
  .services_section {
    padding: 70px 0;
  }
  .services_section .heading_container {
    margin-bottom: 28px;
  }
  .services_section .detail-box h5 {
    font-size: 1rem;
  }
  .services_section .detail-box p {
    font-size: .95rem;
  }
}
/* ================= End Hizmetler ================= */

/* =================== Projeler (Projects) =================== */
.projects_section {
  background: #fafafa;
}

.projects_section .heading_container h2 {
  color: #222831;
  font-weight: 800;
  letter-spacing: .2px;
}

.projects_section .heading_container p {
  color: #5a6168;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

/* Filtre menüsü */
.projects_section .filters_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
}

.projects_section .filters_menu li {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 16px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, color .2s, border-color .2s;
}

.projects_section .filters_menu li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.projects_section .filters_menu li.active {
  background: #ffbe33;
  color: #fff;
  border-color: #ffbe33;
  box-shadow: 0 8px 20px rgba(255,190,51,0.35);
}

/* Kartlar */
.projects_section .box {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  padding: 24px;
}

.projects_section .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  border-color: rgba(255,190,51,0.45);
}

.projects_section .detail-box h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px 0;
  font-size: 1.06rem;
  font-weight: 700;
  color: #222831;
}

.projects_section .detail-box h5 .fa {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,190,51,0.15);
  color: #e69c00;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid rgba(255,190,51,0.3);
}

.projects_section .detail-box p {
  margin: 0;
  font-size: .97rem;
  line-height: 1.6;
  color: #545a60;
}

/* Kart aksiyonları */
.projects_section .options {
  margin-top: 16px;
}

.projects_section .options .btn,
.projects_section .options a.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 45px;
  background: #ffbe33;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: background-color .2s ease, transform .2s ease;
  text-decoration: none;
}

.projects_section .options .btn:hover,
.projects_section .options a.btn:hover {
  background: #e69c00;
  transform: translateY(-2px);
}

/* Alt CTA */
.projects_section .btn-box a {
  display: inline-block;
  padding: 12px 32px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: background-color .2s ease, transform .2s ease;
  border: none;
  font-weight: 700;
}

.projects_section .btn-box a:hover {
  background-color: #e69c00;
  transform: translateY(-2px);
}

/* Grid eşit yükseklik */
.projects_section .row > [class*="col-"] { display: flex; }
.projects_section .row > [class*="col-"] > .box { width: 100%; }

/* Responsive ayarlar */
@media (max-width: 575.98px) {
  .projects_section .filters_menu { gap: 8px 10px; }
  .projects_section .detail-box h5 { font-size: 1rem; }
  .projects_section .detail-box p { font-size: .95rem; }
}
/* =============== End Projeler =============== */


/* === Projeler CTA (book yönlendirme) === */
.projects_section .cta-book {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(255,190,51,0.35);
}
.projects_section .cta-book:hover {
  background-color: #e69c00;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(230,156,0,0.35);
}
.projects_section .options { margin-top: 16px; }
@media (max-width: 575.98px) {
  .projects_section .cta-book { width: 100%; text-align: center; }
}
/* === End Projeler CTA === */




/* === Projeler Icon CTA === */
.projects_section .cta-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffbe33;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(255,190,51,0.35);
}
.projects_section .cta-icon:hover {
  background-color: #e69c00;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(230,156,0,0.35);
}
.projects_section .cta-icon i {
  margin: 0;
}
/* === End Icon CTA === */

/* === Contact (İletişim) – Modern Refresh START === */
:root{
  --brand-500:#f6b31a;
  --brand-600:#f29e00;
  --ink-900:#0f172a;
  --ink-700:#334155;
  --surface-50:#ffffff;
  --surface-100:#f8fafc;
  --surface-200:#eef2f7;
  --surface-300:#e2e8f0;
  --success-500:#22c55e;
}

/* Section spacing */
.contact_section{
  padding-top: 70px;
  padding-bottom: 90px;
  background: linear-gradient(180deg, var(--surface-100) 0%, #fff 100%);
}

/* Card-like form container */
.contact_section .form_container{
  background: var(--surface-50);
  border: 1px solid var(--surface-300);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.06);
}

/* Map container */
.contact_section .map_container{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15,23,42,0.06);

  /* === DÜZENLEME START: Haritanın formla hizalı durması için yükseklik eklendi === */
  /* Formunuzdaki eleman sayısına göre bu değeri (460px) artırıp azaltabilirsiniz */
  height: 460px; 
  /* === DÜZENLEME END === */
}

/* === DÜZENLEME START: Harita iframe'inin kapsayıcıyı doldurması için eklendi === */
.contact_section .map_container #googleMap,
.contact_section .map_container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/* === DÜZENLEME END === */


/* Headings */
.contact_section .heading_container h2{
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: .2px;
}

/* Inputs */
.contact_section .form-control{
  border-radius: 14px;
  border: 1px solid var(--surface-300);
  padding: 12px 16px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.contact_section .form-control:focus{
  outline: none;
  border-color: var(--brand-500);
  box-shadow: 0 0 0 4px rgba(242,158,0,0.12);
}

/* === DÜZENLEME START: Mesaj kutusunun (textarea) modern görünüme uyması için eklendi === */
.contact_section .form-control.message-box,
.contact_section textarea.form-control {
  min-height: 150px; /* Mesaj kutusu için minimum yükseklik */
  resize: vertical;  /* Kullanıcının sadece dikeyde boyutlandırmasına izin ver */
  height: auto;
}
/* === DÜZENLEME END === */


/* Submit button */
.contact_section .btn-box .btn,
.contact_section .btn{
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  letter-spacing: .2px;
  border: none;
  background: var(--brand-500);
  color: #fff;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
}

.contact_section .btn:hover{
  background: var(--brand-600);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(242,158,0,0.22);
}

/* Native select (fallback if plugin yoksa) */
#projectPurpose.form-control{
  -webkit-appearance:none; -moz-appearance:none; appearance:none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-700) 50%), 
                    linear-gradient(135deg, var(--ink-700) 50%, transparent 50%),
                    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px), 0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: var(--ink-700);
}

/* Nice Select görünümü */
.nice-select{
  border-radius: 14px !important;
  border:1px solid var(--surface-300) !important;
  height: 46px !important;
  line-height: 46px !important;
  padding-left: 16px !important;
  padding-right: 40px !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.nice-select:focus,
.nice-select.open,
.nice-select:hover{
  border-color: var(--brand-500) !important;
  box-shadow: 0 0 0 4px rgba(242,158,0,0.12);
}
.nice-select .list{
  border-radius: 14px !important;
  border:1px solid var(--surface-300) !important;
  box-shadow: 0 12px 28px rgba(15,23,42,0.10);
  max-height: 280px;
}
.nice-select .option.selected{
  font-weight: 600;
  color: var(--ink-900);
}

/* Seçim yapıldığında görsel geri bildirim */
#projectPurpose.is-filled.form-control{
  border-color: var(--success-500);
  background: linear-gradient(0deg, rgba(34,197,94,0.06), rgba(34,197,94,0.06)), #fff;
  color: #0b3d22;
}
.nice-select.is-filled{
  border-color: var(--success-500) !important;
  background: linear-gradient(0deg, rgba(34,197,94,0.06), rgba(34,197,94,0.06)), #fff;
}

/* Form satır aralığı */
.contact_section form > div{
  margin-bottom: 14px;
}
/* === Contact (İletişim) – Modern Refresh END === */

/* === Proje Türü oran düzeltmesi === */
.contact_section .form_container select#projectPurpose,
.form_container select#projectPurpose,
#projectPurpose.form-control{
  width: 100%;
  height: 50px;
  padding: 10px 14px;
  line-height: 30px;
}

/* nice-select görünümü aynı yükseklikte olsun */
.nice-select{
  width:100%;
}
.nice-select,
.nice-select .current{
  height:50px;
  line-height:50px;
}
.nice-select .list{
  max-height: 240px;
  overflow:auto;
}
/* Mobilde form elemanları tam genişlik */
@media (max-width: 576px){
  .contact_section .form_container > div,
  .contact_section .form_container select#projectPurpose,
  .nice-select{ width:100%; }
}
/* === /Proje Türü oran düzeltmesi === */


/* Desktop nav alignment: links + CTA */
@media (min-width: 992px){
  .custom_nav-container .navbar-nav{
    margin-left: auto;              /* Nav grubunu sağa yasla */
    align-items: center;
  }
  .custom_nav-container .navbar-nav .nav-item.nav-cta{
    margin-left: 32px;              /* GALERİ ile CTA arası boşluk */
  }
}

/* ==== Lunar custom: Active nav + CTA styling (2025-11-06) ==== */
.navbar-nav .nav-link.active,
.header_section .navbar-nav .nav-item .nav-link.active {
  position: relative;
  color: #ffd15a !important;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #ffd15a;
  border-radius: 2px;
  width: 100%;
}

a.cta-link {
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  background: #ffbf2f;
  display: inline-block;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 18px rgba(255,191,47,.25);
}

a.cta-link:hover { transform: translateY(-1px); }

a.cta-link.cta-active,
a.cta-link.active {
  background: #ffb000;
  box-shadow: 0 8px 22px rgba(255,176,0,.35);
  color: #111 !important;
}
/* ==== /Lunar custom ==== */

/* ==== Lunar custom v2: CTA right align + hover animation ==== */
.header_section .navbar,
.navbar { position: relative; }

/* Push CTA link to the far right in flex containers */
.navbar a.cta-link { margin-left: auto; margin-right: 8px; }

a.cta-link {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* keep text clearly visible on hover */
  color: #111 !important;
}

a.cta-link:hover,
a.cta-link:focus {
  color: #111 !important; /* prevent text disappearing on hover */
}

/* Slide-in arrow on hover */
a.cta-link::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
  font-weight: 700;
}

a.cta-link:hover::after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

/* Gentle background lift on hover (text remains) */
a.cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255,176,0,.35);
}
/* ==== /Lunar custom v2 ==== */

/* ==== Lunar custom v3: CTA pinned to right, remove arrow ==== */
.header_section .navbar,
.navbar { position: relative; }

/* Pin CTA to the very right like a separate area */
.navbar a.cta-link {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  margin-right: 0;
}

/* Remove the hover arrow from v2 */
a.cta-link::after { content: none !important; }

/* Mobile/tablet: fall back to normal flow so it doesn't overlap */
@media (max-width: 991.98px) {
  .navbar a.cta-link {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: 12px;
  }
}
/* ==== /Lunar custom v3 ==== */
