body {
  font-family: "Montserrat" !important;
}

.main_bg_color {
  background-color: var(--main) !important;
}

.sec_bg_color {
  background-color: var(--sec) !important;
}

.main_text_color {
  color:var(--main) !important;
}

.sec_text_color {
  color: var(--sec) !important;
}

.main_bg_color.btn {
  border:1px solid var(--border) !important;
}

.nolist {
  list-style: none;
}

.hero {
  background-color: transparent !important;
  height: 90vh;
  background: linear-gradient(rgba(0,0,50,0.5), rgba(0,0,50,0.5)), url('../images/tasoto_store.webp') no-repeat center/cover;
  color: white;
}

  .feature-card img {
    height: 200px;
    object-fit: cover;
  }
  .feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
    transition: all 0.3s ease;
  }
  .cta-section {
    background: #0d6efd;
    color: white;
    padding: 4rem 0;
  }
  .btn-primary:hover, .btn-outline-light:hover {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
    transition: all 0.3s ease;
  }
  .testimonial {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: .5rem;
  }

footer {
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 1px 30px 1px #ddd;
}

footer a {
  color: var(--main);
  text-decoration: none;
}

.show_location {
  position: relative;
}

.location_url {
  position: absolute;
    top: -50px;
    right: 0px;
    color: #fff;
    width: 100%;
    background-color: dodgerblue;
    padding: 10px;
    font-weight: bold;
    display: none;
}
.gallery {
  margin:30px 0;
}

.j2wp_content_area {
    box-shadow: 0px 1px 30px 1px #ddd;
    padding: 50px;
    margin: 40px 0;
}

.j2wp_breadcrumb {
  margin:0 0 20px;
  padding: 2px 5px;
  background-color: #fafafb;
}

.breadcrumb {
  font-size: 14px;
  margin: 15px 0;
}

.breadcrumb a {
  color: var(--main);
  padding:0 10px;
  text-decoration: none;
}

.breadcrumb a:first-child {
  padding-left:0;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #555;
  padding:0 10px;
}

.current-menu-item, .underline-link {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block; /* daha kontrollü animasyon için */
  -webkit-tap-highlight-color: transparent;
}

.current-menu-item::after {
  width: 100% !important;
}

.current-menu-item::after, .underline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;               /* çizgi metinden biraz aşağıda olsun */
  height: 2px;
  width: 0%;
  background: var(--main);
  transition: width 220ms ease;
  will-change: width;
}

.underline-link:hover::after,
.underline-link:focus::after,
.underline-link.hovered::after,   /* JS ile eklenen sınıf için */
.underline-link.tapped::after    /* mobilde JS ile eklenen sınıf için */ {
  width: 100%;
}

.underline-link:focus {
  outline: none; /* istersen customize et */
}


/** Theme **/

.footer_bg {
  background-image: url('../images/footer-bg.png');
  width: 100%;
  height: 100px;
  background-position: bottom;
}

/** Animation **/

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/** Theme F **/

#wp-admin-bar-client_logo {
  display: none;
}

.sendbigo_main_inner_content {
    padding: 30px 0;
}
.social_bg {
  background-color: var(--main) !important;
  color: #fff !important;
  border: 1px solid var(--main) !important;
}

.one_third h3 {
    border-bottom: 2px solid var(--main);
    font-size: 18px;
    padding-bottom: 10px;
}


 #map-container {
  position: relative;
  z-index: 0;
}

#map-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  z-index: 10;
  font-family: Arial, sans-serif;
  color: #444;
}

.map-loader-icon {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top-color: var(--main);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 12px;
}

.map-loaded {
  display: block;
  position: relative;
  z-index: 999999;
}

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

#map-loader p {
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.shadowbox-kutu {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    margin:0 0 40px 0;
    border:1px solid var(--main);
    border-radius: 8px;
    background: #fff;
}

/** PAGE **/

#pageMapBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 45px;
    height: 45px;
    background: var(--main);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    z-index: 9999;
    transition: background 0.3s;
}

.pageMapItem-title {
    color: #000;
}

#pageMapMenu {
    position: absolute;
    bottom: 55px;
    right: 0;
    background: white;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    display: none; /* Başlangıçta kapalı */
}

#pageMapMenu.open {
    display: block; /* Açık hali */
}

.pageMapItem {
    width: 180px;
    background: #fafafb;
    border-radius: 6px;
    margin: 10px 0;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ddd;
}

.pageMapItem:hover {
    background: #e5e5e5;
}

.jtowp_content_area {
  padding: 40px 0;
}



/**MEDIA**/

@media (max-width: 640px) {
  .social_bg {
    display: ruby !important;
  }
  .social_bg i {
    font-size: 15px !important;
  }

  .j2wp_content_area {
    padding: 50px 20px;
  }
  #j2wp_form_main {
    margin:0;
  }

  footer {
    box-shadow: none;
    width: 100%;
    display: block;
  }
  .one_third {
    margin: 30px 20px;
    width: 90%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}
}