/*
Theme Name: Firmatema+
Description: Firmalar için özel tema
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pulibet
*/
body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background: #0e1b2b;
      color: #fff;
	  overflow-x:hidden
    }
    *{
        box-sizing: border-box;
    }
    header {
    background: #06101e;
    padding: 1.5rem 2rem;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #968977;
}
img{
    max-width:100%;
    height:auto;
}

    .logo {
      font-size: 1.5rem;
      font-weight: bold;
      color: #33d5ff;
    }
    nav a {
      margin-left: 1.5rem;
      color: #fff;
      text-decoration: none;
      font-size: 0.95rem;
    }
    nav a:hover {
      color: #33d5ff;
    }
    .hero {
      background: url('banner.jpg') no-repeat center center/cover;
      height: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .hero h1 {
      font-size: 2.8rem;
      color: #fff;
      max-width: 800px;
      background: rgba(0,0,0,0.5);
      padding: 20px;
      border-radius: 12px;
    }
    .cta-button {
            background: #33d5ff;
      color: #000;
      border: none;
      padding: 0.5rem 1.5rem;
      font-size: 1rem;
      border-radius: 6px;
    text-decoration: none;
    display: inline-block;
      cursor: pointer;
    }
    .section {
      padding: 4rem 2rem;
      background: #122437;
    }
    .section h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
      text-align: center;
      color: #33d5ff;
    }
    .cards {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }
    .card {
      background: #1b2e45;
      padding: 1.5rem;
      border-radius: 10px;
      width: 250px;
      text-align: center;
    }
    .card h3 {
      color: #fff;
      margin-bottom: 0.5rem;
    }
    .card p {
      color: #ccc;
      font-size: 0.9rem;
    }
    footer {
      background: #06101e;
      padding: 2rem;
      text-align: center;
      color: #aaa;
      font-size: 0.9rem;
    }
    .socials a {
      color: #33d5ff;
      margin: 0 0.5rem;
      font-size: 1.2rem;
    }
	.slider {
  background: url('https://i.imgur.com/hfkPRNv.jpg') center center/cover no-repeat;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: fadeIn 1.5s ease-in-out;
  position: relative;
}

.slider h1 {
  font-size: 3rem;
  color: #fff;
  padding: 20px;
  z-index: 1;
  text-shadow: 0 2px 10px #000;
  animation: fadeInUp 1.2s ease-in-out;
}

.cta-button2 {
  
background: linear-gradient(90deg, #FF7043, #D84315);
    color: #000;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgb(108 32 8);
    transition: all 0.3s ease;
}

.cta-button2:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,255,213,0.5);
  color:#333
}

.cta-button {
  
  background: linear-gradient(90deg, #00ffd5, #00c3ff);
  color: #000;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,255,213,0.3);
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,255,213,0.5);
  color:#333
}

.card {
  background: linear-gradient(145deg, #1b2e45, #0e1b2b);
  padding: 1.5rem;
  border-radius: 14px;
  width: 260px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

.section h2 {
  font-size: 2.2rem;
  color: #33d5ff;
  margin-bottom: 2rem;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5); /* Koyu yarı şeffaf katman */
  z-index: 1;
}
/* Animasyon */
@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.singlec{
	margin: 0;
    padding: 0;
    display: block;
    background: #fff;
}

.singlec h1.title{
	margin: 0;
    padding: 20px 10px;
    text-align: center;
    color: #333;
    border-bottom: 2px dashed #06101e;
    background: lightgoldenrodyellow;
}

.singlew{
	max-width: 1000px;
    margin: 15px auto;
    display: block;
    color: #333;
    padding: 10px 20px;
    line-height: 1.7;
    border: 1px dotted #ddd;
    border-radius: 10px;
	
}

.clear{
	clear:both;
	height:20px;
}

.lastblog{
	
	background: #fff;
    clear: both;
}

.lastblog h4{
	
	    padding: 10px;
    border-top: 2px dashed #eee;
    border-bottom: 2px dashed #ddd;
    text-align: center;
    color: #b50c0c;
    font-size: 1.3rem;
}

.blogwrap{
	
	max-width: 1140px;
    margin: 0 auto;
	display:flex;
}

.bloglist{
	display: block;
    float: left;
    width: 25%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-right: 15px;
    background: linear-gradient(145deg, #9ca0a3, #e8eaed);
    padding: .5rem;
    border-radius: 14px;
    /* width: 260px; */
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.blogw{
	
	padding: 10px;
    color: #333;
}

.bloglisttitle{
	color: #474040;
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    padding-left: 7px;
	text-decoration:none;
	    min-height: 70px;
}
.blogw span{
	
	display: block;
    font-size: 14px;
    color: #07512f;
    text-align: center;
	
}
.img-box {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider {
  position: relative;
  height: 500px;
  background: url('') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.6); /* Koyu yarı şeffaf katman */
  z-index: 1;
}

.slider-content {
  position: relative;
  z-index: 2;
  text-align: center;
  animation: fadeInUp 1.5s ease-in-out;
}

.slider h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.slider p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.slider-btn {
  background-color: #f39c12;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.slider-btn:hover {
  background-color: #e67e22;
}

/* Animasyon */
@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hometext{
background:#fafafa;padding-bottom: 2rem;
}

.hometext .h1{
	text-align: center;
    color: #1c1c1b;
    margin-top: 0;
    padding: 25px;
    font-size: 1.5rem;
    border-bottom: 3px dashed #06101e;
}
.text-ct{
    max-width: 1140px;
    margin: 0 auto;
    color: #333;
    padding: 5px 10px;
    border: 1px dotted #eee;
}
.aligncenter{
    text-align:center;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .hometext .h1{
	
    padding: 15px;
    font-size: 1rem;
}

.wp-caption{
    max-width:100%;
}

.bloglist{
	display: block;
    float: none;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
	    margin-right: 0;
}

.text-ct {
   
    font-size: 15px;
}
header{
display: block;
padding: 1rem 1rem;
}
.logo {
       text-align: center;
    margin-bottom: 10px;

}
nav{
clear: both;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}


nav a {
    margin-left: 1.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    display: none;
}

.cta-button2{
display:inline-block;
}

.slider {
    position: relative;
    height: 300px;
}
.slider h1 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    padding: 5px;
}
.slider p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.section {
    padding: 2rem 2rem;
    background: #122437;
}

.section h2 {
    font-size: 1.5rem;
    color: #33d5ff;
    margin-bottom: 2rem;
}
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.8);
    z-index: 1;
}
.blogwrap{
	display:block;
}
.lastblog{
	padding:10px
}
.singlec h1.title{
	font-size:1.1em;
}
}
