a{
color:#0d173f;
text-decoration:none;
}

a:hover{
color:#2342ad;
text-decoration:none;
}

.sticky {
    position: fixed;
    width: 100%;
	left:0;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 8%);
    z-index: 9;
}

.sticky .headers{
padding:0;
height:60px;
}

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
margin:0;
padding:0;
background:#fff;
font-family: "Inter", sans-serif;
max-width:1920px;
margin:0 auto;
}

#top{
width:80%;
margin:0 auto;
padding:10px 0;
overflow:hidden;
text-align:center;
letter-spacing:1px;
font-weight:700
}

#top span{
font-size:12px;
margin-bottom:5px;
letter-spacing:0;
font-weight:500;
}

#coverage{
background-image:url(../images/BBB_01.jpg);
background-size: cover;
min-height:100px;
width:94%;
margin:0 auto;
border-radius:40px;
border:10px solid #fff;
box-shadow: 1px 0px 20px -8px rgb(0 0 0 / 20%);
}

#headers{
margin:0 auto;
color:#fff;
font-weight:500;
}

.headers{
width:90%;
margin:0 auto;
background:#fff;
margin-top:20px;
padding:30px 20px 25px 20px;
border-radius:10px;
background-color: transparent;
background-image: radial-gradient(at center center, #FFFFFFA6 0%, #FFFFFFA6 99.36%);
backdrop-filter: blur(30px) !important;
height:90px;
}

.logos{
float:left;
}

.logos img{
width:190px
}

.menus{
float:right;
overflow:hidden;
color:#0d173f;
}

.menus ul{
margin:0 auto;
list-style:none;
padding:0;
}

.menus li{
float:left;
padding:5px 20px;
cursor:pointer;
}

.blog-buton{
background:#007bff;
color:#fff!important;
border-radius:5px;
}

.menus li i{
display:block;
float:right;
padding:2px 0 0 0;
font-size:20px
}

.menus li:hover{
color:#0e81fe;
}

.menus li:hover .mega-menus{
display:block;
}

.mega-menus{
display:none;
position:fixed;
margin:0 auto;
padding-top:40px;
right:5%;
width:930px;
}

.menus-list{
min-height:100px;
background:#f2f4fa;
border:1px solid #fff;
border-radius:5px;
overflow:hidden;
display: flex;
flex-wrap: nowrap;
}

.menus-box{
flex: 1;
padding:20px 20px;
text-align:center;
color:#0d173f;
transition: background 0.3s ease; /* Burada transition ekledik */
}

.menus-box:hover{
background:#fafafa;
}

.menus-box i{
float:none!important;
display:block!important;
font-size:20px!important;
text-align:center;
}

.menus-box span{
font-size:14px;
font-weight:500;
padding:10px 0 0 0;
display:block;
}

.menus-list .menus-box:nth-of-type(1) i{ 
background:#d3defb!important;
width:40px;
height:40px;
margin:0 auto;
padding-top:10px;
border-radius:50%;
color:#2562ff
}

.menus-list .menus-box:nth-of-type(2) i{ 
background:#d1ede8!important;
width:40px;
height:40px;
margin:0 auto;
padding-top:10px;
border-radius:50%;
color:#14c282
}

.menus-list .menus-box:nth-of-type(3) i{ 
background:#e6d4fb!important;
width:40px;
height:40px;
margin:0 auto;
padding-top:10px;
border-radius:50%;
color:#a01efd
}

.menus-list .menus-box:nth-of-type(4) i{ 
background:#f3e1dc!important;
width:40px;
height:40px;
margin:0 auto;
padding-top:10px;
border-radius:50%;
color:#f77631
}

.menus-list .menus-box:nth-of-type(5) i{ 
background:#f4d4da!important;
width:40px;
height:40px;
margin:0 auto;
padding-top:10px;
border-radius:50%;
color:#ff1f23
}

.menus-list .menus-box:nth-of-type(6) i{ 
background:#f4d4f4!important;
width:40px;
height:40px;
margin:0 auto;
padding-top:10px;
border-radius:50%;
color:#ff1fce
}

.menus-list .menus-box:nth-of-type(7) i{ 
background:#ceeef1!important;
width:40px;
height:40px;
margin:0 auto;
padding-top:10px;
border-radius:50%;
color:#02c7bd
}

.extra-need{
background:#f4f6fd;
border:1px solid #fff;
padding:20px;
margin-top:10px;
color:#0d173f;
font-weight:400;
cursor:default;
box-shadow: 1px 0px 20px -8px rgb(0 0 0 / 20%);
}

.extra-need span{
float:right;
background:#14c282;
color:#fff;
display:block;
padding:10px 10px 5px 10px;
margin-top:-10px;
border-radius:10px;
font-weight:600;
cursor:pointer;
}

.extra-need span i{
display:block;
float:left;
margin-top:-3px;
margin-right:4px;
}

.extra-need span:hover{
background:#0771e2;
}


#sizi-arayalim{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
background:#dadde8eb;
z-index:99999999999;
}

