/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.4
Tested up to: 6.7
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
Theme Name: 3enmedya
*/

:root {
  --birinci: #0f4c75;  /* Site Rengi */
  --ikinci: #d4af37;  /* Site Rengi */
  --baslikfont: Montserrat;  /* Site Fontu */
}



@media(max-width:575.98px) {.mobil {display:block!important;} .pc{display:none!important;}.hakkimizda{background-color: #e7e7e7;height: 100%;border-radius: 20px;padding-top: 30px!important;padding-left: 20px;padding-right: 10px;}}
@media(min-width:575.99px) {.mobil {display:none!important;}  .pc {display:block!important;}}

.hakkimizda{background-color: #e7e7e7;height: 100%;border-radius: 20px;padding-top: 70px;padding-left: 20px;padding-right: 10px;}
.hakkimizda h2 {font-weight:700; font-size:24px;margin: 15px 0px; color:#000;}
.hakkimizda h5 {font-weight:600; font-size:18px;margin:0px; color: var(--birinci);}
.submenu a {font-weight: 400 !important;}

.footer-col .social-media { min-width:320px; overflow:hidden; margin:0px; padding:0px; text-align:center; position:absolute; right:15px; top:74px; display: contents;}
.footer-col .social-media > li { display:inline-block; overflow:hidden; margin-left:3px; margin-right:3px; vertical-align:top; }
.footer-col .social-media > li > a { width:34px; height:34px; display:block; color:#ffffff; font-size:13px; line-height:33px; border:1px solid #ffffff; border-radius:50%; }
/* --- CTA BG + Overlay --- */
.footer-cta {
  position: relative;
  overflow: hidden;
  padding: 70px 20px;
  color: #fff;
}

.cta-bg {
  background-image: url("https://erenebrinc.com.tr/demo10/wp-content/uploads/2026/02/bannersssss.jpg.jpeg"); /* <-- huzurevi görseli */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-blend-mode:overlay;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0f4c75, #d4af37ab);
}

.cta-container {
  position: relative;
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
	place-content: center;
}

.cta-text h2 {
  font-size: 34px;
  margin: 0 0 10px;
  line-height: 1.2;
	font-weight:600;
}

.cta-text p {
  margin: 0;
  font-size: 16px;
  opacity: 0.92;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
  white-space: nowrap;
}

.cta-btn:hover { transform: translateY(-2px); }

.cta-btn.primary {
  background: #ffffff;
  color: #1f3e3e;
}

.cta-btn.secondary {
  background: #25D366;
  color: #ffffff;
}

.cta-btn.ghost {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.28);
}

.cta-btn.ghost:hover { opacity: 0.95; }

/* --- FOOTER --- */
.footer {
  background-color: #0f4c75;
  color: #ffffff;
  padding-top: 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  max-width: 1320px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 20px 40px;
}

.footer-col { flex: 1 1 250px; }

.footer-col h3,
.footer-col h4 { margin-bottom: 15px;font-size: 24px;
    font-weight: 600; }

.footer-col p,
.footer-col a {
  font-size: 14px;
  color: #dcdcdc;
  text-decoration: none;
  line-height: 1.7;
}

.footer-col ul { list-style: inside; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; list-style-type: disc!important; }
.footer-col ul li a:hover { color: #a7d1d1; }


.map-container {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
}
.map-container iframe { width: 100%; height: 100%; border: 0; }

.footer-bottom {
  text-align: center;
  padding: 18px 20px;
  background-color: #274444;
  font-size: 13px;
  color: #cccccc;
}

/* --- ACTION DOCK (Desktop Floating) --- */
.action-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 10px;
  z-index: 9999;
}

.dock-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
  transition: transform .2s ease, opacity .2s ease;
  backdrop-filter: blur(6px);
}

.dock-btn:hover { transform: translateY(-2px); }

.dock-btn.call { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.22); }
.dock-btn.wa   { background: #25D366; }
.dock-btn.form { background: rgba(47,79,79,0.92); }

.dock-icon { font-size: 18px; line-height: 1; }
.dock-text { font-weight: 800; font-size: 14px; }

/* --- MOBILE: Convert to Bottom Menu --- */
@media (max-width: 768px) {

  /* CTA stacking */
  .cta-container { flex-direction: column; text-align: center; }
  .cta-text h2 { font-size: 26px; }

  /* action dock becomes bottom bar */
  .action-dock {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    background: rgba(20, 35, 35, 0.92);
    border-top: 1px solid rgba(255,255,255,0.12);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
	  width:100%;
max-width:100%;
  }

  .dock-btn {
    justify-content: center;
    border-radius: 14px;
    padding: 12px 10px;
    box-shadow: none;
	  max-width:32%;
  }

  .dock-text { font-size: 13px; }

  /* Make room so bottom bar doesn't cover footer content */
  body { padding-bottom: 78px; }
}