.sizi-arayalim{
width:500px;
padding:20px;
margin:0 auto;
margin-top:10%;
background:#fff;
box-shadow: 1px 0px 20px -8px rgb(0 0 0 / 20%);
border-radius:10px;
border:8px solid #fff;
}

.hizli-form {
background: #fff;
border: 1px solid #eee;
padding: 5px;
margin-bottom: 10px;
border-radius: 5px;
}

.hizli-form label {
display: block;
padding: 5px 0;
font-size: 14px;
font-weight:500;
color:#0d173f;
}

.hizli-form input, select {
width: 100%;
height: 35px;
border: none;
outline: none;
background: none;
font-family: "Inter", sans-serif;
color: #000;
font-weight:400;
font-size: 16px;
}

.sizi-arayalim h1{
margin:0 auto;
padding:0;
font-size:24px;
font-weight:500;
padding:0 0 20px 0;
color:#0d173f;
}

.sizi-arayalim h1 span{
float:right;
cursor:pointer;
}

.form-butonlar button {
font-family: "Inter", sans-serif;
width: 100%;
height: 50px;
font-size:16px;
background: #007bff;
color: #fff;
border: none;
cursor: pointer;
font-weight:500;
border-radius:5px;
}

.form-butonlar button:hover{
background:#0771e2
}

#slayt{
width:80%;
margin:0 auto;
padding:50px 0 50px 0;
overflow:hidden;
transition: opacity 0.3s ease;
}

.slayt-left{
width:55%;
float:left;
overflow:hidden;
padding:70px 0 0 0;
}

.slayt-right{
width:40%;
float:right;
overflow:hidden;
}

.form-wrapper {
width:100%;
float: right;
padding:5%;
box-shadow: 0 4px 14px 1px rgb(34 34 34 / 8%);
background: #fff;
min-height: 100px;
}

.slider-box h1{
margin:0;
padding:0;
font-size:44px;
font-weight:900;
color:#0d173f;
margin-bottom:20px;
}

.slider-box em{
padding:5px 10px;
font-size:24px;
color:#fff;
font-style:normal;
background:#007bff;
}

.slider-box span{
margin-top:10px;
display:block;
font-size:34px;
}

.more-info{
width:180px;
background:#14c282;
padding:10px 20px;
margin-top:20px;
border-radius:10px;
font-size:16px;
color:#fff;
font-weight:500;
cursor:pointer;
}

.more-info i{
display:block;
float:left;
padding:2px 4px 0 0;
}

.hizli-form:focus-within {
box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
border: 1px solid #5a88fe;
}

.form-baslik {
font-weight: 500;
font-size: 21px;
color: #007bff;
padding-bottom:20px;
}

.slider-box {
display: none;
}

.slider-box.active {
display: block;
}

.slider-buton {
  overflow: hidden;
  padding: 0 0 40px 0;
  margin: 0 auto;
  display: flex;               /* flex kullaniyoruz */
  justify-content: center;     /* ortala yatayda */
}

.slider-buton ul {
  display: flex;               /* li'leri yatay diz */
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 20px;
  overflow:hidden
}

.slider-buton li {
  background: #fff;
  color: #0d173f;
  cursor: pointer;
  padding: 20px 10px;
  /* float kaldirildi */
}


.slider-buton li.active {
background: #f4f6fd;
color:#14c282;
}



#content{
min-height:500px;
overflow:hidden;
}


.kutu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.kutu {
  background: #fff;
  width: 20%;
  
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.kutu:hover {
  transform: translateY(-5px);
}

.kutu img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.kutu h3 {
  font-size: 20px;
  font-weight:700;
  color: #0d173f;
  margin: 10px 0 5px;
}

.kutu p {
  font-size: 14px;
  color: #4d505b;
  font-weight:400;
  margin: 10px 10px;
  padding:0px 0 10px 20px
}

/* Asagida gizli baslayacak */
.detay-btn {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background: #14c282;
  color: white;
  padding:12px 0;
  border: none;
  font-weight: 600;
  font-size:14px;
  cursor: pointer;
  border-top: 1px solid #ccc;
   
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Hover olunca yukari çikacak ve görünür olacak */
.kutu:hover .detay-btn {
  bottom: 0;
  opacity: 1;
}


.bolum-baslik {
  text-align: center;
  padding:30px 0 20px 0;
}

.bolum-baslik h2 {
  font-size: 28px;
  color: #0d173f;
  margin-bottom: 10px;
}

.bolum-baslik p {
  font-size: 16px;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}


.cta {
  background: #007bff; /* Mavi zemin */
  color: white;
  text-align: center;
  padding: 40px 20px;
  margin-top: 20px;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.cta h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}

.cta p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #e6e6e6;
}

.cta button {
  padding: 14px 30px;
  font-size: 16px;
  background: white;
  color: #007bff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta button:hover {
  background: #e9ecef;
  color: #0056b3;
  transform: scale(1.05);
}

.faq {
  max-width: 94%;
  margin: 10px auto;
  padding: 0 20px;
}

.accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  padding:20px 0 0 0
}

.accordion-column {
  width: 47%;
  display: flex;
  flex-direction: column;
}

.accordion-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.accordion-button {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: background 0.3s;
}

.accordion-button:hover {
  background: #f8f9fa;
}

.accordion-button .icon {
  width: 20px;
  height: 20px;
  fill: #007bff;
  transition: transform 0.3s;
}

.accordion-item.active .icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fafafa;
  transition: max-height 0.4s ease, padding 0.3s;
}

.accordion-content p {
  padding: 15px 0;
  color: #555;
  font-size: 15px;
  margin: 0;
}


.blog-section {
  background: #eaf3ff; /* CTA mavisine uyumlu açik mavi */
  padding: 60px 20px;
  border-radius: 12px;
}

.blog-section h2 {
  text-align: center;
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 94%;
  margin: 0 auto;
}

.blog-card {
  background: white;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-content h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #007bff;
}

.blog-content p {
  font-size: 14px;
  color: #555;
  flex-grow: 1;
}

.read-more {
  margin-top: 15px;
  font-size:13px;
  display: inline-block;
  color: #0d173f;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}

.footer {
  background: #fff;
  padding: 60px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  border-top: 1px solid #eee;
}

.footer-top {
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-brand {
  flex: 1 1 300px;
}

.footer-brand h2 {
  font-size: 24px;
  color: #007bff;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.footer-brand .contact {
  margin-top: 12px;
  font-weight: 600;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  flex: 2 1 600px;
}

.footer-col h4 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #0d173f;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #007bff;
}

.footer-bottom {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom .partners {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 12px;
}

.footer-bottom .partners img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
  max-height: 40px;
}

.footer-bottom .partners img:hover {
  filter: none;
  opacity: 1;
}

.footer-bottom p {
  font-size:13px;
  color:#888;
}

.footer-bottom a {
  color: #007bff;
  text-decoration:none;
  margin: 0 6px;
}

.footer-bottom a:hover {
  text-decoration:underline;
}

.slider-img{
display:none;
}

.form-bilgilendirme span {
font-size: 12px;
display: block;
padding: 0px 0 10px 0;
}

/*Kategoriler*/
.kategori-title{
text-align:center;
font-size:44px;
width:750px;
margin:0 auto;
font-weight:700;
color:#0d173f;
}

.kategori-title span{
display:block;
font-size:14px;
padding:20px 0 0 0;
font-weight:500;
line-height:20px;
}

.kategori-urunler{
overflow:hidden;
max-width:1200px;
margin:0 auto;
padding:50px 20px;
overflow:hidden;
}

.kategori-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  background: #e0e9ee36;
  border-radius: 4px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.kategori-box:nth-child(even) {
  flex-direction: row-reverse;
}

.kategori-box-title {
  flex: 1 1 55%;
  font-size:24px;
  font-weight:600
}

.kategori-box-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.kategori-box-title p {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  line-height: 24px;
}

.kategori-box-title span {
  display: inline-block;
  border: 1px solid #0d173f;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  font-size:13px;
}

.kategori-box-image {
  flex: 1 1 40%;
}

.kategori-box-image img {
  width: 100%;
  height:200px;
  object-fit:cover;
  border-radius: 20px;
  border: 5px solid #fff;
  display: block;
}

.kategori-box:hover{
box-shadow: 1px 0px 20px -8px rgb(0 0 0 / 20%);
}

/*Cokies*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  font-family: "Segoe UI", sans-serif;
}

.cookie-banner p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.cookie-banner a {
  color: #007bff;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-buttons button {
  padding: 8px 16px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.cookie-buttons #acceptCookies {
  background: #007bff;
  color: #fff;
}

.cookie-buttons #acceptCookies:hover {
  background: #0056b3;
}

.cookie-buttons #declineCookies {
  background: #e0e0e0;
  color: #333;
}

.cookie-buttons #declineCookies:hover {
  background: #ccc;
}
/*cokies*/

/*tss*/
#kategori-detay{
  background: #f9fbfd;

}
.tss-section {
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.tss-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.tss-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.tss-content {
  flex: 1 1 65%;
}

.tss-content h2 {
  font-size: 28px;
  color: #007bff;
  margin-bottom: 20px;
}

.tss-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
}

.tss-content blockquote {
  font-size: 18px;
  font-style: italic;
  color: #555;
  margin: 20px 0;
  padding-left: 20px;
  border-left: 4px solid #007bff;
}

.tss-content ul {
  margin: 20px 0;
  padding-left: 20px;
}

.tss-content ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.tss-content ul li::before {
  content: "";
  color: #007bff;
  position: absolute;
  left: -20px;
}

.tss-cta {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary {
  background: #007bff;
  color: #fff;
}

.btn-primary:hover {
  background: #0056b3;
}

.btn-secondary {
  background: #e0e0e0;
  color: #333;
}

.btn-secondary:hover {
  background: #ccc;
}

/* Sag sidebar */
.tss-sidebar {
  flex: 1 1 30%;
  background: #f1f5f9;
  border-radius: 8px;
  padding: 20px;
}

.tss-sidebar h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #007bff;
}

.tss-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tss-sidebar ul li {
  margin-bottom: 10px;
}

.tss-sidebar ul li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: 0.3s;
}

.tss-sidebar ul li a:hover {
  color: #007bff;
}


.detay-form{
max-width: 1200px;
margin:0 auto;
float:none;
padding:20px!important;
margin-bottom:0px;
border-radius:0px;
box-shadow: 0 4px 14px 1px rgb(34 34 34 / 0%);
background:#f1f5f9;
border-radius:12px;
}

/*tss*/
#headers {
  transition: transform 0.3s ease;
  z-index: 999;
}

/* Sticky olunca fixed yap */
#headers.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* Yukari kaydirinca görünür */
#headers.sticky.scroll-up {
  transform: translateY(0);
}

/* Asagi kaydirinca gizlenir */
#headers.sticky.scroll-down {
  transform: translateY(-100%);
}


/*Blog*/
.blog-list {
  padding: 40px 20px;
  max-width: 1920px;
  margin: 0 auto;
}

.blog-grids{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  max-width:94%;
  margin:0 auto;
}

/* Blog karti */
.blog-cards {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  
}

.blog-cards:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.blog-card-image img {
  width: 100%;
  display: block;
}

.blog-card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-content h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #333;
}

.blog-card-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: auto;
}

.read-more {
  margin-top: 15px;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  align-self: flex-start;
}

.read-more:hover {
  text-decoration: underline;
}


/*text*/
.allianz-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #ffffff;
  margin: 0 auto;
  color: #333;
  line-height: 1.6;
}

.allianz-title {
  font-size: 32px;
  color: #003366;
  border-bottom: 2px solid #003366;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.allianz-subtitle {
  font-size: 24px;
  color: #0056a3;
  border-left: 5px solid #0056a3;
  padding-left: 12px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.allianz-paragraph {
  font-size: 16px;
  margin-bottom: 25px;
}

.allianz-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 30px;
}

.allianz-sublist {
  list-style: circle;
  padding-left: 20px;
  margin-top: 10px;
}

.allianz-list li {
  margin-bottom: 10px;
}


.allianz-cta {
  background: #003366;
  color: white!important;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.allianz-cta strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color:#fff!important;
}


.allianz-cta p{
color:#fff!important;
}

/*circle*/
.box-circle{
max-width:1200px;
margin:0 auto;
overflow:hidden;
padding:50px 0
}

.home-box{
width:600px;
margin:0 auto;
overflow:hidden;
float:left;
}

.circle-box{
width:560px;
float:right;
overflow:hidden;
padding:20px;
position: relative;
}

.circle{
position: relative;
overflow: hidden;
width:250px;
height:250px;
float:left;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle:hover {
transform: scale(1.03); /* Hover'da hafif büyüme */
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1); /* Daha belirgin gölge */
}

.circle:nth-child(1){
border-radius: 20px 0px 0px 0px;
overflow:hidden;
margin:0 10px 10px 0
}

.circle:nth-child(3){
border-radius: 0px 0px 0px 20px;
overflow:hidden;
}

.circle:nth-child(2){
border-radius: 0px 20px 0px 0px;
overflow:hidden;
margin:0 10px 10px 0
}

.circle:nth-child(4){
border-radius: 0px 0px 20px 0px;
overflow:hidden;
margin:0 0px 0px 10px
}

.circle img{
object-fit:cover;
width:250px;
height:250px
}

/* Dönen div */
.rotating-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	animation: rotate 14s linear infinite;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	z-index: 10;
	background:#fff;
}

@keyframes rotate {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.rotating-center img {
	width: 100%;
	padding: 15px;
	z-index: 2;
	position: relative;
}

.rotating-center svg {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	padding:20px
}

.sigorta-bilgi{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 900px;
	margin: 0 auto;
	padding:10px;
	
}

.sigorta-box {
	flex: 1 1 calc(50% - 20px); /* 2'li dizilim */
	background: #eaf3ff;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size:16px;
	font-weight:700;
	color:#0d173f;
	transition:box-shadow 0.3s ease;
}

.sigorta-box:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.sigorta-box span{
font-size:14px;
font-weight:normal;
display:block;
color:#333;
padding:5px 0 0 0
}

.sigorta-box img{
width:80px;
margin:0 auto;
display:block;
}

/* Shine efekti */
.circle::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.2) 100%);
	transform: skewX(-25deg);
	transition: all 0.5s ease;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.circle:hover::before {
	left: 125%;
}


/*urunler*/
.urunler-landig{
  max-width: 1200px;
  margin: 20px auto;
  background:none;
  border-radius: 12px;
  padding: 20px;
  
}

.urun-kapla{
max-width: 1200px;
margin:20px auto;
box-shadow: 0 4px 20px rgba(0,0,0,0.05);
background:#fff;
overflow:hidden;
padding:20px;
color:#4a5568 ;
font-weight:500;
line-height:28px;
}

.urun-kapla h1{
font-size:24px;
padding:0 0 10px 0;
margin:0;
color:#2c3e50;
font-weight:600
}

.urun-kapla h1::before {
  content: "";           /* Bu olmazsa hiçbir sey çizilmez */
  display: inline-block; /* Görünür hâle getirir */
  width: 4px;
  height: 25px;
  background: #14c282;
  margin-right: 8px;     /* Yaziyla arasinda bosluk birakir */
  vertical-align: middle;
}

.urun-kapla h3{
color:#2c3e50;
padding:10px 0
}

.urun-kapla h3::before {
  content: "";           /* Bu olmazsa hiçbir sey çizilmez */
  display: inline-block; /* Görünür hâle getirir */
  width: 4px;
  height: 25px;
  background: #14c282;
  margin-right: 8px;     /* Yaziyla arasinda bosluk birakir */
  vertical-align: middle;
}

.urun-kapla p{
background:#f9fbfd;
padding:10px;
font-weight:600;
margin:10px 0
}

.sigorta-bottom-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: space-around;
    padding: 15px 0 10px 0;
    z-index: 999;
    animation: slideUp 0.6s ease-in-out;
  }

  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0%);
      opacity: 1;
    }
  }

  .sigorta-bottom-navbar a {
    color: #0d173f;
    text-decoration: none;
    font-size: 12px;
    align-items: center;
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    transition: all 0.3s ease;
  }

  .sigorta-bottom-navbar a i {
    font-size: 20px;
    display: block;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .sigorta-bottom-navbar span {
    color: #666;
    transition: color 0.3s ease;
	font-size:11px;
  }

  .sigorta-bottom-navbar a:hover i {
    transform: scale(1.2);
    color: #0056b3;
  }

  .sigorta-bottom-navbar a:hover span {
    color: #0056b3;
  }

  @media (max-width: 768px) {
    .sigorta-bottom-navbar {
      display: flex;
    }
  }
  
#sigorta-menu{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
background:#fff;
z-index:998;
}

.sigorta-menu{
padding:70px 10px 0 10px
}

.acilirmenu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.acilirmenu li {
background: #4582c41a !important;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #4582c41a;
  color:#2562ff;
  font-weight:500;
}

.acilirmenu li a{
color:#2562ff
}

.acilirmenu li:last-child:nth-child(odd) {
  grid-column: span 2; /* Son eleman tekse 2 sütunu kaplasin */
}

.acilirmenu li span{
display:block;
font-size:32px;
}

.acilirmenu li em{
display:block;
color:#0d173f;
font-style:normal;
}